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

Configures which IPv6 prefixes are included 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>
						<prefix>
							<prefix-ipv6-address>2001:db8:12d:1300::/64</prefix-ipv6-address>
							<lifetime>
								<no-advertise></no-advertise>
							</lifetime>
						</prefix>
					</nd>
				</ipv6-intf-cmds>
			</ipv6-nd-ra>
		</ipv6>
	</ethernet>
</interface>

Parameters

name
Specifies the interface name
prefix-ipv6-address
Specifies the IPv6 prefix in hexadecimal with 16-bit values between colons
no-advertise
Specifies no advertisement.