arp

Configures, modifies, or retrieves Address Resolution Protocol (ARP).

Resource URIs

URI Description
/restconf/data/brocade-arp:arp-entry Address Resolution Protocol (ARP).
GET URIs Description
/restconf/data/brocade-arp:arp-entry=%arp--ip-address% Retrieves Address Resolution Protocol (ARP) configuration information.
DELETE URIs
/restconf/data/brocade-arp:arp-entry=%arp--ip-address%

Parameters

arp-ip-address
Specifies the IP address of the ARP entry.
mac-address-value
Specifies the MAC address in HHHH.HHHH.HHHH format.
interfacename
Specifies the interface to use.

Usage Guidelines

GET, DELETE, OPTIONS, and HEAD operations are supported.

Examples

URI

The following is an example of the DELETE operation to remove the ARP configuration.

http://host:443/restconf/data/brocade-arp:arp-entry=%arp--ip-address%

<arp-entry operation="delete" xmlns="urn:brocade.com:mgmt:brocade-arp">
				<arp-ip-address>%req_val%</arp-ip-address>
			</arp-entry>

None