Motorola RF Switch CLI Reference Guide
18-38
18.2.2 Creating a Host Pool
To create a host pool:
1. Create a DHCP server host address pool.
RFSwitch(config)#ip dhcp pool hostpool
2. Assign the client name of the host for which static allocation is required.
RFSwitch(config-dhcp)#client-name linuxbox
3. Assign an IP address for the host.
RFSwitch(config-dhcp)#host 192.168.0.50
4. Configure the hardware address of the host.
RFSwitch(config-dhcp)#hardware 00:a0:f8:6f:6b:88
5. Exit from the DHCP instance upon creation of the network pool.
RFSwitch(config-dhcp)#exit
6. Start the DHCP Server to instantiate the network pool.
RFSwitch(config)#service dhcp