DES-7200 Configuration Guide Chapter 7 Policy-based Routing
Configuration
7-16
DES-7200(config)#ipv6 policy redundance
# Apply the policy-based routing on the interface GigabitEthernet 0/3.
DES-7200(config)#interface GigabitEthernet 0/3
DES-7200(config-if-GigabitEthernet 0/3)#ipv6 policy route-map RM_FOR_PBR
Verify configuration
# Show the configuration of route map.
DES-7200#show route-map
route-map RM_FOR_PBR, permit, sequence 10
Match clauses:
ipv6 address net1
Set clauses:
ipv6 next-hop 2001::1 2002::1
route-map RM_FOR_PBR, permit, sequence 20
Match clauses:
ipv6 address net2
Set clauses:
ipv6 next-hop 2002::1 2001::1
# Show the configuration of IPv6 policy-based routing.
DES-7200#show ipv6 policy
Interface Route map
GigabitEthernet 0/3 RM_FOR_PBR
# Show the configuration of ACL.
DES-7200#show access-lists
ipv6 access-list net1
10 permit ipv6 2003::/64 any
(0 packets matched)
ipv6 access-list net2
10 permit ipv6 2004::/64 any
(0 packets matched)
7.5.5 Example 5: Configure IPv4/IPv6 PBRs simultaneously
Network requirement
There are two egresses of a LAN connecting to the Internet, one of which is the
egress of education network. In general, load balance and backup should be
enabled for these two egresses.
IPv4/IPv6 dual stacks are used in the networks. IPv4 and IPv6 PBRs should be
enabled on an interface at the same time.