mrStackUnitPOSTResult
CISCO-FASTHUB-MIB ·
.1.3.6.1.4.1.9.2.11.1.3.1.1.10
Object
column mandatory
OctetString
A bit array where the presence of a particular bit indicates
a failure of a particular Power On Self Test (POST).
Each octet within the value of this object specifies a set
of 8 POST tests, with the first octet specifying tests
1 through 8, the second octet specifying tests 9
through 16, etc. Within each octet, the most significant
bit represents the lowest numbered test, and the least
significant bit represents the highest numbered test. Thus,
each test is represented by a single bit within the value of
this object. If that bit has a value of '1' then that test
has failed; the test has passed if its bit has a value of
'0'.
The defined POST tests are:
Number POST Test
------ ---------
1 Supervisor RAM
2 EIA/TIA-232 console port
3 Ethernet address
4 Timer interrupt
5 Real time clock
6 Non-volatile RAM
7 Port loopback
Default value: string of length 0.
Context
- MIB
- CISCO-FASTHUB-MIB
- OID
.1.3.6.1.4.1.9.2.11.1.3.1.1.10- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- mrStackUnitEntry
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 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FASTHUB-MIB::mrStackUnitPOSTResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FASTHUB-MIB::mrStackUnitPOSTResult.<mrStackUnitIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-FASTHUB-MIB::mrStackUnitPOSTResult'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.