MSR3600(v7)dhcp服务器如何将主机名,mac地址与ip绑定,分配固定ip
(0)
最佳答案
参考如下案例配置:
http://www.h3c.com/cn/d_202103/1390090_30005_0.htm#_Toc65525756
Router B和Router C分别作为DHCP客户端和BOOTP客户端,从DHCP服务器Router A获取静态绑定的IP地址、域名服务器、网关地址。
其中:
· Router B的接口GigabitEthernet1/0/1的客户端ID为:
0030-3030-662e-6532-3030-2e30-3030-322d-4574-6865-726e-6574;
· Router C的接口GigabitEthernet1/0/1的MAC地址为:000f-e200-01c0。
图2-3 静态绑定地址组网图
(1) 配置接口的IP地址
<RouterA> system-view
[RouterA] interface gigabitethernet 1/0/1
[RouterA-GigabitEthernet1/0/1] ip address 10.1.1.1 25
[RouterA-GigabitEthernet1/0/1] quit
(2) 配置DHCP服务
# 创建DHCP地址池0。
[RouterA] dhcp server ip-pool 0
# 配置采用静态绑定方式为Router B分配IP地址。
[RouterA-dhcp-pool-0] static-bind ip-address 10.1.1.5 25 client-identifier 0030-3030-662e-6532-3030-2e30-3030-322d-4574-6865-726e-6574
# 配置采用静态绑定方式为Router C分配IP地址。
[RouterA-dhcp-pool-0] static-bind ip-address 10.1.1.6 25 hardware-address 000f-e200-01c0
# 配置域名服务器、网关地址。
[RouterA-dhcp-pool-0] dns-list 10.1.1.2
[RouterA-dhcp-pool-0] gateway-list 10.1.1.126
[RouterA-dhcp-pool-0] quit
# 开启DHCP服务。
[RouterA] dhcp enable
# 配置接口GigabitEthernet1/0/1工作在DHCP服务器模式。
[RouterA] interface gigabitethernet 1/0/1
[RouterA-GigabitEthernet1/0/1] dhcp select server
[RouterA-GigabitEthernet1/0/1] quit
(0)
您好,请知:
可以使用DHCP静态绑定来实现终端获取到固定的IP。
以下是配置举例:
http://www.h3c.com/cn/d_202103/1390090_30005_0.htm#_Toc65525756
Router B和Router C分别作为DHCP客户端和BOOTP客户端,从DHCP服务器Router A获取静态绑定的IP地址、域名服务器、网关地址。
其中:
· Router B的接口GigabitEthernet1/0/1的客户端ID为:
0030-3030-662e-6532-3030-2e30-3030-322d-4574-6865-726e-6574;
· Router C的接口GigabitEthernet1/0/1的MAC地址为:000f-e200-01c0。
图2-3 静态绑定地址组网图
(1) 配置接口的IP地址
<RouterA> system-view
[RouterA] interface gigabitethernet 1/0/1
[RouterA-GigabitEthernet1/0/1] ip address 10.1.1.1 25
[RouterA-GigabitEthernet1/0/1] quit
(2) 配置DHCP服务
# 创建DHCP地址池0。
[RouterA] dhcp server ip-pool 0
# 配置采用静态绑定方式为Router B分配IP地址。
[RouterA-dhcp-pool-0] static-bind ip-address 10.1.1.5 25 client-identifier 0030-3030-662e-6532-3030-2e30-3030-322d-4574-6865-726e-6574
# 配置采用静态绑定方式为Router C分配IP地址。
[RouterA-dhcp-pool-0] static-bind ip-address 10.1.1.6 25 hardware-address 000f-e200-01c0
# 配置域名服务器、网关地址。
[RouterA-dhcp-pool-0] dns-list 10.1.1.2
[RouterA-dhcp-pool-0] gateway-list 10.1.1.126
[RouterA-dhcp-pool-0] quit
# 开启DHCP服务。
[RouterA] dhcp enable
# 配置接口GigabitEthernet1/0/1工作在DHCP服务器模式。
[RouterA] interface gigabitethernet 1/0/1
[RouterA-GigabitEthernet1/0/1] dhcp select server
[RouterA-GigabitEthernet1/0/1] quit
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论