netbiosNameStatus
CENTILLION-CONFIG-MIB ·
.1.3.6.1.4.1.930.2.1.2.21.4.1.2
Object
The status of the NetBIOS name entry. Setting this object to invalid (2) causes the entry to be deleted from the name table. The value should always be read as valid(1).
Context
- MIB
- CENTILLION-CONFIG-MIB
- OID
.1.3.6.1.4.1.930.2.1.2.21.4.1.2- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- netbiosNameEntry
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 'CENTILLION-CONFIG-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CENTILLION-CONFIG-MIB::netbiosNameStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CENTILLION-CONFIG-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CENTILLION-CONFIG-MIB::netbiosNameStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CENTILLION-CONFIG-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CENTILLION-CONFIG-MIB::netbiosNameStatus'
Syntax
- Source
- CENTILLION-ROOT-MIBStatusIndicator
- Base type
Enumeration
Values & Constraints
Type Values
1 | valid |
2 | invalid |