Technical data
RackSwitch G8124 Command Reference
Chapter 4: Configuration Commands
175BMD00076, January 2009
OSPF ACL Configuration
The Open Shortest Path First (OSPF) ACL specifies which packets to permit or deny, based on
the matching criteria, as described below:
ospf = Open Shortest Path First (OSPF) 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-58 OSPF ACL Configuration Commands
Command Syntax and Usage
permit ospf
{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 OSPF packets that match the specified criteria.
Command mode: IP Extended ACL
deny ospf
{any|host <IP address>|<source IP address> <mask>}
{any|host <IP address>|<dest. IP address> <mask>}
[tos {max-reliability|max-throughput|min-delay|normal|<0-7>}|
dscp <0-63>]
[user-priority <0-7>]
Denies OSPF packets that match the specified criteria.
Command mode: IP Extended ACL