Cisco Systems 15310-CL Network Card User Manual


 
13-3
Cisco ONS 15310-CL and Cisco ONS 15310-MA Ethernet Card Software Feature and Configuration Guide R8.5
78-18133-01
Chapter 13 Configuring Access Control Lists on the ML-Series Card
ML-Series ACL Support
Creating IP ACLs
The following sections describe how to create numbered standard, extended, and named standard IP
ACLs:
Creating Numbered Standard and Extended IP ACLs, page 13-3
Creating Named Standard IP ACLs, page 13-4
Creating Named Extended IP ACLs (Control Plane Only), page 13-4
Applying the ACL to an Interface, page 13-4
Creating Numbered Standard and Extended IP ACLs
Table 13-1 lists the global configuration commands used to create numbered standard and extended IP
ACLs.
Table 13-1 Commands for Numbered Standard and Extended IP ACLs
Command Purpose
ML_Series(config)# access-list
access-list-number
{deny | permit}
source
[
source-wildcard
]
Defines a standard IP ACL using a source address
and wildcard.
ML_Series(config)# access-list
access-list-number
{deny | permit}
any
Defines a standard IP ACL using an abbreviation
for the source and source mask of 0.0.0.0
255.255.255.255.
ML_Series(config)# access-list
access-list-number
{deny | permit}
protocol
source source-wildcard destination
destination-wildcard
[precedence
precedence
] [tos
tos
]
Defines an extended IP ACL number and the
access conditions.
ML_Series(config)# access-list
access-list-number
{deny | permit}
protocol
any any
Defines an extended IP ACL using an
abbreviation for a source and source wildcard of
0.0.0.0 255.255.255.255, and an abbreviation for
a destination and destination wildcard of 0.0.0.0
255.255.255.255.
ML_Series(config)# access-list
access-list-number
{deny | permit}
protocol
host
source
host
destination
Defines an extended IP ACL using an
abbreviation for a source and source wildcard of
source 0.0.0.0, and an abbreviation for a
destination and destination wildcard of
destination 0.0.0.0.