Deploying, An address pool configuration to the server, Specifying default routers available to the client – Brocade Communications Systems Layer 3 Routing Configuration ICX 6650 User Manual

Page 94: Specifying dns servers available to the client, Configuring the, Domain name for the client, Specifying addresses to exclude from the address, Pool, Specifying addresses to exclude from, The address pool

Advertising
background image

76

Brocade ICX 6650 Layer 3 Routing Configuration Guide

53-1002603-01

Configuring IP parameters – Layer 3 Switches

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 192.168.1.143, 192.168.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

Specifying addresses to exclude from the address pool

The excluded-address command specifies either a single address, or a range of addresses that are
to be excluded from the address pool.

Brocade(config-dhcp-cabo)# excluded-address 192.168.3.44

Syntax: excluded-address [address | address-low address-high]

address - Specifies a single address

address-low address-high - Specifies a range of addresses

Advertising