Skip to content

Commit 3c08c32

Browse files
authored
Merge pull request #273992 from sushantjrao/interafaceinandout
Interafaceinandout
2 parents 1aca922 + 0fc2e7a commit 3c08c32

9 files changed

+78
-0
lines changed

articles/operator-nexus/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@
156156
href: howto-configure-diagnostic-settings-monitor-configuration-differences.md
157157
- name: How to Delete L3 Isolation Domains in Azure Nexus Network Fabric
158158
href: howto-delete-layer-3-isolation-domains.md
159+
- name: How to monitor interface In and Out packet rate for network fabric devices
160+
href: howto-monitor-interface-packet-rate.md
161+
- name: How to Delete L3 Isolation Domains in Azure Nexus Network Fabric
162+
href: howto-delete-layer-3-isolation-domains.md
159163
- name: Nexus Kubernetes cluster
160164
expanded: false
161165
items:
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: How to monitor interface In and Out packet rate for Network Fabric Devices via Azure portal
3+
description: Learn how to track incoming and outgoing packet rates for network fabric devices on Azure portal for effective network monitoring.
4+
author: sushantjrao
5+
ms.author: sushrao
6+
ms.service: azure-operator-nexus
7+
ms.topic: how-to
8+
ms.date: 04/18/2024
9+
ms.custom: template-how-to
10+
---
11+
12+
# How to monitor interface In and Out packet rate for network fabric devices
13+
14+
In the domain of network management, monitoring the Interface In and Out Packet Rate is crucial for ensuring optimal network performance and troubleshooting potential issues. This guide walks you through the steps to access and analyze these metrics for all network fabric devices using the Azure portal.
15+
16+
## Step 1: Access the Azure portal
17+
18+
Sign in to Azure portal.
19+
20+
## Step 2: Choose the resource type and subscription
21+
22+
- Once logged in, you land on the Azure portal dashboard.
23+
24+
- Utilize the search bar at the top of the page and type in "Monitor" then select it from the search results.
25+
26+
- Within the Monitor page, locate and click on "Metrics."
27+
28+
- In the Metrics blade, utilize the search bar to quickly find and select the appropriate subscription and set the resource type from the dropdown menus at the top of the page.
29+
30+
:::image type="content" source="media/scope-resource-type.png" alt-text="Screenshot of Azure portal showing the scope and resource type." lightbox="media/scope-resource-type.png":::
31+
32+
## Step 3: Select the network fabric devices
33+
34+
After choosing the desired subscription and resource type, you'll need to narrow down to the specific network fabric device you want to monitor.
35+
36+
:::image type="content" source="media/select-network-device-resource.png" alt-text="Screenshot of Azure portal showing the list of resource types." lightbox="media/select-network-device-resource.png":::
37+
38+
## Step 4: View the In & Out packet rate metric
39+
40+
- After locating the desired network fabric device, click on it to open its monitoring page.
41+
42+
- Within the monitoring page, navigate to the "Metrics" tab.
43+
44+
- In the list of available metrics, you can select either the "In Packet Rate" or "Out Packet Rate" metric, depending on which one you want to monitor.
45+
46+
**Interface In Pkts**
47+
48+
:::image type="content" source="media/metrics-interface-in-pkts.png" alt-text="Screenshot of Azure portal showing the interface in packet rate metric chart." lightbox="media/metrics-interface-in-pkts.png":::
49+
50+
**Interface Out Pkts**
51+
52+
:::image type="content" source="media/metrics-interface-out-pkts.png" alt-text="Screenshot of Azure portal showing the interface out packet rate metric chart." lightbox="media/metrics-interface-out-pkts.png":::
53+
54+
- The metric chart will display the packet rate over time, typically captured at 5-minute intervals.
55+
56+
- You can adjust the time range using the time selector at the top right corner of the chart to view historical data.
57+
58+
## Step 5: Analyze the metrics
59+
60+
**Understanding In and Out Packets:**
61+
62+
- **In packet rate:** This metric refers to the rate at which the network interface received packets. Essentially, it measures the flow of incoming data packets to the device.
63+
64+
:::image type="content" source="media/metrics-interface-in-pkt-avg.png" alt-text="Screenshot of Azure portal showing the average interface in packet rate metric chart." lightbox="media/metrics-interface-in-pkt-avg.png":::
65+
66+
- **Out packet rate:** Conversely, the network interface sent packets at the rate measured by this metric. It indicates the flow of outgoing data packets from the device to other network destinations.
67+
68+
:::image type="content" source="media/metrics-interface-out-pkt-avg.png" alt-text="Screenshot of Azure portal showing the average interface out packet rate metric chart." lightbox="media/metrics-interface-out-pkt-avg.png":::
69+
70+
- Analyze the trend of the packet rate over time.
71+
72+
- Look for any unusual spikes or dips in the graph, which could indicate potential issues such as network congestion or packet loss.
73+
74+
- Compare the In Packet Rate and Out Packet Rate to assess the overall network traffic flow.
38.3 KB
Loading
64 KB
Loading
36.9 KB
Loading
62.4 KB
Loading
161 KB
Loading
31.7 KB
Loading
31.5 KB
Loading

0 commit comments

Comments
 (0)