首页 > 其他 > 详细

静态路由高级应用

时间:2018-12-01 12:05:41      阅读:150      评论:0      收藏:0      [点我收藏+]

技术分享图片

负载分担

R1:

Int g0/0/0

Ip add 192.168.1.1 24

Int g0/0/1

Ip add 12.1.1.1 24

Int g0/0/2

Ip add 21.1.1.1 24

Ip route-static 192.168.2.0 24 12.1.1.2

Ip route-static 192.168.2.0 24 21.1.1.2

R2

Int g0/0/0

Ip add 12.1.1.2 24

Int g0/0/1

Ip add 192.168.2.1 24

Int g0/0/2

Ip add 21.1.1.2 24

Ip route-static 192.168.1.0 24 12.1.1.1

Ip route-static 192.168.1.0 24 21.1.1.1

路由备份

R1:

Ip route-static 192.168.2.0 24 12.1.1.2

Ip route-static 192.168.2.0 24 21.1.1.2 pre 100

R2

Ip route-static 192.168.1.0 24 12.1.1.1

Ip route-static 192.168.1.0 24 21.1.1.1 pre 100

默认路由

R1:

Ip route-static 0.0.0.0 0.0.0.0 12.1.1.2

R2:

Ip route-static 0.0.0.0 0.0.0.0 12.1.1.1

 

静态路由高级应用

原文:https://www.cnblogs.com/hehuanling/p/10048791.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!