D-Link dgs-3420 Work Light User Manual


 
xStack® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
255
Format
config dhcp pool netbios_node_type <pool_name 12> [broadcast | peer_to_peer | mixed |
hybrid]
Parameters
<pool_name 12> - Specify the DHCP pool name.
broadcast - Specify the NetBIOS node type for Microsoft DHCP clients as broadcast.
peer_to_peer - Specify the NetBIOS node type for Microsoft DHCP clients as peer_to_peer.
mixed - Specify the NetBIOS node type for Microsoft DHCP clients as mixed.
hybrid - Specify the NetBIOS node type for Microsoft DHCP clients as hybrid.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To configure the NetBIOS node type:
DGS-3420-28SC:admin#config dhcp pool netbios_node_type knicks hybrid
Command: config dhcp pool netbios_node_type knicks hybrid
Success.
DGS-3420-28SC:admin#
22-11 config dhcp pool default_router
Description
This command is used to specify the IP address of the default router for a DHCP client. Up to three
IP addresses can be specified on one command line.
After a DHCP client has booted, the client begins sending packets to its default router. The IP
address of the default router should be on the same subnet as the client. If the default router is not
specified, the default router information will not be provided to the client. If this command is input
twice for the same pool, the second command will overwrite the first command. The default router
must be within the range the network defined for the DHCP pool.
Format
config dhcp pool default_router <pool_name 12> {<ipaddr>} {<ipaddr>} {<ipaddr>}
Parameters
<pool_name 12> - Specify the DHCP pool name.
<ipaddr> - (Optional) Specify the IP address of the default router. Up to three IP addresses can
be specified on one command line.