Netbios-node-type – Enterasys Networks X-Pedition XSR CLI User Manual
Page 610
DHCP Commands
15-100 Configuring DHCP
netbios-node-type
This command configures the NetBIOS node type for Microsoft DHCP clients. Depending on the
client configuration inheritance, the command should be used in proper mode. If it is specified
from multiple modes, an override mechanism chooses the innermost config value, with host as
innermost, then client‐class and pool as the most general.
Syntax
netbios-node-type type
Syntax of the “no” Form
Use the no form of this command to remove the NetBIOS node type:
no netbios-node-type
Mode
Any of the following command modes are available:
DHCP pool configuration:
XSR(config-dhcp-pool)#
DHCP host configuration:
XSR(config-dhcp-host)#
DHCP client class configuration:
XSR(config-dhcp-class)#
Example
This example sets NetBIOS name server type as hybrid for a Microsoft DHCP client in the subnet:
XSR(config-dhcp)#netbios node-type h-node
The following example specifies the NetBIOS name server type as hybrid for the Microsoft DHCP
client with MAC address 0010.a4f5.28a1:
XSR(config-dhcp-pool)#hardware-address 0010.a4f5.28a1
XSR(config-dhcp-host)#netbios node-type h-node
The following example specifies the NetBIOS name server type as hybrid for a Microsoft DHCP
client in the client class engineering:
XSR(config-dhcp-pool)#client-class engineering
XSR(config-dhcp-class)#netbios node-type h-node
type
Specifies the NetBIOS node type. Valid types are:
• b-node - Broadcast
• p-node - Peer-to-peer
• m-node - Mixed
• h-node - Hybrid (recommended)