02-11-2010 05:41 AM - edited 03-06-2019 09:40 AM
Hi All,
I am in the process of setting up a new Microsoft NLB web farm. I've only ever configured this before on a single switch so I'm looking for a sanity check on the setup for two switches.
I have 2 web nodes, both running Microsoft NLB in multicast mode (without IGMP). Node A is connected to SW1, Gi1/1 and node B is connected to SW2, Gi1/1. there is a port channel trunk between the two switches with the correct vlans allowed. Not shown in the diagram is a second interface on both hosts connected to a management network that is not related.
Is the snippet for the config on SW1 and SW2 below correct? or am I going to create some kind of a loop with traffic for this mac address being bounced forward and back across the port channel?
Thanks
Kevin
SW1:
====
!
arp 172.20.209.75 03bf.ac14.d14b ARPA alias
mac-address-table static 03bf.ac14.d14b vlan 209 interface GigabitEthernet1/1 Port-channel1
!
SW2:
====
!
arp 172.20.209.75 03bf.ac14.d14b ARPA alias
mac-address-table static 03bf.ac14.d14b vlan 209 interface GigabitEthernet1/1 Port-channel1
!
Solved! Go to Solution.
02-12-2010 02:39 AM
Hello Kevin,
I agree that the static entries are needed also on the port-channel because in this way standard IGMP snooping is overriden
Hope to help
Giuseppe
02-11-2010 12:34 PM
Hello Kevin,
I think your config template is fine
see
Hope to help
Giuseppe
02-12-2010 02:16 AM
Hi Giuseppe,
Thanks for your reply.
I had seen that tech document before. The only difference between it and my current scenario is that I have two switches instead of one. It's really traffic on the port channel that I have a concern about.
Thanks
Kevin
02-12-2010 02:39 AM
Hello Kevin,
I agree that the static entries are needed also on the port-channel because in this way standard IGMP snooping is overriden
Hope to help
Giuseppe
02-12-2010 04:24 AM
Thank you Giuseppe.
Kevin
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide