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-configure-diagnostic-settings-monitor-configuration-differences.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,39 +11,39 @@ ms.custom: template-how-to
11
11
12
12
# How to configure diagnostic settings and monitor configuration differences in Nexus Network Fabric
13
13
14
-
In this guide, we'll walk you through the process of setting up diagnostic settings and monitoring configuration differences in Nexus Network Fabric.
14
+
In this guide, we walk you through the process of setting up diagnostic settings and monitoring configuration differences in Nexus Network Fabric.
15
15
16
-
## Step 1: Accessing device settings in Azure Portal
16
+
## Step 1: Accessing device settings in Azure portal
17
17
18
18
- Sign in to the Azure portal.
19
19
20
20
- In **Search resources, service, and docs (G+/)** at the top of the portal page, enter **Network Device**.
21
21
22
-
- :::image type="content" source="media/search-network-device.png" alt-text="Screenshot of search box for Network Device in portal.":::
22
+
:::image type="content" source="media/search-network-device.png" alt-text="Screenshot of search box for Network Device in portal.":::
23
23
24
24
- Select the appropriate network device from the search results. Ensure that you choose the device for which you need to configure diagnostic settings.
25
25
26
26
## Step 2: Adding diagnostic setting
27
27
28
28
- After selecting the appropriate network device, navigate to the monitoring and select diagnostic settings.
29
29
30
-
-Within the diagnostic settings section, select "Add diagnostic setting".
30
+
-After accessing the diagnostic settings section, select "Add diagnostic setting".
31
31
32
-
-:::image type="content" source="media/network-device-dignostics-settings.png" alt-text="Screenshot of diagnostics settings page for network device.":::
32
+
:::image type="content" source="media/network-device-diagnostics-settings.png" alt-text="Screenshot of diagnostics settings page for network device.":::
33
33
34
-
-In the diagnostic settings, provide a descriptive name for the diagnostic setting to easily identify its purpose.
34
+
-Within the diagnostic settings, provide a descriptive name for the diagnostic setting to easily identify its purpose.
35
35
36
-
-Select the desired categories of data that you want to collect for this diagnostic setting. In this case, select "System Session History Updates" from the list of available categories.
36
+
-In the diagnostic settings, select the desired categories of data that you want to collect for this diagnostic setting.
37
37
38
-
:::image type="content" source="media/network-device-system-session-history-updates.png" alt-text="Showcases specific categories of data to collect in portal.":::
38
+
:::image type="content" source="media/network-device-system-session-history-updates.png" alt-text="Showcases specific categories of data to collect in portal.":::
39
39
40
40
## Step 3: Choosing log destination
41
41
42
42
- Once the diagnostic setting is added, locate the section where the log destination can be specified.
43
43
44
44
- Select the log destination from several choices, including Log Analytics Workspace, Storage account, and Event Hubs.
45
45
46
-
- :::image type="content" source="media/network-device-log-analytics-workspace.png" alt-text="Screenshot of configuration page for selecting Log Analytics Workspace as the log destination for a network device.":::
46
+
:::image type="content" source="media/network-device-log-analytics-workspace.png" alt-text="Screenshot of configuration page for selecting Log Analytics Workspace as the log destination for a network device.":::
47
47
48
48
> [!Note]
49
49
> In our example, we'll push the logs to the Log Analytics Workspace.<br>
@@ -55,8 +55,8 @@ In this guide, we'll walk you through the process of setting up diagnostic setti
55
55
56
56
- Navigate to the Log Analytics Workspace where the logs from the network device are being stored.
57
57
58
-
- Within the Log Analytics Workspace, access the query interface or log search functionality.
58
+
- Within the Log Analytics Workspace, access the query interface or log search functionality.
59
59
60
-
-:::image type="content" source="media/network-device-config-difference.png" alt-text="Screenshot of comparison of configuration differences for a network device in a visual format.":::
60
+
:::image type="content" source="media/network-device-configuration-difference.png" alt-text="Screenshot of comparison of configuration differences for a network device in a visual format.":::
61
61
62
62
- In the query interface, specify the event category as "MNFSystemSessionHistoryUpdates". This will filter the logs to specifically show configuration updates and changes comprehensively.
title: How to Delete L3 Isolation Domains in Azure Nexus Network Fabric
3
+
description: Learn how to effectively delete L3 Isolation Domains in the Azure Nexus Network Fabric.
4
+
ms.service: azure-operator-nexus
5
+
ms.custom: template-how-to, devx-track-azurecli
6
+
ms.topic: how-to
7
+
ms.date: 02/07/2024
8
+
author: sushantjrao
9
+
ms.author: sushrao
10
+
---
11
+
12
+
# How to delete L3 isolation domains in Azure Nexus Network Fabric
13
+
14
+
In managing network infrastructure, deleting Layer 3 (L3) Isolation Domains (ISDs) needs careful consideration and precise execution to maintain the network's integrity and functionality. This step-by-step guide outlines the process of safely deleting L3 ISDs.
| --resource-group | The name of the resource group containing the L3 isolation domain to update. |
39
+
| --resource-name | The name of the L3 isolation domain to update. |
40
+
| --state | The desired state of the L3 isolation domain. Possible values: "Enable" or "Disable". |
41
+
42
+
>!**Note:**
43
+
>Disabling the L3 isolation domain will disassociate all attached resources, including route policies, IP prefixes, IP communities, and both internal and external networks.
44
+
45
+
3.**Delete L3 isolation domains**
46
+
47
+
After disabling the L3 isolation domain and disassociating its associated resources, you can safely delete it using the following command.
48
+
49
+
```Azure CLI
50
+
az nf l3domain delete --resource-group "ResourceGroupName" --resource-name "example-l3domain"
| --resource-group | The name of the resource group containing the L3 isolation domain to delete. |
56
+
| --resource-name | The name of the L3 isolation domain to delete. |
57
+
58
+
This table outlines the parameters required for executing the `az nf l3domain delete` command, facilitating users in understanding the necessary inputs for deleting an L3 isolation domain.
59
+
60
+
3. Validation:
61
+
62
+
After executing the deletion command, use either the `show` or `list` commands to validate that the isolation domain has been successfully deleted.
0 commit comments