Server Management - Systems Insight Manager
1753505 Members
6567 Online
108794 Solutions
New Discussion юеВ

Re: Loading MIB on SIM

 
sudesh_5
Frequent Advisor

Loading MIB on SIM

Hi ,
When I try to register the mib obtained from vendor on SIM using command mcompile , I get the error
"'Error defining OBJECT-TYPE: Expected 'MAX-ACCESS',".
The same mib are loaded sucessfully on mib browser like mibble , iReasoning .
The MIb which I loaded has the following lines which throws syntax error .

moRowStatus OBJECT-TYPE
SYNTAX RowStatus
{
active(1),
createAndGo(4),
destroy(6)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This field is used to add or delete a managed object in the table."
::= {imEntry 3} .
RowStatus is imported from SNMPv2-TC .
Is there anything wrong with the syntax of mib .Can anyone provide insight on this .

Regards
Sudesh Acharya
2 REPLIES 2
David Claypool
Honored Contributor

Re: Loading MIB on SIM

The HP SIM MIB compiler only support SNMPv1 syntax.
sudesh_5
Frequent Advisor

Re: Loading MIB on SIM

HI ,
Thanks for the reply.
Does the statement "SIM support snmp v1 syntax", mean that , there is a need for MIB compiler of SIM to be upgraded .

Regards
SUdesh