All MIBs › RIELLOUPS-MIB › rupsTestId
rupsTestId
Module: RIELLOUPS-MIB
OID (symbolic): RIELLOUPS-MIB::rupsTestId
OID (numeric): 1.3.6.1.4.1.5491.10.1.7.1
Node type: OBJECT-TYPE
Type: OBJECT IDENTIFIER
Access: read-write
Description:
The test is named by an OBJECT IDENTIFIER which allows a standard mechanism for the initiation of tests, including the well known tests identified in this document as well as those introduced by a particular implementation, i.e., as documented in the private enterprise MIB definition for the device.
Setting this variable initiates the named test. Sets to this variable require the presence of upsTestSpinLock in the same SNMP message.
The set request will be rejected with an appropriate error message if the requested test cannot be performed, including attempts to start a test when another test is already in progress. The status of the current or last test is maintained in upsTestResultsSummary. Tests in progress may be aborted by setting the rupsTestId variable to rupsTestAbortTestInProgress.
Read operations return the value of the name of the test in progress if a test is in progress or the name of the last test performed if no test is in progress, unless no test has been run, in which case the well known value upsTestNoTestsInitiated is returned.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5491.10.1.7.1 snmpwalk -v2c -c public <target> RIELLOUPS-MIB::rupsTestId
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5491.10.1.7.1.1 snmpget -v2c -c public <target> RIELLOUPS-MIB::rupsTestId.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5491.10.1.7.1.1 s <value>
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.5491 | rielloMIB | RIELLO-MIB |
| 1.3.6.1.4.1.5491.10 | rupsMIB | RIELLOUPS-MIB |
| 1.3.6.1.4.1.5491.10.1 | rupsObjects | RIELLOUPS-MIB |
| 1.3.6.1.4.1.5491.10.1.7 | rupsTest | RIELLOUPS-MIB |
| 1.3.6.1.4.1.5491.10.1.7.1 | rupsTestId | RIELLOUPS-MIB |