DES-7200 Configuration Guide Chapter 7 Policy-based Routing
Configuration
7-15
Figure 2 IPV6 PBR topology
Configuration steps
# Create an ACL for subnet 1 and subnet 2, respectively.
DES-7200(config)#ipv6 access-list net1
DES-7200(config-ipv6-acl)#permit ipv6 2003::/64 any
DES-7200(config)#ipv6 access-list net2
DES-7200(config-ipv6-acl)#permit ipv6 2004::/64 any
# Configure a route map used to control data streams of subnet 1. Set the next
hop of G0/1 prefer.
DES-7200(config)#route-map RM_FOR_PBR 10
DES-7200(config-route-map)#match ipv6 address net1
DES-7200(config-route-map)#set ipv6 next-hop 2001::1
DES-7200(config-route-map)#set ipv6 next-hop 2002::1
# Configure a route map used to control data streams of subnet 2. Set the next
hop of G0/2 prefer.
DES-7200(config)#route-map RM_FOR_PBR 20
DES-7200(config-route-map)#match ipv6 address net2
DES-7200(config-route-map)#set ipv6 next-hop 2002::1
DES-7200(config-route-map)#set ipv6 next-hop 2001::1
# Configure redundant backup.