Command Reference Guide
SROS Command Line Interface Reference Guide DHCP Pool Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 367
netbios-node-type <type>
Use the netbios-node-type command to specify the type of NetBIOS node used with Dynamic Host
Configuration Protocol (DHCP) clients. Use the no form of this command to remove a configured
NetBIOS node type.
Syntax Description
<type> Specifies the NetBIOS node type used with DHCP clients.
Valid node types are as follows:
b-node (1) - Broadcast node
p-node (2) - Peer-to-Peer node
m-node (4) - Mixed node
h-node (8) - Hybrid node (Recommended)
Alternately, the node type can be specified using the numerical value listed next to
the nodes above (valid range: 1 to 8).
Default Values
<type> h-node (8) - Hybrid node
Command Modes
(config-dhcp)# DHCP Pool
Usage Examples
The following example specifies a client’s NetBIOS node type as h-node:
(config)#ip dhcp-server pool MyPool
(config-dhcp)#netbios-node-type h-node
Alternately, the following also specifies the client’s NetBIOS node type as h-node:
(config-dhcp)#netbios-node-type 8