Serprest - STC - SNMP Tables Compare
STC is a free MS-DOS command line tool to get and compare, side by side, SNMP tables entries from different computers
The output is always in XML format which is by default associated with a XSL script. So it can be processed later or immediately viewed with a WEB browser
The tool can be downloaded from here.
Note: The target computer must have SNMP service installed and running
After unpacking them you must open a command DOS shell and run it.
Try stc -help to see what option you have.
Some Examples:
Output Format
The output of STC is a valid XML file. The format of XML is defined by this XSD
Input Format
The default table resolver already gives some SNMP tables. But if you need to define a new table, that must be a valid XML file according this XSD
See an example: the process table
After define the SNMP table save it under a file named .tablename.xml and ru stc with something like this: stc -net 10.1.1.11.0/25 -local tablename
Or if you prefer send us the new table and we'll include it in the our table resolver

Isidro Vila Verde
FEUP / Serprest