cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2331
Views
0
Helpful
2
Replies

How to use SNMP trap to monitor all the IP phones ?

sunhmtaaa
Level 1
Level 1

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 }

2 Replies 2

tomas edwards
Level 1
Level 1

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.

ERNESTO_VE
Level 1
Level 1

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.