神州数码交换机设备设置DHCP分配静态IP地址
需求:因为工作的需要,特地将一台 MAC 地址为 50-9A-4C-06-76-C5 的机器分配固定的IP 地址192.168.20.5,命名为VIP5。 一、先配置地址池名称
Core_Internet(config)# ip dhcp pool VIP5
二、分别配置用户硬件地址、客户机IP地址、用户名称、用户唯一标识
Core_Internet# config t
Core_Internet(config)# ip dhcp pool VIP5
Core_Internet(dhcp-vip5-config)# hardware-address 50-9A-4C-06-76-C5
Core_Internet(dhcp-vip5-config)# host 192.168.20.5 255.255.255.0
Core_Internet(dhcp-vip5-config)# client-name VIP5
Core_Internet(dhcp-vip5-config)# client-identifier 50-9A-4C-06-76-C5