avGenAppFileDuplStatus
AVAYA-LOAD-MIB ·
.1.3.6.1.4.1.6889.2.6.5.2.1.1.11
Object
column Enumeration
The avGenAppFileDuplStatus is the duplication state of the various TN boards that can be duplicated. These include the IPSI and Crossfire boards. This is also useful to the customer in order for them to determine whether a board is active or not. Typical operation is to update the firmware on the standbys first, then have the standbys become active, followed by updating the firmware on the standbys that were originally active. This will help the customer see if they are selecting an active board for upgrading. Default is standby(2).
Context
- MIB
- AVAYA-LOAD-MIB
- OID
.1.3.6.1.4.1.6889.2.6.5.2.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- avGenAppFileEntry
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 'AVAYA-LOAD-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AVAYA-LOAD-MIB::avGenAppFileDuplStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AVAYA-LOAD-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AVAYA-LOAD-MIB::avGenAppFileDuplStatus.<avGenOpModuleId>.<avGenAppFileId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AVAYA-LOAD-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AVAYA-LOAD-MIB::avGenAppFileDuplStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | standby |
3 | not-administered |