cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
984
Views
10
Helpful
2
Replies

In which cases is it needed to enable Proxy ARP function?

badalam_nt
Level 1
Level 1

I see 2 cases when it is needed to set proxy ARP in a router, but there might not be the good ones. Additionally I could be missing some other cases as well.

1) - when a DHCP server is not on the same LAN with the hosts, as otherwise the DHCP Discover messages (which are broadcast messages) will not pass the router and so the hosts will never get a reply (i.e. a DHCP offer).

2) - when the hosts are not configured with a Gateway, as otherwise the ARP messages with IPs from another subnets (ARP are broadcast messages) will not be replied.

Is there any exhaustive explanations/links regarding proxy arp?

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Petru

1) This is not really to do with proxy-arp. This is to do with the "ip helper-address .." command. If you want a device to be able to get a DHCP address from a DHCP server on another network under the devices L3 interface you would configure an ip helper-address eg.

device is on subnet 192.168.5.0/24

router interface for this subnet is fa0/0 with address of 192.168.5.1

DHCP server is 192.168.10.10

so on router

int fa0/0

ip address 192.168.5.1 255.255.255.0

ip helper-address 192.168.10.10

2) Yes this is the more common use of proxy arp. Have a read of this link and come back if you have further questions -

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094adb.shtml

Jon

Roberto Salazar
Level 8
Level 8

1) - when a DHCP server is not on the same LAN with the hosts, as otherwise the DHCP Discover messages (which are broadcast messages) will not pass the router and so the hosts will never get a reply (i.e. a DHCP offer).

>> Not really, you need a DHCP relay for this, an IP helper-address is a relay which will let the DHCP request from clients which are bcast to be unicast to the DHCP server, it is not the function of proxy arp.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card