Configuration Guide User guide
1022 FastIron Configuration Guide
53-1002494-02
Configuring IP parameters – Layer 3 Switches
• <server-identifier> - The IP address of the DHCP server
This command assigns an IP address to the selected DHCP server.
Configuring the boot image
The bootfile command specifies a boot image name to be used by the DHCP client.
Brocade(config-dhcp-cabo)# bootfile foxhound
In this example, the DHCP client should use the boot image called “foxhound”.
Syntax: bootfile <name>
Deploying an address pool configuration to the server
The deploy command sends an address pool configuration to the DHCP server.
Brocade(config-dhcp-cabo)# deploy
Syntax: deploy
Specifying default routers available to the client
The dhcp-default-router command specifies the ip addresses of the default routers for a client.
Syntax: dhcp-default-router <address> [<address>, <address>]
Specifying DNS servers available to the client
The dns-server command specifies DNS servers that are available to DHCP clients.
Brocade(config-dhcp-cabo)# dns-server 102.2.1.143, 101.2.2.142
Syntax: dns-server <address> [<address>. <address>]
Configuring the domain name for the client
The domain-name command configures the domain name for the client.
Brocade(config-dhcp-cabo)# domain-name sierra
Syntax: domain-name <domain>
Configuring the lease duration for the address pool
The lease command specifies the lease duration for the address pool. The default is a one-day
lease.
Brocade(config-dhcp-cabo)# lease 1 4 32
In this example, the lease duration has been set to one day, four hours, and 32 minutes. You can
set a lease duration for just days, just hours, or just minutes, or any combination of the three.
Syntax: lease <days> <hours> <minutes>