netbios-name-server
Syntax
netbios-name-server no netbios-name-server
Description
定义了四铜NetBIOS赢了服务器rrent DHCPv4 server pool. WINS is used by Microsoft DHCP clients to match host names with IP addresses.
Theno
form of this command removes the specified WINS servers from the pool.
Command context
config-dhcp-server-pool
Parameters
-
-
Specifies the IP addresses of NetBIOS (WINS) servers in IPv4 format (
x.x.x.x
), wherex
is a decimal number from 0 to 255. Separate addresses with a space. A maximum of four IP addresses can be defined.
Authority
Administrators or local user group members with execution rights for this command.
Example
Defines two WINS servers for the server poolprimary-poolon VRFprimary.
switch(config)#dhcp-server vrf primaryswitch(config-dhcp-server)#pool primary-poolswitch(config-dhcp-server-pool)#netbios-name-server ip 10.0.20.1 10.0.30.10
Deletes a WINS server from the server poolprimary-poolon VRFprimary.
switch(config)#dhcp-server vrf primaryswitch(config-dhcp-server)#pool primary-poolswitch(config-dhcp-server-pool)#no netbios-name-server ip 10.0.20.1