Configuring the netbios, Server for dhcp clients, Configuring a next-bootstrap server – Brocade Communications Systems Layer 3 Routing Configuration ICX 6650 User Manual

Page 95: Configuring the tftp server, Client, Configuring the netbios server for dhcp clients

Advertising
background image

Brocade ICX 6650 Layer 3 Routing Configuration Guide

77

53-1002603-01

Configuring IP parameters – Layer 3 Switches

Configuring the NetBIOS server for DHCP clients

The netbios-name-server command specifies the IP address of a NetBIOS WINS server or servers
that are available to Microsoft DHCP clients.

Brocade(config-dhcp-cabo)# netbios-name-server 192.168.1.55

Syntax: netbios-name-server address [address2, address3]

Configuring the subnet and mask of a DHCP address pool

This network command configures the subnet network and mask of the DHCP address pool.

Brocade(config-dhcp-cabo)# network 192.168.3.44/24

Syntax: network subnet/mask

Configuring a next-bootstrap server

The next-bootstrap-server command specifies the IP address of the next server the client should
use for boot up.

Brocade(config-dhcp-cabo)# next-bootstrap-server 192.168.5.44

Syntax: next-bootstrap-server address

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.

Brocade(config-dhcp-cabo)# tftp-server 192.168.5.48

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

Brocade(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.

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

Syntax: vendor-class [ascii | ip | hex] value

Advertising