We need to get MIBs required to handle traps from AutoSys imported into a new tool in our enterprise, but we aren't able to compile the MIB in the new tool.
The tool reports errors like the following for every entry of "SYNTAX DisplayString".
File CA-MIB failed to parse. (1 of 1 mibs processed)
Error: in D:\Entuity\lib\mibs\CA-MIB: line 50:
undefined symbol 'DisplayString'
SYNTAX DisplayString
^
Error: in D:\Entuity\lib\mibs\CA-MIB: line 58:
undefined symbol 'DisplayString'
SYNTAX DisplayString
^
Error: in D:\Entuity\lib\mibs\CA-MIB: line 66:
undefined symbol 'DisplayString'
SYNTAX DisplayString
^
Release : ANY
Add SNMPv2-TC to the CA.MIB imports section:
IMPORTS
enterprises, OBJECT-TYPE
FROM RFC1155-SMI
TRAP-TYPE
FROM RFC-1215
DisplayString
FROM SNMPv2-TC;