- Posts: 783
- Thank you received: 0
Static Arp Entry question. Cisco + NLB
- skepticals
- Topic Author
- Offline
- Elite Member
Less
More
13 years 11 months ago #35873
by skepticals
Static Arp Entry question. Cisco + NLB was created by skepticals
I was working on a VMWare + NLB (Windows Network Load Balancing) project and had to put a static arp entry in the core L3 switch to get it to work. I understand that it is needed, but I do not understand why I didn't need to add it to the switch the host is connected.
L3 (Core)
uplink
L2 Switch
VMWare physical Host
I had to add the static arp to the L3 core with the MAC and IP of the virtual MAC and multicast virtual IP of the NLB cluster.
If I do a show mac-address-table on the L3 it doesn't show that that MAC is off of the uplink port. Also, if I do a show arp or show mac-address-table on the L2 switch I do not see the MAC address listed.
Any idea why this works? I thought layer 2 communication would need the MAC to show up on a physical port...
L3 (Core)
uplink
L2 Switch
VMWare physical Host
I had to add the static arp to the L3 core with the MAC and IP of the virtual MAC and multicast virtual IP of the NLB cluster.
If I do a show mac-address-table on the L3 it doesn't show that that MAC is off of the uplink port. Also, if I do a show arp or show mac-address-table on the L2 switch I do not see the MAC address listed.
Any idea why this works? I thought layer 2 communication would need the MAC to show up on a physical port...
13 years 10 months ago #35892
by Perlhack
Replied by Perlhack on topic Re: Static Arp Entry question. Cisco + NLB
L2 devices do not ARP or respond to arp. ARP is a broadcast and L2 switches will do the normal thing (flood out of every port except incoming). ARP is needed on ethenet segments at L3 (Layer3 to Layer2 mapping).,
MAC address table at L2 is built from a device being connected to the switchport. switch adds the source mac address from a connected device once it sees the packet.
HTH.
MAC address table at L2 is built from a device being connected to the switchport. switch adds the source mac address from a connected device once it sees the packet.
HTH.
- skepticals
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 783
- Thank you received: 0
13 years 10 months ago #35948
by skepticals
Replied by skepticals on topic Re: Static Arp Entry question. Cisco + NLB
My setup is technically this:
L3 (Core)
uplink
L3 Switch
VMWare physical Host
Your answer would still apply though because the second L3 switch isn't doing the routing because it's in a HSRP pair.
L3 (Core)
uplink
L3 Switch
VMWare physical Host
Your answer would still apply though because the second L3 switch isn't doing the routing because it's in a HSRP pair.
13 years 10 months ago #35965
by Bublitz
The Bublitz
Systems Admin
Hospice of the Red River Valley
Replied by Bublitz on topic Re: Static Arp Entry question. Cisco + NLB
I've used NLB quite a bit i've never had to even think about arp. How many nics on this windows (virtual?) server are you connecting and when you configured NLB did you use unicast or multicast? I assume your trying to get NLB on a windows quest thats on your vmware host?
The Bublitz
Systems Admin
Hospice of the Red River Valley
Time to create page: 0.120 seconds