The MibTiger allows the user to do the following.
Use the Settings->Agent menu option.
Enter the field information:
The Agent Name: field is a user defined name given to an agent device.
The Agent Address: field is the IP address or name of the agent device.
The Port Number: field is the port number of the SNMP agent on the device, (default 161).
The Get Community: field is the password used to get objects from the SNMP agent.
The Set Community: field is the password used to set objects in the SNMP agent.
The Method section allows you to select which version of SNMP the agent supports.
The MIBs section allows the user to define mibs that will be loaded when this agent is selected.
The Add button takes what is in the Agent Info section and adds the agent to the Agent List listbox.
The Update button updates the selected agent with the information in the Agent Info section.
The Delete button deletes the selected agent.
The Save button saves all changes made and closes the agent dialog.
The Cancel button abort all changes made to the agents.
To browse an SNMP agent, first select an agent from the Agents list and then in the MIB tree window select an object and right click it.
A menu will appear with options to browse the MIB.
To create a script you first need to create a file with the extention of .js. This file should contain javascript code.
Once a javascript file has been created you can add it to the scripts directory in your home directory. The <userHome>\MibTiger\scripts.
The <userHome> above is the user's home directory, for XP it is C:\Documents and Settings\<loginName> and for Windows 7 it is C:\Users\<loginName>
Then use the Java Scripts menu option to add the script so that you can select it from the Scripts menu.
Use a unique name and then add it to an agent.
An example script called mibtigertest.js is in the scritps directory, put their by the install process.
The mibtiger.js script is prefixed to all scripts loaded. You should not modify this file unless you know what you are doing. Save a copy cause if you update MibTIger your changes will be lost.