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

Configures how long an ARP entry stays in cache before the cache refreshes.

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ethernet>
		<name>1/5</name>
		<ip>
			<ip-config xmlns="urn:brocade.com:mgmt:brocade-ip-config">
				<arp-aging-timeout>220</arp-aging-timeout>
			</ip-config>
		</ip>
	</ethernet>
</interface>

Parameters

name
Specifies the interface name.
arp-aging-timeout
Determines how long an ARP entry stays in cache. The timeout value can range from 0 through 240 minutes.