- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Re: How to filter unnecessary Broadcast Messages? ...
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
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
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
тАО10-05-2009 11:39 PM
тАО10-05-2009 11:39 PM
How to filter unnecessary Broadcast Messages? (like VRRP, STP)
First a short netzwork plan:
Uplink 1 Uplink II
| |
[Foundry]----------[Foundry]
| |
| |
[HP 2824]----------[HP 2824]
| |
| |
-----[HP 2650]-----
|||
MULTIPLE SERVERS
We use VRRP on the Foundry Bigiron for IP failover and RSTP in the whole network.
Now all these broadcastmessages are reaching the servers at the HP 2650 too. So i would like to know if it isn't a security risk and if there is a way to filter them. At the moment it is about 2GB per day per port at the HP 2650.
thanks
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2009 11:41 PM
тАО10-05-2009 11:41 PM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
Uplink 1 Uplink II
| |
[Foundry]----------[Foundry]
| |
| |
[HP 2824]----------[HP 2824]
| |
| |
-----[HP 2650]-----
|||
MULTIPLE SERVERS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2009 11:56 PM
тАО10-05-2009 11:56 PM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
port a5 bpdu-filter etc
Not sure about VRRP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 12:09 AM
тАО10-06-2009 12:09 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 11:46 PM
тАО10-06-2009 11:46 PM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
The master virtual router sends VRRP advertisements to other VRRP routers in the same group. The advertisements communicate the priority and state of the master virtual router. The VRRP advertisements are encapsulated in IP packets and sent to the IP Version 4 multicast address assigned to
the VRRP group. The advertisements are sent every second by default; the interval is configurable.
- So this is multicast, not broadcast.
- you can configure the interval
- you may be able to split into multiple VRRP-groups to separate traffic on the server vlan from other vrrp traffic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 12:02 AM
тАО10-07-2009 12:02 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 12:43 AM
тАО10-07-2009 12:43 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 12:57 AM
тАО10-07-2009 12:57 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
sometimes it's difficult to use the right terminology.
- So this is multicast, not broadcast
Here the document means TCP/IP-multicasts.
The packet is sent to a TCP/IP multicast address but as there is no entry in the mac-address table of the switch, it wil be sent (flooded not broadcast) to all ports.
IGMP (snooping) is used to prevent a switch from "flooding" a packet (not broadcast) to all ports, but only forward the packets to ports that have subscribed to the corresponding multicast group.
does this help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 01:37 AM
тАО10-07-2009 01:37 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 02:01 AM
тАО10-07-2009 02:01 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
VRRP is a layer-3 protiocol (ip-based)
so you need different solutions for both protocols.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 02:04 AM
тАО10-07-2009 02:04 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 02:34 AM
тАО10-07-2009 02:34 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
BPDU filter affects incomming packets on a port not packets sent to the port.
A server on a normal access port should not send BPDU packets a filter thus will have no effect.
So how do your servers receive BPDU packets? How are your server ports on the 2650 configured?
The problem may lie deeper like coexistence between STP, PVSTP, MSTP. Resulting in more STP-packets than neccessary.
I think the foundry may use PVSTP (per vlan STP) where the procurve will use MSTP (multiple instance STP).
RSTP is the "rapid" version and may occur on all these vaiants.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 03:02 AM
тАО10-07-2009 03:02 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
The ports where the servers are were receiving BPDU Packets from the HP 2650 switch - what is correct cause the switch send these packets to all ports except i configure a BPDU filter for the ports where the servers are connected. That is what i understood. So this is fixed with BPDU-Filter for the ports where no other switch is connected.
So my only problem which is left are the VRRP pakets. And i would like to know if i need only a multicast group or multicast plus IGMP?
Sorry it's not so easy for me to explain it in english.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2009 03:05 AM
тАО10-13-2009 03:05 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
could you please answer my last question? That would be really nice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2009 03:17 AM
тАО10-13-2009 03:17 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
You'll need both.
The multicast group is configured between the devices that really communicate using multicast.
The source sends packets to a multicast-adress that basically will be sent to all ports in the vlan, as this mac-address is not bound to a switch-port.
IGMP (snooping) is configured on the switch(es), so the above behaviour is reduced to ports that actually joined the multicast group.
The switch does this by listening to (snooping) the IGMP join packets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 03:30 AM
тАО10-14-2009 03:30 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
ip igmp blocked
command than IGMP on the HP switches? Or is IGMP def. the way to go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 04:44 AM
тАО10-14-2009 04:44 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
HP 2610-24 B-2(vlan-1)# show ip igmp 1 config
IGMP Service
VLAN ID : 1
VLAN NAME : DEFAULT_VLAN
IGMP Enabled [No] : Yes
Forward with High Priority [No] : No
Querier Allowed [Yes] : Yes
Port Type | IP Mcast
---- --------- + --------
1 | Blocked
2 | Blocked
3 | Blocked
4 | Blocked
5 | Blocked
6 | Blocked
7 | Blocked
8 | Blocked
9 | Blocked
10 | Blocked
11 | Blocked
12 | Blocked
13 | Blocked
14 | Blocked
15 | Blocked
16 | Blocked
17 | Blocked
18 | Blocked
19 | Blocked
20 | Blocked
21 | Blocked
22 | Blocked
23 | Blocked
24 | Blocked
25 | Blocked
26 | Blocked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 05:02 AM
тАО10-14-2009 05:02 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
how do you detect this?
you've got a network analyzer connected to this port?
>>> isn't it easier using ip igmp blocked <<<
igmp is NOT all multicast traffic!
igmp is a protocol to control muticasts (to routers).
if you block the igmp traffic, the mutlicasts source still sends the multicast messages out within the vlan!
and the switch cannot use igmp-snooping!
so the effect of blocking igmp is more negative than positive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 05:09 AM
тАО10-14-2009 05:09 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
> this port?
yes => wireshark
>>> isn't it easier using ip igmp blocked
>>> igmp is NOT all multicast traffic!
mhm OK - but if igmp is active it works for ALL multicast traffic? Cause VRRP is a known protocol and in switchdocumentation is written IGMP works not for known IPs... but i don't want that the customers see the VRRP pakets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 05:30 AM
тАО10-14-2009 05:30 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
If you talk about igmp-snooping NO.
There are "just" multicast messages and multicast GROUPS. igmp concerns multicast-groups! VRRP does NOT!
>>>
Cause VRRP is a known protocol and in switchdocumentation is written IGMP works not for known IPs... <<<
I don't understand what you mean here...
>>> but i don't want that the customers see the VRRP pakets. <<<
Is this really a problem?
Then you must isolate the redundant routing paths from the subnets of the customers.
A may do this by configuring the 2650 with routed uplinks and let it route to a separate vlan/subnet where the servers reside. this way the 2650 can see the vrrp packets but never forwards (routes) vrrp-packets to the servers. The customers only communicate to the 2650's address in this subnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 05:37 AM
тАО10-14-2009 05:37 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
Also at the moment a customer server send out multicasttraffic and floods all other port - as we read out the paketcounters all other customers have to pay for the flood one customer created. So i wanted to stop the mcast traffic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 05:43 AM
тАО10-14-2009 05:43 AM
Re: How to filter unnecessary Broadcast Messages? (like VRRP, STP)
create a vlan/subnet for each customer.
let the network (eg the 2650) do basic routing between these subnets.
Don't configure multicast routing!
Multicasts will stay contained within a single customers vlan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 05:47 AM
тАО10-14-2009 05:47 AM