Command Manual – Network Protocol
Quidway S8500 Series Routing Switches Chapter 4 DHCP Configuration Commands
Huawei Technologies Proprietary
4-26
Example
# Configure a NetBIOS server with an IP address of 10.12.1.99 for the global DHCP
address pool named 0.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] dhcp server ip-pool 0
[Quidway-dhcp-0] nbns-list 10.12.1.99
4.2.24 netbios-type
Syntax
netbios-type { b-node | h-node | m-node | p-node }
undo netbios-type
View
DHCP address pool view
Parameter
b-node: Specifies the NetBIOS node type of DHCP clients to be b-node (b stands for
broadcast). Nodes of this type establish their host name-to-IP address mappings by
broadcasting.
p-node: Specifies the NetBIOS node type of DHCP clients to be p-node (p stands for
peer-to-peer). Nodes of this type establish their host name-to-IP address mappings by
communicating with NetBIOS server.
m-node: Specifies the NetBIOS node type of DHCP clients to be m-node (m stands for
mixed). Nodes of this type are p nodes which take some broadcast features.
h-node: Specifies the NetBIOS node type of DHCP clients to be h-node (h stands for
hybrid). Nodes of this type are b nodes which take peer-to-peer mechanism.
Description
Use the netbios-type command to configure the NetBIOS node type for DHCP clients
of a global DHCP address pool.
Use the undo netbios-type command to remove NetBIOS node type configuration of a
global DHCP address pool.
By default, the DHCP clients are of h-node type.
Related command: dhcp server ip-pool, dhcp server netbios-byte, nbns-list.
Example
# Configure the NetBIOS node type of DHCP clients of the global DHCP address pool 0
to b-node.