Command Reference Guide DHCP Pool Command Set
61200510L1-35E Copyright © 2005 ADTRAN 1338

netbios-name-server <address> <secondary>

Use the netbios-name-server command to specify the primary and secondary NetBIOS Windows Internet
Naming Service (WINS) name servers available for use by the Dynamic Host Configuration Protocol
(DHCP) clients. Use the no form of this command to remove a configured NetBIOS name server.
Syntax Description
<address> S pecifies th e address (in dotted decimal notation) of the preferred NetBIOS WINS
name server on the network (example: 192.72.4.254).
<secondary> Optional. Specifies the address (in dotted decimal notation) of the second
preferred NetBIOS WINS name server on the network (example: 192.100.4 .253).
Default Values
By default, there are no configured NetBIOS WINS name servers.
Applicable Platforms
This command applies to the NetVanta 300, 1000, 1000R, 2000, 3000, 4000, and 5000 and
Total Access 900 Series units.
Command History
Release 2.1 Command was introduced.
Usage Examples
The following example specifies a pr imary Ne tBIOS WINS nam e ser ver with an IP ad dr ess of 172.45.6.99
and a secondary with an IP address of 172.45.8.15:
(config)#ip dhcp-server pool MyPool
(config-dhcp)#netbios-name-server 172.45.6.99 172.45.8.15