DGS-6604
m
set ipv6 next-hop
CLI Reference Guide
562
Lastly, in Vlan Interface configuration mode set the conditionally redistributed to
previously created route-map,
myPolicy
.
You can verify your settings by entering the
show route-map
privileged EXEC
command.
Switch(config)# ipv6 access-list extended Strict-Control
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 Strict-Control
Switch(config-route-map)# set ipv6 next-hop 100::BEAE:C5FF:FE9A
Switch(config-route-map)# exit
Switch(config)# interface vlan100
Switch(config-router)# ip policy route-map myPolicy