netbios-node-type
Syntax
netbios-node-type <TYPE>
no netbios-node-type <TYPE>
Description
Defines the NetBIOS node type for the current DHCPv4 server pool.
The
no
form of this command removes the NetBIOS node type for the current pool.
Command context
config-dhcp-server-pool
Parameters
<TYPE>
Specifies the NetBIOS node type:
broadcast
,hybrid
,mixed
, orpeer-to-peer
.
Authority
Administrators or local user group members with execution rights for this command.
Example
Defines the NetBIOS node type broadcast for the DHCPv4 server pool primary-pool on VRF primary.
switch(config)# dhcp-server vrf primary switch(config-dhcp-server)# pool primary-pool switch(config-dhcp-server-pool)# netbios-node-type broadcast
Deletes the NetBIOS node type broadcast from the DHCPv4 server pool primary-pool on VRF primary.
switch(config)# dhcp-server vrf primary switch(config-dhcp-server)# pool primary-pool switch(config-dhcp-server-pool)# no netbios-node-type broadcast