ZXR10 GER (V2.6.03) General Excellent Router User Manual Volume-I
262 Confidential and Proprietary Information of ZTE CORPORATION
FIGURE 105 POLICY ROUTING CONFIGURATION EXAMPLE
ZXR10
ISP1
100.1.1.1
ISP2
200.1.1.1
fei_2/1
fei_2/2
10.10.0.0/24
11.11.0.0/24
fei_1/1
fei_1/2
ZXR10 configuration:
interface fei_1/1
description To User1
ip address 10.10.0.254 255.255.255.0
ip policy route-map source-ip
!
interface fei_1/2
description To User1
ip address 11.11.0.254 255.255.255.0
ip policy route-map source-ip
!
interface fei_2/1
description To ISP1
ip address 100.1.1.2 255.255.255.252
!
interface fei_2/2
description To ISP2
ip address 200.1.1.2 255.255.255.252
!
ip route 0.0.0.0 0.0.0.0 100.1.1.1
!
access-list 10 permit 10.10.0.0 0.0.0.255
access-list 20 permit 11.11.0.0 0.0.0.255
!
route-map source-ip permit 10 /*forwards the
messages matching with ACL 10 to 100.1.1.1*/
match ip address 10
set ip next-hop 100.1.1.1
!
route-map source-ip permit 20 /*forwards the
messages matching with ACL 20 to 200.1.1.1*/
match ip address 20
set ip next-hop 200.1.1.1
In this instance, the service connection is as follows:
When ISP1 and ISP2 are normal, ISP1 and ISP2 are selected
for the users in the 10.10.0.0/24 and 11.11.0.0/24 subnets
respectively.