diff options
Diffstat (limited to 'MIBS/deliberant/DLB-GENERIC-MIB')
| -rw-r--r-- | MIBS/deliberant/DLB-GENERIC-MIB | 54 |
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 |