您的位置:首页 > 其它

IPV6 静态默认RIng路由配置

2010-10-08 12:55 621 查看
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

本文出自 “2010网络” 博客,请务必保留此出处http://dnsdhcp.blog.51cto.com/1280638/402204
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: