Reply from 172.16.2.2: bytes=56 Sequence=2 ttl=255 time=10 ms              
    Reply from 172.16.2.2: bytes=56 Sequence=3 ttl=255 time=10 ms              
    Reply from 172.16.2.2: bytes=56 Sequence=4 ttl=255 time=10 ms              
    Reply from 172.16.2.2: bytes=56 Sequence=5 ttl=255 time=10 ms              
 
  --- 172.16.2.2 ping statistics ---                                           
    5 packet(s) transmitted                                                     
    5 packet(s) received                                                        
    0.00% packet loss                                                           
    round-trip min/avg/max = 10/10/10 ms                                        
 
# View the ARP table of host A. You can see that the MAC address of host B is the MAC address
of VLANIF 10.
C:\Documents and Settings\Administrator>arp -a
Interface: 172.16.1.2 --- 0x2
  Internet Address      Physical Address      Type
  172.16.2.2            00e0-fc39-80aa        dynamic
----End
Configuration Files
Configuration file of RouterA
#
 sysname RouterA
#
vlan batch 10
#
interface Vlanif 10
 ip address 172.16.1.1 255.255.255.0
 arp-proxy enable
#
interface ethernet 0/0/0
 port link-type access
 port default vlan 10
#
return
Configuration file of RouterB
#
 sysname RouterB
#
vlan batch 20
#
interface Vlanif 20
 ip address 172.16.2.1 255.255.255.0
 arp-proxy enable
#
interface ethernet 0/0/0
 port link-type access
 port default vlan 20
#
return
1.11.3 Example for Configuring Intra-VLAN Proxy ARP
Intra-VLAN proxy ARP implements Layer 3 communication between enterprise departments
in a VLAN to prevent broadcast storms.
Huawei AR150&200 Series Enterprise Routers
Configuration Guide - IP Service 1 ARP Configuration
Issue 02 (2012-03-30) Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
29