Chapter 4 IPv6 Static Route Configuration
/*Selecting the per-packet load sharing mode*/
R1(config-if-gei-1/2)#exit
R1(config)#ipv6 route 1234::1/128 500::2
R1(config)#ipv6 route 1234::1/128 300::2
Configuration on R2:
R2(config)#interface gei-2/1
R2(config-if-gei-2/1)#no shutdown
R2(config-if-gei-2/1)#ipv6 enable
R2(config-if-gei-2/1)#ipv6 address 300::2/56
R2(config-if-gei-2/1)#exit
R2(config)#interface gei-2/2
R2(config-if-gei-2/2)#no shutdown
R2(config-if-gei-2/2)#ipv6 enable
R2(config-if-gei-2/2)#ipv6 address 500::2/56
R2(config-if-gei-2/2)#exit
R2(config)#interface loopback5
R2(config-if-loopback5)#ipv6 enable
R2(config-if-loopback5)#ipv6 address 1234::1/128
R2(config-if-loopback5)#exit
Configuration Verification
Run the
show ipv6 forwarding route
command to display the route forwarding table on R1:
R1(config)#show ipv6 forwarding route 1234::1
IPv6 Routing Table:
Headers: Dest: Destination, Gw: Gateway, Pri: Priority;
Codes
: K: kernel, I1: isis-l1, SFN: sf-nat64, R: ripng, AF: aftr, B: bgp,
D: direct, I2: isis-l2, SLN: sl-nat64, O: ospfv3, D6: dhcp, P: ppp,
S: static, N: nd, V: vrrp, A: address, M: multicast, UI: user-ipaddr;
Dest
Owner
Metric
Interface
Pri
Gw
1234::1/128
S
0
gei-1/1
1
300::2
1234::1/128
S
0
gei-1/2
1
500::2
The above result indicates that there are two next hops to destination 1234::1/128, 300::2
and 500::2 respectively. Outgoing interfaces are gei-1/1 and gei-1/2. Load sharing is
implemented.
4-13
SJ-20140504150128-018|2014-05-10 (R1.0)
ZTE Proprietary and Confidential
Содержание ZXR10 ZSR
Страница 12: ...This page intentionally left blank IV SJ 20140504150128 018 2014 05 10 R1 0 ZTE Proprietary and Confidential ...
Страница 306: ...Figures This page intentionally left blank IV SJ 20140504150128 018 2014 05 10 R1 0 ZTE Proprietary and Confidential ...
Страница 308: ...This page intentionally left blank VI SJ 20140504150128 018 2014 05 10 R1 0 ZTE Proprietary and Confidential ...