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

Sets the size of the maximum transmission unit (MTU) that is advertised in Neighhbor Discovery Router Advertisement (RA) messages.

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ethernet>
		<name>1/</name>
		<ipv6>
			<ipv6-nd-ra xmlns="urn:brocade.com:mgmt:brocade-ipv6-nd-ra">
				<ipv6-intf-cmds>
					<nd>
						<mtu>1550</mtu>
					</nd>	
				</ipv6-intf-cmds>
			</ipv6-nd-ra>
		</ipv6>
	</ethernet>
</interface>

Parameters

name
Specifies the name of the interface
mtu
Specifies the size, in bytes, of the MTU that is advertised. The value can range from 1280 through 65535. The default value is 1500