hwFatalErr
CTATX-MIB ·
.1.3.6.1.4.1.97.3.1.2.1.19
Object
column mandatory
OctetString
This is a 32 byte array which contains information about the cause of the module's last unexpected self-reset, since the ES/1 booted.For the Packet Processing Engine and Turbo, this will always be all zeroes, since failure of such a module will cause the ES/1 to reboot. For the other modules, this field either contains all zeroes (if the module has not self-reset), or it contains values according to the format of configFatalErr, with a first byte of either 'Watchdog Timeout' (1) or 'Fatal Error' (3).
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 'CTATX-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTATX-MIB::hwFatalErr'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTATX-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTATX-MIB::hwFatalErr.<hwIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTATX-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTATX-MIB::hwFatalErr'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.