All MIBs › RAD-MIB › agnTestStatus
agnTestStatus
Module: RAD-MIB
OID (symbolic): RAD-MIB::agnTestStatus
OID (numeric): 1.3.6.1.4.1.164.6.2.22
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Indicates the current test status (for all levels: system, card, port). This attribute will be set to: on(3): when there is at least one test in progress on the system/card/port off(2): when there is NO test in progress on the system/card/port
What is agnTestStatus?
This holds a status value indicating whether diagnostic tests are running on the system, card, or port (on=3 means tests in progress, off=2 means no tests). It tells you the real-time state of automated testing across your network element. An operator would monitor this during maintenance windows to ensure no competing tests are running before starting their own diagnostics.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.6.2.22 snmpwalk -v2c -c public <target> RAD-MIB::agnTestStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.6.2.22.1 snmpget -v2c -c public <target> RAD-MIB::agnTestStatus.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.6 | radGen | DACS-MIB |
| 1.3.6.1.4.1.164.6.2 | agnt | DACS-MIB |
| 1.3.6.1.4.1.164.6.2.22 | agnTestStatus | RAD-MIB |