标签:bind 创建 hardware ip池 引用 time bsp ESS int
1 [H3C]dhcp enable 2 [H3C]dhcp server ip-pool 10 #创建地址池10 也可用字母 3 [H3C-dhcp-pool-10]network 10.10.1.1 24 #配置地址池网段 4 [H3C-dhcp-pool-10]gateway-list 10.10.1.1 #配置地址池网关,需要和接口网关对应 5 [H3C-dhcp-pool-10]dns-list 114.114.114.114 8.8.8.8 #配置DNS地址 6 [H3C-dhcp-pool-10]dhcp timeout 1800 #配置租期
2,配置静态ip绑定[可选]
1 [H3C]dhcp server ip-pool 10 #进入ip池10 2 [H3C-dhcp-pool-10]static-bind ip-address 192.168.10.50 hardware-address 1ac6-3ac9-0206 #静态地址绑定
3,配置好地址池,需要在接口下引用地址池
1 # 2 interface Vlan-interface10 3 ip address 10.10.1.1 255.255.255.0 4 dhcp server apply ip-pool 10 #引用创建好的地址池10 5 #
标签:bind 创建 hardware ip池 引用 time bsp ESS int
原文地址:https://www.cnblogs.com/cj1698/p/13929285.html