DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
50
Command Mode
VLAN Access-map Sub-map Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this command to associate an IPv6 access list with the configured sub-map. One sub-map can
only be associated with one access list (IP access list, IPv6 access list or MAC access list). IPv6 sub-
map just checks IPv6 packets. The later command overwrites the previous setting.
Example
This example shows how to set the match content in the sub-map.
Switch# configure terminal
Switch(config)# vlan access-map vlan-map 20
Switch(config-access-map)# match ipv6 address sp1
Switch(config-access-map)#
4-16 match mac address
This command is used to associate MAC access lists for the configured sub-maps. The no form of
this command removes the match entry.
match mac address {ACL-NAME | ACL-NUMBER}
no match mac address
Parameters
Default
None.
Command Mode
VLAN Access-map Sub-map Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this command to associate a MAC access list with the configured sub-map. One sub-map can
only be associated with one access list (IP access list, IPv6 access list or MAC access list). MAC sub-
map just check non-IP packets. The later command overwrites the previous setting.
Example
This example shows how to set the match content in the sub-map.
Switch# configure terminal
Switch(config)# vlan access-map vlan-map 30
Switch(config-access-map)# match mac address ext_mac
Switch(config-access-map)#