network arp show
Display static ARP entries
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The network arp show command displays static ARP entries present in a given Vserver. This command will not display dynamically learnt ARP entries in the network stack. Use the network arp active-entry show command to display dynamically learned ARP entries in the network stack.
Parameters
- { [-fields <fieldname>, ...]
 - Use this parameter to display only certain fields of the ARP table.
 - | [-instance ]}
 - Use this parameter to display all the fields of the ARP table.
 - [-vserver <vserver name>] - Vserver Name
 - Use this parameter to display ARP entries that are specific to a given Vserver.
 - [-remotehost <IP Address>] - Remote IP Address
 - Use this parameter to display ARP entries for the specified IP address
 - [-mac <MAC Address>] - MAC Address
 - Use this parameter to display ARP entry for the specified MAC address
 - [-ipspace <IPspace>] - IPspace
 - Use this parameter to specify the IPspace associated with the Vserver
 
Examples
The following example displays static ARP entries from the Vserver vs1.
cluster1::> network arp show -vserver vs1
Vserver     Remote Host       MAC Address
----------- ----------------- -----------------
vs1
            10.238.0.2        40:55:39:25:27:c1
    
Give documentation feedback