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


Configure the Network Protocol

The protocol statement allows you to specify which of the supported network protocols to match in an application definition. To configure, include the protocol statement at the [edit applications application application-name] hierarchy level:

[edit applications application application-name]
protocol type;

You specify the protocol type as a numeric value; for the more commonly used protocols, text names are also supported in the CLI. Table 4 shows the list of the supported protocols:


Table 4: Network Protocols Supported by Services Interfaces
Network Protocol Type
CLI Value
Comments

IPSec AH

ah


EGP

egp


IPSec ESP

esp


GRE

gre


ICMP

icmp

Requires an application-protocol value of icmp.

IGMP

igmp


IP in IP

ipip


IPv6 in IP

ipv6


OSPF

ospf


PIM

pim


RSVP

rsvp


TCP

tcp

Requires a destination-port or source-port value unless you specify application-protocol rcp or dce-rcp.

UDP

udp

Requires a destination-port or source-port value unless you specify application-protocol rcp or dce-rcp.

VRRP

vrrp



For a complete list of possible numeric values, see RFC 1700, Assigned Numbers (for the Internet Protocol Suite).


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