< Home

Configuring Routed Proxy ARP

Context

When an enterprise network is divided into subnets, two subnets may belong to the same network segment but different physical networks. These two subnets are connected by a switch but cannot communicate with each other. To allow data packets destined for other subnets to be sent to the gateway and subsequently forwarded to the destination, you can modify the routing information about the hosts on the network. However, to implement this solution, you must configure routes for all hosts on the subnets, which is time-consuming. Deploying routed proxy ARP on the gateway effectively solves this problem.

Routed proxy ARP allows communication between hosts whose IP addresses belong to the same network segment but different physical networks. In addition, the default gateway does not need to be configured on the hosts, facilitating management and maintenance.

Figure 1 shows an example of routed proxy ARP networking. In the figure:
  • The Switch connects to two subnets through IF1 and IF2.
  • The IP addresses of IF1 and IF2 belong to different network segments.
  • The IP address of Host_1 in subnet 1 belongs to the same network segment as the IF1 IP address.
  • The IP address of Host_2 in subnet 2 belongs to the same network segment as the IF2 IP address.
  • The IP address of Host_1 in subnet 1 belongs to the same network segment as that of Host_2.
  • The default gateway is not configured on Host_1 and Host_2.

To enable the hosts in subnets 1 and 2 to communicate with each other, configure routed proxy ARP on the Switch.

Figure 1 Networking diagram of routed proxy ARP

Procedure

  1. Run system-view

    The system view is displayed.

  2. Run interface interface-type interface-number

    The interface view is displayed.

  3. (Optional) On an Ethernet interface, run undo portswitch

    The interface is switched to Layer 3 mode.

    By default, an Ethernet interface works in Layer 2 mode.

    Only the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730-H, S6730S-H, S6730-S, and S6730S-S support switching between Layer 2 and Layer 3 modes.

  4. Run ip address ip-address { mask | mask-length }

    An IP address is configured for the interface.

    The interface IP address must reside on the same network segment as the IP addresses of the hosts connected to the interface.

  5. Run arp-proxy enable

    Routed proxy ARP is enabled on the interface.

    By default, routed proxy ARP is disabled on an interface.

    After routed proxy ARP is enabled on the device, the aging time of ARP entries on hosts must be reduced. This ensures that invalid ARP entries are aged as soon as possible, reducing the number of packets that are sent to but cannot be forwarded by the Switch.

Verifying the Configuration

Run the display this command in the interface view to check whether routed proxy ARP is enabled on the interface.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
Next topic >