From 98a672123c7872f6b9b75a9a2b6bb3aea504de6a Mon Sep 17 00:00:00 2001 From: David Leutgeb Date: Tue, 5 Dec 2023 12:25:34 +0100 Subject: Initial commit --- MIBS/deliberant/DLB-GENERIC-MIB | 54 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 MIBS/deliberant/DLB-GENERIC-MIB (limited to 'MIBS/deliberant/DLB-GENERIC-MIB') 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 -- cgit v1.2.3