Skip to content

Commit cd6e719

Browse files
Merge pull request #296482 from sushantjrao/break-glass-setup
Update howto-enable-micro-bfd.md
2 parents b3a9819 + 03db89f commit cd6e719

File tree

1 file changed

+8
-27
lines changed

1 file changed

+8
-27
lines changed

articles/operator-nexus/howto-enable-micro-bfd.md

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Ensure the following prerequisites are met before enabling Micro-BFD:
3030

3131
### Steps for existing deployments
3232

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.
3434

3535
#### Step 1: Place CE2 in Maintenance Mode
3636

@@ -85,20 +85,9 @@ Example show output after configuring MicroBFD in CE2 :
8585

8686
#### Step 2.2: Configure Micro-BFD on PE2
8787

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/
92-
Microsoft.ManagedNetworkFabric/NetworkDevices/<device>-AggrRack-PE2 --rw-command "interface Port-Channel1
93-
ip address 10.30.0.70/30
94-
mtu 9124
95-
no switchport
96-
bfd neighbor 10.30.0.69
97-
bfd interval 50 min-rx 50 multiplier 3
98-
bfd per-link rfc-7130
99-
```
100-
101-
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
10291

10392
```Example Show Output After Configuring MicroBFD on PE2
10493
PE2#show running-config interfaces pox
@@ -164,18 +153,10 @@ az networkfabric device run-rw \
164153

165154
#### Step 5.2: Configure Micro-BFD on PE1
166155

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/
171-
Microsoft.ManagedNetworkFabric/NetworkDevices/<device>-AggrRack-PE1 --rw-command "interface Port-Channel1
172-
ip address 10.30.0.66/30
173-
mtu 9124
174-
no switchport
175-
bfd neighbor 10.30.0.65
176-
bfd interval 50 min-rx 50 multiplier 3
177-
bfd per-link rfc-7130
178-
```
156+
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+
179160

180161
``` Example show output after configuring MicroBFD in CE1
181162
PE1#show running-config interfaces pox

0 commit comments

Comments
 (0)