Technical data
RackSwitch G8124 Command Reference
174
Chapter 4: Configuration Commands BMD00076, January 2009
Internet Protocol ACL Configuration
The IP ACL specifies which packets to permit or deny, based on the matching criteria, as
described below:
ip = Internet Protocol
Source IP address
Destination IP address
tos = Type of Service
dscp = Differentiated Services Code Point (DSCP) value
user-priority = User priority value
Table 4-57 Internet Protocol ACL Configuration Commands
Command Syntax and Usage
permit ip
{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 IP packets that match the specified criteria.
Command mode: IP Extended ACL
deny ip
{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 IP packets that match the specified criteria.
Command mode: IP Extended ACL