ABSTRACT:
Attached are ATHUB MIBs corrected in order to allow them to compile with ManageWise compiler.
DETAILED DESCRIPTION
Fixes needed in order to compile the ATHUB.MIB with the ManageWise 2.1 compiler included:
ERROR: Error related to illegal use of underscore (per ASN.1 requirements)
in object descriptors. The underscore is used in numerous objects
throughout the ATHUB.MIB, there are about XX instances of this usage.
object descriptor with "_" (from ATHUB.MIB): hubFrames_64_127
ManageWise ERROR message is:
ATHUB (line #): Incorrect syntax, expected a type read (-).
FIX: convert the "_" to a "-": hubFrames-64-127
Fixed all instances where an "_" was used in an object identifier
ERROR:
Errors related to missing "IMPORT". The object types of "IpAddress" and
"rptrAddrTrackNewLastSrcAddress" are referenced in this MIB but not included in
the IMPORT section of the MIB.
ManageWise ERROR message is: ATHUB (Line #): IpAddress, undefined type.
RptrAddrTrackNewLastSrcAddress, undefined
identifier
FIX: Add the object descriptor and MIB module name to the imports
section:
IMPORTS
enterprises, Counter, IpAddress
FROM RFC1155-SMI
rptrAddrTrackNewLastSrcAddress
FROM SNMP-REPEATER-MIB
After these fixes are included in the ATHUB.MIB, the MIB will compile with ManageWise compiler. You will however see a "WARNING" message that RFC1516.MIB is missing a supplemental trap annotation. This is merely a warning, the result of this warning will be that when this SNMP alarm is displayed in the ManageWise Alarm Monitor or Alarm Report, there may not be a full sentence describing the alarm in the "Summary" column.
| xmws009.exe | 37.3 K | 2005-04-06 |
--devsup
© 2009 Novell, Inc. All Rights Reserved.