HP MSR2000/3000/4000 Router Series Layer 3 - IP Services Command Reference
52
Parameters
b-node: Specifies the broadcast node. A b-node client sends the destination name in a broadcast
message to get the name-to-IP mapping from a server.
h-node: Specifies the hybrid node. An h-node client unicasts the destination name to a WINS server. If
it does not receive a response, the h-node client broadcasts the destination name to get the mapping from
a server.
m-node: Specifies the mixed node. An m-node client broadcasts the destination name. If it does not
receive a response, the m-node client unicasts the destination name to the WINS server to get the
mapping.
p-node: Specifies the peer-to-peer node. A p-node client sends the destination name in a unicast
message to get the mapping from the WINS server.
Usage guidelines
If you use the command multiple times, the most recent configuration takes effect.
Examples
# Specify the NetBIOS node type as p-node in DHCP address pool 0.
<Sysname> system-view
[Sysname] dhcp server ip-pool 0
[Sysname-dhcp-pool-0] netbios-type p-node
Related commands
• display dhcp server pool
• nbns-list
network
Use network to specify the subnet for dynamic allocation in a DHCP address pool.
Use undo network to remove the specified subnet.
Syntax
network network-address [ mask-length | mask mask ] [ secondary ]
undo network network-address [ mask-length | mask mask ] [ secondary ]
Default
No subnet is specified in an address pool.
Views
DHCP address pool view
Predefined user roles
network-admin
Parameters
network-address: Specifies the subnet for dynamic allocation. If no mask length or mask is specified, the
natural mask will be used.
mask-length: Specifies the mask length in the range of 1 to 30.
mask mask: Specifies the mask in dotted decimal format.