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-25
Use the undo gateway-list command to remove one or all the configured gateway IP
addresses configured for the DHCP address pool.
By default, no gateway IP address is configured.
If you execute the gateway-list command repeatedly, the new configuration overwrites
the previous one.
Examples
# Configure the gateway IP address 10.110.1.99 for the global DHCP address pool 0.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] dhcp server ip-pool 0
[H3C-dhcp-pool-0] gateway-list 10.110.1.99
1.1.25 nbns-list
Syntax
nbns-list ip-address&<1-8>
undo nbns-list { ip-address | all }
View
DHCP address pool view
Parameters
ip-address&<1-8>: IP address of a WINS server. &<1-8> means you can provide up to
eight WINS server IP addresses. When inputting more than one IP address, separate
two neighboring IP addresses with a space.
all: Specifies all configured WINS server IP addresses.
Description
Use the nbns-list command to configure one or multiple WINS server IP addresses for
the DHCP clients of a global DHCP address pool.
Use the undo nbns-list command to remove one or all WINS server IP addresses
configured for the DHCP clients.
By default, no WINS server IP address is configured.
If you execute the nbns-list command repeatedly, the new configuration overwrites the
previous one.
Related commands: dhcp server ip-pool, dhcp server nbns-list, netbios-type.