-
路由器的配置及管理,以及通过DNS服务进行网络故障应急处理
资源介绍
使用DNS服务
提供有主机名到IP地址的解析
Router (config) #
ip name-server server-address1 [[server-address2 ]...
server-address6 ]
ip domain-name wiscom.com.cn
ip domain-lookup
Ip domain-lookup 远程输入主机名可以通过cisco ios dns服务来试着解析主机名
路由器拥有telnet能力来访问其他路由器或其他支持telnet的主机,许多时候路由器管理员知道主机的名字,但不知道其ip地址,为了支持这种类型的功能,cisco ios允许域名以及网络使用的dns服务器的指针项以解析名字到ip地址
Ip domain-name命令name变量是分配给此网络的完全限定域名。
Ip name-server命令中的ip-address变量是用来解析主机名到ip地址的dns服务器的ip地址,可以输入多个ip name-server命令来提供多个dns服务器以解析主机名到ip地址。
Ip domain-name wiscom.com.cn wiscom.com.cn是此路由器解析主机到地址映射所使用的域名。
Ip name-server 10.10.10.10
Ip name-server 10.10.10.11
此例中,路由器的完全限定名字是wiscom.com.cn,路由器用来解析主机名的dns服务器在ip地址为10.10.10.10和10.10.10.11的计算机找到。
Ip name-server命令的重要性不仅在于telnet连接,它还用于任何可使用ip地址的ios操作命令中所输入的主机名解析。不使用ip地址,而是使用主机名,然后它被用ip name-server命令中指定的dns服务器解析。
The ip name-server command defines which hosts can provide the name service. A maximum of six IP addresses can be specified as name servers in a single command.
To map domain names to IP addresses, you must identify the host names, then specify a name server, and enable the Domain Name System (DNS). Any time the operating system software receives a command or address it does not recognize, it refers to DNS for the IP address of that device.