How to seperate MIB files for RSA Authentication Manager 8.x
2 years ago
Originally Published: 2016-06-28
Article Number
000067393
Applies To

RSA Product Set: SecurID
RSA Product/Service Type: RSA Authentication Manager
RSA Version/Condition: 8.x
Platform: SUSE Linux

Issue
When we download from RSA AM and import in monitoring server, they are getting the below errorUser-added image
 
Resolution
Our MIB is divided into three sections; AM Authentication Manager, IMS our platform and UCM User interface. They are marked with a Begin and an End. 
 
AM-MIB DEFINITIONS ::= BEGIN 
END 
IMS-MIB DEFINITIONS ::= BEGIN 
END 
UCM-MIB DEFINITIONS ::= BEGIN 
END

You should be able to edit the MIB to create three separate MIBs if your MIB browser requires this. Just highlight everything from the BEGIN to the END and save as three separate files.