Common proxy arp configuration example, Network requirements, Configuration procedure – H3C Technologies H3C S12500-X Series Switches User Manual
Page 26
15
Task Command
Display common proxy ARP status. display proxy-arp [ interface interface-type interface-number ]
Display local proxy ARP status.
display local-proxy-arp [ interface interface-type interface-number ]
Common proxy ARP configuration example
Network requirements
As shown in
, Host A and Host D have the same IP prefix and mask, but they are located on
different subnets separated by the switch (Host A belongs to VLAN 1, and Host D belongs to VLAN 2).
No default gateway is configured on Host A and Host D.
Configure common proxy ARP on the switch to enable communication between the two hosts.
Figure 5 Network diagram
Configuration procedure
# Create VLAN 2.
[Switch] vlan 2
[Switch-vlan2] quit
# Configure the IP address of VLAN-interface 1.
[Switch] interface vlan-interface 1
[Switch-Vlan-interface1] ip address 192.168.10.99 255.255.255.0
# Enable common proxy ARP on VLAN-interface 1.
[Switch-Vlan-interface1] proxy-arp enable
[Switch-Vlan-interface1] quit