supplyUsed
MS-SWITCH30-MIB ·
.1.3.6.1.4.1.3181.10.3.30.10.1.2
Object
column r/w
Enumeration
If several supplies are possible but not required, this entry decides if an invalid detection leads to an error. An error event can be suppressed if a supply is marked as 'unused'. Hint: If an 'unused' supply is detected as 'valid', it is also automatically marked as 'used'.
Context
- MIB
- MS-SWITCH30-MIB
- OID
.1.3.6.1.4.1.3181.10.3.30.10.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- supplyTableEntry
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 'MS-SWITCH30-MIB' -M '/opt/observium/mibs/microsens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MS-SWITCH30-MIB::supplyUsed'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MS-SWITCH30-MIB' -M '/opt/observium/mibs/microsens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MS-SWITCH30-MIB::supplyUsed.<supplyId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MS-SWITCH30-MIB' -M '/opt/observium/mibs/microsens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MS-SWITCH30-MIB::supplyUsed'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | used |
2 | unused |
255 | unsupported |