R0106-HP MSR Router Series Layer 3 - IP Services Configuration Guide(V7)

7
Task Command
Display the aging timer of dynamic ARP
entries.
display arp timer aging
Clear ARP entries from the ARP table
(MSR2000/MSR3000).
reset arp { all | dynamic | interface interface-type
interface-number | static }
Clear ARP entries from the ARP table
(MSR4000).
reset arp { all | dynamic | interface interface-type
interface-number | slot slot-number | static }
ARP configuration example
Network requirements
As shown in Figure 3, hosts are connected to Router B, which is connected to Router A through interface
GigabitEthernet 2/1/1 in VLAN 10.
To ensure secure communications between the routers, configure a static ARP entry for Router A on Router
B.
Figure 3 Network diagram
Configuration procedure
# Create VLAN 10.
<RouterB> system-view
[RouterB] vlan 10
[RouterB-vlan10] quit
# Add interface GigabitEthernet 2/1/1 to VLAN 10.
[RouterB] interface gigabitethernet 2/1/1
[RouterB-GigabitEthernet2/1/1] port access vlan 10
[RouterB-GigabitEthernet2/1/1] quit
# Create VLAN-interface 10 and configure its IP address.
[RouterB] interface vlan-interface 10
[RouterB-vlan-interface10] ip address 192.168.1.2 8
[RouterB-vlan-interface10] quit