interface/{interface-type}/{interface-name}/ipv6/nd/hoplimit

Configures the number of hops to be advertised in IPv6 Neighbor Discovery Router Advertisement (RA) messages.

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>
						<hoplimit>65</hoplimit>
					</nd>
				</ipv6-intf-cmds>
			</ipv6-nd-ra>
		</ipv6>
	<ethernet>
</interface>

Parameters

name
Specifies the interface name
hoplimit
Specifies the number of hops to be advertised. The number can range from 0 through 255. The default value is 64