Zoomed Image

AMSX Scripting Language - Command : snmp.readmibfile

Summary

Read an SNMP MIB file into a temporary table

Description

Reads a MIB file, converts it to XML, and loads the result into a temporary SQL table with columns id, value, and comment. Use before querying SNMP MIB data in subsequent steps.

Parameters

ParameterDescription
cmdfile name to read in
Argument 0temp table name to drop the XML into

Syntax


Snmp.ReadMibFile "file name to read in", "temp table name to drop the XML into"

Return to the AMSX Command Reference