MIBs Depot

CISCO-POP-MGMT-MIB

Registered at
1.3.6.1.4.1.9.10.19
Last updated
2005-12-21 00:00
Organization
Cisco Systems, Inc.
Revisions
2005-12-21 00:00, 2002-12-26 00:00, 2000-11-29 00:00, 2000-03-03 00:00, 1998-02-02 00:00, 1997-10-21 00:00, 1997-05-01 00:00
Namespace
cisco
Source file
CISCO-POP-MGMT-MIB
Digest
sha256:d7b283bc2c4a19167d2da16e615fc9d0fdae2148f62a070a142525be828f2c86

Description

Cisco Point Of Presence Management MIB to provide DSX1 and DSX0 facilities management and call summaries.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-apm@cisco.com

Imports

FromSymbols
CISCO-SMIciscoExperiment
DS1-MIBdsx1LineIndex, dsx1LineStatus
IF-MIBInterfaceIndexOrZero
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TimeStamp, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-POP-MGMT-MIB
CISCO-SMI
DS1-MIB
IANAifType-MIB
IF-MIB
PerfHist-TC-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoPopMgmtMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.1
cpmDS0Usage
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.1.1
cpmDS0UsageTable
OBJECT-TYPE
The DS0 usage table is for hardware and software objects not used as interfaces, and not covered in rfc1213. These objects include analog calls coming over ISDN, Channelized T1, and Channelized E1. This table is created for every DS1 line in the device.
1.3.6.1.4.1.9.10.19.1.1.1not-accessiblecurrent
cpmDS0UsageEntry
OBJECT-TYPE
An entry in the DS0 Usage table.
1.3.6.1.4.1.9.10.19.1.1.1.1not-accessiblecurrent
cpmDS1SlotIndex
OBJECT-TYPE
The slot index indicates the slot number on the device where the DS1 card resides.
1.3.6.1.4.1.9.10.19.1.1.1.1.1Integer32 (0..2147483647)not-accessiblecurrent
cpmDS1PortIndex
OBJECT-TYPE
The port index indicates the port number of a specific DS1 on the DS1 card in the slot
1.3.6.1.4.1.9.10.19.1.1.1.1.2Integer32 (0..2147483647)not-accessiblecurrent
cpmChannelIndex
OBJECT-TYPE
The channel index that distinguishes the DS0 timeslot of the DS1 port. The range of the channel index is based on the number of T1/E1 channels: 1-24(T1) and 1-31(E1).
1.3.6.1.4.1.9.10.19.1.1.1.1.3Integer32 (0..2147483647)not-accessiblecurrent
cpmConfiguredType
OBJECT-TYPE
The configured technology for the channel: ISDN(2), Channelized T1 (3) or Channelized E1 (4).
1.3.6.1.4.1.9.10.19.1.1.1.1.4INTEGER {unknown(1), isdn(2), ct1(3), ce1(4)}read-onlycurrent
cpmDS0CallType
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.19.1.1.1.1.5INTEGER {idle(1), unknown(2), analog(3), digital(4), v110(5), v120(6), voice(7)}read-onlycurrent
cpmL2Encapsulation
OBJECT-TYPE
The data link encapsulation of the call currently occuppying this DS0: idle - This DS0 is currently idle. unknown - The encapsulation of the currently active call on this DS0 is not one of the options following. PPP - slip - arap - hdlc - exec - voice - voice encapsulation; IANA type voiceEncap(103)
1.3.6.1.4.1.9.10.19.1.1.1.1.6INTEGER {idle(1), unknown(2), ppp(3), slip(4), arap(5), hdlc(6), exec(7), voice(8)}read-onlycurrent
cpmCallCount
OBJECT-TYPE
The number of calls that have occupied this DS0.
1.3.6.1.4.1.9.10.19.1.1.1.1.7Counter32read-onlycurrent
cpmTimeInUse
OBJECT-TYPE
The amount of time that this DS0 has been in use. This is computed by summing up the call durations of all past calls that have occupied this DS0.
1.3.6.1.4.1.9.10.19.1.1.1.1.8TimeTicksread-onlycurrent
cpmInOctets
OBJECT-TYPE
The total number of octets received on this DS0 for data calls (cpmDS0CallType has the value 'analog(3)' or 'digital(4)' or 'v110(5)' or 'v120(6)'). All the received 'raw' octets are counted, including any protocol headers which may or may not be present, depending on the service type of data call.
1.3.6.1.4.1.9.10.19.1.1.1.1.9Counter32read-onlycurrent
cpmOutOctets
OBJECT-TYPE
The total number of octets transmitted on this DS0 for data calls (cpmDS0CallType has the value 'analog(3)' or 'digital(4)' or 'v110(5)' or 'v120(6)'). All the transmitted 'raw' octets are counted, including any protocol headers which may or may not be present, depending on the service type of data call.
1.3.6.1.4.1.9.10.19.1.1.1.1.10Counter32read-onlycurrent
cpmInPackets
OBJECT-TYPE
The total number of packets received on this DS0 for data calls (cpmDS0CallTyp has the value 'analog(3)' or 'digital(4)' or 'v110(5)' or 'v120(6)').
1.3.6.1.4.1.9.10.19.1.1.1.1.11Counter32read-onlycurrent
cpmOutPackets
OBJECT-TYPE
The total number of packets transmitted on this DS0 for data calls (cpmDS0CallTyp has the value 'analog(3)' or 'digital(4)' or 'v110(5)' or 'v120(6)').
1.3.6.1.4.1.9.10.19.1.1.1.1.12Counter32read-onlycurrent
cpmAssociatedInterface
OBJECT-TYPE
This is the value of ifIndex when the specific channel has an active call with a corresponding interface in the ifTable. For example, a digital ISDN call has a value pointing to the B-Channel entry in the ifTable. A modem call over ISDN or CT1/CE1 has a value pointing to the async interface of the modem assigned to this call. If the channel is idle, this value is 0.
1.3.6.1.4.1.9.10.19.1.1.1.1.13InterfaceIndexOrZeroread-onlycurrent
cpmISDNCfgBChanInUseForAnalog
OBJECT-TYPE
The number of configured ISDN B-Channels that are currently occupied by analog calls.
1.3.6.1.4.1.9.10.19.1.1.2Gauge32read-onlycurrent
cpmISDNCfgBChannelsInUse
OBJECT-TYPE
The number of configured ISDN B-Channels that are currently occupied by both Digital and Analog calls.
1.3.6.1.4.1.9.10.19.1.1.3Gauge32read-onlycurrent
cpmActiveDS0s
OBJECT-TYPE
The number of DS0s that are currently in use.
1.3.6.1.4.1.9.10.19.1.1.4Gauge32read-onlycurrent
cpmPPPCalls
OBJECT-TYPE
The current number of active PPP calls received by the managed device
1.3.6.1.4.1.9.10.19.1.1.5Gauge32read-onlycurrent
cpmV120Calls
OBJECT-TYPE
The current number of active V.120 calls received by the managed device
1.3.6.1.4.1.9.10.19.1.1.6Gauge32read-onlycurrent
cpmV110Calls
OBJECT-TYPE
The current number of active V.110 calls received by the managed device
1.3.6.1.4.1.9.10.19.1.1.7Gauge32read-onlycurrent
cpmActiveDS0sHighWaterMark
OBJECT-TYPE
The high water mark for number of DS0s that are active simultaneously
1.3.6.1.4.1.9.10.19.1.1.8Counter32read-onlycurrent
cpmDS1DS0UsageTable
OBJECT-TYPE
The DS1-DS0-usage table is for hardware and software objects not used as interfaces, and not covered in rfc1213. These objects provide information on timeslots usage for a particular DS1.
1.3.6.1.4.1.9.10.19.1.1.9not-accessiblecurrent
cpmDS1DS0UsageEntry
OBJECT-TYPE
An entry in the DS0 Usage table.
1.3.6.1.4.1.9.10.19.1.1.9.1not-accessiblecurrent
cpmDS1UsageSlotIndex
OBJECT-TYPE
The slot index indicates the slot number on the device where the DS1 card resides. The slot index of the first slot is starting from 0 and increment by 1 for the next slot in the device.
1.3.6.1.4.1.9.10.19.1.1.9.1.1Integer32 (0..2147483647)not-accessiblecurrent
cpmDS1UsagePortIndex
OBJECT-TYPE
The port index indicates the port number of a specific DS1 on the DS1 card in the slot. The port index of the first port is starting from 0 and increment by 1 for the next port on the DS1 card.
1.3.6.1.4.1.9.10.19.1.1.9.1.2Integer32 (0..2147483647)not-accessiblecurrent
cpmDS1ActiveDS0s
OBJECT-TYPE
The number of DS0s that are currently in use for a particular DS1.
1.3.6.1.4.1.9.10.19.1.1.9.1.3Gauge32read-onlycurrent
cpmDS1ActiveDS0sHighWaterMark
OBJECT-TYPE
The highest number of simultaneously actived DS0s on a specified DS1.
1.3.6.1.4.1.9.10.19.1.1.9.1.4Counter32read-onlycurrent
cpmDS1TotalAnalogCalls
OBJECT-TYPE
The accumulated number of analog data calls (cpmDS0CallType has the value 'analog(3)') on all ds0s within this DS1 since system startup. The object includes active and terminated calls.
1.3.6.1.4.1.9.10.19.1.1.9.1.5Counter32read-onlycurrent
cpmDS1TotalDigitalCalls
OBJECT-TYPE
The accumulated number of digital data calls (cpmDS0CallType has the value 'digital(4)') on all ds0s within this DS1 since system startup. The object includes active and terminated calls.
1.3.6.1.4.1.9.10.19.1.1.9.1.6Counter32read-onlycurrent
cpmDS1TotalV110Calls
OBJECT-TYPE
The accumulated number of v.110 data calls (cpmDS0CallType has the value 'v110(5)') on all ds0s within this DS1 since system startup. The object includes active and terminated calls.
1.3.6.1.4.1.9.10.19.1.1.9.1.7Counter32read-onlycurrent
cpmDS1TotalV120Calls
OBJECT-TYPE
The accumulated number of v.120 data calls (cpmDS0CallType has the value 'v120(6)') on all ds0s within this DS1 since system startup. The object includes active and terminated calls.
1.3.6.1.4.1.9.10.19.1.1.9.1.8Counter32read-onlycurrent
cpmDS1TotalCalls
OBJECT-TYPE
The total number of calls on all the DS0s within this DS1 since last system re-initialization. The object includes active and terminated calls. This only includes DS0s configured as bearer channels, not those configured for signaling, such as PRI D-channel.
1.3.6.1.4.1.9.10.19.1.1.9.1.9Counter32read-onlycurrent
cpmDS1TotalTimeInUse
OBJECT-TYPE
The total call duration on all the DS0s within this DS1 since last system re-initialization. This only includes DS0s configured as bearer channels, not those configured for signaling, such as PRI D-channel.
1.3.6.1.4.1.9.10.19.1.1.9.1.10Unsigned32read-onlycurrent
cpmDS1CurrentIdle
OBJECT-TYPE
The total number of DS0s currently in idle state within this DS1. This only includes DS0s configured as bearer and CAS channels, not those configured for signaling, such as PRI D-channel. See cpmDS0OperStatus in the cpmDS0StatusTable for individual DS0s.
1.3.6.1.4.1.9.10.19.1.1.9.1.11Gauge32read-onlycurrent
cpmDS1CurrentOutOfService
OBJECT-TYPE
The total number of DS0s in this DS1 currently placed out of service. This only includes DS0s configured as bearer and CAS channels, not those configured for signaling, such as PRI D-channel. See cpmDS0OperStatus in the cpmDS0StatusTable for individual DS0s.
1.3.6.1.4.1.9.10.19.1.1.9.1.12Gauge32read-onlycurrent
cpmDS1CurrentBusyout
OBJECT-TYPE
The total number of DS0s in this DS1 which currently have been requested to be busied out, but are not yet out of service. When an active call on a busied out DS0 terminates, the DS0 will be out of service, this object will be decremented and cpmDS1TotalOutOfService will be incremented. This only includes DS0s configured as bearer channels, not those configured for signaling, such as PRI D-channel. See cpmDS0AdminStatus in the cpmDS0StatusTable for individual DS0s.
1.3.6.1.4.1.9.10.19.1.1.9.1.13Gauge32read-onlycurrent
cpmDS1InOctets
OBJECT-TYPE
The total number of octets received over all the DS0 bearer channels within this DS1 since last system re-initialization. This value is a sum of all the cpmInOctets objects in the cpmDS0UsageTable for this DS1.
1.3.6.1.4.1.9.10.19.1.1.9.1.14Counter32read-onlycurrent
cpmDS1OutOctets
OBJECT-TYPE
The total number of octets transmitted over all the DS0 bearer channels within this DS1 since last system re-initialization. This value is a sum of all the cpmOutOctets objects in the cpmDS0UsageTable for this DS1.
1.3.6.1.4.1.9.10.19.1.1.9.1.15Counter32read-onlycurrent
cpmDS1InPackets
OBJECT-TYPE
The total number of data packets received over all the DS0 bearer channels within this DS1 since last system re-initialization. This value is a sum of all the cpmInPackets objects in the cpmDS0UsageTable for this DS1. It consists of PPP or PCM voice data packets.
1.3.6.1.4.1.9.10.19.1.1.9.1.16Counter32read-onlycurrent
cpmDS1OutPackets
OBJECT-TYPE
The total number of data packets transmitted over all the DS0 bearer channels within this DS1 since last system re-initialization. This value is a sum of all the cpmOutPackets objects in the cpmDS0UsageTable for this DS1. It consists of PPP or PCM voice data packets.
1.3.6.1.4.1.9.10.19.1.1.9.1.17Counter32read-onlycurrent
cpmSW56CfgBChannelsInUse
OBJECT-TYPE
The number of configured SW56 B-Channels that are currently occupied by Digital calls.
1.3.6.1.4.1.9.10.19.1.1.10Gauge32read-onlycurrent
cpmISDNCfgBChanInUseForVoice
OBJECT-TYPE
The number of configured ISDN B-Channels that are currently occupied by Voice calls.
1.3.6.1.4.1.9.10.19.1.1.11Gauge32read-onlycurrent
cpmCASCfgBChanInUseForVoice
OBJECT-TYPE
The number of configured CAS Channels that are currently occupied by Voice calls.
1.3.6.1.4.1.9.10.19.1.1.12Gauge32read-onlycurrent
cpmISDNCfgActiveDChannels
OBJECT-TYPE
The number of ISDN signaling channels which are active.
1.3.6.1.4.1.9.10.19.1.1.13Gauge32read-onlycurrent
cpmISDNCfgBChannelsTimeInUse
OBJECT-TYPE
The total call duration on all the ISDN B-channels since last system re-initialization.
1.3.6.1.4.1.9.10.19.1.1.14Counter32read-onlycurrent
cpmISDNCfgBChannelsTimeInUseAnlg
OBJECT-TYPE
The total analog call duration on all the ISDN B-channels since last system re-initialization. Analog call type is identified in cpmDS0CallType.
1.3.6.1.4.1.9.10.19.1.1.15Counter32read-onlycurrent
cpmISDNCfgBChannelCalls
OBJECT-TYPE
The total number of calls on all the ISDN B-channels since last system re-initialization.
1.3.6.1.4.1.9.10.19.1.1.16Counter32read-onlycurrent
cpmISDNCfgBChannelAnalogCalls
OBJECT-TYPE
The total number of analog calls on all the ISDN B-channels since last system re-initialization. Analog call type is identified in cpmDS0CallType.
1.3.6.1.4.1.9.10.19.1.1.17Counter32read-onlycurrent
cpmTotalISDNSyncPPPCalls
OBJECT-TYPE
The total number of ISDN-sync PPP calls received by the managed device since last system re-initialization.
1.3.6.1.4.1.9.10.19.1.1.18Counter32read-onlycurrent
cpmCallFailure
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.1.2
cpmISDNCallsRejected
OBJECT-TYPE
The number of rejected ISDN calls in this managed device.
1.3.6.1.4.1.9.10.19.1.2.1Counter32read-onlycurrent
cpmModemCallsRejected
OBJECT-TYPE
The number of rejected modem calls in this managed device.
1.3.6.1.4.1.9.10.19.1.2.2Counter32read-onlycurrent
cpmISDNCallsClearedAbnormally
OBJECT-TYPE
The number of connected ISDN calls that have been abnormally cleared, that is, they were cleared by some event other than the following: a - The transmission of a normal disconnect message by the local end. b - The reception of a normal disconnect message from the remote end.
1.3.6.1.4.1.9.10.19.1.2.3Counter32read-onlycurrent
cpmModemCallsClearedAbnormally
OBJECT-TYPE
The number of connected modem calls that have been abnormally cleared, that is, they were not cleared with the proper modem protocol handshakes.
1.3.6.1.4.1.9.10.19.1.2.4Counter32read-onlycurrent
cpmISDNNoResource
OBJECT-TYPE
The number of ISDN calls that have been rejected because there is no B-Channel available to handle the call.
1.3.6.1.4.1.9.10.19.1.2.5Counter32read-onlycurrent
cpmModemNoResource
OBJECT-TYPE
The number of modem calls that have been rejected because there is no modem available to handle the call.
1.3.6.1.4.1.9.10.19.1.2.6Counter32read-onlycurrent
cpmActiveCallSummary
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.1.3
cpmActiveCallSummaryTable
OBJECT-TYPE
The active call summary table is needed to track currently active calls. This table is needed because modem calls are not in CALL-HISTORY-MIB, and the DIAL-CONTROL_MIB is not yet available.
1.3.6.1.4.1.9.10.19.1.3.1not-accessiblecurrent
cpmActiveCallSummaryEntry
OBJECT-TYPE
An entry in the Call Summary table.
1.3.6.1.4.1.9.10.19.1.3.1.1not-accessiblecurrent
cpmActiveCallStartTimeIndex
OBJECT-TYPE
The start time of the current call.
1.3.6.1.4.1.9.10.19.1.3.1.1.1TimeStampnot-accessiblecurrent
cpmActiveCallSummaryIndex
OBJECT-TYPE
Arbitrary small integer to distinguish calls that occured at the same time tick.
1.3.6.1.4.1.9.10.19.1.3.1.1.2Integer32 (0..2147483647)not-accessiblecurrent
cpmActiveUserID
OBJECT-TYPE
The User login ID or zero length string if unavailable.
1.3.6.1.4.1.9.10.19.1.3.1.1.3DisplayString (SIZE(0..255))read-onlycurrent
cpmActiveUserIpAddr
OBJECT-TYPE
The IP address of the call or 0.0.0.0 if unavailable. This object comes directly from IOS.
1.3.6.1.4.1.9.10.19.1.3.1.1.4IpAddressread-onlycurrent
cpmActiveCallType
OBJECT-TYPE
The call type: unknown - None of the following analog - Modem call digital - Digital call v110 - V110 Call v120 - V120 Call voice - Voice Call
1.3.6.1.4.1.9.10.19.1.3.1.1.5INTEGER {unknown(1), analog(2), digital(3), v110(4), v120(5), voice(6)}read-onlycurrent
cpmActiveModemSlot
OBJECT-TYPE
Identification of modem resource allocated to call. This is the value of cmSlotIndex from CISCO-MODEM-MGMT-MIB. This value along with cpmActiveModemPort uniquely identifies a modem. Value is -1 if call does not utilize a modem.
1.3.6.1.4.1.9.10.19.1.3.1.1.6Integer32 (0..2147483647)read-onlycurrent
cpmActiveModemPort
OBJECT-TYPE
Identification of modem resource allocated to call. This is the value of cmPortIndex from CISCO-MODEM-MGMT-MIB. This value along with cpmActiveModemSlot uniquely identifies a modem. Value is -1 if call does not utilize a modem.
1.3.6.1.4.1.9.10.19.1.3.1.1.7Integer32 (0..2147483647)read-onlycurrent
cpmActiveCallDuration
OBJECT-TYPE
The duration of the current call.
1.3.6.1.4.1.9.10.19.1.3.1.1.8TimeTicksread-onlycurrent
cpmActiveEntrySlot
OBJECT-TYPE
The logical slot in which the DS1 line that the user connected on resides.
1.3.6.1.4.1.9.10.19.1.3.1.1.9Integer32 (0..2147483647)read-onlycurrent
cpmActiveEntryPort
OBJECT-TYPE
The logical port for the DS1 line that the user connected on.
1.3.6.1.4.1.9.10.19.1.3.1.1.10Integer32 (0..2147483647)read-onlycurrent
cpmActiveEntryChannel
OBJECT-TYPE
The channel within the DS1 that is allocated to the call.
1.3.6.1.4.1.9.10.19.1.3.1.1.11Integer32 (0..2147483647)read-onlycurrent
cpmActiveRemotePhoneNumber
OBJECT-TYPE
The remote telephone number. For a call into the device, this is the originating number. For a call out of the device, this is the dialed number. If not available the string length is zero.
1.3.6.1.4.1.9.10.19.1.3.1.1.12DisplayString (SIZE(0..255))read-onlycurrent
cpmActiveLocalPhoneNumber
OBJECT-TYPE
The local telephone number. For a call into the device, this is the dialed number. For a call out of the device, this is the originating number. If not available the string length is zero.
1.3.6.1.4.1.9.10.19.1.3.1.1.13DisplayString (SIZE(0..255))read-onlycurrent
cpmActiveTTYNumber
OBJECT-TYPE
The TTY number associated with this call. This information comes from the IOS 'show line' command.
1.3.6.1.4.1.9.10.19.1.3.1.1.14Integer32read-onlycurrent
cpmCallHistorySummary
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.1.4
cpmCallHistorySummaryTableMaxLength
OBJECT-TYPE
The upper limit on the number of entries that the cpmCallHistoryTable may contain. A value of 0 will prevent any history from being retained. When this table is full, the oldest entry will be deleted and the new one will be created.
1.3.6.1.4.1.9.10.19.1.4.1Integer32 (0..500)read-writecurrent
cpmCallHistorySummaryRetainTimer
OBJECT-TYPE
The minimum amount of time that an cpmCallHistoryEntry will be maintained before being deleted. A value of 0 will prevent any history from being retained, but will not prevent callCompletion traps being genarated.
1.3.6.1.4.1.9.10.19.1.4.2Integer32 (0..500)read-writecurrent
cpmCallHistorySummaryTable
OBJECT-TYPE
The call history summary table is needed to track ended active calls. This table is needed because modem calls are not in CALL-HISTORY-MIB; the CISCO-ISDN-MIB objects do not contain information about the active calls; and the DIAL-CONTROL_MIB is not yet available.
1.3.6.1.4.1.9.10.19.1.4.3not-accessiblecurrent
cpmCallHistorySummaryEntry
OBJECT-TYPE
An entry in the Call Summary table.
1.3.6.1.4.1.9.10.19.1.4.3.1not-accessiblecurrent
cpmCallDisconnectTimeIndex
OBJECT-TYPE
The disconnect time of the call.
1.3.6.1.4.1.9.10.19.1.4.3.1.1TimeStampnot-accessiblecurrent
cpmCallStartTimeIndex
OBJECT-TYPE
The start time of the current call.
1.3.6.1.4.1.9.10.19.1.4.3.1.2TimeStampnot-accessiblecurrent
cpmCallHistorySummaryIndex
OBJECT-TYPE
Arbitrary small integer to distinguish calls that occured at the same time tick.
1.3.6.1.4.1.9.10.19.1.4.3.1.3Integer32 (0..2147483647)not-accessiblecurrent
cpmUserID
OBJECT-TYPE
The User login ID or zero length string if unavailable. This object comes directly from IOS.
1.3.6.1.4.1.9.10.19.1.4.3.1.4DisplayString (SIZE(0..255))read-onlycurrent
cpmUserIpAddr
OBJECT-TYPE
The IP address of the call or 0.0.0.0 if unavailable. This object comes directly from IOS.
1.3.6.1.4.1.9.10.19.1.4.3.1.5IpAddressread-onlycurrent
cpmCallType
OBJECT-TYPE
The call type: unknown - None of the following analog - Modem call digital - Digital call v110 - V110 Call v120 - V120 Call voice - Voice Call
1.3.6.1.4.1.9.10.19.1.4.3.1.6INTEGER {unknown(1), analog(2), digital(3), v110(4), v120(5), voice(6)}read-onlycurrent
cpmModemSlot
OBJECT-TYPE
Identification of modem resource allocated to call. This is the value of cmSlotIndex from CISCO-MODEM-MGMT-MIB. This value along with cpmModemPort uniquely identifies a modem. Value is -1 if call does not utilize a modem.
1.3.6.1.4.1.9.10.19.1.4.3.1.7Integer32read-onlycurrent
cpmModemPort
OBJECT-TYPE
Identification of modem resource allocated to call. This is the value of cmPortIndex from CISCO-MODEM-MGMT-MIB. This value along with cpmModemSlot uniquely identifies a modem. Value is -1 if call does not utilize a modem.
1.3.6.1.4.1.9.10.19.1.4.3.1.8Integer32read-onlycurrent
cpmCallDuration
OBJECT-TYPE
The duration of the current call.
1.3.6.1.4.1.9.10.19.1.4.3.1.9TimeTicksread-onlycurrent
cpmEntrySlot
OBJECT-TYPE
The physical system slot in which the DS1 line that the user connected on resides.
1.3.6.1.4.1.9.10.19.1.4.3.1.10Integer32read-onlycurrent
cpmEntryPort
OBJECT-TYPE
The logical port for the DS1 line that the user connected on.
1.3.6.1.4.1.9.10.19.1.4.3.1.11Integer32read-onlycurrent
cpmEntryChannel
OBJECT-TYPE
The channel within the DS1 that is allocated to the call.
1.3.6.1.4.1.9.10.19.1.4.3.1.12Integer32read-onlycurrent
cpmRemotePhoneNumber
OBJECT-TYPE
The remote telephone number. For a call into the device, this is the originating number. For a call out of the device, this is the dialed number. If not available the string length is zero.
1.3.6.1.4.1.9.10.19.1.4.3.1.13DisplayString (SIZE(0..255))read-onlycurrent
cpmLocalPhoneNumber
OBJECT-TYPE
The local telephone number. For a call into the device, this is the dialed number. For a call out of the device, this is the originating number. If not available the string length is zero.
1.3.6.1.4.1.9.10.19.1.4.3.1.14DisplayString (SIZE(0..255))read-onlycurrent
cpmTTYNumber
OBJECT-TYPE
The TTY number associated with this call. This information comes from the IOS 'show line' command.
1.3.6.1.4.1.9.10.19.1.4.3.1.15Integer32read-onlycurrent
cpmDS0Status
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.1.5
cpmDS0BusyoutNotifyEnable
OBJECT-TYPE
This variable controls generation of cpmDS0BusyoutNotification. When this variable is 'true(1)', generation of cpmDS0BusyoutNotification is enabled. When this variable is 'false(2)', generation of cpmDS0BusyoutNotification is disabled. The default value is 'false(2)'.
1.3.6.1.4.1.9.10.19.1.5.1TruthValueread-writecurrent
cpmDS0StatusTable
OBJECT-TYPE
The DS0 Status Table provides additional DS0 level information and configuration. This table is an extension of the cpmDS0UsageTable.
1.3.6.1.4.1.9.10.19.1.5.2not-accessiblecurrent
cpmDS0StatusEntry
OBJECT-TYPE
Status for an individual DS0. This entry AUGMENTS the cpmDS0UsageEntry. An entry exists for each configured DS0 in the system.
1.3.6.1.4.1.9.10.19.1.5.2.1not-accessiblecurrent
cpmDS0OperStatus
OBJECT-TYPE
The operational state of the DSO. This object provides more detailed information than the IF-MIB ifOperStatus. unknown - The DSO is in an unknown state down - The DS0 is out of service idle - This DS0 is currently idle setup - A new connection is in the process of being established connected - A active connection exists test - The DSO is undergoing internal testing
1.3.6.1.4.1.9.10.19.1.5.2.1.1INTEGER {unknown(1), down(2), idle(3), setup(4), connected(5), test(6)}read-onlycurrent
cpmDS0BusyoutAdminStatus
OBJECT-TYPE
The administratively requested busyout state of the DSO. This object represents the desired busyout state of the DS0, which may or may not be reflected in the operation state, cpmDS0OperStatus. This object may be set via SNMP or the system console. noBusyout - No administrative busyout has been requested busyout - The DS0 will be shutdown when it next transitions to idle(2) cpmDS0OperStatus busyoutImmediate - Immediately transition the DS0 to down(2), terminating any current activity The effect of setting this object to busyout or busyoutImmediate is constrained by the value of cpmDS0BusyoutAllowed. If cpmDS0BusyoutAllowed has a value of false, attempting to set this object to busyout or busyoutImmediate will fail. This object provides more busyout information not available from the IF-MIB ifAdminStatus. This object reflects busyout requests configured on the local system as defined for the object cpmDS0BusyoutSource.
1.3.6.1.4.1.9.10.19.1.5.2.1.2INTEGER {noBusyout(1), busyout(2), busyoutImmediate(3)}read-writecurrent
cpmDS0BusyoutAllow
OBJECT-TYPE
The object indicates if busyout requests for this DSO will be allowed. true - Setting cpmDS0BusyoutAdminStatus to busyout(2) or busyoutImmediate(3) will be accepted false - Busyout requests for this DS0 are not allowed The default value is true(1). If cpmDS0BusyoutAllowed has a value of false(2), attempting to set cpmDS0BusyoutAdminStatus to busyout or busyoutImmediate will fail. This object only constrains setting the value of cpmDS0BusyoutAdminStatus when cpmDS0BusyoutAdminStatus is set via SNMP.
1.3.6.1.4.1.9.10.19.1.5.2.1.3TruthValueread-onlycurrent
cpmDS0BusyoutStatus
OBJECT-TYPE
The busyout status of the DSO. noBusyout - The DS0 is not busied out nor has a busyout pending. busyoutPending - The DS0 has a busyout request pending. It will shutdown when it next transitions to idle(2) cpmDS0OperStatus. busiedOut - The DS0 is out of service due to a busyout request. This object is needed to reflect busyouts initiated other than administrativly, as described in cpmDS0BusyoutSource.
1.3.6.1.4.1.9.10.19.1.5.2.1.4INTEGER {noBusyout(1), busyoutPending(2), busiedOut(3)}read-onlycurrent
cpmDS0BusyoutSource
OBJECT-TYPE
The source of the busyout request either pending or active for the DSO. none - The DS0 is not busied out nor has a busyout request pending local - The DS0 is busied out or has a pending request due to an adminstrative command issued locally. internal - The DS0 is busied out or has a pending request due to internal system processing. remote - The DS0 is busied out or has a pending request due to a request from the peer switch.
1.3.6.1.4.1.9.10.19.1.5.2.1.5INTEGER {none(1), local(2), internal(3), remote(4)}read-onlycurrent
cpmDS0BusyoutTime
OBJECT-TYPE
Value of sysUpTime when the most recent busyout request was issued for this DS0. The value is zero indicates no busyout request has been issued.
1.3.6.1.4.1.9.10.19.1.5.2.1.6TimeStampread-onlycurrent
cpmDS0ConfigFunction
OBJECT-TYPE
The object indicates the function this DSO is configured to provide. This object provides more detail than cpmConfiguredType. unknown - Unknown configuration t1SignallingChan - DS0 is configured as a T1 common channel signalling (CCS) such as ISDN PRI D-channel t1CcsBearerChan - DS0 is configured as a T1 common channel signalling (CCS) bearer channel e1SignallingChan - DS0 is configured as a E1 common channel signalling (CCS) such as ISDN PRI D-channel e1CcsBearerChan - DS0 is configured as a E1 common channel signalling (CCS) bearer channel t1CasChan - DS0 is configured as a T1 channel associated signalling channel e1CasChan - DS0 is configured as a E1 channel associated signalling channel
1.3.6.1.4.1.9.10.19.1.5.2.1.7INTEGER {unknown(1), t1CcsSignallingChan(2), t1CcsBearerChan(3), e1CcsSignallingChan(4), e1CcsBearerChan(5), t1CasChan(6), e1CasChan(7)}read-onlycurrent
cpmDS0InterfaceIndex
OBJECT-TYPE
This is the value of ifIndex in the ifTable for this DS0.
1.3.6.1.4.1.9.10.19.1.5.2.1.8InterfaceIndexOrZeroread-onlycurrent
cpmDS1LoopbackNotifyConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.1.6
cpmDS1LoopbackNotifyEnable
OBJECT-TYPE
This variable controls the generation of cpmDS1LoopbackNotification When this variable is 'true(1)', generation of these notification is enabled. When this variable is 'false(2)', generation is disabled The default value is 'false(2)'.
1.3.6.1.4.1.9.10.19.1.6.1TruthValueread-writecurrent
cpmCallVolume
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.1.7
cpmCallVolSuccISDNDigital
OBJECT-TYPE
The number of incoming and outgoing successful ISDN digital data calls (cpmDS0CallType has the value 'digital(4)'), since system startup. A successful call is a terminated call that has a disconnect cause of 'normal call clearing(16)'.
1.3.6.1.4.1.9.10.19.1.7.1Counter32read-onlycurrent
cpmCallVolAnalogCallClearedNormally
OBJECT-TYPE
The number of incoming and outgoing successful analog data calls which use modem resource (cpmDS0CallType has the value 'analog(3)'), since system startup. A successful call is a terminated call who is cleared by the proper modem protocol handshake.
1.3.6.1.4.1.9.10.19.1.7.2Counter32read-onlycurrent
cPopMgmtMIBNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.2
cpmNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.2.0
cpmMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.3
cpmMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.3.1
cpmMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.19.3.2

