agentInventoryUnitStandby
INVENTORY-MIB ·
.1.3.6.1.4.1.7244.2.13.2.2.1.26
Object
column r/w
Enumeration
Configures the standby status of this unit. The Management unit may not be configured. A unit that is standby_cfg(3) may be set to uassigned(1) to clear standby configuration. A unit that is standby_opr(2) may NOT be set to unassigned(1).
Context
- MIB
- INVENTORY-MIB
- OID
.1.3.6.1.4.1.7244.2.13.2.2.1.26- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentInventoryUnitEntry
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 'INVENTORY-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'INVENTORY-MIB::agentInventoryUnitStandby'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'INVENTORY-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'INVENTORY-MIB::agentInventoryUnitStandby.<agentInventoryUnitNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'INVENTORY-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'INVENTORY-MIB::agentInventoryUnitStandby'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unassigned |
2 | standby-opr |
3 | standby-cfg |