
Kristine Adamson wrote:
Frank, Thanks for your quick feedback. The VARIATION clause for the notification contains only the DESCRIPTION clause. Here is the AGENT-CAPABILITIES construct with the SUPPORTS clause on which we get the error messages:
ibmTcpIpMvsAgtCaps AGENT-CAPABILITIES PRODUCT-RELEASE "IBM Communications Server Version 1 Release 4 SNMP Agent" STATUS current DESCRIPTION "IBM Communications Server Agent"
SUPPORTS SNMPv2-MIB -- RFC 1907 INCLUDES { systemGroup, snmpGroup, snmpSetGroup, snmpBasicNotificationsGroup, snmpCommunityGroup } VARIATION coldStart DESCRIPTION "A coldStart trap is generated on all reboots."
There are additional SUPPORTS clauses that follow the above SUPPORTS clause. Thanks for your help!
As I mentioned: send me your complete MIB module! Otherwise I cannot compile your snippet, of course. If the MIB in questions imports other MIBs I need them as well.
A rough guess from the incomplete snippet above: Does your AGENT-CAPABILITIES clause end correctly with an OID assignment ( ::= { foo 42 } )?