I have Audiocodes Media Gateway's that I just put in the NPM, although, how do I install the audiocodes MIB's database in Orion to view the specificdetails and/or MIB specific information?
Submit the MIBs in a support ticket. We'll add them to the DB. We update it every week.
but then How do I get them back to add them to NPM?
We update it every week
speaking of updating it every week has anyone automated their Orion server MIBs.cfg update process?
can you explain how to do this?
You could use the built-in FTP tool with Windows in a batch file that will download the file, then extract it.
ftp -s:ftp.cfg -A ftp.solarwinds.net (-s for answer file, -A for anonymous login)
and provide the ftp answer file such as:
get /cmb03/MIB-Database/MIBs.zipquit
Extract the contents with your favorite ZIP tool to the necessary directories.
Then run this as a scheduled task.
HTH
and where are the necessary directory suppose to be?
When you download them from the portal there is a readme included with instructions.
The MIB database is zipped and can be installed by copyingthe new MIB database file (MIBs.cfg) over your old database file.1. Using Windows Explorer, navigate to your installation folderand locate the MIBs.cfg file. By default, this is located in one ofthe following locations:* Cirrus: \Program Files\SolarWinds\Configuration Management* Orion: \Program Files\SolarWinds\Common* Toolset v8: \Program Files\SolarWinds\Engineer's Edition\* Toolset v9: \Program Files\SolarWinds\Engineer's Toolset\2. Unzip the new MIB database to a temporary directory, and thenreplace the outdated MIBs.cfg file with the new MIBs.cfg file.