[cisco-voip] OT: ip communicator oid in cm?
Lewis, Chris
Chris.Lewis at magnetar.com
Tue Nov 30 05:38:39 EST 2010
Hi Scott, this is what I can see, not sure if its what you found or were looking for.
>From CISCO-CCM-MIB
ccmPhoneType OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
other(2),
cisco30SPplus(3),
cisco12SPplus(4),
cisco12SP(5),
cisco12S(6),
cisco30VIP(7),
ciscoTeleCasterBid(8),
ciscoTeleCasterMgr(9),
ciscoTeleCasterBusiness(10),
ciscoSoftPhone(11),
ciscoConferencePhone(12),
cisco7902(13),
cisco7905(14),
cisco7912(15),
cisco7970(16)
}
MAX-ACCESS read-only
STATUS obsolete -- replaced by ccmPhoneProductTypeIndex
DESCRIPTION "The type of the phone device.
unknown: Unknown phone type
other: Unidentified phone type
cisco30SPplus: IP Phone 30 SP+
cisco12SPplus: IP Phone 12 SP+
cisco12SP: IP Phone 12 SP
cisco12S: IP Phone 12 S
cisco30VIP: IP Phone 30 VIP
ciscoTeleCasterBid: IP Phone Telecaster 7910
ciscoTeleCasterMgr: IP Phone Telecaster 7960
ciscoTeleCasterBusiness: IP Phone Telecaster 7940
ciscoSoftPhone: Softphone
ciscoConferencePhone: IP Conference Station 7935
cisco7902: IP Phone 7902
cisco7905: IP Phone 7905
Says its replaced by "ccmPhoneProductTypeIndex"
ccmPhoneProductTypeIndex OBJECT-TYPE
SYNTAX CcmIndexOrZero
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A positive value of this index is used to identify the
related product type entry in the ccmProductTypeTable<http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=ccmProductTypeTable>. A value
of 0 indicates that the index to the ccmProductTypeTable<http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=ccmProductTypeTable>
is Unknown.
So, ccmPhoneProductTypeIndex is - 1.3.6.1.4.1.9.9.156.1.2.1.1.18
And my Call Manager (version 6 BTW) shows
lewisch at lo-lewischlx01:~$ snmpwalk -c xxxxxxxxx -v 2c x.x.x.x 1.3.6.1.4.1.9.9.156.1.2.1.1.18
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.2 = Gauge32: 25
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.3 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.5 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.6 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.7 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.10 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.12 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.13 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.14 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.15 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.16 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.17 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.18 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.20 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.21 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.23 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.31 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.32 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.34 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.36 = Gauge32: 139
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.38 = Gauge32: 140
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.41 = Gauge32: 25
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.52 = Gauge32: 138
iso.3.6.1.4.1.9.9.156.1.2.1.1.18.55 = Gauge32: 138
A positive value of the index should relate to the table in ccmProductTypeTable - positive values above (?)
cmProductTypeTable OBJECT-TYPE
SYNTAX SEQUENCE OF CcmProductTypeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table containing the list of product types supported
in a call manager<http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=manager> cluster. The product types will include
the list of phone types, gateway types, media device types,
H323 device types, CTI device types, Voice Messaging device
types and SIP device types.
So, ccmProductTypeTable is - 1.3.6.1.4.1.9.9.156.1.1.8
Next level - 1.3.6.1.4.1.9.9.156.1.1.8.1 - ccmProductTypeEntry
4 choices under that show
ccmProductTypeIndex
ccmProducType
ccmProductName
ccmProductcatergory
You do get values from Name/type etc but nothing which points to numbers of registered devices.
Maybe I have totally gone down the wrong road here as well so apologies if I have.
Also see a few statements saying the MIB is inaccessible which may cause the issue. Either way I am sure there should be something there for us to play with - I am just unsure what.
Chris
From: cisco-voip-bounces at puck.nether.net [mailto:cisco-voip-bounces at puck.nether.net] On Behalf Of Scott Voll
Sent: 29 November 2010 19:44
To: cisco-voip at puck.nether.net
Subject: [cisco-voip] OT: ip communicator oid in cm?
Anyone know of a OID for registered IP Communicator clients? I've found some stuff but it shows obsolete on CCO so any pointers would be greatly appreciated.
Thanks
Scott
The information contained in this message and its attachments
is intended only for the private and confidential use of the
intended recipient(s). If you are not the intended recipient
(or have received this e-mail in error) please notify the
sender immediately and destroy this e-mail. Any unauthorized
copying, disclosure or distribution of the material in this e-
mail is strictly prohibited.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20101130/de0ca527/attachment.html>
More information about the cisco-voip
mailing list