summaryrefslogtreecommitdiff
path: root/MIBS/deliberant/DLB-GENERIC-MIB
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/deliberant/DLB-GENERIC-MIB
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/deliberant/DLB-GENERIC-MIB')
-rw-r--r--MIBS/deliberant/DLB-GENERIC-MIB54
1 files changed, 54 insertions, 0 deletions
diff --git a/MIBS/deliberant/DLB-GENERIC-MIB b/MIBS/deliberant/DLB-GENERIC-MIB
new file mode 100644
index 0000000..39aa1fc
--- /dev/null
+++ b/MIBS/deliberant/DLB-GENERIC-MIB
@@ -0,0 +1,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