dns-server X:X::X:X
Use this command to specify a DNS name server in the IPv6 DHCP server pool. Multiple DNS name servers can be added to the pool.
Use the no form of this command to delete a DNS name server from the IPv6 DHCP server pool.
Command Syntax
dns-server X:X::X:X
no dns-server X:X::X:X
Parameters
X:X::X:X
DNS IPv6 name server address
Default
No default value is specified
Command Mode
DHCP6 configure mode
Applicability
This command was introduced in OcNOS version 6.1.0.
Examples
#configure terminal
(config)#ipv6 dhcp server pool ipv6_pool
(dhcp6-config)#dns-server 2001::2
#configure terminal
(config)#ip vrf vrf1
(config-vrf)#ipv6 dhcp server pool ipv6_pool
(dhcp6-config)#dns-server 2001::2
Last modified date: 10/19/2023