I've been trying to find how I can import manufacturer MIB's into NPM v9.1, but I'm not getting very far and can't work out if it's me missing something obvious or if it's a tricky thing to be doing.
I have the MIB's (in .MIB format) from the manufacturer, I open Universal Device Poller (UnDP), File - Import Universal Device Pollers, navigate to where my .MIB files are, change the file type drop down to *.*, double click on my .MIB files but get the error message "Data at the root level is invalid. Line 1, position 1.".
I'm assuming this is because the UnDP only supports certain formats (i.e. UnDP or CustomMIBPollers), so is there a way of converting from .MIB to one of the supported formats ?
To fill in some gaps here, I'm trying to monitor the individual ports on Brocade Silkworm 4100 switches. NPM itself discovers the management interfaces no problems, but can't see the fibre ports, so I figured importing the MIB would help.
Any advice would be much appreciated.