IP Router Configuration 
7705 SAR OS Router Configuration Guide 105
netbios-node-type
Syntax netbios-node-type {B | P | M | H}
no netbios-node-type
Context config>router>dhcp>local-dhcp-server>pool>options
config>service>vprn>dhcp>local-dhcp-server>pool>options
Description This command configures the NetBIOS node type. The available types are:
• B (0x01 broadcast)
• P (0x02 peer; WINS only)
• M (0x04 mixed; broadcast then WINS)
• H (0x08 hybrid; WINS then broadcast)
The no form of this command removes the configuration.
Default n/a
Parameters B — broadcast node uses broadcasting to query nodes on the network for the owner of a NetBIOS 
name
P — peer-to-peer node uses directed calls to communicate with a known NetBIOS name server 
for the IP address of a NetBIOS machine name
M — mixed node uses a broadcast query to find a node, and if that fails, queries a known P-node 
name server for the address
H — hybrid node is the opposite of the M-node action so that a directed query is executed first, 
and if that fails, a broadcast query is attempted
subnet
Syntax subnet {ip-address/mask | ip-address netmask} [create]
no subnet {ip-address/mask | ip-address netmask}
Context config>router>dhcp>local-dhcp-server>pool
config>service>vprn>dhcp>local-dhcp-server>pool
Description This command creates a subnet of IP addresses to be served from the pool. The subnet cannot include 
any addresses that were assigned to subscribers; those addresses must be excluded. When the subnet 
is created, no IP addresses are made available until a range is defined.
The no form of this command removes the configuration.
Default n/a
Parameters ip-address — the base IP address of the subnet in dotted-decimal notation
Values a.b.c.d (no multicast address; host bits must be 0)