• no—Negates a command or set its defaults.
When you do not specify an entry number (sequence number), it is added to the end of the map.
There can be only one VLAN map per VLAN and it is applied as packets are received by a VLAN.
You can use the no vlan access-map name [number] command with a sequence number to delete a single
entry.
Use the vlan filter interface configuration command to apply a VLAN 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.
Device(config)# vlan access-map vac1
Device(config-access-map)# match ip address acl1
Device(config-access-map)# action forward
This example shows how to delete VLAN map vac1:
Device(config)# no vlan access-map vac1
Related Commands
DescriptionCommand
Sets the action for the VLAN access map entry.
action
Sets the VLAN map to match packets against one or more access
lists.
match (access-map configuration)
Displays the VLAN access maps created on the switch.
show vlan access-map
Applies a VLAN map to one or more VLANs.
vlan filter
Command Reference, Cisco IOS XE Everest 16.5.1a (Catalyst 3650 Switches)
844
vlan access-map