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
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.
4
4
ms.service: azure-operator-nexus
5
5
ms.custom: template-how-to, devx-track-azurecli
6
6
ms.topic: how-to
@@ -11,11 +11,11 @@ ms.author: sushrao
11
11
12
12
# BMP log streaming
13
13
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..
15
15
16
16
## Enabling BMP log streaming for the new deployment
17
17
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.
19
19
20
20
-**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.
21
21
@@ -26,25 +26,26 @@ This guide provides you with instructions on enabling \ disabling BMP log stream
26
26
27
27
-**Provision Network Fabric:** Provision the Network Fabric to apply the configurations and make the network operational.
28
28
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.
30
30
31
31
## Enabling BMP log streaming for the existing deployment
32
32
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.
34
34
35
35
-**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.
36
36
37
37
-**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.
39
40
40
41
-**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.
41
42
42
43
> [!Note]
43
44
> Refer to the below detailed ARM API payload guide for more information
44
45
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.
46
47
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.
48
49
49
50
## Network Monitor CRUD operations for BMP log streaming
50
51
@@ -125,7 +126,7 @@ az networkfabric nni update \
125
126
126
127
### Example CLI output
127
128
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:
0 commit comments