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

静态浮动路由实验

时间:2020-04-17 14:00:05      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:str   col   浮动   路由器   bsp   目标   ip route   img   color   

静态浮动路由
 
应用场景:
到同一个目标网络有两条及以上的链路
 
如何配置:
将备份链路的路由优先级改大即可
 
注意:
回程的路由器也要配置静态浮动
 
主要配置命令
[R1]ip route-static 0.0.0.0 0 10.1.1.1 preference  X         #X,优先级数值
 
 
实验示例:
技术图片

 

 配置命令

[AR1]
 
u t t   
system-view
sysname R1
int g0/0/0
ip add 192.168.1.254 24
int g0/0/1
ip add 192.168.12.1 24
int g0/0/2
ip add 192.168.23.1 24
q
ip route-static 192.168.2.0 24 192.168.12.2 preference 60
ip route-static 192.168.2.0 24 192.168.23.2 preference 61
 
 
[AR2]
 
u t t
system-view
sysname R2
int g0/0/0
ip add 192.168.2.254 24
int g0/0/1
ip add 192.168.12.2 24 
int g0/0/2
ip add 192.168.23.2 24 
q
ip route-static 192.168.1.0 24 192.168.12.1 preference 60
ip route-static 192.168.1.0 24 192.168.23.1 preference 61
 

静态浮动路由实验

标签:str   col   浮动   路由器   bsp   目标   ip route   img   color   

原文地址:https://www.cnblogs.com/xbycf/p/12719483.html

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