10-24-2017 02:20 AM - edited 03-01-2019 01:40 PM
Hello I want to configure NLB on Nexus 5672UP, version 7.1(4)N1(1)
Routing is done on FW, where I don´t have access, but
regarding this thread: https://communities.cisco.com/thread/21313?db=5
I hope, it should be okay.
I find out this document about configuration NLB:
https://www.cisco.com/c/en/us/support/docs/ip/multicast/116150-configure-Nexus7000-00.html#anc5
I think best option for me is 2A, I provided this steps:
interface Vlan10
no shutdown
ip arp 10.1.2.200 03bf.0000.1111
but problem is in second step:(I cannot apply: layer-2 multicast lookup mac ---> Invalid command)
vlan configuration 10
layer-2 multicast lookup mac
Here you can see what I can apply:
is there any option to skip this step or can I skip it ?, or why I cannot apply this command, should I do something before apply?
Thank you very much.
10-24-2017 07:42 AM - edited 08-24-2018 05:15 AM
Hi,
The NLB configuration document you've referenced was written specifically for the Nexus 7000 - The command "layer-2 multicast lookup mac" does not apply to the Nexus 5600 platform. The "equivalent" workaround for this would be to tell the Nexus 5Ks where to send packets with that multicast MAC address:
Example:
mac address-table static 03bf.0000.1111 vlan 10 interface Ethernet1/1 Ethernet1/2 Ethernet1/3 Ethernet1/4
Here's my example setup for this:
Hope that helps!
- Andrea
10-24-2017 11:29 PM
Hello, thank you very much for your answer,
In your command are 4 interfaces eth1-4, I guess, two of them are between N5k, am I right? and please why?
And what do you think, is this configuration for NLB enough if I have L3 on fw?
On fw I have only IP on vlan interface
On N5Ks I have this configuration:
interface Vlan10
no shutdown
ip arp 10.1.2.200 03bf.0000.1111
mac address-table static 003bf.0000.1111 vlan 10 interface Ethernet1/1 Ethernet1/2 Ethernet1/3 Ethernet1/4
Thank you
09-03-2018 09:44 PM
How about the igmp mutlicast mac: 0100.5e? Should use the command igmp snooping static to config, or mac address-table static ? Please comment. Thanks a lot.
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