Chapter 22 DNS Configuration DGS-3610 Series Configuration Guide
22.2.2 Enabling DNS Resolution Service
This section describes how to enable the DNS resolution service.
DGS-3610(config)# ip
Domain-lookup
Enable the function of DNS resolution.
The command no ip domain-lookup is used to disable the function of DNS resolution.
DGS-3610(config)# ip domain-lookup
22.2.3 Configuring DNS Server
This section describes how to configure the DNS server. The dynamic domain name
resolution can be carried out only when the DNS Server is configured.
The command ip name-server [ip-address] can be used to remove the DNS server. Where,
the parameter ip-address indicates the specified DNS server to be removed. If this
parameter is omitted, all of the DNS servers will be removed.
DGS-3610(config)# ip
name-server ip-address
Add the IP address of the DNS Server. The device
will add a DNS Server when this Command is
executed every time. If the domain name can‘t be
obtained from the first Server, the device will attempt
to send the DNS request to the subsequent several
Servers until the correct response is received.The
system can support six DNS server at most.
22.2.4 Configuring Mapping between Host
Name and IP Address Statically
This section describes how to configure the mapping from the host name to the IP address.
The switch maintains a corresponding table of the host names and the IP addresses, which
is also referred to as the mapping table from the host name to the IP address. The contents
of the mapping table from the host name to the IP address comes from the manual
configuration and the dynamic learning. If it is not possible to learn dynamically, the manual
configuration is required.
DGS-3610(config)# ip host
host-name ip-address
Configuring the mapping between the host name and
IP address manually
This command with the parameter no can be used to remove the mapping between the host
name and IP address.