interface/{interface-type}/{interface-name}/ipv6/ra-domain-name

Configures the domain name of the Domain Name System (DNS) suffix and the lifetime multiplier information to IPv6 hosts in the Router Advertisement (RA) message.

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ethernet>
					<name>{req_val}</name>
					<ipv6>
						<ipv6-nd-ra xmlns="urn:brocade.com:mgmt:brocade-ipv6-nd-ra">
							<ipv6-intf-cmds>
								<nd>
									<ra-domain-name>
										<domain-name-string>{req_val}</domain-name-string>
										<domain-name-lifetime-multiplier/>
									</ra-domain-name>
								</nd>
							</ipv6-intf-cmds>
						</ipv6-nd-ra>
					</ipv6>
				</ethernet>
			</interface>

Parameters

ethernet
Specifies Ethernet interface.
name
Specifies the interface name.
ipv6
Specifies IPv6.
ra-domain-name
Specifies the RA domain name.
domain-name-string
Specifies the domain name.
domain-name-lifetime-multiplier
Specifies domain name option and lifetime multiplier for DNS search list option.