Version 6.8 131 Mediant MSBR
Configuration Guide 20. IPv6 Routing
20.6 DNSv6
DNS is a hierarchical naming system for computers, devices, or any resources connected
to a network. DNS is used to resolve hostnames into IP addresses, and to enforce naming
conventions for devices in the network and/or domain.
DNS configuration for devices can be either static – administrator configured – or acquired
dynamically through DHCP.
While working with DHCPv6 and DNSv6, the DNS server IPv6 address is not sent to the
clients if Neighbor Discovery or Router Advertisement is used. For this scenario, static IPv6
addresses need to be configured.
20.6.1 DNSv6 Configuration
The following describes DNSv6 configuration..
20.6.1.1 Global Configuration
The following is the global configuration of DNS:
Command Description
Enters the data configuration menu.
(config-data)# ip dns server
<all|static>
Configures the DNS configuration method (static
or dynamic).
(config-data)# ip name-server
server1ipv6 [server2ip] all
Configures the DNS server(s) IPv6 address in
case of static configuration.
20.6.1.2 Interface-Specific Configuration
The following is the configuration of the DNS per interface:
Command Description
Enters the data configuration menu.
Selects an interface to configure.
<all|static>
Configures an interface-specific DNS
configuration method (static or dynamic).
server1ipv6 [server2ipv6] all
Configures DNS server(s) IPv6 address in case
of static configuration on the interface.
MSBR can act as a DNS server. To configure the MSBR to act as a DNS server, use the
following commands:
Command Description
Enters the data configuration menu.
(config-data)# ip host <name> <ip
| IPv6> <TTL>
<Name>: any name for the host.
<IP | IPv6>: configure IPv4 or IPv6 for the
name.
<TTL>: Time to live of the DNS record.