a3sysFwSelfTest
A3Com-System-r8-MIB ·
.1.3.6.1.4.1.43.2.13.9.3
Object
scalar mandatory
r/w
Enumeration
This parameter determines how the system handles self tests when the system is powered on or reset. The system can be configured to skip its self tests, run self tests once, or run self tests continuously (loop).
Context
- MIB
- A3Com-System-r8-MIB
- OID
.1.3.6.1.4.1.43.2.13.9.3- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComFW
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3Com-System-r8-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-System-r8-MIB::a3sysFwSelfTest.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3Com-System-r8-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3Com-System-r8-MIB::a3sysFwSelfTest'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | skip |
2 | testOnce |
3 | other |
4 | loop |