Skip to content

Commit 1d62d3d

Browse files
authored
Merge pull request #274200 from sushantjrao/interafaceinandout
Updated the image and added bash command
2 parents b79bfa6 + 70efaaf commit 1d62d3d

File tree

5 files changed

+39
-1
lines changed

5 files changed

+39
-1
lines changed

articles/operator-nexus/howto-monitor-interface-packet-rate.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In the domain of network management, monitoring the Interface In and Out Packet
3131

3232
## Step 3: Select the network fabric devices
3333

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.
3535

3636
:::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":::
3737

@@ -46,6 +46,8 @@ In the domain of network management, monitoring the Interface In and Out Packet
4646
**Interface In Pkts**
4747

4848
:::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+
4951

5052
**Interface Out Pkts**
5153

@@ -63,6 +65,42 @@ In the domain of network management, monitoring the Interface In and Out Packet
6365

6466
:::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":::
6567

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
89+
5 minutes input rate 1.62 Mbps (0.0% with framing overhead), **166 packets/sec**
90+
5 minutes output rate 215 kbps (0.0% with framing overhead), 86 packets/sec
91+
453326486 packets input, 522128942184 bytes
92+
Received 18 broadcasts, 119342 multicast
93+
0 runts, 0 giants
94+
0 input errors, 0 CRC, 0 alignment, 0 symbol, 0 input discards
95+
0 PAUSE input
96+
239392039 packets output, 127348527379 bytes
97+
Sent 16 broadcasts, 119510 multicast
98+
0 output errors, 0 collisions
99+
0 late collision, 0 deferred, 0 output discards
100+
0 PAUSE output
101+
102+
```
103+
66104
- **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.
67105

68106
:::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":::
65.4 KB
Loading
39.8 KB
Loading
26.9 KB
Loading
42.6 KB
Loading

0 commit comments

Comments
 (0)