01-08-2016 07:52 AM - edited 03-18-2019 05:24 AM
Hi all!
I'm in the process of collecting information from all my network devices, such as SystemName, SerialNumber, SoftwareVersion, and SystemType.
I have done this using SNMP, but when I get to the SX family, I've hit a roadblock. Typically, I would start out by performing an SNMPWALK, however this fails:
snmpwalk -m +ALL -v2c -c <community> <ip_address>
SNMPv2-MIB::sysDescr.0 = STRING: Cisco Codec
SoftW: TC7.3.4.e4daf54
MCU: Cisco TelePresence SX20
Date: 2015-10-08
S/N: FTT1XXXXXX
BootSW:
Board: 101790-7 [B0]
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.5596.150.6.4.1
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (34965441) 4 days, 1:07:34.41
DISMAN-EVENT-MIB::sysUpTimeInstance = No more variables left in this MIB View (It is past the end of the MIB tree)
I did open a TAC case on this issue as the SNMPWALK works on all my other equipment using the same parameters (except IP address of course)
Has anyone collected this information via SNMP? If so, what OID's are you using?
Any help or insight is much appreciated.
Thanks!
Mike
01-11-2016 12:12 AM
I check this on a SX10 with the following config:
xConfiguration SystemUnit Name:SX10
xConfiguration NetworkServices SNMP SystemContact:Labadmin
xConfiguration NetworkServices SNMP SystemLocation:Singapore
and i got the following result :
snmpwalk -m +ALL -v2c -c public <ipaddress of codec>
SNMPv2-MIB::sysDescr.0 = STRING: Cisco Codec
SoftW: TC7.3.4.52d54f9
MCU: Cisco TelePresence SX10
Date: 2015-09-22
S/N: FTTXXXXXXXF
BootSW:
Board: 100183-4
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.5596.150.6.4.1
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (43432113) 5 days, 0:38:41.13
SNMPv2-MIB::sysContact.0 = STRING: Labadmin
SNMPv2-MIB::sysName.0 = STRING: SX10
SNMPv2-MIB::sysLocation.0 = STRING: Singapore
SNMPv2-MIB::sysServices.0 = INTEGER: 72
SNMPv2-MIB::sysServices.0 = No more variables left in this MIB View (It is past the end of the MIB tree)
Got the same info when tested on a SX20 also. I believe this are all the codec can support via SNMP.
12-14-2016 01:01 AM
Hi,
I am also experiencing the same exact issue:
SNMPv2-MIB::sysDescr.0 = STRING: Cisco Codec
SoftW: TC7.3.2.14ad7cc
MCU: Cisco TelePresence SX20
Date: 2015-03-10
S/N: FTTXXXXXXXN
BootSW:
Board: 101790-8 [D0]
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.5596.150.6.4.1
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (233350985) 27 days, 0:11:49.85
DISMAN-EVENT-MIB::sysUpTimeInstance = No more variables left in this MIB View (It is past the end of the MIB tree)
Did you have any luck solving this?
Thanks!
01-02-2017 05:59 PM
The SX TelePresence devices just use the standard SNMP mibs.
There is a list of supported OIDs in mohm's response in this thread: how-we-can-got-cisco-telepresence-sx20-oid-and-mib
Wayne
--
Please remember to rate responses and to mark your question as answered if appropriate.
Please remember to mark helpful responses and to set your question as answered if appropriate.
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