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

Defining an Application Identification

To configure a specific IP address or port-based application identification, include the application application-name statement at the [edit services application-identification] hierarchy level:

application application-name {
disable;
idle-timeout seconds;
index number;
session-timeout seconds;
type type;
type-of-service service-type;
port-mapping {
port-range {
tcp [ ports-and-port-ranges ];
udp [ ports-and-port-ranges ];
}
disable;
}
}

You can include the following general properties in the configuration:

Note: You can also specify session and idle timeout values globally for a Multiservices interface by including the following statements at the edit interfaces interface-name services-options] hierarchy level:

  • inactivity-non-tcp-timeout—Inactivity timeout period for non-TCP established sessions.
  • inactivity-tcp-timeout—Inactivity timeout period for TCP established sessions.
  • session-timeout—Lifetime of a session.
  • disable-global-timeout-override—Disallow overriding a global inactivity or session timeout.

You can include the following port-mapping properties at the [edit services application-identification port-mapping] hierarchy level:

For a configuration example, see Examples: Configuring Application Identification Properties.


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