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

Disables the sending of ICMPv6 Router Advertisement (RA) messages, including those sent in response to a solicitation as well as MTUs.

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

Parameters

name
Specifies the interface name
suppress-ra
Disables the sending of ICMPv6 Router Advertisement (RA) messages
all
Disables the sending of all RA messages, including those sent in response to a solicitation
mtu
Disables the sending of MTUs in RA messages