netbios-name-server

Use this command to assign one or more NetBIOS WINS servers to DHCP clients.

Syntax

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

Parameters

address Specifies the IP address of a NetBIOS WINS server.
address2...
address8 (Optional) Specifies, in order of preference, up to 7 additional NetBIOS WINS server IP address(es).

Defaults

If address2...address8 is not specified, no additional addresses will be configured.

Mode

DHCP address pool, class, or host configuration command mode.

Usage

This command configures DHCP option 44.

The “no” form of this command deletes the NetBIOS WINS servers.

Example

This example shows how to assign a NetBIOS WINS server at 13.12.1.90 to the “localpool” address pool:

System(rw-config)->ip dhcp pool localpool
System(rw-config-dhcp-pool)->netbios-name-server 13.12.1.90