chLntAgSoftwareStatus
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.7.9.2.1.20
Object
column mandatory
r/w
Enumeration
Describes configuration of the firmware on this agent. unLoadable(1) - is returned by agents which do not support the Software Download feature; loaded(2) - is returned by agents with loaded software; downLoading(3) - when the attribute is set to this value by manager, it triggers the Software Download procedure. When procedure finished, agent software will reestablish value 'loaded(2)'. downLoadOfDownload (4) - when the attribute is set to this value by manager, it causes the Agent to download the new download software. When procedure finished, agent software will reestablish value 'loaded(2)'.
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.7.9.2.1.20- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- chLntAgEntry
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 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::chLntAgSoftwareStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::chLntAgSoftwareStatus.<chLntAgId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::chLntAgSoftwareStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unLoadable |
2 | loaded |
3 | downLoading |
4 | downLoadOfDownload |
255 | notSupported |