netbios-node-type

To configure the NetBIOS node type for Microsoft DHCP clients for the corresponding DHCP server address pool, use the command netbios-node-type in DHCP Pool Configuration Mode. The node type denotes the method used to register and resolve NetBIOS names to IP addresses. The no form of the command deletes the NetBIOS node type option configuration for the DHCP server address pool.

netbios-node-type

netbios-node-type { {<0-FF> } { | b-node } { | h-node } { | m-node } { | p-node} }

no netbios-node-type

no netbios-node-type

Parameters

Parameter Type Description
<0-FF>   Enter a value to allow NetBIOS over TCP/IP clients. It ranges from 0 to 255.
b-mode   Enter to configure the DHCP server address pool to broadcast IP messages for registering and resolving NetBIOS names to IP addresses. The node type value is set as 1.
h-mode   Enter to configure the DHCP server address pool to initially query name server and subsequently broadcast IP messages for registering and resolving NetBIOS names to IP addresses. The node type value is set as 8. This node type is the best option for all conditions.
m-mode   Enter to configure the DHCP server address pool to initially broadcast IP message and then query name server for registering and resolving NetBIOS names to IP addresses. The node type value is set as 4.
p-mode   Enter to configure the DHCP server address pool to have point-to-point communication with a NetBIOS name server for registering and resolving NetBIOS names to IP addresses. The node type value is set as 2.

Mode

DHCP Pool Configuration Mode

Prerequisites

The NetBIOS node type configuration takes effect only after creating a subnet pool for a DHCP server address pool.

Examples

iS5Comm(config)# ip dhcp pool 1 pool1

iS5Comm(dhcp-config)# netbios-node-type h-node