cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
579
Views
0
Helpful
3
Replies

On a Cisco switched network, why am I seeing

johnvojtech
Level 1
Level 1

I have a all Cisco switched network. I have a sniffer just watching broadcast and multicast traffic. This sniffer is not seeing all the traffic on the network, as there are no span ports. On this sniffer I see Pings. I dont understand how I can see pings from one server to another from a sniffer on a seperate switch on the network. And its not the pings so much, as just echo replies from server. I dont think I should see pings on a switched network, unless it was something pinging the sniffer box specifically.

Any ideas?

3 Replies 3

Edison Ortiz
Hall of Fame
Hall of Fame

It seems the mac-address to the destination aged out on the switch so it's flooding the packets to every single switchport.

How are you mac-address-aging timeout and arp timeout set up?

You should have equal timers for both or the arp timeout with a slightly lower value.

mac address-table aging-time

http://www.cisco.com/en/US/docs/switches/lan/catalyst3560/software/release/12.2_37_se/command/reference/cli1.html#wp1862251

HTH,

__

Edison.

It turns out it was the NLB. Is there a setting or a configruation that I need to set? Or just let it go as background noise?

Kevin Dorrell
Level 10
Level 10

Further to Edison's posting: as Edison points out, you are seeing these unicast packets because the switch has aged out the MAC forwarding table entry corrsponding to the destination of those packets. If you have the default aging values, this means that this switch has not seen any packets from that address during the past 5 minutes, and therefore has no idea where to send those packets when that MAC address is the destination.

It is quite normal for a network to have a certain proportion of flooded unicasts for just that reason. In my experience, you might expect, say, 1% of the background noise to be flooded unicasts.

If the unicasts are more persistent, then it is worth investigating. This sort of situation can arise if the host in question is sourcing packets from one MAC address, but handing out ARP responses that indicate another. These are corner cases, but they can happen, and they are quite fun to investigate. It can happen, for example, if you have asymetric routing due to sharing your VLANs between two routers as an HSRP pair. It can happen with certain server NLB configurations. In certain load balancing schemes, the servers hand out a multicast address in an ARP response.

So, there are many ways you can get to see someone else's traffic on a port of a switched network. If around 1% of the packets you see are flooded unicasts, then that is quite normal. If you have much more than that, then I would need to know a lot more about the nature of the traffic and the topology of your network before I could say why it is happening.

Does that make sense?

Kevin Dorrell

Luxembourg

Review Cisco Networking products for a $25 gift card