interface/{interface-type}/{interface-name}/ipv6/nd/ra-interval

Configures the maximum interval range and minimum interval at which IPv6 Neighbor Discovery Router Advertisement (RA) messages are sent.

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ethernet>
		<name>1/1</name>
		<ipv6>
			<ipv6-nd-ra xmlns="urn:brocade.com:mgmt:brocade-ipv6-nd-ra">
				<ipv6-intf-cmds>
					<nd>
						<ra-interval>
							<max-interval>650</max-interval>
							<min>250</min>
						</ra-interval>
					</nd>
				</ipv6-intf-cmds>
			</ipv6-nd-ra>
		</ipv6>
	</ethernet>
</interface>

Parameters

name
Specifies the interface name
max-interval
Specifies the maximum interval range in seconds. The interval can range from 4 through 1800 seconds. The default interval is set from 200 through 600, with messages sent randomly within that interval
min
Specifies the minimum interval in seconds. The interval can range from 0 through 1800. The default interval is set to 200 seconds