|
From: Andy R. <ac...@gm...> - 2015-05-12 17:01:20
|
On Tue, May 12, 2015 at 8:35 AM, Jeroen van Ingen < j.v...@ut...> wrote: > SNMP::Info determines what SNMP objects to query for each device, eg to > determine the os_ver. > > Looks like all three IBM switch models are classified as > SNMP::Info::Layer3::IBMGbTor devices, which always requests the object > IBM-GbTOR-10G-L2L3-MIB::agSoftwareVersion.0 > (.1.3.6.1.4.1.26543.2.7.4.1.1.1.10.0) to determine the software version. > > The IBM-GbTOR-10G-L2L3-MIB in netdisco-mibs however seems specific to > the G8124 model. > > What MIBs should be used for models other than the G8124 ? They would > have to be included in netdisco-mibs and SNMP::Info has to be updated to > use the correct MIBs and objects for each model. > Thanks! The G8052 and G8264 firmware comes with the MIB files. I put them in the netdisco-mibs directory but I was unaware that I had to do something else. I'm trying to figure out SNMP::Info but not getting very far. Can you point me in the right direction? Andy |