netbios-node-type (dhcpv4-pool-static-binding)

Configures different predefined NetBIOS node types. The NetBIOS node defines the way a device resolves NetBIOS names to IP addresses.

Supported in the following platforms:

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

Syntax

netbios-node-type [b-node|h-mode|m-node|p-node]

Parameters

netbios-node-type [b-node|h-node|m-node|p-node]

[b-node|h-node|m-node| p-node]

Defines the netbios node type

  • b-node – Sets the node type as broadcast. Uses broadcasts to query nodes on the network for the owner of a NetBIOS name.

  • h-node – Sets the node type as hybrid. Uses a combination of two or more nodes.

  • m-node – Sets the node type as mixed. A mixed node uses broadcasted queries to find a node, and failing that, queries a known p-node name server for the address.

  • p-node – Sets the node type as peer-to-peer. Uses directed calls to communicate with a known NetBIOS name server (such as a WINS server), for the IP address of a NetBIOS machine.

Examples

nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#netbios-node-type b-node
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
   netbios-node-type b-node
   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