cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
980
Views
32
Helpful
5
Replies

monitor active calls on 2851

jpgauthier
Level 1
Level 1

I am trying to figure out how to monitor total active calls. I have browsed through MIB and manually tried OID's with no luck. While browsing the MIB I can see different active call tables being populated, but I cannot monitor the table or figure out how. Please help. This is a c2851 with 12.3(14)T6.

5 Replies 5

jsalaman
Level 1
Level 1

Try CISCO-POP-MGMT-MIB

cpmDS0CallType

cpmL2Encapsulation

cpmCallCount

cpmTimeInUse

cpmAssociatedInterface

cpmDS1TotalCalls

cpmDS1TotalTimeInUse

cpmDS1TotalDigitalCalls

cpmActiveCallSummaryTable

cpmCallHistorySummaryTable

cpmDS1ActiveDS0s

cpmActiveDS0sHighWaterMark

cpmDS1ActiveDS0sHighWaterMark

The CISCO-POP-MGMT mib is most likely not supported on this hardware. The CISCO-POP-MGMT-MIB was designed/intended for dial platform such as AS5xxx. It will have some support for the 26xx/36xx platforms as these

platforms have dial functions as well.

You may get some good info from:

CISCO-VOICE-DIAL-CONTROL-MIB: "cvVoIPCallActiveTable"

"1.3.6.1.4.1.9.9.63.1.3.2"

DIAL-CONTROL-MIB: "callActiveTable"

"1.3.6.1.2.1.10.21.1.3.1"

DIAL-CONTROL-MIB: "callActiveCallState"

"1.3.6.1.2.1.10.21.1.3.1.1.9"

Also for Historical data, the following looks promising :

CISCO-VOICE-DIAL-CONTROL-MIB: "cvCallHistoryTable"

"1.3.6.1.4.1.9.9.63.1.4.1"

Also, to get something similar to the information of the command "sh call

voice active brief" you could do something like what I have below: (have

provided the MIB info next to it, for easier understanding)

H323 leg

pid: pid:200

callActivePeerId.291909790.1 = INTEGER: 200

Answer

callActiveCallOrigin.291909790.1 = INTEGER: answer(2)

205

callActivePeerAddress.291909790.1 = STRING: 205

active

callActiveCallState.291909790.1 = INTEGER: active(4)

tx:/ tx:85515/13681843

callActiveTransmitPackets.291909790.1 = Gauge32: 85692

callActiveTransmitBytes.291909790.1 = Gauge32: 13710323

rx:/ rx:85441/13670560

callActiveReceivePackets.291909790.1 = Gauge32: 85621

callActiveReceiveBytes.291909790.1 = Gauge32: 13699680

For the Telephony leg

pid:1

callActivePeerId.291909815.1 = INTEGER: 1

Originate

callActiveCallOrigin.291909815.1 = INTEGER: originate(1)

93928027

callActivePeerAddress.291909815.1 = STRING: 93928027

active

callActiveCallState.291909815.1 = INTEGER: active(4)

tx:/ tx:85442/13670720

callActiveTransmitPackets.291909815.1 = Gauge32: 85619

callActiveTransmitBytes.291909815.1 = Gauge32: 13699360

rx:/ rx:85515/13681843

callActiveReceivePackets.291909815.1 = Gauge32: 85695

callActiveReceiveBytes.291909815.1 = Gauge32: 13710963

thanks davistan for the correct info. you are a true asset to NetPro. Thanks for your assistance.

No problem! The MIBs Jorge mentioned above usally work, but is very platform dependent. I have had a few issues with people looking for this MIB support on the ISR's.

I am trying to do the same thing where I want to find out the number of active calls going on my voice router, which has two T1 PRI's plugged into it.

I have looked everywhere on the internet and walked the MIB of the device and I cannot find the OID for the current active calls. The information above didnt seem to help me. Maybe I didnt under stand the output but I was hoping for a single OID that would return "xx" for active calls.

I have a 2811 with 12.4(16).

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: