View the manually configured (static) entries in the system's ARP table. To display both dynamic and static entries, use the arp command.
exec
show vSwitch-name vRouter-name ip arp static
Heading | Description | Filter |
---|---|---|
IfName | Specifies the name of the interface for which you want to configure an IP address-to-physical address mapping. This is the interface that connects to the IP instance, either vlan.x, lag.x, or eth.x.x. If the interface does not already exist, the system returns an error. | ifName IfName |
IP Address | Specifies the IP address the system should associate with the physical address specified. This pairing is stored in the system ARP table. | netAddr ipAddress |
Phys Address | Specifies the Layer 2 physical address (the MAC address) to associate with the specified IP address/interface. | physAddr macAddress |
You can do the following