summaryrefslogtreecommitdiff
path: root/inttest/erlc/mibs/SIMPLE-MIB.mib
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2014-03-05 17:59:35 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-03-12 20:45:37 +0100
commitb2dfebab15cc92b337b9cc9e771cb7de3ed61e4a (patch)
treee796b6bd2451599cdd0143f0b58e4ae231b9e609 /inttest/erlc/mibs/SIMPLE-MIB.mib
parentfe9d328cb5133ee91dd3bbd45849e0772bf197c5 (diff)
erlc: add test suite
Diffstat (limited to 'inttest/erlc/mibs/SIMPLE-MIB.mib')
-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