blob: 39aa1fc0293782a2edede398e3367c9bff14e823 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
--
-- Deliberant Generic MIB
--
DLB-GENERIC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
sysLocation
FROM SNMPv2-MIB
dlbMgmt
FROM DELIBERANT-MIB;
dlbGenericMIB MODULE-IDENTITY
LAST-UPDATED "200902130000Z"
ORGANIZATION "Deliberant"
CONTACT-INFO "
Deliberant Customer Support
E-mail: support@deliberant.com"
DESCRIPTION
"The Deliberant Generic MIB."
REVISION "200902130000Z"
DESCRIPTION
"First revision."
::= { dlbMgmt 1 }
dlbGenericMIBObjects
OBJECT IDENTIFIER ::= { dlbGenericMIB 1 }
dlbGenericNotifs
OBJECT IDENTIFIER ::= { dlbGenericMIBObjects 0 }
dlbGenericInfo
OBJECT IDENTIFIER ::= { dlbGenericMIBObjects 1 }
--
-- Notifications
--
dlbPowerLoss NOTIFICATION-TYPE
OBJECTS { sysLocation }
STATUS current
DESCRIPTION
"This notification is sent on device boot after power loss or device crash."
::= { dlbGenericNotifs 1 }
dlbAdministrativeReboot NOTIFICATION-TYPE
OBJECTS { sysLocation }
STATUS current
DESCRIPTION
"This notification is sent on device boot after administrator rebooted device."
::= { dlbGenericNotifs 2 }
END
|