- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- broadcast-limit not working or what do i not do ri...
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
11-27-2013 05:29 AM
11-27-2013 05:29 AM
Hi members
(HP E5406 zl)
This is configured on my port:
interface C23
broadcast-limit 30
name "bofh"
no power-over-ethernet
exit
So on my linux workstation i run the (slightly modified) 'udp1' from the libnet (c library) package:
./udp1 -s 1.1.1.1.666 -d 255.255.255.255.1 -n 9999999999 -p thisismypayload
So with 'tcpdump' i see:
15:25:47.093263 18:03:73:e8:3a:d4 > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 1510: (tos 0x0, ttl 64, id 242, offset 0, flags [none], proto UDP (17), length 1496, options (NOP,EOL))
1.1.1.1.666 > 255.255.255.255.667: [udp sum ok] UDP, length 1448
This is an example of broadcast traffic right? With this pattern i can easily saturate my 1Gbps network link and a short test of this is "felt" in the network. I thought this should be limited so what do i not get?
With regards
Frank
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2013 12:20 PM
11-27-2013 12:20 PM
Re: broadcast-limit not working or what do i not do right?
Pick one of:
- It's a percentage of the nominal bandwidth, so still a lot.
- Is for outbound traffic on the specified port.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2013 01:46 AM
11-28-2013 01:46 AM
Re: broadcast-limit not working or what do i not do right?
Hi Richard
Thank you for answering.
This is outbound traffic (from my linux pc) and we have just tried lowering the broadcast-limit to 5% and then 1% but still i can easily saturate my 1Gb link with broadcast traffic. I am doing 3-4 seconds tests at the time as the broadcast traffic is causing trouble for some services in the network.
/FrankL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2013 01:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2013 04:45 AM
11-28-2013 04:45 AM
Re: broadcast-limit not working or what do i not do right?
Hi Richard
Yeah, you are right (just tested) - thank you. Not quite what we expected but now we know what we are up against.
/FrankL