interface/{interface-type}/{interface-name}/ra-dns-server/other-config-flag

In IPv6 Neighbor Discovery, indicates to hosts on a local link that they can use the stateful autoconfiguration feature to obtain configuration settings other than IPv6 address information for their interfaces.

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>{req_val}</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-nd-ra xmlns="urn:brocade.com:mgmt:brocade-ipv6-nd-ra">
								<ipv6-intf-cmds>
									<nd>
										<other-config-flag/>
									</nd>
								</ipv6-intf-cmds>
							</ipv6-nd-ra>
						</ipv6>
					</ve>
				</interface>

Parameters

ve
Specifies virtual Ethernet interface.
name
Specifies the interface name.
ipv6
Specifies IPv6 address.