Discussion:
Automic Mib not readable ?
(too old to reply)
Pranesh Kulkarni
2016-03-22 06:53:32 UTC
Permalink
Hi
serverStarted NOTIFICATION-TYPE
OBJECTS {
agentWorkSysID,
agentWorkObject,
agentWorkInteger1,
agentWorkInteger2
}
STATUS current
DESCRIPTION
"UC4 Server started"
::= { 3400 }

Usually it refers OID , what 3400 represnts ??


On Mon, Mar 7, 2016 at 9:20 PM, External Nicolas TREELS -CAMPUS- <
Hello everyone,
I tried to read import this Mib from Automic production scheduling tools
but it gives me error.
I validate it with RFC etc trough this site
http://www.simpleweb.org/ietf/mibs/validate/ and it gaves me no specific
errors.
While I am trying to read it with snmptranslate, I get the following error
*snmptranslate -m +UC4Vers2-MIB -IR agentVersion*
Attempt to define a root oid (serverStarted): At line 999 in
/usr/share/snmp/mibs/UC4Vers2-MIB.mib
Bad parse of NOTIFICATION-TYPE: At line 999 in
/usr/share/snmp/mibs/UC4Vers2-MIB.mib
Unknown object identifier: agentVersion
What is wrong with this commercial MIB ? Is this correct ? Is there any
problem with Net-snmp ?
I use net-snmp.x86_64 1:5.5-54.el6_7.1 on RHEL.
May you help me please ?
Thanks,
JC
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
_______________________________________________
Net-snmp-users mailing list
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
--
Thanks,
Pranesh
External Nicolas TREELS -CAMPUS-
2016-03-22 08:43:43 UTC
Permalink
Hi Pranesh,


I'm not expert a reading traps.

When we receive a trap, it should looks like it (splitted view to get it
more readable) :

*09:41:37.061135 IP 10.71.0.23.38961 > 10.71.28.45.snmptrap: C=public
Trap(231) .1.3.6.1.4.1.2562.1.1 10.71.0.23 enterpriseSpecific s=3400
143952*



*.1.3.6.1.4.1.2562.1.1.3.1.0="QUAL_UC4".1.3.6.1.4.1.2562.1.1.3.2.0="QUAL_UC4.0100.0010134662".1.3.6.1.4.1.2562.1.1.3.3.0="1".1.3.6.1.4.1.2562.1.1.3.4.0="3"*


3400 is the "s" symbol" value. Regarding the documentation, this is the
trap code.
Here is the trap code description list :

*Trap Code Description*
3400 Automation Engine started
3401 Automation Engine terminated
3410 Automation Engine ended abnormally
3536 Serious error when accessing the AE database. Access no longer
possible.
3538 Connection to the AE database re-established
11603 Shutting down an agent
11604 Cold start of an agent
11622 Warm start of an agent
11650 Connection to an agent disconnected
11652 SAP agent not longer connected to SAP system
11662 SAP agent is reconnected to SAP system
11801 System error of the Automation Engine
11818 Primary server has changed
801450 Message of a notification
xxxxxx User-defined SNMP Traps


And here is the detail for a 3400 trap code :

*Trap Code 3400*
Description Automation Engine started
AgentWorkSysID Name of the AE system
AgentWorkObject "Name of the AE system"."Name of the Automation Engine"
AgentWorkInteger1 "Status of the Automation Engine: 1 = running"
AgentWorkInteger2 "Run mode of the Automation Engine:
1 = Primary
3 = Normal
4 = Communication process"




Is this normalized, authorized ? Why can't I read it with net-snmp ?

Many thanks for your help.
JC
Post by Pranesh Kulkarni
Hi
serverStarted NOTIFICATION-TYPE
OBJECTS {
agentWorkSysID,
agentWorkObject,
agentWorkInteger1,
agentWorkInteger2
}
STATUS current
DESCRIPTION
"UC4 Server started"
::= { 3400 }
Usually it refers OID , what 3400 represnts ??
On Mon, Mar 7, 2016 at 9:20 PM, External Nicolas TREELS -CAMPUS- <
Hello everyone,
I tried to read import this Mib from Automic production scheduling tools
but it gives me error.
I validate it with RFC etc trough this site
http://www.simpleweb.org/ietf/mibs/validate/ and it gaves me no specific
errors.
While I am trying to read it with snmptranslate, I get the following
*snmptranslate -m +UC4Vers2-MIB -IR agentVersion*
Attempt to define a root oid (serverStarted): At line 999 in
/usr/share/snmp/mibs/UC4Vers2-MIB.mib
Bad parse of NOTIFICATION-TYPE: At line 999 in
/usr/share/snmp/mibs/UC4Vers2-MIB.mib
Unknown object identifier: agentVersion
What is wrong with this commercial MIB ? Is this correct ? Is there any
problem with Net-snmp ?
I use net-snmp.x86_64 1:5.5-54.el6_7.1 on RHEL.
May you help me please ?
Thanks,
JC
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
_______________________________________________
Net-snmp-users mailing list
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
--
Thanks,
Pranesh
Loading...