interface/{interface-type}/{interface-name}/ip/arp-aging-timeout

Configures ARP Aging timeout.

Resource URIs

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.

Parameters

interface-type
Valid interface types:Ethernet and Ve.
arp-aging-timeout
Specifies the ARP aging timeout in minutes. The range is from 0 to 240.

Usage Guidelines

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

Examples

URI

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>

URI

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

URI

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