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-monitor-interface-packet-rate.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ In the domain of network management, monitoring the Interface In and Out Packet
31
31
32
32
## Step 3: Select the network fabric devices
33
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.
34
+
After choosing your preferred subscription and resource type, you'll then need to focus on choosing the particular network fabric device you wish to monitor. Alternatively, you can choose the resource group to include all network devices within it.
35
35
36
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
37
@@ -46,6 +46,8 @@ In the domain of network management, monitoring the Interface In and Out Packet
46
46
**Interface In Pkts**
47
47
48
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
+
49
51
50
52
**Interface Out Pkts**
51
53
@@ -63,6 +65,42 @@ In the domain of network management, monitoring the Interface In and Out Packet
63
65
64
66
:::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
67
68
+
- Below is the equivalent show command run on the device to retrieve the interface's "In" and "Out" packet rate.
69
+
70
+
```bash
71
+
show int eth17/1
72
+
```
73
+
74
+
```Output
75
+
Ethernet17/1 is up, line protocol is up (connected)
76
+
Hardware is Ethernet, address is c4ca.2b69.bcc7
77
+
Description: "AR-CE1:Et17/1 to CR1-TOR1-Port31"
78
+
Internet address is 10.100.12.1/31
79
+
Broadcast address is 255.255.255.255
80
+
IPv6 link-local address is fe80::c6ca:2bff:fe69:bcc7/64
81
+
IPv6 global unicast address(es):
82
+
fda0:d59c:df06:c::1, subnet is fda0:d59c:df06:c::/127
83
+
IP MTU 9214 bytes, Ethernet MRU 10240 bytes, BW 100000000 kbit
84
+
Full-duplex, 100Gb/s, auto negotiation: off, uni-link: disabled
85
+
Up 39 days, 14 hours, 26 minutes, 33 seconds
86
+
Loopback Mode : None
87
+
2 link status changes since last clear
88
+
Last clearing of "show interface" counters 39 days, 14:39:49 ago
-**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
105
68
106
:::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":::
0 commit comments