Netbios-name-server – Enterasys Networks X-Pedition XSR CLI User Manual

Page 609

Advertising
background image

DHCP Commands

XSR CLI Reference Guide 15-99

netbios-name-server

This command configures NetBIOS Windows Internet Naming Service (WINS) name servers that 
are available to Microsoft DHCP clients. Depending on the client configuration inheritance, the 
command should be used from the proper mode. If it is specified from multiple modes, an 
override mechanism chooses the innermost config value, with host as innermost, then client‐class 
and pool as the most general.

Syntax

netbios-name-server address [address2...address8]

Syntax of the “no” Form

Use the no form of this command to remove the NetBIOS name server list:

no netbios-name-server

Mode

DHCP Pool, Host, or Client Class config mode:

 

XSR(config-dhcp-pool)#, XSR(config-dhcp-

host)#

or

XSR(config-dhcp-class)#

Example

The following example specifies the IP address of a NetBIOS name server available to a Microsoft 
DHCP client in the subnet:

XSR(config-dhcp-pool)#netbios-name-server 13.12.1.90

The following example specifies the IP address of a NetBIOS name server available to the 
Microsoft DHCP client with client identifier 1111.2222.3333.4444:

XSR(config-dhcp-pool)#client-identifier 1111.2222.3333.4444
XSR(config-dhcp-host)#netbios-name-server 13.12.1.90

The following example specifies the IP address of a NetBIOS name server available to a Microsoft 
DHCP client in the client class engineering:

XSR(config-dhcp-pool)#client-class engineering
XSR(config-dhcp-class)# netbios-name-server 13.12.1.90

address

IP address of a NetBIOS WINS server. One address is needed.

address2 ..
address8

Specifies up to eight addresses in the command line listed in order of preference
(NetBIOS name server address has the highest priority, then server address2, etc.

Advertising