asamTechSupportSessionStatus
ASAM-SYSTEM-MIB ·
.1.3.6.1.4.1.637.61.1.9.53.5.1.6
Object
column Enumeration
This object shows the status for a session-entry.
The initial status is busy(1).
When the generation completes successfully, then it goes to done(3).
In case of an error, then it goes to failed(2) state and the failure
reason can be found by reading the asamTechSupportSessionError field.
ALCATEL NOTE:
SUPPORT: YES INSRVMOD: NO RANGE: see above
PERSIST: YES DEFVALUE: NA UNITS: -
Context
- MIB
- ASAM-SYSTEM-MIB
- OID
.1.3.6.1.4.1.637.61.1.9.53.5.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- asamTechSupportSessionEntry
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 'ASAM-SYSTEM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-SYSTEM-MIB::asamTechSupportSessionStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASAM-SYSTEM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-SYSTEM-MIB::asamTechSupportSessionStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASAM-SYSTEM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASAM-SYSTEM-MIB::asamTechSupportSessionStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | first |
1 | second |
2 | third |
3 | fourth |
4 | last |