beautypg.com

Configuring the tftp server, Displaying dhcp server information, Displaying active lease entries – Brocade FastIron Ethernet Switch Layer 3 Routing Configuration Guide User Manual

Page 94

background image

Configuring the TFTP server

The tftp-server command specifies the address or name of the TFTP server to be used by the DHCP
clients.

To configure a TFTP server by specifying its IP address, enter a command similar to the following.

device(config-dhcp-cabo)# tftp-server 10.7.5.48

To configure a TFTP server by specifying its server name, enter a command similar to the following.

device(config-dhcp-cabo)# tftp-server tftp.domain.com

Syntax:tftp-server { address | name server-name }

address is the IP address of the TFTP server.
name configures the TFTP server specified by server-name .

If DHCP options 66 (TFTP server name) and 150 (TFTP server IP address) are both configured, the
DHCP client ignores option 150 and tries to resolve the TFTP server name (option 66) using DNS.

Configuring a vendor type and configuration value for a DHCP client

The vendor-class command specifies the vendor-type and configuration value for a DHCP client.

device(config-dhcp-cabo)# vendor class ascii waikiki

Syntax: vendor-class { ascii | ip | hex } value

Displaying DHCP Server information

The following DHCP show commands can be entered from any level of the CLI.

Displaying active lease entries

The show ip dhcp-server binding command displays a specific active lease, or all active leases, as
shown in the following example:

device# show ip dhcp-server binding

The following output is displayed:

device# show ip dhcp-server binding

Bindings from all pools:

IP Address Client-ID/ Lease expiration Type

Hardware address

192.168.1.2 0000.005d.a440 0d:0h:29m:31s Automatic

192.168.1.3 0000.00e1.26c0 0d:0h:29m:38s Automatic

Syntax: show ip dhcp-server binding [ address ]

address - Displays entries for this address only

show ip dhcp-server binding output descriptions

TABLE 12

Field

Description

IP address

The IP addresses currently in the binding database

Configuring the TFTP server

94

FastIron Ethernet Switch Layer 3 Routing Configuration Guide

53-1003087-04