【文件属性】:
文件名称:域名解析典型配置举例-ceph io 路径和性能分析-王豪迈
文件大小:11.03MB
文件格式:PDF
更新时间:2024-07-29 20:28:33
配置手册
1.5 域名解析典型配置举例
1.5.1 静态域名解析配置举例
1. 组网需求
交换机利用静态域名解析功能,实现通过主机名 host.com 访问 IP 地址为 10.1.1.2
的主机 Host。
2. 组网图
10.1.1.1/24 10.1.1.2/24
host.com
Switch Host
图1-3 静态域名解析配置组网图
3. 配置步骤
# 配置主机名 host.com 对应的 IP 地址为 10.1.1.2。
system-view
[Sysname] ip host host.com 10.1.1.2
# 执行 ping host.com 命令,Switch 通过静态域名解析可以解析到 host.com 对应的
IP 地址为 10.1.1.2。
[Sysname] ping host.com
PING host.com (10.1.1.2):
56 data bytes, press CTRL_C to break
Reply from 10.1.1.2: bytes=56 Sequence=1 ttl=128 time=2 ms
Reply from 10.1.1.2: bytes=56 Sequence=2 ttl=128 time=2 ms
Reply from 10.1.1.2: bytes=56 Sequence=3 ttl=128 time=2 ms
Reply from 10.1.1.2: bytes=56 Sequence=4 ttl=128 time=2 ms
Reply from 10.1.1.2: bytes=56 Sequence=5 ttl=128 time=2 ms
--- host.com ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 2/2/2 ms
1.5.2 动态域名解析配置举例
1. 组网需求
域名服务器的 IP 地址是 2.1.1.2/16,配置域名后缀为 com。