2-166
Cisco ME 3800X and ME 3600X Switch Command Reference
OL-28238-01
Chapter 2 Cisco ME 3800X and ME 3600X Switch Cisco IOS Commands
match (access-map configuration)
Examples This example shows how to define and apply a VLAN access map vmap4 to VLANs 5 and 6 that will
cause the interface to drop an IP packet if the packet matches the conditions defined in access list al2.
Switch(config)# vlan access-map vmap4
Switch(config-access-map)# match ip address al2
Switch(config-access-map)# action drop
Switch(config-access-map)# exit
Switch(config)# vlan filter vmap4 vlan-list 5-6
Related Commands Command Description
access-list Configures a standard numbered ACL. For syntax information, refer to
the Cisco IOS Master Command List, All Releases at:
http://www.cisco.com/en/US/partner/docs/ios/mcl/allreleasemcl/all_bo
ok.html
action Specifies the action to be taken if the packet matches an entry in an
access control list (ACL).
ip access list Creates a named access list. For syntax information, refer to the Cisco
IOS Master Command List, All Releases at:
http://www.cisco.com/en/US/partner/docs/ios/mcl/allreleasemcl/all_bo
ok.html
mac access-list extended Creates a named MAC address access list.
show vlan access-map Displays the VLAN access maps created on the switch.
vlan access-map Creates a VLAN access map.