Technical data
RackSwitch G8124 Command Reference
Chapter 4: Configuration Commands
177BMD00076, January 2009
Numeric Protocol ACL Configuration
The Numeric Protocol ACL specifies which packets to permit or deny, based on the matching
criteria, as described below:
<Protocol type (0-255)> = IP Protocol type. Listed below are some of the well-known
protocols:
1 = ICMP
2 = IGMP
6 = TCP
17 = UDP
89 = OSPF
112 = VRRP
Source IP address
Destination IP address
tos = Type of Service
dscp = Differentiated Services Code Point (DSCP) value
user-priority = User priority value
Table 4-60 Numeric Protocol ACL Configuration Commands
Command Syntax and Usage
permit <Protocol type (0-255)>
{any|host <source IP address>|<source IP address> <mask>}
{any|host <dest. IP address>|<dest. IP address> <mask>}
[tos {max-reliability|max-throughput|min-delay|normal|<0-7>}|
dscp <0-63>]
[user-priority <0-7>]
Permits packets of the specified protocol type that match the specified criteria.
Command mode: IP Extended ACL
deny <Protocol type (0-255)>
{any|host <source IP address>|<source IP address> <mask>}
{any|host <dest. IP address>|<dest. IP address> <mask>}
[tos {max-reliability|max-throughput|min-delay|normal|<0-7>}|
dscp <0-63>]
[user-priority <0-7>]
Denies packets of the specified protocol type that match the specified criteria.
Command mode: IP Extended ACL