C613-50631-01 Rev A Command Reference for IE340 Series 970
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV6 COMMANDS
IPV
6 ND DNS-SERVER
ipv6 nd dns-server
Overview Use this command to advertise (in Router Advertisement messages) a DNS server
for downstream devices to use.
Use the no variant of this command to delete one or all DNS server addresses.
Syntax
ipv6 nd dns-server <ip-add>
no ipv6 nd dns-server [<ip-add>]
Default No DNS servers are advertised.
Mode Interface Configuration for a VLAN interface or a local loopback interface.
Example To configure vlan2 to send RAs and advertise 2001:DB8::2 as a DNS server, use the
commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ipv6 nd suppress-ra
awplus(config-if)# no ipv6 nd accept-ra-pinfo
awplus(config-if)# ipv6 address 2001:DB8::1/64
awplus(config-if)# ipv6 nd dns-server 2001:DB8::2
To stop advertising any DNS servers on the selected interface, use the commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ipv6 nd dns-server
Related
commands
ipv6 nd accept-ra-pinfo
ipv6 nd suppress-ra
show ipv6 interface
Parameter Description
<ip-add> Advertise a particular IPv6 address as a DNS server for
downstream devices.