Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
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

address-mapping (Application Identification)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
address-mapping address-name {
    filter {
        ip ip-address-and-prefix-length;
        port-range {
            tcp [port];
            udp [port];
        }
    }
}

Hierarchy Level

[edit services application-identification application application-name]

Description

Match the specified IP address.

Layer 3 and Layer 4 address mapping defines an application by the IP address and optional port range of the traffic. You can use the address mapping option to configure custom applications signatures when the configuration of your private network predicts application traffic to or from trusted servers.

Address mapping provides efficiency and accuracy in handling traffic from a known application.

Options

name

Address mapping name.

filter

Specify the application matching criteria by the IP address of the application or the port range to match TCP or UDP destination port.

  • ip—IP address and prefix-length.

  • port-range—Port range to match a TCP or UDP destination port.

    • tcp [port]—Define the TCP port range for the application.

    • udp [port]—Define the UDP port range for the application.

Required Privilege Level

services—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 15.1X49-D40.

footer-navigation