DHCP配置命令
排除IP地址或IP范围(保留):
Switch(config)#ip dhcp excluded-address 192.168.10.1 192.168.10.10
为地址池取名:
Switch(config)#ip dhcp pool name
分配地址范围:
Switch(dhcp-config)#network 192.168.10.0 255.255.255.0
设置网关:
Switch(dhcp-config)#default-router 192.168.10.1
设置DNS服务器地址:
Switch(dhcp-config)#dns-server 1.1.1.1
设置租期:
Switch(dhcp-config)#lease 3 12 15