You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Micro-BFD (Bidirectional Forwarding Detection) is a lightweight protocol designed to rapidly detect failures between adjacent network devices, such as routers or switches, with minimal overhead. This guide provides step-by-step instructions to enable Micro-BFD on Customer Edge (CE) and Provider Edge (PE) devices.
14
+
Micro-BFD (Bidirectional Forwarding Detection) are a lightweight protocol designed to rapidly detect failures between adjacent network devices, such as routers or switches, with minimal overhead. This guide provides step-by-step instructions to enable Micro-BFD on Customer Edge (CE) and Provider Edge (PE) devices.
15
15
16
16
## Prerequisites
17
17
18
-
Before enabling Micro-BFD, ensure the following:
18
+
Ensure the following prerequisites are met before enabling Micro-BFD:
19
19
20
20
- Both CE and PE devices are preconfigured with the required Micro-BFD settings.
21
21
@@ -28,7 +28,7 @@ Before enabling Micro-BFD, ensure the following:
28
28
29
29
## Configuration steps for enabling Micro-BFD
30
30
31
-
Follow these steps to enable Micro-BFD, starting with the secondary devices. Once verified, proceed with the primary devices as described below.
31
+
Follow these steps to enable Micro-BFD, starting with the secondary devices. Once verified, proceed with the primary devices using the instructions provided.
Verify the changes using the following command and check that the configured IP address, BFD interval, and neighbor details match the intended configuration.
72
72
73
73
```Example show output after configuring MicroBFD on CE2
Verify the changes using the following command and check that the configured IP address, BFD interval, and neighbor details match the intended configuration.
112
101
113
102
```Example Show Output After Configuring MicroBFD on PE2
> After verifying the configuration on secondary devices, repeat steps 1 to 6 for primary devices (CE1 and PE1).
134
+
> After verifying the configuration on secondary devices, repeat steps 1 to 5 for primary devices (CE1 and PE1).
146
135
147
-
### Step 7: Ensure Connectivity and BGP Sessions
136
+
### Step 6: Ensure connectivity and BGP sessions
148
137
149
138
Ensure connectivity between CE and PE devices is stable, and BGP sessions are established with the appropriate routes.
150
139
151
-
### Step 8: Enable Micro-BFD Flag
140
+
### Step 7: Enable Micro-BFD Flag
152
141
153
-
**Contact Microsoft support through a support incident to enable the Micro-BFD feature flag** and this will require a full reconcile with base configuration along with the property of NPB set to true.
142
+
**Contact Microsoft support through a support incident to enable the Micro-BFD feature flag**, and this action will require a full reconciliation with the base configuration along with the property of NPB set to true.
154
143
155
-
### Step 9: Verify Connectivity and BGP Sessions
144
+
### Step 8: Verify Connectivity and BGP Sessions
156
145
157
146
After enabling the feature flag, confirm that connectivity and BGP sessions remain stable.
158
147
159
-
### Step 10: Remove configuration from RW config
148
+
### Step 9: Remove configuration from RW config
160
149
161
-
After the BFD sessions are up, run the following Azure CLI command to remove BFD configurations. This ensures that every full reconcile request does not push the configurations again to the devices.
150
+
After the BFD sessions are up, run the following Azure CLI command to remove BFD configurations. This process ensures that every full reconcile request avoids reapplying configurations to the devices.
162
151
163
152
```Azure CLI
164
153
az networkfabric device run-rw --ids /subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.ManagedNetworkFabric/NetworkDevices/<device-name>-AggrRack-CE1\PE1\CE2\PE2 --rw-command " "
@@ -170,7 +159,7 @@ Ensure that devices are not disturbed for Micro-BFD configuration.
170
159
171
160
## Recovery steps if Micro-BFD is misconfigured
172
161
173
-
In scenarios such as reconfiguration, where Micro-BFD is disabled by default, and the Provider Edge (PE) device is configured with Micro-BFD settings from a previous deployment, it is crucial to remove the Micro-BFD configuration from the PE device.
162
+
In cases like reconfiguration, where Micro-BFD is disabled by default but the Provider Edge (PE) device still has settings from a previous deployment, it is important to remove the Micro-BFD configuration from the PE device.
174
163
175
164
Follow these steps to ensure that Micro-BFD is disabled on your PE devices:
0 commit comments