netbios-node-type

Use this command to assign a NetBIOS node (server) type to DHCP clients.

Syntax

netbios-node-type type
no netbios-node-type type

Parameters

type Specifies the NetBIOS node type. Valid values and their corresponding types are:
  • h-node — hybrid (recommended)
  • b-node — broadcast
  • p-node — peer-to-peer
  • m-mode — mixed

Defaults

None.

Mode

DHCP address pool, class, or host configuration mode. Read-Write

Usage

This command configures DHCP option 46.

The “no” form of this command deletes the NetBIOS node type.

Example

This example shows how to specify hybrid as the NetBIOS node type for the “localpool” address pool:

System(rw-config)->ip dhcp pool localpool
System(rw-config-dhcp-pool)->netbios-node type h-node