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?