Command Manual – Network Protocol
Quidway S8500 Series Routing Switches Chapter 4 DHCP Configuration Commands
Huawei Technologies Proprietary
4-25
Use the undo gateway-list command to remove one or all outbound gateway
addresses configured for DHCP clients.
By default, no outbound gateway address is configured for DHCP clients.
With eight outbound gateway addresses already configured, if you add a new outbound
gateway address by executing the gateway-list command, the new one overwrites the
oldest one.
Example
# Configure an outbound gateway with an IP address of 10.110.1.99 for DHCP clients
of global DHCP address pool 0.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] dhcp server ip-pool 0
[Quidway-dhcp-0] gateway-list 10.110.1.99
4.2.23 nbns-list
Syntax
nbns-list ip-address [ ip-address ]
undo nbns-list { ip-address | all }
View
DHCP address pool view
Parameter
ip-address: IP address of a NetBIOS server. You can specify up to eight IP addresses
(separated by spaces) in one command.
all: Specifies all configured NetBIOS server IP addresses.
Description
Use the nbns-list command to configure one or more NetBIOS server addresses for a
global DHCP address pool.
Use the undo nbns-list command to remove one or all NetBIOS server addresses
configured for a global DHCP address pool.
By default, no NetBIOS server address is configured for a global DHCP address pool.
With eight NetBIOS server addresses already configured, if you add a new NetBIOS
server address by executing the nbns-list command, the new one overwrites the
oldest one.
Related command: dhcp server ip-pool, dhcp server nbns-list, netbios-type.