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

Configures the number of IPv6 Neighbor Discovery Neighbor Solicitation (NS) messages to be sent as part of duplicate address detection (DAD).

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ethernet>
		<name>1/0/1</name>
		<ipv6>
			<ipv6-nd-ra xmlns="urn:brocade.com:mgmt:brocade-ipv6-nd-ra">
				<ipv6-intf-cmds>
					<nd>
						<dad>
							<attempts>3</attempts>
							<time>2</time>
						</dad>
					</nd>
				</ipv6-intf-cmds>
			</ipv6-nd-ra>
		</ipv6>
	</ethernet>
</interface>

Parameters

name
Specifies the interface name
attempts
Specifies the number of solicitations. The value can range from 0 through 10. By default, the value is set to 2.
time
Specifies the time in seconds. The value can range from 1 through 5. The default value is 1