![Huawei Quidway NetEngine40E Скачать руководство пользователя страница 400](http://html.mh-extra.com/html/huawei/quidway-netengine40e/quidway-netengine40e_configuration-manual-reliability_169453400.webp)
The Eth-Trunk interfaces of Router A and Router B can ping each other.
[RouterA]
ping -a 10.1.1.1 10.1.1.2
PING 10.1.1.2: 56 data bytes, press CTRL_C to break
Reply from 10.1.1.2: bytes=56 Sequence=1 ttl=255 time=31 ms
Reply from 10.1.1.2: bytes=56 Sequence=2 ttl=255 time=31 ms
Reply from 10.1.1.2: bytes=56 Sequence=3 ttl=255 time=62 ms
Reply from 10.1.1.2: bytes=56 Sequence=4 ttl=255 time=62 ms
Reply from 10.1.1.2: bytes=56 Sequence=5 ttl=255 time=62 ms
--- 10.1.1.2 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 31/49/62 ms
Step 2
Configure single-hop BFD for a Layer 3 Eth-Trunk member link.
# Configure a BFD session on Router A and bind the member interface GE 1/0/0 to the BFD
session.
[RouterA]
bfd
[RouterA-bfd]
quit
[RouterA]
bfd to_link1 bind peer-ip default-ip interface gigabitethernet 1/0/0
[RouterA-bfd-session-to_link1]
discriminator local 10
[RouterA-bfd-session-to_link1]
discriminator remote 11
[RouterA-bfd-session-to_link1]
wtr 5
[RouterA-bfd-session-to_link1]
commit
[RouterA-bfd-session-to_link1]
quit
# Configure the BFD session on Router B and bind the member link interface GE 1/0/0.
[RouterB]
bfd
[RouterB-bfd]
quit
[RouterB]
bfd to_link1 bind peer-ip default-ip interface gigabitethernet 1/0/0
[RouterB-bfd-session-to_link1]
discriminator local 11
[RouterB-bfd-session-to_link1]
discriminator remote 10
[RouterB-bfd-session-to_link1]
wtr 5
[RouterB-bfd-session-to_link1]
commit
[RouterB-bfd-session-to_link1]
quit
Step 3
Verify the configuration.
After the configurations, run the
display bfd session
all verbose
command on Router A and
Router B. You can view that the single-hop BFD session has been set up and its status is
Up
.
Use the display on Router A as an example.
[RouterA]
display bfd session all verbose
--------------------------------------------------------------------------------
Session MIndex : 256 (One Hop) State :
Up
Name : to_link1
--------------------------------------------------------------------------------
Local Discriminator : 10 Remote Discriminator : 11
Session Detect Mode : Asynchronous Mode Without Echo Function
BFD Bind Type : Interface(GigabitEthernet1/0/0)
Bind Session Type : Static
Bind Peer Ip Address : 224.0.0.184
NextHop Ip Address : 224.0.0.184
Bind Interface : GigabitEthernet1/0/0
FSM Board Id : 1 TOS-EXP : 7
Min Tx Interval (ms) : 10 Min Rx Interval (ms) : 10
Actual Tx Interval (ms): 10 Actual Rx Interval (ms): 10
Local Detect Multi : 3 Detect Interval (ms) : 30
Echo Passive : Disable Acl Number : --
Destination Port : 3784 TTL : 255
Proc interface status : Disable Process PST : Disable
WTR Interval (ms) : 300000
Active Multi : 3
HUAWEI NetEngine80E/40E Router
Configuration Guide - Reliability
5 BFD Configuration
Issue 02 (2014-09-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
383