On 10/05/07,<[EMAIL PROTECTED]> wrote:
>  All of the MIBs (so far) that I've downloaded have not had the 'TRAP-TYPE'
> (SNMPv1) or 'NOTIFICATION-TYPE (SNMPv2) portions of a 'normal' MIB.

Which MIBs have you looked at?
The Net-SNMP enterprise-specific traps are defined in the NET-SNMP-AGENT-MIB
as follows:

--
--  Notifications relating to the basic operation of the agent
--

nsNotifyStart        NOTIFICATION-TYPE
    STATUS      current
    DESCRIPTION
        "An indication that the agent has started running."
    ::= { netSnmpNotifications 1 }

nsNotifyShutdown     NOTIFICATION-TYPE
    STATUS current
    DESCRIPTION
        "An indication that the agent is in the process of being shut down."
    ::= { netSnmpNotifications 2 }

nsNotifyRestart      NOTIFICATION-TYPE
    STATUS      current
    DESCRIPTION
        "An indication that the agent has been restarted.
         This does not imply anything about whether the configuration has
         changed or not (unlike the standard coldStart or warmStart traps)"
    ::= { netSnmpNotifications 3 }



Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to