Skip to content

Commit a8a3cd4

Browse files
committed
Update howto-enable-log-streaming.md
1 parent 8718c61 commit a8a3cd4

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Enable \ Disable BMP log streaming Azure Operator Nexus
3-
description: instructions on enabling \ disabling BMP log streaming various Network Fabric resource.
3+
description: Instructions on enabling \ disabling BMP log streaming various Network Fabric resources.
44
ms.service: azure-operator-nexus
55
ms.custom: template-how-to, devx-track-azurecli
66
ms.topic: how-to
@@ -11,11 +11,11 @@ ms.author: sushrao
1111

1212
# BMP log streaming
1313

14-
This guide provides you with instructions on enabling \ disabling BMP log streaming various Network Fabric resources.
14+
This guide provides you with instructions on enabling \ disabling BMP log streaming various Network Fabric resources..
1515

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

18-
- **Create Network Fabric resource:** Begin by creating Network Fabric (NF) resource. This will serve as the foundation for your deployment.
18+
- **Create Network Fabric resource:** Begin by creating Network Fabric (NF) resource. This serves as the foundation for your deployment.
1919

2020
- **Create Network Monitor resource:** Next, create a Network Monitor resource and associate the Scope ID with the NF Resource ID. This step ensures that the monitoring is correctly linked to the network fabric.
2121

@@ -26,25 +26,26 @@ This guide provides you with instructions on enabling \ disabling BMP log stream
2626
2727
- **Provision Network Fabric:** Provision the Network Fabric to apply the configurations and make the network operational.
2828

29-
- **Generate BMP stations configuration** The Nexus NF will generate the BMP stations configuration on the Customer Edge (CE) devices only.
29+
- **Generate BMP stations configuration** The Nexus NF generates the BMP stations configuration on the Customer Edge (CE) devices only.
3030

3131
## Enabling BMP log streaming for the existing deployment
3232

33-
This case involves enabling BMP log streaming on NF, which has already been deployed using the supported NF Version. Since this is based on an ARM API user-driven input, the supported NF Version will also support BMP Log Streaming through the NF Patch Update workflow.
33+
This case involves enabling BMP log streaming on NF, which is already deployed using the supported NF Version. Since this approach is based on an ARM API user-driven input, the supported NF Version also supports BMP Log Streaming through the NF Patch Update workflow.
3434

3535
- **Create Network Fabric resource:** Start by creating the Network Fabric (NF) resource using the latest supported version. If the NF is outdated, upgrade it to the supported version.
3636

3737
- **Create Network Monitor resource:**
38-
Create a Network Monitor resource and link the Scope ID to the NF Resource ID to ensure proper monitoring.
38+
39+
To ensure proper monitoring, create a Network Monitor resource and link the Scope ID to the NF Resource ID.
3940

4041
- **Perform Patch on NNI:** Update the Network-to-Network Interface (NNI) by applying a patch. Select `bmpConfiguration` under `OptionBLayerConfiguration` and set `configurationState` to "Enabled" for BMP logging of the NNI peer-group neighbor address.
4142

4243
> [!Note]
4344
> Refer to the below detailed ARM API payload guide for more information
4445
45-
- **Perform `Fabric Commit` operation:** Execute the "Fabric Commit" operation to apply configurations and activate the network.
46+
- **Perform `Fabric Commit` operation:** To apply configurations and activate the network, execute the "Fabric Commit" operation.
4647

47-
- **Generate BMP Stations configuration:** The Nexus NF will configure BMP stations on the Customer Edge (CE) devices only.
48+
- **Generate BMP Stations configuration:** The Nexus NF configures BMP stations on the Customer Edge (CE) devices only.
4849

4950
## Network Monitor CRUD operations for BMP log streaming
5051

@@ -125,7 +126,7 @@ az networkfabric nni update \
125126

126127
### Example CLI output
127128

128-
When BMP Log streaming is enabled, the CLI output will look like this:
129+
When BMP Log streaming is enabled, the CLI output looks like this:
129130

130131
```Output
131132
Router bgp <fabric-asn-value>
@@ -185,7 +186,7 @@ az networkfabric externalnetwork update --resource-group "example-rg" --l3domain
185186

186187
### Example CLI output
187188

188-
When BMP Log streaming is enabled, the CLI output will appear as follows:
189+
When BMP Log streaming is enabled, the CLI output appears as follows:
189190

190191
```bash
191192
Router bgp <fabric-asn-value>
@@ -218,7 +219,7 @@ az networkfabric internalnetwork update --resource-group "example-rg" --l3-isola
218219
```
219220

220221
### Example CLI Output
221-
When BMP Log streaming is enabled, the CLI output will appear as follows:
222+
When BMP Log streaming is enabled, the CLI output appears as follows:
222223

223224
```bash
224225
Router bgp <fabric-asn-value>
@@ -251,7 +252,7 @@ az networkfabric internalnetwork update --resource-group "example-rg" --l3-isola
251252
```
252253

253254
### Example CLI Output with Restricted Neighbors
254-
When BMP Log streaming is enabled with restricted neighbors, the CLI output will look like this:
255+
When BMP Log streaming is enabled with restricted neighbors, the CLI output looks like this:
255256

256257
```bash
257258
Router bgp <fabric-asn-value>

0 commit comments

Comments
 (0)