- Community Home
- >
- Networking
- >
- Security e-Series
- >
- MS NLB, multicast and routing
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
08-05-2016 05:32 AM
08-05-2016 05:32 AM
MS NLB, multicast and routing
Hi all,
I've a question about Microsoft NLB, multicast (IGMP) and routing.
The NLB is configured to work in multicast (IGMP) mode, the switch (5400zl) has 'ip arp-mcast-replies' and 'ip igmp' (on all VLANS) enabled. If a client from the same subnet as the NLB send data (e.g. a simple ping) everything works as expected.
In addition, the switch as routing enabled and is the gateway for 3 more VLANS. If a client from on of these VLANS send data to the NLB, the switch floods it to all ports in (at least) the NLB VLAN.
So, can someone explain, why IGMP can prevent flooding within the same VLAN but not from other VLANs? It seems that I didn't understood that.
Kind regards,
Rigger1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2016 08:57 PM
08-07-2016 08:57 PM
Re: MS NLB, multicast and routing
I think the switch assumes that other queriers could be anywhere, and so it floods it out.
Presumably, your switch is the "querier" by default, or maybe you have it off? Maybe you could try configuring it as querier in all vlans using vlan X ip igmp querier?
How about you try igmp filter-unknown-multicast?
Another thing worth knowing is that IGMP doesn't filter *all* multicast addresses. It doesn't filtger any address that as .0.0. or .128.0. in its middle octets.
Have you enabled ip multicast routing and router pim globally, as well as vlan X ip pim for each VLAN?
I had a network of 5400s and 3500s where I configured multicast to get rid of all the flooded multicast traffic that was coming and going, and it worked really well for me. I don't recall the details, but I do remember spending a little time on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2016 12:22 AM
08-08-2016 12:22 AM
Re: MS NLB, multicast and routing
You have good suggestions. I'll try them out. But because some other projects, I think not before the end of the week.
I'll report my results :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2016 04:47 PM
08-09-2016 04:47 PM
Re: MS NLB, multicast and routing
Please let us know how you get on.
Configuring IGMP and PIM is a very over-looked task.