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) 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.
14
+
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.
15
15
16
16
## Prerequisites
17
17
@@ -153,13 +153,13 @@ After the BFD sessions are up, run the following Azure CLI command to remove BFD
153
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 " "
154
154
```
155
155
156
-
### Step 11: Ensure devices are not disturbed
156
+
### Step 11: Ensure devices aren't disturbed
157
157
158
-
Ensure that devices are'nt disturbed for Micro-BFD configuration.
158
+
Ensure that devices aren't disturbed for Micro-BFD configuration.
159
159
160
160
## Recovery steps if Micro-BFD is misconfigured
161
161
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.
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's important to remove the Micro-BFD configuration from the PE device.
163
163
164
164
Follow these steps to ensure that Micro-BFD is disabled on your PE devices:
165
165
@@ -173,4 +173,4 @@ Access the configuration settings of each identified PE device and remove any ex
173
173
174
174
### Verify configuration
175
175
176
-
Ensure that the Micro-BFD settings has been successfully removed and that the PE device is operating without Micro-BFD enabled.
176
+
Ensure that the Micro-BFD settings have been successfully removed and that the PE device is operating without Micro-BFD enabled.
0 commit comments