cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3036
Views
0
Helpful
2
Replies

Manual arp entry on Nexus 7k

s4sandyad
Level 1
Level 1

Hi,

We have Microsoft NLB something , system team require want their one mac must be bind on L3 switch.

so we have Nexus 7k as L3, that server is connected to Nexus as L2 access port, so want to bind its MAC address on that L2 interface.

How to bind this, what are commands in Nexus 7k??

--Sandy--

1 Accepted Solution

Accepted Solutions

Hello,

Is your Server connected to the same Nexus which is L3? Also you need both static arp and mac?

Your question is not clear as to what the purpose is. However if you want to bind the server mac to that L2 port, try this command under config mode.

mac address-table static <mac of server> vlan <vlan of server> interface <L2 port where server is connected>

And if you want to set up a static arp, go under

interface vlan <vlan of server>

ip arp <Ip addr of server> <mac of server> 

Hope this helps and rate it if useful.

Regards,

Madhu

View solution in original post

2 Replies 2

Hello,

Is your Server connected to the same Nexus which is L3? Also you need both static arp and mac?

Your question is not clear as to what the purpose is. However if you want to bind the server mac to that L2 port, try this command under config mode.

mac address-table static <mac of server> vlan <vlan of server> interface <L2 port where server is connected>

And if you want to set up a static arp, go under

interface vlan <vlan of server>

ip arp <Ip addr of server> <mac of server> 

Hope this helps and rate it if useful.

Regards,

Madhu

Thanx Madhukrishnan G

Review Cisco Networking for a $25 gift card