bfd bind peer-ip命令用来创建BFD会话绑定信息,并进入BFD会话视图。 undo bfdsession-name命令用来删除指定的BFD会话,同时取消BFD会话的绑定信息。 缺省情况下,未创建BFD会话绑定。 命令格式 bfdsession-namebindpeer-ipip-address[interfaceinterface-typeinterface-number] [source-ipip-address] ...
bfd bind peer-ip default-ip命令用来创建检测链路物理状态的BFD会话绑定。 undo bfdsession-name命令用来删除指定的BFD会话,同时取消BFD的绑定配置。 缺省情况下,未创建BFD会话。 命令格式 bfdsession-namebind peer-ipdefault-ipinterfaceinterface-type interface-number[source-ipip-address] undo bfdsession-name 参...
ip address3.3.3.3255.255.255.255ip route-static200.1.1.0255.255.255.0GigabitEthernet0/0/0100.1.1.1#配置bfd前,先保证路由可达bfd #全局使能bfd quit bfd1 bind peer-ip 200.1.1.4 source-ip 100.1.1.3 auto #创建进程bfd 1,绑定远端ip,本地ip, commitip route-static 4.4.4.4 255.255.255.255 GigabitEthern...
discriminator local 1 //本端标识为1 ,即对端为2 discriminator remote 2 //对端标识为2,即对端为1 Commit //使用commit关键字使得BFD生效 # ip route-static 192.168.20.0 255.255.255.0 192.168.11.2 track bfd-session bfd11 //配置静态路由,并与BFD会话bfd11进行绑定 ip route-static 192.16...
bind mpls-te---针对MPL转发链路的BFDbind peer-ip---指定BFD会话绑定的对端为IP地址[AR-1]bfdAAAbind[AR-1]bfdAAAbind peer-ip12.1.1.2?12.1.1.2interface---检测对端地址12.1.1.2时使用指定本端源接口12.1.1.2source-ip---检测对端地址12.1.1.2是指定本端的源IP地址12.1.1.2vpn-instance---检测对端地...
为了避免环路的产生,需要部署BFD对备路由Route2和Route4进行必要的控制,即POC1上的IPFRR不是任何时候都可以在Route1故障后切向Route2,备路由Route2有效的前提是Route3有效才行。为此,需要在Route2与Route3之间建立一种联动,如果Route3失效,那么Route2必须被撤销。为了达到此目的,POC1在自身L3VPN的VRF LOOPBACK和Rout...
(2)PE1234,全部是静态路由,配置上对应的ip地址即可,无动态路由,也没有配置BFD。 (3)专线网关的配置: # bfd CEtoR bind peer-ip 10.0.0.1 source-ip 30.0.0.2 auto # ip route-static 10.0.0.0 255.255.255.0 30.0.0.1 ip route-static 40.0.0.0 255.255.255.0 60.0.0.1 ...
[Huawei]bfdsession-namebindpeer-ipip-address[vpn-instancevpn-name]interfaceinterface-type interface-number[source-ipip-address] 缺省情况下,未创建BFD会话。在第一次创建单跳BFD会话时,必须绑定对端IP地址和本端相应接口,且创建后不可修改。如果需要修改,则只能删除后重新创建。
[Huawei]bfd 4 bind peer-ip 10.1.1.1 interface GigabitEthernet 0/0/1 one-arm-echo //创建单臂回声功能的BFD会话 [Huawei]display bfd configuration all //查看BFD配置信息 [Huawei]display bfd interface //查看使能BFD的接口信息 [Huawei]display bfd session all //查看BFD会话信息 ...
bfd 1 bind peer-ip 172.31.1.1 interface GigabitEthernet0/0/0 source-ip 172.31.1.2 配置单跳检测 discriminator local 2 //本地表示 discriminator remote 1 // 远端标识 commit //激活BFDbfd 2 bind peer-ip 172.16.1.1 interface GigabitEthernet0/0/1 source-ip 172.16.1.2 ...