[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

address

Syntax

address address-name {
destination {
ip address/netmask;
port-range {
tcp (port | range);
udp (port | range);
}
}
source {
ip address/netmask;
port-range {
tcp (port | range);
udp (port | range);
}
}
order number;
}

Hierarchy Level

[edit services application-identification application-rule rule-name]

Release Information

Statement introduced in JUNOS Release 9.5.

Description

Define address properties for application-identification rule processing. This statement is mandatory; you must specify either the destination or source properties.

Options

address-name—Identifier for address information.

The remaining statements are explained separately.

Usage Guidelines

See Configuring APPID Rules.

Required Privilege Level

interface—To view this statement in the configuration.

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


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]