D-Link DXS-3600-32S 24-port Top Of Rack 10 Gigabit Managed Switch With Expansion Slot

User Manual - Page 222

For DXS-3600-32S.

PDF File Manual, 695 pages, Read Online | Download pdf file

DXS-3600-32S photo
Loading ...
Loading ...
Loading ...
DXS-3600 Series 10GbE Layer 2/3 Switch CLI Reference Guide
214
14-16 network
This command is used to define the network number and network mask of the DHCP address pool in the DHCP
address pool configuration mode. The no form of this command can be used to delete the definition.
network net-number net-mask
no network
Parameters
Usage Guideline
There are 4 types of the NetBIOS nodes of the Microsoft DHCP client:
1) Broadcast, which carries out the NetBIOS name resolution by the broadcast
method,
2) Peer-to-peer, which directly requests the WINS server to carry out the
NetBIOS name resolution,
3) Mixed, which requests the name resolution by the broadcast method firstly,
and then carry out the name resolution by the WINS server connection,
4) Hybrid, which requests the WINS server to carry out the NetBIOS name
resolution firstly, and it will carry out the NetBIOS name resolution by the
broadcast method if the response is not received.
By default, the node type for Microsoft operating system is broadcast or hybrid. If the
WINS server is not configured, broadcast node is used. Otherwise, hybrid node is
used. It is recommended to set the type of the NetBIOS node as Hybrid.
Example
This example shows how to set the NetBIOS node of Microsoft DHCP client as
Hybrid.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#ip dhcp pool pool1
DXS-3600-32S(dhcp-config)#netbios-node-type h-node
DXS-3600-32S(dhcp-config)#
net-number Specifies the network number of the DHCP address pool
net-mask Specifies the network mask of the DHCP address pool. If the network mask is not
defined, the natural network mask will be used by default.
Default
No network number or network mask is defined by default.
Command Mode
DHCP Address Pool Configuration Mode.
Command Default Level
Level: 8
Usage Guideline
This command defines the subnet and subnet mask of a DHCP address pool, and
provides the DHCP server with an address space which can be assigned to the
clients. Unless excluded addresses are configured, all the addresses of the DHCP
address pool can be assigned to the clients. The DHCP server assigns the
addresses in the address pool orderly. If the DHCP server found an IP address is in
the DHCP binding table or in the network segment, it checks the next until it assigns
an effective IP address.
The show ip dhcp binding command can be used to view the address assignment,
and the show ip dhcp conflict command can be used to view the address conflict
detection configuration.
Example
This example shows how to define the network number of the DHCP address pool
as 192.168.12.0, and the network mask as 255.255.255.240.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#ip dhcp pool pool1
DXS-3600-32S(dhcp-config)#network 192.168.12.0 255.255.255.240
DXS-3600-32S(dhcp-config)#
Loading ...
Loading ...
Loading ...