16- and 36-Port Ethernet Switch Module for Cisco 2600 Series, Cisco 3600 Series, and Cisco 3700 Series
Configuration Tasks
84
Cisco IOS Release 12.2(2)XT, 12.2(8)T, and 12.2(15)ZJ
Beginning in privileged EXEC mode, follow these steps to create a standard access list using names:
Beginning in privileged EXEC mode, follow these steps to create an extended ACL using names:
Command
Purpose
Step 1
configure terminal
Enters global configuration mode.
Step 2
ip access-list standard {name |
access-list-number}
Defines a standard IP access list using a name, and enter access-list
configuration mode.
Note
The name can be a number from 1 to 99.
Step 3
deny {source source-wildcard | host source |
any}
or
permit {source source-wildcard | host source |
any}
In access-list configuration mode, specifies one or more conditions
denied or permitted to determine if the packet is forwarded or
dropped.
•
host source represents a source and source wildcard of source
0.0.0.0.
•
any represents a source and source wildcard of 0.0.0.0
255.255.255.255.
Note
The log option is not supported on Ethernet switch
interfaces.
Step 4
end
Returns to privileged EXEC mode.
Step 5
show access-lists [number | name]
Displays the access list configuration.
Step 6
copy running-config startup-config
(Optional) Saves your entries in the configuration file.
Command
Purpose
Step 1
configure terminal
Enters global configuration mode.
Step 2
ip access-list extended {name |
access-list-number}
Defines an extended IP access list by using a name, and enter
access-list configuration mode.
Note
The name can be a number from 100 to 199.
Step 3
{deny | permit} protocol
{source source-wildcard | host
source
|
any
}
[operator port] {destination
destination-wildcard | host
destination
|
any}
[operator port]
In access-list configuration mode, specifies the conditions allowed
or denied.
See the
“Creating a Numbered Extended ACL” section on page 80
for definitions of protocols and other keywords.
•
host source represents a source and source wildcard of source
0.0.0.0, and host destination represents a destination and
destination wildcard of destination 0.0.0.0.
•
any represents a source and source wildcard or destination and
destination wildcard of 0.0.0.0 255.255.255.255.
Step 4
end
Returns to privileged EXEC mode.
Step 5
show access-lists [number | name]
Displays the access list configuration.
Step 6
copy running-config startup-config
(Optional) Saves your entries in the configuration file.