- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: Broadcast in network.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2013 11:21 PM
02-07-2013 11:21 PM
Hi,
We had one Procurve 6200yl (Layer 3) and three 4208vl (Layer 2) switches. The problem is sometimes we are experiencing broadcast storm in our network . But this is not happening frequnetly. Is there any way to find what causes this broadcast. Please help me.
Regards
Sreejith
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2013 10:56 AM
02-09-2013 10:56 AM
Re: Broadcast in network.
You need to check your spanning tree protocol configuration to make sure that it's turned on and that the expected switch (probably the 6200) is the root bridge of the tree.
Also check to make sure that you don't have any ports set to do STP BPDU filtering inappropriately.
See the manuals for full explanations of these features.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2013 08:52 PM
02-10-2013 08:52 PM
Re: Broadcast in network.
Hi Paul,
Is it possible to eliminate broadcast by enabling STP?. I think STP is for avoiding loops and thus eliminating broadcast stom caused by network loops. Am I right?.
Regards
Sreejith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2013 10:24 PM
02-10-2013 10:24 PM
Re: Broadcast in network.
Hi Sreejith,
Broadcasts and broadcast storms are not the same thing: broadcasts are normal and required for IPv4 networking; broadcast storms are bad and will stop your network from working.
You are right that STP is designed to find the loops in your network and block them, thus eliminating broadcast storms. But you can customise how this works, and it is still possible to have broadcast storms with STP turned on if your network is not configured correctly.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2013 11:37 PM - edited 02-10-2013 11:38 PM
02-10-2013 11:37 PM - edited 02-10-2013 11:38 PM
Re: Broadcast in network.
Thanks Paul :)
I think my term "broadcast storm" in thread confused you. Ok Paul Is there anyway to identify from which port broadcast packets are emerged hugely. Am sure its not a loop cuasing problem. I noticed that broadcast is causing problem in a VLAN. I think some application runninng on Hosts causing problem. Is there any chance ARP broadcast cause this kind of problem?.
Sorry for my english :)
Regrads
Sreejith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2013 01:26 AM
02-11-2013 01:26 AM
SolutionHi Sreejith,
If you suspect broadcasts are causing a problem in your VLAN, you can check the port counters on the individual ports with 'show interfaces NUM' where NUM is the number of the port, e.g.:
hp2810# show int 35
Status and Counters - Port Counters for port 35
Name :
Link Status : Up
Totals (Since boot or last clear) :
Bytes Rx : 420,155,086 Bytes Tx : 3,121,362,889
Unicast Rx : 1,017,954 Unicast Tx : 2,404,587
Bcast/Mcast Rx : 5741 Bcast/Mcast Tx : 633,563
Errors (Since boot or last clear) :
FCS Rx : 0 Drops Rx : 0
Alignment Rx : 0 Collisions Tx : 0
Runts Rx : 0 Late Colln Tx : 0
Giants Rx : 0 Excessive Colln : 0
Total Rx Errors : 0 Deferred Tx : 0
Rates (5 minute weighted average) :
Total Rx (bps) : 622472 Total Tx (bps) : 5002536
Unicast Rx (Pkts/sec) : 0 Unicast Tx (Pkts/sec) : 0
B/Mcast Rx (Pkts/sec) : 0 B/Mcast Tx (Pkts/sec) : 2
Utilization Rx : 00.06 % Utilization Tx : 00.50 %
The line in bold shows broadcasts/multicasts sent or received. Check the manuals if you want more details about the show interfaces command.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2013 11:21 PM
02-11-2013 11:21 PM
Re: Broadcast in network.
Thank You paul :)