- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Microsoft NLB Cluster in Multicast Mode on vmware ...
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
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
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-20-2013 01:23 AM
02-20-2013 01:23 AM
Microsoft NLB Cluster in Multicast Mode on vmware hosts
Hello,
I have a problem with a virtual microsoft terminal server cluster in multicast mode on vmware esx hosts on a 5500 switch.
I added the virtual mutlicast mac address to all switchports, where esx hosts are connected and added a static arp entry with the cluster ip to the multicast ip address.
User reportet, the connection to the ts cluster does not always work.
I have done this configuration on the 5500 switch.
undo arp check enable
arp static 172.12.1.200 03af-0987-00aa
mac-address multicast 03af-0987-00aa vlan 1 (on every esx host port)
Thanks and regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2013 06:07 AM
03-05-2013 06:07 AM
Re: Microsoft NLB Cluster in Multicast Mode on vmware hosts
Hi BM
It should work. I use this setup on multiple costumer sites.
SW 5.2 R2210 or later is required. Please check.
br
Manuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2013 12:06 PM
06-13-2013 12:06 PM
Re: Microsoft NLB Cluster in Multicast Mode on vmware hosts
How about on an 4 node cluster of A5800-48G-PoE+, running Version 5.20, Release 1211P09
We have just switched over core routing from E5400 to this, and are experiencing similar problems with a small percentage of users who cannot get connected to the NLB address.
Identical config, undo arp check enable, and the NLB mcast ethernet address hardcoded to the appropriate nics.
thanks,
Johan
Thunderbird School of Global Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2015 12:47 AM
03-12-2015 12:47 AM
Re: Microsoft NLB Cluster in Multicast Mode on vmware hosts
I know this thread is quite old, but for what it's worth: I was able to fix this by issuing these commands:
undo arp check enable
mac-address multicast [MAC of VIP] interface GigabitEthernet X/0/Y to GigabitEthernet X/0/Y [interfaces of the physical servers of the cluster] vlan [VLAN of cluster]
I also created a static ARP entry in the swicthes ARP table, but things only started working after I REMOVED this static entry. So that's probably why it doesn't work for BMNetworks: you have to remove the static arp entry you created, you only need the virtual multicast mac.