hwDHCPSInterfacePoolClientNetbiosType

HUAWEI-DHCPS-MIB · .1.3.6.1.4.1.2011.5.7.2.1.6.1.8

Object

column r/w Enumeration
NetBios node type for DHCP Clients
              
Each value has the following meaning:
null(0)-  no type designated
bnode(1)- Broadcast ('B') nodes,Broadcast (or 'B') nodes communicate
          using a mix of UDP datagrams (both broadcast and directed)
          and TCP connections.
pnode(2)- Point-to-point ('P') nodes,Point-to-point (or 'P') nodes 
          communicate using only directed UDP datagrams and TCP sessions. 
mnode(4)- Mixed mode ('M') nodes,Mixed mode nodes (or 'M') nodes are
          P nodes which have been given certain B node characteristics.
hnode(8)- Hybrid mode ('H') nodes.

Context

MIB
HUAWEI-DHCPS-MIB
OID
.1.3.6.1.4.1.2011.5.7.2.1.6.1.8
Type
column
Access
readwrite
Status
current
Parent
hwDHCPSInterfacePoolParaEntry
Groups
1

Walk 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 'HUAWEI-DHCPS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-DHCPS-MIB::hwDHCPSInterfacePoolClientNetbiosType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-DHCPS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-DHCPS-MIB::hwDHCPSInterfacePoolClientNetbiosType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-DHCPS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-DHCPS-MIB::hwDHCPSInterfacePoolClientNetbiosType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0null
1bnode
2pnode
4mnode
8hnode

Conformance