summaryrefslogtreecommitdiff
path: root/inttest/erlc/mibs
diff options
context:
space:
mode:
authorJared Morrow <jared@basho.com>2014-05-19 09:06:20 -0600
committerJared Morrow <jared@basho.com>2014-05-19 09:06:20 -0600
commitfdb66ecb94adc6f241714249c8e912330118f57e (patch)
treeca8c3d2ca808277d6e6455eed6c2fb043af0829b /inttest/erlc/mibs
parent0fa0ff4f17bb180dc57147ba0bc31dde1377a899 (diff)
parentb2dfebab15cc92b337b9cc9e771cb7de3ed61e4a (diff)
Merge pull request #242 from tuncer/erlc-speedup-v5-fixup
Extra commits for #129
Diffstat (limited to 'inttest/erlc/mibs')
-rw-r--r--inttest/erlc/mibs/SIMPLE-MIB.mib26
1 files changed, 26 insertions, 0 deletions
diff --git a/inttest/erlc/mibs/SIMPLE-MIB.mib b/inttest/erlc/mibs/SIMPLE-MIB.mib
new file mode 100644
index 0000000..ca8735a
--- /dev/null
+++ b/inttest/erlc/mibs/SIMPLE-MIB.mib
@@ -0,0 +1,26 @@
+-- SIMPLE-MIB.
+-- This is just a simple MIB used for testing!
+--
+
+
+SIMPLE-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY, enterprises
+ FROM SNMPv2-SMI;
+
+ericsson MODULE-IDENTITY
+ LAST-UPDATED
+ "201403060000Z"
+ ORGANIZATION
+ "rebar"
+ CONTACT-INFO
+ "rebar <rebar@example.com>
+ or
+ whoever is currently responsible for the SIMPLE
+ enterprise MIB tree branch (enterprises.999)."
+ DESCRIPTION
+ "This very small module is made available
+ for mib-compilation testing."
+ ::= { enterprises 999 }
+END