xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
403
config dhcp pool netbios_node_type
Purpose
Used to set the Net BIOS node type for the DHCP server.
Syntax
config dhcp pool netbios_node_type <pool_name 12> [broadcast | peer_to_peer |
mixed | hybrid]
Description
This command is used to allow users to set the type of node server for the previously
configured Net BIOS Name server. The user has four choices for node types which are
Broadcast
,
Peer to Peer
,
Mixed
and
Hybrid
.
Parameters
<pool_name 12>
−
Enter the previously created pool name for which to set the Net BIOS
node type for DHCP clients.
[broadcast | peer_to_peer | mixed | hybrid] –
Users may choose the node type for the Net
BIOS from one of the four listed.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the Net BIOS node type for the DHCP pool:
D G S - 3 4 2 6 : 5 # c o n f i g d h c p p o o l n e t b i o s _ n o d e _ t y p e a c c o u n t i n g h y b r i d
C o m m a n d : c o n f i g d h c p p o o l n e t b i o s _ n o d e _ t y p e a c c o u n t i n g h y b r i d
S u c c e s s .
D G S - 3 4 2 6 : 5 #
config dhcp pool network_addr
Purpose
Used to configure the network address and corresponding subnet mask for the DHCP
pool.
Syntax
config dhcp pool network_addr <pool_name 12> <network_address>
Description
This command is used to enter the IP address pool to be assigned to requesting DHCP
Clients. This address will not be chosen but the first 3 sets of numbers in the IP address
will be used for the IP address of requesting DHCP Clients. (ex. If this entry is given the
IP address 10.10.10.2, then assigned addresses to DHCP Clients will resemble
10.10.10.x, where x is a number between 1 and 255 but does not include the assigned
10.10.10.2)
Parameters
<pool_name 12>
−
Enter the previously created pool name for which to set the network
address.
<network_address>
−
IP address and netmask that is the address of this DHCP pool. The
address and mask information can be specified using the traditional format (for example,
10.1.2.3/255.0.0.0 or in CIDR format, 10.1.2.3/8).
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the network address for the DHCP pool:
D G S - 3 4 2 6 : 5 # c o n f i g d h c p p o o l n e t w o r k _ a d d r a c c o u n t i n g 1 0 . 1 . 1 . 1 / 8
C o m m a n d : c o n f i g d h c p p o o l n e t w o r k _ a d d r a c c o u n t i n g 1 0 . 1 . 1 . 1 / 8
S u c c e s s .
D G S - 3 4 2 6 : 5 #