cancel
Showing results for 
Search instead for 
Did you mean: 

SNMP OID to get the Switch Model

SNMP OID to get the Switch Model

GONÇALO_NUNO_CO
New Contributor III
Hi all,

I am trying to query a switch via snmp to get its model, by model i mean to know if a switch is
a X450G2-48p-10G4 or X450G2-48p-G4 or whatever the model is. So far i have tried sysDesc OID but it doesn't return the what I am looking for:

Does Anyone know of any OID that return the model type?
2 REPLIES 2

GONÇALO_NUNO_CO
New Contributor III
Hi Oscar,

Thanks for the reply, i also found that i can query the below OIDs and get the slot type.

iso.org.dod.internet.private.enterprises.extremenetworks.extremeAgent.extremeSystem.extremeChassisGroup.extremeSlotTable.extremeSlotEntry.extremeSlotModuleInsertedType
1.3.6.1.4.1.1916.1.1.2.2.1.4

or

iso.org.dod.internet.private.enterprises.extremenetworks.extremeAgent.extremeSystem.extremeChassisGroup.extremeSlotTable.extremeSlotEntry.extremeSlotModuleConfiguredType
1.3.6.1.4.1.1916.1.1.2.2.1.3

OscarK
Extreme Employee
The normal method would be getting the SysObjectId.
For example this returns enterprises.extremenetworks.2.76

Then in the private mib check the model for this objectid. (.1.3.6.1.4.1.1916.2.76)
.iso.org.dod.internet.private.enterprises.extremenetworks.2.76 = extremeProduct.summitX450a-48t
GTM-P2G8KFN