PurposeCommand or Action
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Example:
Switch# copy running-config
Step 7
startup-config
Applying a VLAN Map to a VLAN
Beginning in privileged EXEC mode, follow these steps to apply a VLAN map to one or more VLANs:
SUMMARY STEPS
1.
configure terminal
2.
vlan filter mapname vlan-list list
3.
end
4.
show running-config
5.
copy running-config startup-config
DETAILED STEPS
PurposeCommand 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
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1255
How to Configure VLAN Access Control Lists