2-545
Cisco Catalyst Blade Switch 3030 Command Reference
78-17262-01
Chapter 2 Cisco
Catalyst
Blade Switch 3030 Cisco IOS Commands
vlan access-map
In global configuration mode, use the
vlan filter
interface configuration command to apply the map to
one or more VLANs.
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.