
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
According to the Microsoft documentation, the router has to do the following two things:
- Accepts an Address Resolution Protocol (ARP) reply that has one media access control (MAC) address in the payload of the ARP structure, but appears to arrive from a station with another MAC address, as determined by the Ethernet header
- Accepts an ARP reply for a unicast IP address with a multicast MAC address in the payload of its ARP structure
And if it doesn't do those two things, "you can also create a static ARP entry in the router".
Could someone please confirm of the router does those two things or if not share with me how to set up the static ARP entry?
Thanks!
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
@julian - Thanks for posting your question on the forum!
AOS can support the first condition, but I am pretty confident that it will not support the second one as it is a requirement in RFC 1812 that routers ignore such replies.
Details on how to configure a static MAC can be found in this thread:
The syntax looks as such:
You are able to add a static ARP entry to an AOS device in the CLI. The command in config mode is shown below:
switch(config)# arp <IP Address> <MAC Address> arpa
Example: switch(config)# arp 1.1.1.1 aa:bb:cc:dd:ee:ff arpa
Please do not hesitate to let us know if you have any further questions.
Thanks,
Noor

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
@julian - Thanks for posting your question on the forum!
AOS can support the first condition, but I am pretty confident that it will not support the second one as it is a requirement in RFC 1812 that routers ignore such replies.
Details on how to configure a static MAC can be found in this thread:
The syntax looks as such:
You are able to add a static ARP entry to an AOS device in the CLI. The command in config mode is shown below:
switch(config)# arp <IP Address> <MAC Address> arpa
Example: switch(config)# arp 1.1.1.1 aa:bb:cc:dd:ee:ff arpa
Please do not hesitate to let us know if you have any further questions.
Thanks,
Noor

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: How to configure NetVanta 3448 for Windows Network Load Balancing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: How to configure NetVanta 3448 for Windows Network Load Balancing
No, thanks.
From: noor
Sent: Tuesday, July 09, 2013 7:45 AM
To: Unlisted Unlisted
Subject: Re: - How to configure NetVanta 3448 for Windows Network Load Balancing
ADTRAN Support Community
How to configure NetVanta 3448 for Windows Network Load Balancing
created by noor in NetVanta 3400 Series - View the full discussion

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: How to configure NetVanta 3448 for Windows Network Load Balancing
I went ahead and flagged the "Correct Answer" on this post to make it more visible and help other members of the community find solutions more easily. If you don't feel like the answer I marked was correct, feel free to come back to this post to unmark it and select another in its place with the applicable buttons. If you still need assistance, we would be more than happy to continue working with you on this - just let us know in a reply.
Thanks,
Noor