码迷,mamicode.com
首页 > 其他好文 > 详细

静态路由高级应用

时间:2018-12-01 13:22:02      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:0.0.0.0   static   技术   路由   png   2.0   应用   add   1.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

 

静态路由高级应用

标签:0.0.0.0   static   技术   路由   png   2.0   应用   add   1.0   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!