Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
50
Level: 12.
Usage Guideline
Use this command to associate an IP 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). IP sub-map just
checks IP packets. The newer command overwrites the previous setting.
Example
This example shows how to configure the match content in the sub-map.
Switch# configure terminal
Switch(config)# vlan access-map vlan-map 20
Switch(config-access-map)# match ip address sp1
Switch(config-access-map)# end
Switch# show vlan access-map
VLAN access-map vlan-map 20
match ip address: sp1(ID: 1999)
action: forward
Switch#
4-15 match ipv6 address
This command is used to associate IPv6 access lists for the configured sub-maps. The no form of this
command removes the match entry.
match ipv6 address {ACL-NAME | ACL-NUMBER}
no match ipv6 address
Parameters
ACL-NAME
Specifies the name of the IPv6 ACL access list to be configured. The
name can be up to 32 characters.
ACL-NUMBER
Specifies the number of the IPv6 ACL access list to be configured.
Default
None.
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.