-94
Cisco ME 3800X and ME 3600X Switch Command Reference
OL-28238-01
Chapter
vlan access-map
Note For more information about VLAN map entries, see the software configuration guide for this release.
Examples This example shows how to create a VLAN map named vac1 and apply matching conditions and actions
to it. If no other entries already exist in the map, this will be entry 10.
Switch(config)# vlan access-map vac1
Switch(config-access-map)# match ip address acl1
Switch(config-access-map)# action forward
This example shows how to delete VLAN map vac1:
Switch(config)# no vlan access-map vac1
Related Commands Command Description
action Sets the action for the VLAN access map entry.
match (access-map configuration) Sets the VLAN map to match packets against one or more access
lists.
show vlan access-map Displays information about a particular VLAN access map or all
VLAN access maps.
vlan filter Applies the VLAN access map to one or more VLANs.