ipv6 dhcp-server dns-server
This command configures the DNS server IPv6 address that is sent by the device's DHCP server to the DHCP clients (workstations) on the LAN.
Syntax
# ipv6 dhcp-server dns-server {<static IPv6 address> | :: | auto}
Command |
Description |
---|---|
<static IPv6 address> |
Specifies a static IPv6 address (X:X::X:X) for the DNS server. This option can also operate with the :: option (below). |
:: |
The device sends its own link-local ipv6 address as the DNS server. This option can also operate with a static address (above). |
auto |
The device propagates the DNS server IPv6 address that us learned by the DHCPv6 client running on the WAN. |
Note
This command is only applicable to MSBR devices.
Command Mode
Privileged User
Example:
The following example saves the IPv6 prefix but does not advertise it.
(config-data)# interface vlan 1 (conf-if-GE 0/0)# ipv6 dhcp-server dns-server 2001::1