summaryrefslogtreecommitdiff
path: root/MIBS/cumulus/CUMULUS-SNMP-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/cumulus/CUMULUS-SNMP-MIB
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/cumulus/CUMULUS-SNMP-MIB')
-rw-r--r--MIBS/cumulus/CUMULUS-SNMP-MIB37
1 files changed, 37 insertions, 0 deletions
diff --git a/MIBS/cumulus/CUMULUS-SNMP-MIB b/MIBS/cumulus/CUMULUS-SNMP-MIB
new file mode 100644
index 0000000..06655ec
--- /dev/null
+++ b/MIBS/cumulus/CUMULUS-SNMP-MIB
@@ -0,0 +1,37 @@
+CUMULUS-SNMP-MIB DEFINITIONS ::= BEGIN
+
+--
+-- Top-level infrastructure of the Cumulus enterprise MIB tree
+--
+
+IMPORTS
+ OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY,
+ Integer32, enterprises FROM SNMPv2-SMI
+ InterfaceIndex, ifIndex FROM IF-MIB
+ DateAndTime, DisplayString,
+ TEXTUAL-CONVENTION FROM SNMPv2-TC;
+
+
+cumulusMib MODULE-IDENTITY
+ LAST-UPDATED "201207230000Z"
+ ORGANIZATION "www.cumulusnetworks.com"
+ CONTACT-INFO
+ "postal: Dinesh Dutt
+ 650 Castro Street,
+ suite 120-245
+ Mountain View, CA 94041
+
+ email: ddutt@cumulusnetworks.com"
+ DESCRIPTION
+ "Top-level infrastructure of the Cumulus enterprise MIB tree"
+ REVISION "201207230000Z"
+ DESCRIPTION
+ "Second version with new Enterprise number and discard counters"
+ ::= { enterprises 40310 }
+
+--
+-- This is just the placeholder for the cumulusMib definition.
+-- The actual objects are defined in separate, appropriately named files.
+-- This way, we keep an overall MIB definition and add extensions as needed.
+--
+END