cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2976
Views
2
Helpful
2
Replies

Packet stats sent vs received

evan.chadwick1
Level 5
Level 5

Hi all,

I have a port that reports its 'no connected clinets on this port for selected time range'. I know the reason why.

When I do a packet capture i only see broadcast/mcast traffic.

The stats for packets is zero for received and populated for sent. Should this not be the other way around?

Packets

for the last 1 day
Total Sent Received Rate
Total232,475232,47502 pkts/s (2 pkts/s ↑, 0 pkt/s ↓)
Broadcast110,441110,44101 pkts/s (1 pkts/s ↑, 0 pkt/s ↓)
Multicast122,034122,03401 pkts/s (1 pkts/s ↑, 0 pkt/s ↓)
CRC align errors000-
Fragments000-
Collisions000-
Topology changes000-
1 Accepted Solution

Accepted Solutions

Brash
Meraki Community All-Star
Meraki Community All-Star

Unless I'm reading this wrong, it sounds logical to me.

The switchport is up and so is forwarding broadcast and multicast as expected.

However the switch has not received any packets from the other side of the link - hence it doesn't know of any clients being connected (no source mac's have been learned on that port).

View solution in original post

2 Replies 2

Brash
Meraki Community All-Star
Meraki Community All-Star

Unless I'm reading this wrong, it sounds logical to me.

The switchport is up and so is forwarding broadcast and multicast as expected.

However the switch has not received any packets from the other side of the link - hence it doesn't know of any clients being connected (no source mac's have been learned on that port).

The switch 'sent' data to the end device, the switch 'did not receive' any data back. Cool.