cctActiveCallId
CISCO-CALL-TRACKER-MIB ·
.1.3.6.1.4.1.9.9.163.1.2.3.1.1
Object
column CctCallId
Represents a Call Identifier.
The call identifier is a monotonically increasing
unsigned integer which uniquely identifies the call
within the system.
The Call ID is represented as an unsigned 32-bit
integer. After 4,294,967,295 calls, the ID will wrap
and the 4,294,967,296th call will receive the next
smallest available id starting from 1.
Zero is not a valid value.
Context
- MIB
- CISCO-CALL-TRACKER-MIB
- OID
.1.3.6.1.4.1.9.9.163.1.2.3.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- cctActiveEntry
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 'CISCO-CALL-TRACKER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CALL-TRACKER-MIB::cctActiveCallId'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-CALL-TRACKER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CALL-TRACKER-MIB::cctActiveCallId.<cctActiveCallId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CALL-TRACKER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CALL-TRACKER-MIB::cctActiveCallId'