get-arp

Retrieves the ARP cache information.

Usage

<get-arp xmlns="urn:brocade.com:mgmt:brocade-arp"></get-arp>

<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
	<arp-entry>
		<ip-address>20.0.0.122</ip-address>
		<mac-address>0005.3379.407a</mac-address>
		<interface-type>unknown</interface-type>
		<interface-name></interface-name>
		<is-resolved>true</is-resolved>
		<age>03:16:05</age>
		<entry-type>dynamic</entry-type>
	</arp-entry>
</rpc-reply>

Parameters

ip-address
Displays the IP address of the ARP entry.
mac-address
Displays the MAC address of the ARP entry.
interface-type
Displays the interface type.
interface-name
Displays the interface name.
is-resolved
Indicates whether the ARP entry is resolved or not.
age
Displays the age of the ARP entry.
entry-type
Displays the type of the ARP entry.