All MIBs › LBHUB-FMS-MIB › startLastSystemError
startLastSystemError
Module: LBHUB-FMS-MIB
OID (symbolic): LBHUB-FMS-MIB::startLastSystemError
OID (numeric): 1.3.6.1.4.1.43.10.2.3.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
The last System Error experienced by the system. This is set to the NVRAM last system error code on startup. When the system issues a TRAP indicating the last system error number the NVRAM version is set to zero. Hence after the next restart this attribute will have the value zero also.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.43.10.2.3.5 snmpwalk -v2c -c public <target> LBHUB-FMS-MIB::startLastSystemError
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.43.10.2.3.5.1 snmpget -v2c -c public <target> LBHUB-FMS-MIB::startLastSystemError.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> startLastSystemError.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.43 | a3Com | A3COM-HUAWEI-OID-MIB |
| 1.3.6.1.4.1.43.10 | generic | A3Com-products-MIB |
| 1.3.6.1.4.1.43.10.2 | setup | A3COM0004-GENERIC |
| 1.3.6.1.4.1.43.10.2.3 | setupStart | LBHUB-BOOM-MIB |
| 1.3.6.1.4.1.43.10.2.3.5 | startLastSystemError | LBHUB-FMS-MIB |