1BENU-GENERAL-NOTIFICATION-MIB DEFINITIONS ::= BEGIN
2
3IMPORTS
4    MODULE-IDENTITY, OBJECT-TYPE, mib-2, NOTIFICATION-TYPE,
5    IpAddress, Integer32
6    FROM SNMPv2-SMI
7     DisplayString
8    FROM SNMPv2-TC
9     benuPlatform
10    FROM BENU-PLATFORM-MIB;
11
12
13benuGeneralNotif MODULE-IDENTITY
14    LAST-UPDATED "201412150000Z" -- December 15, 2014
15    ORGANIZATION "Benu Networks"
16    CONTACT-INFO "Benu Networks Inc,
17      300 Concord Road,
18      Billerca MA 01821
19      Email: support@benunets.com"
20    DESCRIPTION
21       "Initial creation
22        MIB module containing general trap definition.
23        Copyright (C) 2001, 2008 by Benu Networks, Inc.
24        All rights reserved."
25
26    REVISION "201412150000Z" -- December 15, 2014
27    DESCRIPTION "Changed bGeneralNotifyMIBTraps from index 2 to 0"
28
29    ::= { benuPlatform 4 }
30
31-- MIB OBJECTS
32bGeneralNotifyMIBObjects    OBJECT IDENTIFIER ::= { benuGeneralNotif 1 }
33
34--TRAP Definitions
35bGeneralNotifyMIBTraps      OBJECT IDENTIFIER ::= { benuGeneralNotif 0 }
36
37bNotifyAgentShutDown NOTIFICATION-TYPE
38    STATUS  current
39    DESCRIPTION
40       "An indication that the agent is in the process of being shut down."
41    ::= { bGeneralNotifyMIBTraps 1 }
42
43bNotifyAgentRestart NOTIFICATION-TYPE
44    STATUS  current
45    DESCRIPTION
46        "An indication that the agent has been restarted.
47         This does not imply anything about whether the configuration has
48         changed or not (unlike the standard coldStart or warmStart traps)"
49    ::= { bGeneralNotifyMIBTraps 2 }
50
51END
52