Configures ARP Aging timeout.
URI | Description |
---|---|
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/arp-aging-timeout | Configures ARP aging timeout. Valid interface types: Ethernet, Ve. |
GET URI | Description |
---|---|
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/arp-aging-timeout | Configures ARP aging timeout. Ethernet and VE interfaces are supported. Valid interface types: Ethernet, Ve. |
PATCH URIs | Payload | Description |
---|---|---|
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/arp-aging-timeout | <arp-aging-timeout>(unit32)</arp-aging-timeout> | Configures ARP aging timeout in minutes. Valid interface types: Ethernet, Ve. |
PUT URIs | Payload | Description |
---|---|---|
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/arp-aging-timeout | <arp-aging-timeout>(unit32)</arp-aging-timeout> | Configures ARP aging timeout in minutes. Valid interface types: Ethernet, Ve. |
GET, PUT, PATCH, 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/interface/ethernet/%223/14%22/ip/arp-aging-timeout
None
<arp-aging-timeout xmlns="urn:brocade.com:mgmt:brocade-ip-config" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running/interface/Ethernet/%223/14%22/ip/arp-aging-timeout">10</arp-aging-timeout>
The following example uses the PATCH option to configure the ARP aging timeout.
http://host:80/rest//config/running/interface/ethernet/%223/14%22/ip/arp-aging-timeout
<arp-aging-timeout>20</arp-aging-timeout>
None
The following example uses the DELETE option to remove the ARP aging timeout.
http://host:80/rest//config/running/interface/ethernet/%223/14%22/ip/arp-aging-timeout
None
None