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-log-streaming.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,29 +15,29 @@ This article shows you how to enable or disable BGP Monitoring Protocol (BMP) lo
15
15
16
16
## Enable BMP log streaming for the new deployment
17
17
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.
21
21
22
22
> [!NOTE]
23
23
> For more information, see the following Azure Resource Manager API payload guide.
24
24
25
25
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.
27
27
28
28
## Enable BMP log streaming for the existing deployment
29
29
30
30
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.
31
31
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.
35
35
36
36
> [!NOTE]
37
37
> For more information, see the following Azure Resource Manager API payload guide.
38
38
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.
41
41
42
42
## Network Monitor CRUD operations for BMP log streaming
0 commit comments