All MIBs › RAD-MIB › sysSSanityCheckStatus
sysSSanityCheckStatus
Module: RAD-MIB
OID (symbolic): RAD-MIB::sysSSanityCheckStatus
OID (numeric): 1.3.6.1.4.1.164.3.3.1.3.11
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Upon completion of the Sanity Check process on the TmpCnfg this object will be set to: - fail(2): when there is at least one error (which is not just a warning) encountered otherwise, - warning(3): when there are only warnings otherwise, - ok(4). The value should be unknown(1), if the TmpCnfg was changed after the last Sanity check.
What is sysSSanityCheckStatus?
This read-only object reports the result of a sanity check performed on temporary configuration data, showing whether any errors, warnings, or success occurred (values: fail, warning, or ok). It reflects validation of pending changes before they are committed to active configuration. Administrators check this status after making bulk configuration changes to identify issues before activation.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.3.3.1.3.11 snmpwalk -v2c -c public <target> RAD-MIB::sysSSanityCheckStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.3.3.1.3.11.1 snmpget -v2c -c public <target> RAD-MIB::sysSSanityCheckStatus.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.164 | rad | DACS-MIB |
| 1.3.6.1.4.1.164.3 | radWan | DACS-MIB |
| 1.3.6.1.4.1.164.3.3 | dacsMux | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.1 | systemDacsMux | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.1.3 | sysStatus | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.1.3.11 | sysSSanityCheckStatus | RAD-MIB |