Before You Begin
Create the standard or extended IPv4 ACLs or named MAC extended ACLs that you want to apply to the
VLAN.
SUMMARY STEPS
1.
vlan access-map name
[
number
]
2.
match
{
ip
|
mac
}
address
{
name
|
number
} [
name
|
number
]
3.
Enter one of the following commands to specify an IP packet or a non-IP packet (with only a known MAC
address) and to match the packet against one or more ACLs (standard or extended):
•
action
{
forward
}
Switch(config-access-map)#
action forward
•
action
{
drop
}
Switch(config-access-map)#
action drop
4.
vlan filter mapname vlan-list list
DETAILED STEPS
Purpose
Command or Action
Creates a VLAN map, and give it a name and (optionally) a number. The
number is the sequence number of the entry within the map.
vlan access-map name
[
number
]
Example:
Switch(config)#
vlan access-map map_1
Step 1
When you create VLAN maps with the same name, numbers are assigned
sequentially in increments of 10. When modifying or deleting maps, you
can enter the number of the map entry that you want to modify or delete.
20
VLAN maps do not use the specific permit or deny keywords. To deny a
packet by using VLAN maps, create an ACL that would match the packet,
and set the action to drop. A permit in the ACL counts as a match. A deny
in the ACL means no match.
Entering this command changes to access-map configuration mode.
Match the packet (using either the IP or MAC address) against one or more
standard or extended access lists. Note that packets are only matched against
match
{
ip
|
mac
}
address
{
name
|
number
}
[
name
|
number
]
Step 2
access lists of the correct protocol type. IP packets are matched against
Example:
Switch(config-access-map)#
match ip
standard or extended IP access lists. Non-IP packets are only matched against
named MAC extended access lists.
If the VLAN map is configured with a match clause for a type of
packet (IP or MAC) and the map action is drop, all packets that
match the type are dropped. If the VLAN map has no match clause,
and the configured action is drop, all IP and Layer 2 packets are
dropped.
Note
address ip2
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1252
How to Configure VLAN Access Control Lists
Summary of Contents for Catalyst 2960 Series
Page 96: ......
Page 196: ......
Page 250: ......
Page 292: ......
Page 488: ......
Page 589: ...P A R T VI Cisco Flexible NetFlow Configuring NetFlow Lite page 509 ...
Page 590: ......
Page 619: ...P A R T VII QoS Configuring QoS page 539 Configuring Auto QoS page 645 ...
Page 620: ......
Page 750: ......
Page 1604: ......
Page 1740: ......
Page 2105: ...P A R T XII Configuring Cisco IOS IP SLAs Configuring Cisco IP SLAs page 2025 ...
Page 2106: ......
Page 2118: ......
Page 2164: ......