If I am capturing with wireshark on 192.168.2.10/22 computer, which is connected to a non-mirrored port of the switch, should I be seeing Syslog traffic sourced from 192.168.5.1/24 which has 192.168.3.100/22 as destination? Inter vlan routing is allowed between subnets. asked 05 Dec '13, 07:45 net_tech edited 05 Dec '13, 08:10 |
One Answer:
Only in the following cases
In all other cases you should not see that traffic in Wireshark. Regards answered 05 Dec '13, 08:24 Kurt Knochner ♦ edited 05 Dec '13, 13:27 |
none of the cases apply, but based on your answer I think it's a problem with inter vlan routing configured on the switch.
this is not related to (any form of) routing. If you see a frame on a switch port where is should not appear is solely a switch problem, according to the reasons I mentioned above.
since you edited your post with an additional case "a bug in the switch firmware". I am gonna go with it.
a mac address for 192.168.3.100 was not in switches ARP table, pinging 192.168.3.100 from the switch added the mac address to the arp table on the switch and prevented ALL network devices from seeing syslog traffic except for the device it was destined to.
Here is an update on the issue. Since syslog messages are sent over UDP, 192.168.5.1/24 does not receive any acknowledgments from 192.168.3.100 and MAC address of 192.168.3.100 falls out of the MAC address table after a default time out. I said ARP table in my previous post, but I meant MAC table of the switch. According to Cisco tech support this is normal behavior and the only solution to this nuisance is to PING 192.168.3.100 from any system on either of the subnets, which by the way live on the same switch.