Configuration Guide User guide

FastIron Configuration Guide 1017
53-1002494-02
Configuring IP parameters – Layer 3 Switches
Configuring DHCP Server on a device
Perform the following steps to configure the DHCP Server feature on your FastIron device:
1. Enable DHCP Server by entering a command similar to the following.
Brocade(config)# ip dhcp-server enable
2. Create a DHCP Server address pool by entering a command similar to the following.
Brocade(config)# ip dhcp-server pool cabo
3. Configure the DHCP Server address pool by entering commands similar to the following.
Brocade(config-dhcp-cabo)# network 172.16.1.0/24
Brocade(config-dhcp-cabo)# domain-name brocade.com
Brocade(config-dhcp-cabo)# dns-server 172.16.1.2 172.16.1.3
Brocade(config-dhcp-cabo)# netbios-name-server 172.16.1.2
Brocade(config-dhcp-cabo)# lease 0 0 5
4. To disable DHCP, enter a command similar to the following.
Brocade(config)# no ip dhcp-server enable
The following sections describe the default DHCP settings, CLI commands and the options you can
configure for the DHCP Server feature.