TORNADO Enterprise SNMP Readme File
----------------------------------
This zip file contains an read me file for Tornado Enterprise MIB posting.  It contains the minimum standard OIDs required to be supported by all Enterprise Devices supporting SNMP as defined in the Enterprise SNMP SRD which can be found at:

http://livelink.us.nortel.com/livelink/livelink.exe?func=ll&objId=7941193&objAction=browse&sort=name

This zip file contains the following files:

- readme.txt: this file
- manifest	: include, one per line, a list of the MIB files provided in this zip file
- supported	: include a list of leaf OID names and dot values, one per line, supported 
- changes	: any MIB files have changed (added, deleted, name change or OID context change) 
- oidchanges: OID files have changed (added, deleted, or name change) 
- compilerorder: list of MIB names, one per line, in the order the MIBs need to be compiled and loaded 
- mib files	: the minimum mandatory MIBs required for all Enterprise Devices


A complete list of MIB file name changes can be found in the changes file.

This archive now includes the following support files:

- manifest: a list of the MIB files included in this archive
- compileorder: the order in which you should compile your MIB files
- supported: a list of OIDs supported by this product
- changes: the list of newly supported, delete, renamed or changed MIB files
- oidchanges: the list of new supported, delete or changed OIDs
- readme.txt: this file

NOTE: Due to the MIB file name changes you should not extract these MIB files to the same location (i.e. directory) as a previous version and then recompile.  This will result in two MIB files with the same OIDs, which will produce compile conflicts.

If you are using a tool that imports MIB files by name (i.e. HP Openview) then you must remove the previous definition before importing the new MIB file.


In dot1ag.mib (standard mib) there is an issue when  compiled on HP Openview. The issue is format for  SYNTAX and WRITE-SYNTAX format under GROUP definition  of a module. Currently it takes curly brackets and  this is not recognized by HP Openview. Please find  below the modifications required for supporting the  same on HP Openview.

1. The curly brackets in the format for SYNTAX and  WRITE-SYNTAX in the following lines should be modified  to small brackets:

2973, 2974,2975,
2979, 2980,2981,
2985, 2986,2987,
2991, 2992,2993,
2997, 2998,2999.


NOTE: The numbers which are given are with respect to  the current mib without any changes.


