DGS-6604 m match ipv6 address
CLI Reference Guide
426
match ipv6 address
Use this command to define a clause to match the route based on IPv6 access
list.
match ipv6 address IPv6-ACCESS-LIST-NAME
no match ipv6 address [IPv6-ACCESS-LIST-NAME]
Default Not configured
Command Mode Route-map configuration
Usage Guideline Use the match ipv6 address command in route map configure mode to define
rule for matching routes against IP standard access list.
Example The following example create an IP access list "aclv6cfg" first and create a route
map entry to match against the create IP access list.
You can verify your settings by entering the show route map command.
Syntax Description
IPv6-ACCESS-LIST-
NAME
Specify an IPv6 access list name.
Switch(config)# ipv6 access-list extended aclv6cfg
Switch(config-ip-acl) # permit 2000::3:4 ffff::0 any
Switch(config-ip-acl)# exit
Switch(config)# route-map myPolicy permit 1
Switch(config-route-map)# match ipv6 address aclv6cfg