IP SLA是 Internet Protocol Service-Level Agreement的缩写,意思是互联网协议服务等级协议。
IP SLA主要有以下三种应用场合:
1.浮动静态路由下一跳检测。
2.HSRP出接口检测。
3.PBR策略路由下一跳检测。
简单来说就是利用以下各种途径测试可靠性,下文主要以icmp ping测试来说明
实验拓扑图
拓扑说明:R1 fa0/0接口192.168.0.0/24,s1/0接口12.1.1.0/24,s1/1接口13.1.1.0/24,最后一位为路由器编号,后续不再说明;R2 s1/0接口12.1.1.0/24,s1/1接口24.1.1.0/24;R3 s1/1接口13.1.1.0/24,s1/0接口34.1.1.0/24;R4 s1/1接口24.1.1.0/24,s1/0接口34.1.1.0/24,fa0/0接口192.168.1.0/24。R1 R2 R3 R4起ospf路由协议。
(config)#ip sla monitor 124
创建SLA条目
(config-sla-monitor)#type echo protocolipicmpecho 24.1.1.4 source-interface s1/0
设置检测类型为icmp ping,测试到24.1.1.4的连通性,走s1/0源接口
(config-sla-monitor-echo)#frequency 5
设置频率为5秒一个包
(config-sla-monitor-echo)#threshold 2
设置阀值为2次
(config-sla-monitor-echo)#timeout 1000
单位为ms,超时时间为1s
(config)#ip sla monitor schedule 124 start-timenow life forever
设置sla 立刻生效,有效期无限(默认3600s)
(config)#track 124 rtr 124 reachability
设置track条目和lsa条目关联,track可达性
(config)#ip route 0.0.0.0 0.0.0.0 12.1.1.210 track 124
设置路由ad值为10,使用track条目124监测
附上R1的相关配置:
ip sla monitor 124
typeecho protocol ipIcmpEcho 24.1.1.4 source-interface Serial1/0
timeout 1000
threshold 2
frequency 5
ip sla monitor schedule 124 start-time now
ip sla monitor 134
typeecho protocol ipIcmpEcho 34.1.1.4 source-interface Serial1/1
timeout 1000
threshold 2
frequency 5
ip sla monitor schedule 134 start-time now
track 124 rtr 124 reachability
track 134 rtr 134 reachability
ip route 0.0.0.0 0.0.0.0 12.1.1.2 2 track124
ip route 0.0.0.0 0.0.0.0 13.1.1.3 3 track134
实验结果:
可用show track和show ip sla monitor configuration验证实验结果,192.168.1.0到192.168.2.0默认走R1-R2-R4,当R2接口S1/1或者R4接口S1/1状态为down状态,会走另外一条路R1-R3-R4。
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。