active-charging service ruledef ip protocol
Configures rule expression to match based on protocol being transported by IP packet.
Command Mode
Exec > Global Configuration (config) > ACS Configuration (config-service-acs_name ) > Ruledef Configuration (config-ruledef-ruledef_name )
Syntax
ip protocol operator protocol
operator
Specify how to match.
Must be one of the following:
!= : Does not equal.
>= : Greater than or equal to.
<= : Lesser than or equal to.
= : Equals.
protocol
Specify the protocol.
Must be an integer in the range of 0-255.
-Or-
Must be one of the following:
ah
esp
gre
icmp
icmpv6
tcp
udp
Usage Guidelines
Use this command to define rule expressions to match based on protocol being transported by IP packet.