brocade-communications-sy rfs6000 用户手册

下载
页码 839
538
Brocade Mobility RFS4000, RFS6000 and RFS7000 CLI Reference Guide 
53-1001931-01
Configuring the DHCP server using controller CLI
17
Creating network pool
To create a network pool:
1. Create a DHCP server dynamic address pool.
RFController(config)#ip dhcp pool test
2. Map the DHCP pool to the network pool. 
RFController(config-dhcp)#network 192.168.0.0/24
3. Add the address range for the dynamic pool.
RFController(config-dhcp)#address range 192.168.0.30 192.168.0.60
4. Assign a domain name (as appropriate) to this dynamic pool. 
RFController(config-dhcp)#domain-name test.com
5. Configure the DNS server’s IP address. 
RFController(config-dhcp)#dns-server 192.168.0.10 192.168.0.11
6. Configure the DHCP client’s IP address lease period.
RFController(config-dhcp)#lease 10
7. Exit from the DHCP instance upon creation of the network pool.
RFController(config-dhcp)#exit
8. Start the DHCP server to initiate the network pool.
RFController(config)#service dhcp