帮助我们改善您的体验。

让我们了解您的想法。

您是否能抽出两分钟的时间完成一份问卷调查?

close
keyboard_arrow_left
Junos CLI 参考
Table of Contents Expand all
list Table of Contents

机器翻译对您有帮助吗?

starstarstarstarstar
Go to English page
免责声明:

我们将使用第三方机器翻译软件翻译本页面。瞻博网络虽已做出相当大的努力提供高质量译文,但无法保证其准确性。如果对译文信息的准确性有任何疑问,请参阅英文版本. 可下载的 PDF 仅提供英文版.

application (Applications)

date_range 18-Dec-23

语法

content_copy zoom_out_map
application application-name {
    application-protocol (dns | ftp |gprs-gtp-c| gprs-gtp-u | gprs-gtp-v0 |gprs-sctp | http | ignore | ike-esp-nat |  mgcp-ca |  mgcp-ua |  ms-rpc |   q931 |  ras |  realaudio | rsh |   rtsp |  sccp | sip  |  sqlnet-v2 | sun-rpc |  talk |  tftp); 
    description text;
    destination-port port-identifier;
    do-not-translate-A-query-to-AAAA-query;
    do-not-translate-AAAA-query-to-A-query;
    ether-type hex-value;
    icmp-code value;
    icmp-type value;
    icmp6-code value; 
    icmp6-type value; 
    inactivity-timeout (seconds | never);
    protocol number; 
    rpc-program-number number;
    source-port port-number; 
     term term-name {
        alg application; 
        destination-port port-identifier; 
        icmp-code value;
        icmp-type value;
        icmp6-code value; 
        icmp6-type value; 
        inactivity-timeout (seconds | never);
        protocol number; 
        rpc-program-number number;
        source-port port-number; 
        uuid hex-value;
    }
    uuid hex-value;
}

层次结构级别

content_copy zoom_out_map
[edit applications]

描述

在 [应用程序] 层次结构级别配置应用程序属性。

选项

  • application-protocol protocol-name— 指定应用程序协议的名称。

  • description text- 描述应用程序。

  • destination-port port-identifier— 指定 TCP 或 UDP 目标端口号。

  • do-not-translate-A-query-to-AAAA-query— 设置语句以控制将 A 查询转换为 AAAA 查询。

  • do-not-translate-AAAA-query-to-A-query— 设置语句以控制将 AAAA 查询转换为 A 查询。

  • ether-type value— 指定以太网数据包类型值。

  • icmp-code value— 指定互联网控制消息协议 (ICMP) 代码值。

    Range: 0 到 255。

  • icmp-type value— 指定 ICMP 数据包类型值。

    Range: 0 到 255。

  • icmp6-code value- 指定 ICMP6 代码值。

    Range: 0 到 255。

  • icmp6-type value— 指定 ICMP6 数据包类型值。

    Range: 0 到 255。

  • inactivity-timeout (seconds | never)- 指定应用程序在超时之前处于非活动状态的时间量(以秒为单位)。

    Range: 4 到 129,600 秒。

    Default: 对于 TCP,1800 秒;对于 UDP,60 秒。

  • protocol value— 指定网络协议名称或编号。

  • rpc-program-number value- 指定远程过程调用 (RPC) 或分布式计算设备 (DCE) 值。

  • source-port port-number— 指定 TCP 或 UDP 源端口号。

  • term term-name— 指定单个应用程序协议。

    • alg application— 指定应用程序协议的名称。

    • destination-port port-identifier— 指定 TCP 或 UDP 目标端口号。

    • icmp-code value— 指定 ICMP 代码值。

      Range: 0 到 255。

    • icmp-type value— 指定 ICMP 数据包类型值。

      Range: 0 到 255。

    • icmp6-code value- 指定 ICMP6 代码值。

      Range: 0 到 255。

    • icmp6-type value— 指定 ICMP6 数据包类型值。

      Range: 0 到 255。

    • inactivity-timeout (seconds | never)- 指定应用程序在超时之前处于非活动状态的时间量(以秒为单位)。

      Range: 4 到 129,600 秒。

      Default: 对于 TCP,1800 秒;对于 UDP,60 秒。

    • protocol number— 指定网络协议名称或编号。

    • rpc-program-number number- 指定 RPC 或 DCE 值。

    • source-port port-number— 指定 TCP 或 UDP 源端口号。

    • uuid hex-vale- 指定对象的通用唯一标识符 (UUID)。

  • uuid hex-value- 指定对象的 UUID。

所需权限级别

安全性 - 在配置中查看此语句。

安全控制 — 将此语句添加到配置中。

发布信息

Junos OS 8.5 版中引入的语句。

external-footer-nav