Configure Symmetric Parameters Between Both Devices of a Static BFD Session
A static BFD session is configured. When configurations between both devices are asymmetric, traffic is interrupted.
Scenario
As shown in Figure 1-2, a static BFD session is configured to monitor the link between Router A and Router B.

Configuration Requirements
- Run the wtr wtr-value command in the BFD session view on both devices to configure the same WTR time.
- Run the process-interface-status command in the BFD session view on both devices to associate the session with its bound interface.
- Run the process-pst command in the BFD session view on both devices to allow the BFD session to modify the port state table (PST).
Misconfiguration Risks
Risk description:
When any of the conditions in the configuration requirements is met, the service switching behaviors on both devices are different, causing traffic interruptions.
Identification method:
Check the static BFD session's WTR value.
# Run the display this command in the BFD session view on Router A. The value of discriminator local must match the remote discriminator on Router B. The WTR time configured on Router A is 2 minutes.
<HUAWEI> system-view[HUAWEI] bfd session a[HUAWEI-bfd-session-a] display this#bfd a bind peer-ip 10.1.1.2discriminator local 1discriminator remote 2wtr 2commit#return# Run the display this command in the BFD session view on Router B. The value of discriminator local must match the remote discriminator on Router A. No WTR time is configured on Router B.
<HUAWEI> system-view[HUAWEI] bfd session a[HUAWEI-bfd-session-a] display this#bfd a bind peer-ip 10.1.1.1discriminator local 2discriminator remote 1commit#returnCheck the process-interface-status configuration on both devices of the static multicast BFD session.
# Run the display this command in the BFD session view on Router A. The value of discriminator local must match the remote discriminator on Router B. Interface association is configured on Router A.
<HUAWEI> system-view[HUAWEI] bfd session a[HUAWEI-bfd-session-a] display this#bfd a bind peer-ip default-ip interface GigabitEthernet1/0/0discriminator local 11discriminator remote 12process-interface-statuscommit#return# Run the display this command in the BFD session view on Router B. The value of discriminator local must match the remote discriminator on Router A. No interface association is configured on Router B.
<HUAWEI> system-view[HUAWEI] bfd session a[HUAWEI-bfd-session-a] display this#bfd a bind peer-ip default-ip interface GigabitEthernet1/0/0discriminator local 12discriminator remote 11commit#returnCheck the process-pst configuration on both devices of the static BFD session.
# Run the display this command in the BFD session view on Router A. The value of discriminator local must match the remote discriminator on Router B. PST association is configured on Router A.
<HUAWEI> system-view[HUAWEI] bfd session a[HUAWEI-bfd-session-a] display this#bfd a bind peer-ip 10.1.1.2 interface GigabitEthernet1/0/0discriminator local 11discriminator remote 12process-pstcommit#return# Run the display this command in the BFD session view on Router B. The value of discriminator local must match the remote discriminator on Router A. No PST association is configured on Router B.
<HUAWEI> system-view[HUAWEI] bfd session a[HUAWEI-bfd-session-a] display this#bfd a bind peer-ip 10.1.1.1 interface GigabitEthernet1/0/0discriminator local 12discriminator remote 11commit#return
Recovery measures:
Configure symmetric parameters between both devices of the static BFD session.

