bfd联动接口没有拨号口,具体以设备手册为准,建议拨号做探测通过nqa结合track的方式,配置路由迭代
支持与BFD联动的接口类型为:
· 三层以太网接口及其子接口。请不要在三层以太网接口和该三层以太接口创建的子接口上同时使用该功能,否则,将导致主接口或子接口的BFD检测功能失效。
· 三层聚合接口、三层聚合接口的子接口以及三层聚合口的成员端口,其中三层聚合口的成员端口全部为三层以太网接口。请不要在三层聚合接口、该三层聚合接口的子接口以及该三层聚合口的成员端口上同时使用此功能,否则可能导致BFD检测功能失效。
· VLAN接口
例如:
#
track 1 nqa entry admin liantong reaction 1
#
track 2 nqa entry admin dianxin reaction 2
#
policy-based-route test permit node 10
if-match acl 2000
apply output-interface Dialer0 //策略路由中的node节点才能指定出接口,NQA中无法指定接口,只能指定地址。
#
policy-based-route test permit node 20
if-match acl 2001
apply output-interface Dialer1
#
nqa entry admin dianxin
type icmp-echo
destination ip 114.114.114.114
frequency 3000
history-record enable
reaction 2 checked-element probe-fail threshold-type consecutive 3 action-type trigger-only
//注意:是trigger-only不是trap-only
source ip 3.3.3.3
#
nqa entry admin liantong
type icmp-echo
destination ip 223.5.5.5
frequency 3000
history-record enable
reaction 1 checked-element probe-fail threshold-type consecutive 3 action-type trigger-only
source ip 2.2.2.2
#
nqa schedule admin dianxin start-time now lifetime forever
nqa schedule admin liantong start-time now lifetime forever
#
interface LoopBack0 //需要起环回口进行源地址的探测
ip address 2.2.2.2 255.255.255.0
#
interface LoopBack1
ip address 3.3.3.3 255.255.255.0
#
ip route-static 0.0.0.0 0 Dialer0 track 1
ip route-static 0.0.0.0 0 Dialer1 track 2
ipv6 route-static :: 0 Dialer0 track 1
ipv6 route-static :: 0 Dialer1 track 2
#
ip local policy-based-route test //调用策略路由
#
acl basic 2000
rule 0 permit source 2.2.2.2 0
#
acl basic 2001
rule 0 permit source 3.3.3.3 0
#
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论