H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – DHCP
H3C S7500 Series Ethernet Switches Chapter 1
DHCP Server Configuration Commands
1-10
Description
Use the dhcp server nbns-list command to configure WINS server IP address(es) for
the specified DHCP interface address pool(s).
Use the undo dhcp server nbns-list command to remove the WINS server IP
address(es) configured for the specified DHCP interface address pool(s).
By default, no WINS server IP address is configured for a DHCP interface address
pool.
If you execute the dhcp server nbns-list command repeatedly, the new configuration
overwrites the previous one.
Related commands: nbns-list, dhcp server netbios-type.
Examples
# Configure the WINS server IP address 10.12.1.99 for all the DHCP interface address
pools.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] dhcp server nbns-list 10.12.1.99 all
1.1.11 dhcp server netbios-type
Syntax
VLAN interface view:
dhcp server netbios-type { b-node | h-node | m-node | p-node }
undo dhcp server netbios-type
System view:
dhcp server netbios-type { b-node | h-node | m-node | p-node } { interface
interface-type interface-number [ to interface-type interface-number ] | all }
undo dhcp server netbios-type { interface interface-type interface-number [ to
interface-type interface-number ] | all }
View
System view, VLAN interface view
Parameters
b-node: Specifies the broadcast type. Nodes of this type acquire host name-to-IP
address mapping by broadcasting.
p-node: Specifies the peer-to-peer type. Nodes of this type acquire host name-to-IP
address mapping by communicating with the WINS server.