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
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-enable-micro-bfd.md
+8-27Lines changed: 8 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Ensure the following prerequisites are met before enabling Micro-BFD:
30
30
31
31
### Steps for existing deployments
32
32
33
-
Follow these steps to enable Micro-BFD, starting with the secondary devices. Once verified, proceed with the primary devices using the instructions provided.
33
+
To enable Micro-BFD, follow these steps, starting with the secondary devices. Once verified, proceed with the primary devices using the instructions provided. This ensures that the Micro BFD feature is enabled correctly without causing any disruptions to the network. This sequence helps in maintaining the stability and reliability of the network during the configuration process.
34
34
35
35
#### Step 1: Place CE2 in Maintenance Mode
36
36
@@ -85,20 +85,9 @@ Example show output after configuring MicroBFD in CE2 :
85
85
86
86
#### Step 2.2: Configure Micro-BFD on PE2
87
87
88
-
Use the following command to configure PE2 with Micro-BFD: Consider min-links under the PE device for the respective port-channel.
89
-
90
-
```Azure CLI
91
-
az networkfabric device run-rw --ids /subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/
Verify the changes using the following command and check that the configured IP address, BFD interval, and neighbor details match the intended configuration.
88
+
Configure PE2 device to enable Micro-BFD. Consider min-links under PE device for respective port-channel.
89
+
90
+
Verify the changes using the following command and check that the configured IP address, BFD interval, and neighbor details match the intended configuration
102
91
103
92
```Example Show Output After Configuring MicroBFD on PE2
104
93
PE2#show running-config interfaces pox
@@ -164,18 +153,10 @@ az networkfabric device run-rw \
164
153
165
154
#### Step 5.2: Configure Micro-BFD on PE1
166
155
167
-
Use the following command to configure PE1 with Micro-BFD: Consider min-links under the PE device for the respective port-channel.
168
-
169
-
```Azure CLI
170
-
az networkfabric device run-rw --ids /subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/
Configure PE1 device to enable Micro-BFD. Consider min-links under PE device for respective port-channel.
157
+
158
+
Verify the changes using the following command and check that the configured IP address, BFD interval, and neighbor details match the intended configuration
159
+
179
160
180
161
```Example show output after configuring MicroBFD in CE1
0 commit comments