active-charging service ruledef ip protocol
Configures rule expression to match based on protocol being transported by IP packet.
Syntax
ip protocol operator protocol
operator
Specify how to match.
Must be one of the following:
!= : Does not equal.
<= : Lesser than or equal to.
= : Equals.
>= : Greater than or equal to.
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.