Broadcast storm detection tool
There are many processes and protocols that use broadcast to communicate out particular pieces of information, especially if that information needs to be seen by more than one device.
You can think of this broadcast domain as a single VLAN. Broadcasts only communicate within that VLAN, and they are not able to pass through routers. They will always stay in your local VLAN. If you have only one or two broadcasts every second, you might not even notice it. But what happens when there are 50 or 60 frames every second all being sent as broadcasts to everybody on the subnet? And the more devices on your subnet, the broader the problem is going to be because you have many devices slowing down because of all of these broadcasts going out over the network.
Let it run for 5 minutes. Then, put in a display not capture filter for eth. Then, in the statistics frame, see what percentage of the filtered traffic is of your wire speed. Unless it's close to 90, you don't have a storm. Examine the frame to find the source of the broadcasts. Then track the MAC through the system either using your Spiceworks scan or with show mac-a on the switches. If you fire up WireShark, enter this for the filter but enter your workstation IP instead; mine is 1.
You'll see WireShark sending some traffic as it monitors things which you don't want to see in the end results. Basically a packet capture, port activity analysis, STP information, or good old pulling cables on switches one at a time until you find the offender, then back trace. When you have a broadcast storm going on, you've already lost functionality on the network. Take down the trunks and identify the switch es that are still flooded. Then you can bring the rest of the network back up by reestablishing the trunks to the non effected switches and repeat the process with the ports on the flooded switch es.
There's a time for subtlety and finesse and a time to hit it with a hammer. You should be reaching for a mallet IMO. The problem is that it is not infinitely scalable since you will eventually reach the speed where the packet will travel backward through time. So, you end up getting it before you even send it, causing you to not send it in the first place. So, you don't get it since it was never sent, causing you to need to send it.
Either that or your switch burns up due to the increased friction caused by the speed of the packet going through the switch circuitry. Let's say for a minute that it's not broadcast traffic that's causing this weird port light activity. What else could it be? I've read about malware-laden routers that can do this, but if someone were to plug one in, would it do this to all of the switches? We started at our core and start Disconnecting the trunk links to narrow down to the switch and then we can just start unplugging different ports in the switch until we see it slow down.
Depending on the switch, usually, when the activity light is blinking so fast that it doesn't look like it is blinking, that will signify that there is a broadcast storm. A broadcast storm can happen with just a local switch or hub that is plugged into itself, or even from a misconfigured VM host. I've had to deal with misconfigured VM host networks more often than physical causes of broadcast storms.
With managed switches, they can usually display the number of packets going through a single port, and that would give you a hint about the cause. If you have any managed switches, find that first. I actually don't think you have a storm or a loop at all. I believe it is just higher activity. If your ack lights are flashing in unison, maybe it is just supposed to do that? Some of these ack lights are just idiot lights with no real meaning other than "yep, I'm connected to something", and the colors are just speed ratings.
Need to look at drop rates and collisions too. A broadcast storm can happen very very quickly; however, it doesn't have to take down the network.
Especially since you said you have several Vlans in place. How many V-lans are affected? Isolate what vlan is causing the issue. If all, then your switches may need to be bounced. May want to do that anyway. And while you're in there, enable STP. You could have a bad patch cable, bad NIC, a mis-configured bridge, a rogue app on someone's phone, a worm virus To continue this discussion, please ask a new question.
Term of the Day. Best of Techopedia weekly. News and Special Offers occasional. Broadcast Storm. Techopedia Explains Broadcast Storm. What Does Broadcast Storm Mean? A broadcast storm is also known as a network storm. The following elements play an active role in the creation of a broadcast storm: Poor network management Poor monitoring of the network The use of cheap devices, including hubs, switches, routers, cables, connectors, etc. Improperly maintained network configuration and inexperienced network engineers The lack of a network diagram design, which is needed for proper management and to provide guidelines for all network traffic routes.
This can be done on paper and with the help of application software that creates an automated network diagram. Synonyms Network Storm.
0コメント