![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/1/8b/18b1e1e7-4363-4706-bb94-6eba3a993996/18b1e1e7-4363-4706-bb94-6eba3a993996-bg2cf.png)
719
nbns-list
Syntax nbns-list ip-address&<1-8>
undo nbns-list { ip-address | all }
View DHCP address pool view
Parameter ip-address&<1-8>: WINS server IP address. &<1-8> means you can specify up to
eight WINS server addresses separated by spaces.
all: Specifies all WINS server addresses to be removed.
Description Use the
nbns-list command to specify WINS server address(es) in a DHCP address
pool.
Use the
undo nbns-list command to remove WINS server address(es) from a
DHCP address pool.
By default, no WINS server address is specified.
If you use the nbns-list command repeatedly, the latest configuration will
overwrite the previous one.
Related command: dhcp server ip-pool and netbios-type.
Example # Specify WINS server address 10.12.1.99 in DHCP address pool 0.
<Sysname> system-view
[Sysname] dhcp server ip-pool 0
[Sysname-dhcp-pool-0] nbns-list 10.12.1.99
netbios-type
Syntax netbios-type { b-node | h-node | m-node | p-node }
undo netbios-type
View DHCP address pool view
Parameter b-node: Broadcast node. A b-node client sends the destination name in a
broadcast message. The destination returns the name-to-IP mapping to the client
after receiving the message.
p-node: Peer-to-peer node. A p-node client sends the destination name in a
unicast message to the WINS server, and the WINS server returns the mapping to
the client.