pmxIfSelftest
BIANCA-BRICK-PMX-MIB ·
.1.3.6.1.4.1.272.4.12.1.1.2
Object
column mandatory
Enumeration
The result of the initial selftest of the PMX module
If the result is not succesful, the module is disabled
successful(1) All selftests succeeded;
acfa-failure(2) failure with the module ACFA Chip
m32-failure(3) failure with the module M32 Chip
mem-failure(4) failure with the module memory
Context
- MIB
- BIANCA-BRICK-PMX-MIB
- OID
.1.3.6.1.4.1.272.4.12.1.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- pmxIfEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'BIANCA-BRICK-PMX-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-PMX-MIB::pmxIfSelftest'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-PMX-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-PMX-MIB::pmxIfSelftest.<pmxIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-PMX-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-PMX-MIB::pmxIfSelftest'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | successful |
2 | acfa-failure |
3 | m32-failure |
4 | mem-failure |