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

Página de 1016
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.
Controller(config)#
vlan access-map vmap4
Controller(config-access-map)#
match ip address al2
Controller(config-access-map)#
action drop
Controller(config-access-map)#
exit
Controller(config)#
vlan filter vmap4 vlan-list 5-6
You can verify your settings by entering the show vlan access-map privileged EXEC command.
Related Commands
Description
Command
Configures a standard numbered ACL.
access-list
Specifies the action to be taken if the packet matches
an entry in an ACL.
action
Creates a named access list.
ip access list
Creates a named MAC address access list.
mac access-list extended
Displays the VLAN access maps created on the
switch.
show vlan access-map
Creates a VLAN access map.
vlan access-map
   Consolidated Platform Command Reference, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)
144
OL-29471-01  
match (access-map configuration)