interface/{interface-type}/{interface-name}/ipv6/ra-dns-server
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-dns-server>
<dns-server-prefix>{req_val}</dns-server-prefix>
</ra-dns-server>
</nd>
</ipv6-intf-cmds>
</ipv6-nd-ra>
</ipv6>
</ethernet>
</interface>
Parameters
- ethernet
- Specifies Ethernet interface.
- name
- Specifies the interface name.
- ipv6
- Specifies IPv6 address.
- nd
- Specifies the neighbor discovery protocol.
- dns-server-prefix
- Specifies the prefix of the DNS server.