cpmDS0CallType

CISCO-POP-MGMT-MIB · .1.3.6.1.4.1.9.10.19.1.1.1.1.5

Object

column Enumeration
The type of the current call carried by this DS0.
idle     - This DS0 is currently idle.
unknown  - The data type of the call currently
           occupying this DS0 is not one of the
           types listed here.
analog   - The data type of the call currently
           occupying this DS0 is analog, i.e. a
           modem call.
digital  - The data type of the call currently
           occupying this DS0 is digital.
v110     - The call currently occupying this 
           DS0 is a V110 call.
v120     - The call currently occupying this
           DS0 is a V120 call.
voice    - The call currently occupying this
           DS0 is a voice call.

Context

MIB
CISCO-POP-MGMT-MIB
OID
.1.3.6.1.4.1.9.10.19.1.1.1.1.5
Type
column
Access
readonly
Status
current
Parent
cpmDS0UsageEntry
Groups
3

Walk 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-POP-MGMT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-POP-MGMT-MIB::cpmDS0CallType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-POP-MGMT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-POP-MGMT-MIB::cpmDS0CallType.<cpmDS1SlotIndex>.<cpmDS1PortIndex>.<cpmChannelIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-POP-MGMT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-POP-MGMT-MIB::cpmDS0CallType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1idle
2unknown
3analog
4digital
5v110
6v120
7voice