cie1000DhcpServerConfigPoolNetbiosNodeType
CIE1000-DHCP-SERVER-MIB ·
.1.3.6.1.4.1.9.9.832.1.109.1.2.5.1.22
Object
Type of NetBIOS node. DHCP option 46. Specify NetBIOS node type option to allow Netbios over TCP/IP clients which are configurable to be configured as described in RFC 1001/1002. nodeNone(0) means the node type is not defined yet. nodeB(1) means the node type is type of B. nodeP(2) means the node type is type of P. nodeM(3) means the node type is type of M. nodeH(4) means the node type is type of H.
Context
- MIB
- CIE1000-DHCP-SERVER-MIB
- OID
.1.3.6.1.4.1.9.9.832.1.109.1.2.5.1.22- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cie1000DhcpServerConfigPoolEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CIE1000-DHCP-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIE1000-DHCP-SERVER-MIB::cie1000DhcpServerConfigPoolNetbiosNodeType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIE1000-DHCP-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIE1000-DHCP-SERVER-MIB::cie1000DhcpServerConfigPoolNetbiosNodeType.<cie1000DhcpServerConfigPoolPoolName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIE1000-DHCP-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIE1000-DHCP-SERVER-MIB::cie1000DhcpServerConfigPoolNetbiosNodeType'
Syntax
- Source
- CIE1000DhcpServerNetbiosNodeEnum
- Base type
Enumeration
Values & Constraints
Type Values
0 | nodeNone |
1 | nodeB |
2 | nodeP |
3 | nodeM |
4 | nodeH |