Configures, modifies, or retrieves Address Resolution Protocol (ARP).
URI | Description |
---|---|
<base_URI>/config/running/arp | Address Resolution Protocol (ARP). |
GET URIs | Description |
---|---|
<base_URI>/config/running/arp/{arp-ip-address} | Retrieves Address Resolution Protocol (ARP) configuration information. |
PATCH URIs | Payload | Description |
---|---|---|
<base_URI>/config/running/arp | <arp><arp-ip-address>{inet:ipv4-address}</arp-ip-address><mac-address-value>{mac-access-list:mac-address-type}</mac-address-value><interfacename>{enumeration}</interfacename><Ethernet>{interface:interface-type}</Ethernet></arp> | Configures ARP IP address and MAC address. |
<base_URI>/config/running/arp | <arp><arp-ip-address>{inet:ipv4-address}</arp-ip-address><mac-address-value>{mac-access-list:mac-address-type}</mac-address-value><interfacename>{enumeration}</interfacename><Ve>{interface:interface-type}</Ve></arp> | Configures ARP IP address and MAC address. |
DELETE URIs |
---|
<base_URI>/config/running/arp/{arp-ip-address} |
GET, DELETE, OPTIONS, and HEAD operations are supported.
The following example uses the GET option to retrieve the configuration details.
http://host:80/rest/config/running/arp
None
<arp xmlns="urn:brocade.com:mgmt:brocade-arp" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running/arp/10.24.25.26"> <arp-ip-address>10.24.25.26</arp-ip-address> <mac-address-value>0000.2222.2233</mac-address-value> <interfacename>interface</interfacename> <Ethernet>1/1</Ethernet> </arp>
The following is an example of the PATCH operation to modify ARP configuration.
http://host:80/rest/config/running/arp
<arp> <arp-ip-address>10.34.23.56</arp-ip-address> <mac-address-value>0001.0002.0003</mac-address-value> <interfacename>interface</interfacename> <Ve>233</Ve> </arp>
None
The following is an example of the DELETE operation to remove the ARP configuration.
http://host:80/rest/config/running/arp/10.34.23.56
None
None