Notifications

NameOIDStatus
cpmDS0BusyoutNotification
NOTIFICATION-TYPE
This notification is sent when there is a state change in cpmDS0BusyoutStatus object.
1.3.6.1.4.1.9.10.19.2.0.1current
cpmDS1LoopbackNotification
NOTIFICATION-TYPE
This notification is sent when there is a state change in dsx1LineStatus object of RFC1406-MIB.
1.3.6.1.4.1.9.10.19.2.0.2current

Conformance

NameOIDStatus
cpmMIBCompliance
MODULE-COMPLIANCE
The compliance statement used in a PoPM Stack, which implement the Cisco PoP Management MIB
1.3.6.1.4.1.9.10.19.3.1.1obsolete
cpmMIBComplianceRev1
MODULE-COMPLIANCE
The compliance statement used in a PoPM Stack, which implement the Cisco PoP Management MIB
1.3.6.1.4.1.9.10.19.3.1.2obsolete
cpmComplianceRev2
MODULE-COMPLIANCE
The compliance statement used in a PoPM Stack, which implement the Cisco PoP Management MIB
1.3.6.1.4.1.9.10.19.3.1.3obsolete
cpmMIBComplianceRev3
MODULE-COMPLIANCE
The compliance statement used in a PoPM Stack, which implement the Cisco PoP Management MIB
1.3.6.1.4.1.9.10.19.3.1.4deprecated
cpmMIBComplianceRev4
MODULE-COMPLIANCE
The compliance statement used in a PoPM Stack, which implement the Cisco PoP Management MIB
1.3.6.1.4.1.9.10.19.3.1.5deprecated
cpmMIBComplianceRev5
MODULE-COMPLIANCE
The compliance statement used in a PoPM Stack, which implement the Cisco PoP Management MIB
1.3.6.1.4.1.9.10.19.3.1.6current
cpmDS0UsageGroup
OBJECT-GROUP
A collection of objects providing the analog and digital statistics for a DS1.
1.3.6.1.4.1.9.10.19.3.2.1obsolete
cpmCallFailureGroup
OBJECT-GROUP
A collection of objects providing aggregate totals of call failures
1.3.6.1.4.1.9.10.19.3.2.2current
cpmActiveCallSummaryGroup
OBJECT-GROUP
A collection of objects providing the summary of the currently active calls.
1.3.6.1.4.1.9.10.19.3.2.3current
cpmCallHistorySummaryGroup
OBJECT-GROUP
A collection of objects providing the summary of calls that were recently terminated.
1.3.6.1.4.1.9.10.19.3.2.4current
cpmDS0UsageGroupRev1
OBJECT-GROUP
A collection of objects providing the analog and digital statistics for a DS1.
1.3.6.1.4.1.9.10.19.3.2.5obsolete
cpmDS0UsageGroupRev2
OBJECT-GROUP
A collection of objects providing the analog and digital statistics for a DS1.
1.3.6.1.4.1.9.10.19.3.2.6current
cpmDS1UsageGroup
OBJECT-GROUP
A collection of objects providing statistics aggregation across DS0s within a DS1.
1.3.6.1.4.1.9.10.19.3.2.7current
cpmSystemGroup
OBJECT-GROUP
A collection of objects providing statistics aggregation for the entire system.
1.3.6.1.4.1.9.10.19.3.2.8current
cpmDS0StatusGroup
OBJECT-GROUP
A collection of objects providing the status for a DS0.
1.3.6.1.4.1.9.10.19.3.2.9current
cpmNotificationGroup
NOTIFICATION-GROUP
The collection of notifications
1.3.6.1.4.1.9.10.19.3.2.10deprecated
cpmDS1LoopbackNotifyConfigGroup
OBJECT-GROUP
A collection of objects providing the notification configuration
1.3.6.1.4.1.9.10.19.3.2.11current
cpmCallVolumeGroup
OBJECT-GROUP
A collection of objects providing aggregate totals of call successfully completed
1.3.6.1.4.1.9.10.19.3.2.12current
cpmNotificationGroupRev1
NOTIFICATION-GROUP
The collection of notifications
1.3.6.1.4.1.9.10.19.3.2.13current