Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
117
Level: 12.
Usage Guideline
Use this command to enable the local proxy ARP function on an interface. This command is used in the
primary VLAN of a private VLAN domain to enable routing of packets among secondary VLANs or
isolated ports within the domain. The command only take effects when ip proxy arp is enabled.
Example
This example shows how to enable local proxy ARP on VLAN100.
Switch# configure terminal
Switch(config)# interface vlan100
switch(config-if)# ip local-proxy-arp
switch(config-if)#
9-7 show arp
This command is used to display the Address Resolution Protocol (ARP) cache.
show arp [ARP-TYPE] [IP-ADDRESS [MASK]] [INTERFACE-ID] [HARDWARE-ADDRESS]
Parameters
ARP-TYPE
(Optional) Specifies the ARP type.
dynamicSpecifies to display only dynamic ARP entries.
staticSpecifies to display only static ARP entries.
IP-ADDRESS [MASK]
(Optional) Specifies to display a specific entry or entries that belong to
a specific network.
INTERFACE-ID
(Optional) Specifies to display ARP entries that are associated with a
specific network.
HARDWARE-ADDRESS
(Optional) Specifies to display ARP entries whose hardware address
equal to this address.
Default
None.
Command Mode
EXEC Mode or Any Configuration Mode.
Command Default Level
Level: 1.
Usage Guideline
Used to display a specific ARP entry, all ARP entries, dynamic entries, or static entries, or entries
associated with an IP interface.
Example
This example shows how to display the ARP cache.