ccCallLogState
AT-ISDN-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.37.4.1.3
Object
column Enumeration
The state of the log entry. The value 'initial' means that the call is being established. The value 'active' means that the call is currently established. The value 'disconnected' means that the call was disconnected after being established for some time. The value 'cleared' means that the call was cleared abormally while in the establishment phase.
Context
- MIB
- AT-ISDN-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.37.4.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ccCallLogEntry
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 'AT-ISDN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-ISDN-MIB::ccCallLogState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-ISDN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-ISDN-MIB::ccCallLogState.<ccCallLogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-ISDN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-ISDN-MIB::ccCallLogState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | initial |
2 | active |
3 | disconnected |
4 | cleared |