02-21-2014 02:28 PM
Customer has a Cisco VG350 voice gateway.
They want to send the phone call status to other equipment through the SNMP trap.
The equipment should know that if the IP phone is ringing(3) status or not.
How could we monitor the 100 IP phones' status at the same time and send the information out?
The SNMP MIB from the CISCO-CCME-MIB.my
ccmeEphoneActivityStatus OBJECT-TYPE
SYNTAX INTEGER {
onhook(1),
offhook(2),
ringing(3),
paging(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current status of the Cisco IP phone as seen
on this device.
onhook(1) - Phone is on-hook.
offhook(2) - Phone is off-hook.
ringing(3) - Phone is ringing.
paging(4) - Phone is receiving an audio page."
::= { ccmeEphoneActEntry 4 }
03-05-2014 05:38 AM
I doubt the VG have traps related to call status.
What you can do is to poll the VG from time to time asking for the voice line status. You have posted the MIB to do the job already.
Note: I read IP Phone? aren't we talking about a VG? The MIB posted is for IP Phones.
03-13-2014 02:16 PM
Hi.
I have a doubt: It's possible configure SNMP community for Cisco IP Phones? I know that in CUCM Serviceability I can configure SNMP community, but this allows me to monitor and receive all data from CUCM.
If I need to get all information of Cisco IP Phones, how I can do that?.
Thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide