H3C默认路由配置:


R3:
system-view
ipv6
int lo3
ipv6 add 3333::0003/128
undo shutdown
quit
int s0/2/2
ipv6 add 3400::0003/64
undo shutdown
quit
ipv6 route-static :: 0 s0/2/2

ping ipv6 4444::0004

R4:

system-view
ipv6
int lo4
ipv6 add 4444::0004/128
undo shutdown
quit
int s0/2/0
ipv6 add 3400::0004/64
undo shutdown
quit
ipv6 route-static :: 0 s0/2/0
 

 

H3C静态路由配置

 


R3:
system-view
ipv6
int lo3
ipv6 add 3333::0003/128
undo shutdown
quit
int s0/2/2
ipv6 add 3400::0003/64
undo shutdown
quit
ipv6 route-static :: 0 s0/2/2

ping ipv6 4444::0004

R4:

system-view
ipv6
int lo4
ipv6 add 4444::0004/128
undo shutdown
quit
int s0/2/0
ipv6 add 3400::0004/64
undo shutdown
quit
ipv6 route-static :: 0 s0/2/0
 

 

H3C RIPNG:

R3
system-view
sysname R3
ipv6
int lo3
ipv6 add 3333::0003/128
ripng 100 enable
rip split-horizon
rip poison-reverse
undo shutdown
quit
int s0/2/2
ipv6 add 3400::003/64
ripng 100 enable
rip split-horizon
rip poison-reverse
undo shutdown
quit
ripng 100
maximum load-balancing 6
preference 33
timers update 30 suppress 120 garbage-collect 120 timeout 180
quit

 


R4:
system-view
sysname R4
ipv6
int lo4
ipv6 add 4444::0004/128
ripng 100 enable
rip split-horizon
rip poison-reverse
undo shutdown
quit
int s0/2/0
ipv6 add 3400::004/64
ripng 100 enable
rip split-horizon
rip poison-reverse
undo shutdown
quit
ripng 100
maximum load-balancing 6
preference 33
timers update 30 suppress 120 garbage-collect 120 timeout 180
quit