Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

application (Applications)

date_range 19-Nov-23

Syntax

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;
}

Hierarchy Level

content_copy zoom_out_map
[edit applications]

Description

Configure application properties at the [applications] hierarchy level.

Options

  • application-protocol protocol-name—Specify the name of the application protocol.

  • description text—Describe the application.

  • destination-port port-identifier—Specify a TCP or UDP destination port number.

  • do-not-translate-A-query-to-AAAA-query—Set the statement to control the translation of A query to AAAA query.

  • do-not-translate-AAAA-query-to-A-query—Set the statement to control the translation of AAAA query to A query.

  • ether-type value—Specify the Ethernet packet type value.

  • icmp-code value—Specify the Internet Control Message Protocol (ICMP) code value.

    Range: 0 through 255.

  • icmp-type value—Specify the ICMP packet type value.

    Range: 0 through 255.

  • icmp6-code value—Specify the ICMP6 code value.

    Range: 0 through 255.

  • icmp6-type value—Specify the ICMP6 packet type value.

    Range: 0 through 255.

  • inactivity-timeout (seconds | never)—Specify the amount of time the application is inactive before it times out in seconds.

    Range: 4 through 129,600 seconds.

    Default: For TCP, 1800 seconds; for UDP, 60 seconds.

  • protocol value—Specify the networking protocol name or number.

  • rpc-program-number value—Specify the remote procedure call (RPC) or Distributed Computing Equipment (DCE) value.

  • source-port port-number—Specify a TCP or UDP source port number.

  • term term-name—Specify the individual application protocol.

    • alg application—Specify the name of the application protocol.

    • destination-port port-identifier—Specify a TCP or UDP destination port number.

    • icmp-code value—Specify the ICMP code value.

      Range: 0 through 255.

    • icmp-type value—Specify the ICMP packet type value.

      Range: 0 through 255.

    • icmp6-code value—Specify the ICMP6 code value.

      Range: 0 through 255.

    • icmp6-type value—Specify the ICMP6 packet type value.

      Range: 0 through 255.

    • inactivity-timeout (seconds | never)—Specify the amount of time the application is inactive before it times out in seconds.

      Range: 4 through 129,600 seconds.

      Default: For TCP, 1800 seconds; for UDP, 60 seconds.

    • protocol number—Specify the networking protocol name or number.

    • rpc-program-number number—Specify the RPC or DCE value.

    • source-port port-number—Specify a TCP or UDP source port number.

    • uuid hex-vale—Specify the universal unique identifier (UUID) for objects.

  • uuid hex-value—Specify the UUID for objects.

Required Privilege Level

security—To view this statement in the configuration.

security-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 8.5.

external-footer-nav