Cisco Cisco 5760 Wireless LAN Controller Referências técnicas

Página de 1016
• 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.
Controller(config)#
vlan access-map vac1
Controller(config-access-map)#
match ip address acl1
Controller(config-access-map)#
action forward
This example shows how to delete VLAN map vac1:
Controller(config)#
no vlan access-map vac1
Related Commands
Description
Command
Sets the action for the VLAN access map entry.
Sets the VLAN map to match packets against one or more access
lists.
Displays the VLAN access maps created on the switch.
Applies a VLAN map to one or more VLANs.
   Consolidated Platform Command Reference, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)
456
OL-29471-01  
vlan access-map