Skip to content

Commit 35091aa

Browse files
authored
Update howto-enable-log-streaming.md
1 parent 03eae78 commit 35091aa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/operator-nexus/howto-enable-log-streaming.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@ This article shows you how to enable or disable BGP Monitoring Protocol (BMP) lo
1515

1616
## Enable BMP log streaming for the new deployment
1717

18-
1. Create an Azure Operator Nexus Network Fabric resource. To begin, create an Azure Operator Nexus Network Fabric resource. This resource serves as the foundation for your deployment.
19-
1. Create a Network Monitor resource. Next, create a Network Monitor resource and associate the scope ID with the Azure Operator Nexus Network Fabric resource ID. This step ensures that the monitoring is correctly linked to the network fabric.
20-
1. Create a network-to-network interface (NNI) with BMP configuration. Create an NNI by associating it with the Azure Operator Nexus Network Fabric resource ID.
18+
1. Create an Azure Operator Nexus Network Fabric resource. This resource serves as the foundation for your deployment.
19+
1. Create a Network Monitor resource and associate the scope ID with the Azure Operator Nexus Network Fabric resource ID. This step ensures that the monitoring is correctly linked to the network fabric.
20+
1. Create a network-to-network interface (NNI) with BMP configuration. Create the NNI by associating it with the Azure Operator Nexus Network Fabric resource ID.
2121

2222
> [!NOTE]
2323
> For more information, see the following Azure Resource Manager API payload guide.
2424
2525
1. Provision Azure Operator Nexus Network Fabric. Azure Operator Nexus Network Fabric applies the configurations and makes the network operational.
26-
1. Generate BMP stations configuration. Azure Operator Nexus Network Fabric configures BMP stations on the CE devices only.
26+
1. Generate the BMP station configuration. Azure Operator Nexus Network Fabric configures BMP stations on the CE devices only.
2727

2828
## Enable BMP log streaming for the existing deployment
2929

3030
This case involves enabling BMP log streaming on Azure Operator Nexus Network Fabric, which is already deployed by using the supported Azure Operator Nexus Network Fabric version. This approach is based on an Azure Resource Manager API user-driven input. The supported Azure Operator Nexus Network Fabric version also supports BMP log streaming through the Azure Operator Nexus Network Fabric Patch Update workflow.
3131

32-
1. Create an Azure Operator Nexus Network Fabric resource. Create the Azure Operator Nexus Network Fabric resource by using the latest supported version. If your version is outdated, upgrade it to the supported version.
33-
1. Create a Network Monitor resource. To ensure proper monitoring, create an Azure Operator Nexus Network Fabric resource. Link the scope ID to the Azure Operator Nexus Network Fabric resource ID.
34-
1. Perform a patch on NNI. Apply a patch to update the NNI. Under `OptionBLayerConfiguration`, select `bmpConfiguration` and set `configurationState` to `Enabled` for BMP logging of the NNI peer-group neighbor address.
32+
1. Create an Azure Operator Nexus Network Fabric resource by using the latest supported version. If your version is outdated, upgrade it to the supported version.
33+
1. To ensure proper monitoring, create a Network Monitor resource. Link the scope ID to the Azure Operator Nexus Network Fabric resource ID.
34+
1. Apply a patch to update the NNI. Under `OptionBLayerConfiguration`, select `bmpConfiguration` and set `configurationState` to `Enabled` for BMP logging of the NNI peer-group neighbor address.
3535

3636
> [!NOTE]
3737
> For more information, see the following Azure Resource Manager API payload guide.
3838
39-
1. Perform a Fabric Commit operation. To apply configurations and activate the network, run the `Fabric Commit` operation.
40-
1. Generate BMP stations configuration. Azure Operator Nexus Network Fabric configures BMP stations on the CE devices only.
39+
1. To apply configurations and activate the network, run the `Fabric Commit` operation.
40+
1. Generate the BMP station configuration. Azure Operator Nexus Network Fabric configures BMP stations on the CE devices only.
4141

4242
## Network Monitor CRUD operations for BMP log streaming
4343

@@ -270,4 +270,4 @@ Router bgp <fabric-asn-value>
270270
neighbor example-internalNetwork-v4 ebgp-multihop 1
271271
neighbor example-internalNetwork-v4 allowas-in 2
272272
neighbor example-internalNetwork-v4 auto-local-addr
273-
```
273+
```

0 commit comments

Comments
 (0)