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

arp entries

carl_townshend
Spotlight
Spotlight

Hi all

is it possible 2 arp entries can exist for the same addresses on a router? or as soon as it sees the same IP will it get overwritten ?

cheers

1 Accepted Solution

Accepted Solutions

ameya_oke
Level 1
Level 1

Hey Carl,

When you send an ARP request to an IP say x.y.w.z only one MAC address is resolved.

But there are concepts like HSRP, VRRP, GLBP which allow at virtual level to resolve multiple mac-address for a single IP address.(Insuch cases a virtual mac address is resolved and not the physical mac address of the gateway interfaces)

Even on desktop class machines when you use concepts like  teaming /bridging/bundling /LPAR the same concept of virtualization is applicable.

Please rate if helpful

Ameya

View solution in original post

2 Replies 2

cadet alain
VIP Alumni
VIP Alumni

Hi,

You can only have one mapping for 1 IP and as soon as it receives an ARP reply it will update its arp cache entries except static ones.

But you can have multiple IPs having same MAC if proxy-arp is used on the other side.

Regards.

Alain.

Don't forget to rate helpful posts.

ameya_oke
Level 1
Level 1

Hey Carl,

When you send an ARP request to an IP say x.y.w.z only one MAC address is resolved.

But there are concepts like HSRP, VRRP, GLBP which allow at virtual level to resolve multiple mac-address for a single IP address.(Insuch cases a virtual mac address is resolved and not the physical mac address of the gateway interfaces)

Even on desktop class machines when you use concepts like  teaming /bridging/bundling /LPAR the same concept of virtualization is applicable.

Please rate if helpful

Ameya