Working on setting up custom mib polling for IBM RSA adapters.
The IBM README indicated it should be 1.3.6.1.4.1.2.3.51.1
Orion only has 1.3.6.1.4.1.2.3.51.2 - that OID is for their bladecenter management adapter, not the RSA adapters. By the way, that OID using custom MIB polling works on my bladecenter. :-)
RSA-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 enterprises FROM RFC1155-SMI -- DisplayString FROM RFC1213-MIB IpAddress FROM RFC1155-SMI TRAP-TYPE FROM RFC-1215; -- IBM enterprise group ibm OBJECT IDENTIFIER ::= { enterprises 2 } -- IBM products group ibmAgents OBJECT IDENTIFIER ::= { ibm 3 } -- IBM e-Server Advanced System Management Support Processor(SP) agent group netfinitySupportProcessorAgent OBJECT IDENTIFIER ::= { ibmAgents 51 } -- IBM Remote Supervisor Adapter (increase this number for follow on SP's) -- Also known as Advanced System Mangement(ASM) SP ibmRemoteSupSnmpMIB OBJECT IDENTIFIER ::= { netfinitySupportProcessorAgent 1 }
Kreischl,
Yoiu are not bound to what is in the MIB database that come with Orion. You can specify any OID as long as the device will respond to it. You may have to adjust whether Orion does a GET or GET NEXT, but it should work.
Cheers,