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

How we can got CISCO TelePresence SX20 OID and MIB

ravisingh.hcl
Level 1
Level 1

Hi,

We want to discover CISCO TelePresence SX20 VC Camera in CA eheath NMS tool.

For this where we can get this Device OID and MIB.

Thanks

2 Replies 2

Magnus Ohm
Cisco Employee
Cisco Employee

Hi, it just uses standard SNMP MIBs, we do not support any corporate MIBS on our codecs. We only support SNMPv2 and the following OID’s described in RFC1213:

1.3.6.1.2.1.1.1
1.3.6.1.2.1.1.2
1.3.6.1.2.1.1.3
1.3.6.1.2.1.1.4
1.3.6.1.2.1.1.5
1.3.6.1.2.1.1.6
1.3.6.1.2.1.1.7

(sysDescr, sysObjectID, sysUpTime, sysContact, sysName, sysLocation, sysServices)

example command towards an SX20:

snmpwalk -v 2c -c public -O fan <IP>
.1.3.6.1.2.1.1.1.0 = STRING: Cisco Codec
SoftW: ce8.1.0.b8c0ca3
MCU: Cisco TelePresence SX20
Date: 2016-04-05
S/N: FTT********
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.5596.150.6.4.1
.1.3.6.1.2.1.1.3.0 = Timeticks: (59010160) 6 days, 19:55:01.60
.1.3.6.1.2.1.1.3.0 = No more variables left in this MIB View (It is past the end of the MIB tree)

/Magnus

Hi,

We want to discover Cisco "TelePresence SX20"  LAN interface.

software version is TC7.2.1.cb31c3d

Thanks