Command Manual - Network Protocol
Quidway S3500 Series Ethernet Switches Chapter 6 DHCP Configuration Commands
Huawei Technologies Proprietary
6-24
For the related commands, see dhcp server ip-pool, dhcp server nbns-list, and
netbios-type.
Example
# Assign the NetBIOS server address 10.12.1.99 to global DHCP address pool 0.
[Quidway] dhcp server ip-pool 0
[Quidway-dhcp-0] nbns-list 10.12.1.99
6.2.23 netbios-type
Syntax
netbios-type { b-node | h-node | m-node | p-node }
undo netbios-type
View
DHCP address pool view
Parameter
b-node: Broadcast mode where NetBIOS nodes get their hostname-IP maps through
broadcast.
p-node: Peer-to-peer mode, where NetBIOS nodes get their hostname-IP maps by
communicating with the NetBIOS server.
m-node: Mixed (m) mode, where NetBIOS nodes are p-nodes with the broadcast
feature.
h-node: Hybrid (h) mode, where NetBIOS nodes are b-nodes with the peer-to-peer
communications mechanism.
Description
Using the netbios-type command, you can configure NetBIOS node type of the clients
using the global DHCP address pool. Using the undo netbios-type command, you can
delete the configuration of NetBIOS node type in the global DHCP address pool.
By default, clients are h-nodes.
For the related commands, see dhcp server ip-pool, dhcp server netbios-byte, and
nbns-list.
Example
# Specify clients using global DHCP address pool 0 to be b-nodes.
[Quidway] dhcp server ip-pool 0
[Quidway-dhcp-0] netbios-type b-node