Enterasys Networks XSR CLI Router User Manual


 
DHCP Commands
XSR CLI Reference Guide 15-99
netbios-name-server
ThiscommandconfiguresNetBIOSWindowsInternetNamingService(WINS)nameserversthat
areavailabletoMicrosoftDHCPclients.Dependingontheclientconfigurationinheritance,the
commandshouldbeusedfromthepropermode.Ifitisspecifiedfrommultiplemodes,an
overridemechanismchoosestheinnermostconfigvalue,withhostas
innermost,thenclientclass
andpoolasthemostgeneral.
Syntax
netbios-name-server address [address2...address8]
Syntax of the “no” Form
UsethenoformofthiscommandtoremovetheNetBIOSnameserverlist:
no netbios-name-server
Mode
DHCPPool,Host,orClientClassconfigmode:XSR(config-dhcp-pool)#, XSR(config-dhcp-
host)#
or XSR(config-dhcp-class)#
Example
ThefollowingexamplespecifiestheIPaddressofaNetBIOSnameserveravailabletoaMicrosoft
DHCPclientinthesubnet:
XSR(config-dhcp-pool)#netbios-name-server 13.12.1.90
Thefollowingexamplespecifies theIPaddressofaNetBIOSnameserveravailabletothe
MicrosoftDHCPclientwithclientidentifier1111.2222.3333.4444:
XSR(config-dhcp-pool)#client-identifier 1111.2222.3333.4444
XSR(config-dhcp-host)#netbios-name-server 13.12.1.90
ThefollowingexamplespecifiestheIPaddressofaNetBIOSnameserveravailabletoaMicrosoft
DHCPclientintheclientclassengineering:
XSR(config-dhcp-pool)#client-class engineering
XSR(config-dhcp-class)# netbios-name-server 13.12.1.90
address IP address of a NetBIOS WINS server. One address is needed.
address2 ..
address8
Specifies up to eight addresses in the command line listed in order of preference
(NetBIOS name server address has the highest priority, then server address2, etc.