DETAILED STEPS
Purpose
Command or Action
Enters the global configuration mode.
configure terminal
Example:
Switch#
configure terminal
Step 1
Applies the VLAN map to one or more VLAN IDs.
vlan filter mapname vlan-list list
Step 2
Example:
Switch(config)#
vlan filter map 1 vlan-list
The list can be a single VLAN ID (22), a consecutive list
(10-22), or a string of VLAN IDs (12, 22, 30). Spaces around
the comma and hyphen are optional.
20-22
Returns to privileged EXEC mode.
end
Example:
Switch(config)#
end
Step 3
Displays the access list configuration.
show running-config
Example:
Switch#
show running-config
Step 4
(Optional) Saves your entries in the configuration file.
copy running-config startup-config
Example:
Switch#
copy running-config startup-config
Step 5
Related Topics
Configuring VLAN Maps, on page 135
Monitoring IPv4 ACLs
You can monitor IPv4 ACLs by displaying the ACLs that are configured on the switch, and displaying the
ACLs that have been applied to interfaces and VLANs.
When you use the
ip access-group
interface configuration command to apply ACLs to a Layer 2 or 3 interface,
you can display the access groups on the interface. You can also display the MAC ACLs applied to a Layer
2 interface. You can use the privileged EXEC commands as described in this table to display this information.
Catalyst 2960-XR Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX1
OL-29434-01
139
Configuring IPv4 ACLs
Monitoring IPv4 ACLs