qa entry wan 1
type icmp-echo
destination ip 1.1.1.2
frequency 3000
next-hop ip 192.168.1.1
reaction 1 checked-element probe-fail threshold-type consecutive 6 action-type trigger-only
source interface GigabitEthernet0/1
当源端口是 source interface GigabitEthernet0/0或GigabitEthernet0/1时有什么区别?
当1.1和1.2之间线路断开,track目标为1.2,next-hop ip 192.168.1.1,source接口为G0/0,那么track状态为 Negative。
当1.1和1.2之间线路断开,track目标为1.2,next-hop ip 192.168.1.1,source接口为G0/1,那么track状态为 Positive。
这是为什么呢?
(0)
最佳答案
source interface是用来设置你的nqa测试使用的源ip地址的,比如source interface GigabitEthernet0/0,那你的nqa发出的ping包里的源地址就是192.168.1.2。
你说的改接口以后状态不一样,我觉得要检查一下配置并保存重启一下。理论上你把链路物理断开或shutdown的话,1.1.1.1和1.1.1.2这两个地址应该全down了,探测结果必然是fail。
(0)
MSR36-20_1: ip route-static 0.0.0.0 0.0.0.0 1.1.1.2 track 1 ip route-static 0.0.0.0 0.0.0.0 192.168.1.2 preference 80 ----------------------------- MSR36-20_2: ip route-static 0.0.0.0 0.0.0.0 192.168.1.1 track 1 ip route-static 0.0.0.0 0.0.0.0 2.2.2.2 preference 80 ----------------------------- MSR36-20_2: qa entry wan 1 type icmp-echo destination ip 1.1.1.2 frequency 3000 next-hop ip 192.168.1.1 reaction 1 checked-element probe-fail threshold-type consecutive 6 action-type trigger-only source interface GigabitEthernet0/1 当1.1和1.2之间线路断开,track目标为1.2,next-hop ip 192.168.1.1,source接口为G0/0,那么track状态为 Negative。 当1.1和1.2之间线路断开,track目标为1.2,next-hop ip 192.168.1.1,source接口为G0/1,那么track状态为 Positive。 这是为什么呢? 既然指定了next-hop ip,当源端口是 source interface GigabitEthernet0/0或GigabitEthernet0/1时又有什么区别? 谢谢
R1:
ip route-static 0.0.0.0 0.0.0.0 1.1.1.2 track 1
ip route-static 0.0.0.0 0.0.0.0 192.168.1.2 preference 80
R2:
ip route-static 0.0.0.0 0.0.0.0 192.168.1.1 track 1
ip route-static 0.0.0.0 0.0.0.0 2.2.2.2 preference 80
qa entry wan 1
type icmp-echo
destination ip 1.1.1.2
frequency 3000
next-hop ip 192.168.1.1
reaction 1 checked-element probe-fail threshold-type consecutive 6 action-type trigger-only
source interface GigabitEthernet0/1
当1.1和1.2之间线路断开,track目标为1.2,next-hop ip 192.168.1.1,source接口为G0/0,那么track状态为 Negative。
当1.1和1.2之间线路断开,track目标为1.2,next-hop ip 192.168.1.1,source接口为G0/1,那么track状态为 Positive。
这是为什么呢?
既然指定了next-hop ip,当源端口是 source interface GigabitEthernet0/0或GigabitEthernet0/1时又有什么区别?
谢谢
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
MSR36-20_1: ip route-static 0.0.0.0 0.0.0.0 1.1.1.2 track 1 ip route-static 0.0.0.0 0.0.0.0 192.168.1.2 preference 80 ----------------------------- MSR36-20_2: ip route-static 0.0.0.0 0.0.0.0 192.168.1.1 track 1 ip route-static 0.0.0.0 0.0.0.0 2.2.2.2 preference 80 ----------------------------- MSR36-20_2: qa entry wan 1 type icmp-echo destination ip 1.1.1.2 frequency 3000 next-hop ip 192.168.1.1 reaction 1 checked-element probe-fail threshold-type consecutive 6 action-type trigger-only source interface GigabitEthernet0/1 当1.1和1.2之间线路断开,track目标为1.2,next-hop ip 192.168.1.1,source接口为G0/0,那么track状态为 Negative。 当1.1和1.2之间线路断开,track目标为1.2,next-hop ip 192.168.1.1,source接口为G0/1,那么track状态为 Positive。 这是为什么呢? 既然指定了next-hop ip,当源端口是 source interface GigabitEthernet0/0或GigabitEthernet0/1时又有什么区别? 谢谢