01-08-2021 03:16 AM
Hi,
With the C3750 or X2960 models, we had specific software that is creating asset lists based on SNMP oid scanning. (You can readout the Serial number and model number with the OID's in below.) However with the new C9200L we only find the serial number and model number of the stacking cable - if connected. Is this a softwarebug, or working as intended?
1.3.6.1.2.1.47.1.1.1.1.11.x001: Serial Number
1.3.6.1.2.1.47.1.1.1.1.13.x001: Model number
x= number in the stack
Kind regards,
Kristof
01-08-2021 04:36 AM
1.3.6.1.4.1.9.5.1.2.19. - this is the OID use to get information most of the Csico Switches - what is the outcome of this ?
you can use MIB browser :
https://snmp.cloudapps.cisco.com/Support/SNMP/do/BrowseOID.do?local=en
Note : Cat 9200L (personally do not believe they have different it should work- if not please suggest)
01-08-2021 04:40 AM
try x000 instead of x001
.1.3.6.1.2.1.47.1.1.1.1.13.1000 = STRING: "C9200L-48P-4G-E"
.1.3.6.1.2.1.47.1.1.1.1.13.2000 = STRING: "C9200L-48P-4G-E"
.1.3.6.1.2.1.47.1.1.1.1.13.3000 = STRING: "C9200L-48P-4G-E"
.1.3.6.1.2.1.47.1.1.1.1.13.4000 = STRING: "C9200L-48P-4G-E"
01-08-2021 07:14 AM
Reading out the product number seems to work, but the OID is different then the one on other switches. But I'm still unable to readout the correct serial number. Do you know what the new OID for that is?
Why is it it a different oid for the new C9200L switches? Is this per design?
01-08-2021 09:25 AM - edited 01-08-2021 09:26 AM
Can you post output of snmpwalk.
01-08-2021 09:49 AM
it does change by platform. the 9200s are different than the 2960s, which were different than their predecessor. I have no idea why, it's just the way it is.
the serial corresponds to the same oid instance, so from my previous post, if I grep on 000 while walking the entity.11 oid, I get:
.1.3.6.1.2.1.47.1.1.1.1.11.1000 = STRING: "JAE23270WWE"
.1.3.6.1.2.1.47.1.1.1.1.11.2000 = STRING: "JAE23270WQY"
.1.3.6.1.2.1.47.1.1.1.1.11.3000 = STRING: "JAE23270VQQ"
.1.3.6.1.2.1.47.1.1.1.1.11.4000 = STRING: "JAE23270X1Y"
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