首页 > 网管 > 网络管理 > 正文

路由器使用DNS服务器来解析主机名

2024-09-12 21:54:13
字体:
来源:转载
供稿:网友
Router1#configure terminal

  Enter configuration commands, one per line. End with CNTL/Z.

  Router1(config)#ip domain-lookup

  Router1(config)#ip domain-name oreilly.com

  Router1(config)#ip name-server 172.25.1.1

  Router1(config)#ip name-server 10.1.20.5

  Router1(config)#end

  Router1#

  注释 从IOS 12.2开始,思科使用了ip domain lookup.来代替ip domain-lookup 类似的ip domain-name被ip domain name 代替
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表