netbios-name-server (dhcpv4-pool-static-binding)

Configures the NetBIOS (WINS) name server's IP address. This server is used to resolve NetBIOS host names.

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

netbios-name-server [<IP>|<HOST-ALIAS-NAME>] {<IP1>|<HOST-ALIAS-NAME1>}

Parameters

netbios-name-server [<IP>|<HOST-ALIAS-NAME>] {<IP1>|<HOST-ALIAS-NAME1>}

[<IP>|<HOST-ALIAS- NAME>]

Configures the primary NetBIOS name server, using one of the following options:

  • <IP> – Specifies the primary NetBIOS name server‘s IP address

  • <HOST-ALIAS-NAME> – Specifies a host alias, mapped to the primary NetBIOS name server‘s IP address

{<IP1>|<HOST-ALIAS- NAME1>}

Optional. Configures the secondary NetBIOS name server, using one of the following options:

  • <IP1> – Specifies the secondary NetBIOS name server‘s IP address

  • <HOST-ALIAS-NAME1> – Specifies a host alias, mapped to the secondary NetBIOS name server‘s IP address. If the primary NetBIOS name server is unavailable, the secondary server is used.

Note: A network host alias maps a name to a single network host. For example, ‘alias host $HOST 1.1.1.100‘. In this example the host alias is ‘$HOST‘ and it maps to a single host ‘1.1.1.100‘. For more information, see alias.

Examples

nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#netbios-name-server 172.16.10.23
nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#show context
  static-binding client-identifier test
   ip-address 172.16.10.9
   client-name RFID
   domain-name documentation
   bootfile test.txt
   default-router 172.16.10.8 172.16.10.9
   dns-server 172.16.10.7
   netbios-name-server 172.16.10.23
nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#

Related Commands

no (dhcpv4-pool-static-binding) Resets values or disables DHCP pool static binding settings