summaryrefslogtreecommitdiff
path: root/MIBS/deltanet/Deltanet-MIB
diff options
context:
space:
mode:
Diffstat (limited to 'MIBS/deltanet/Deltanet-MIB')
-rw-r--r--MIBS/deltanet/Deltanet-MIB19
1 files changed, 19 insertions, 0 deletions
diff --git a/MIBS/deltanet/Deltanet-MIB b/MIBS/deltanet/Deltanet-MIB
new file mode 100644
index 0000000..8ff36c2
--- /dev/null
+++ b/MIBS/deltanet/Deltanet-MIB
@@ -0,0 +1,19 @@
+Deltanet-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ enterprises, MODULE-IDENTITY
+ FROM SNMPv2-SMI;
+
+deltanet MODULE-IDENTITY
+ LAST-UPDATED "201411060000Z"
+ ORGANIZATION "DeltaNet AG Switzerland"
+ CONTACT-INFO "http://www.deltanet.ch"
+ DESCRIPTION "MIB module for defining Deltanet headers."
+ REVISION "201411060000Z"
+ DESCRIPTION "Initial Version"
+ ::= { enterprises 35616 }
+
+productType OBJECT IDENTIFIER ::= { deltanet 2 }
+xwdm OBJECT IDENTIFIER ::= { productType 1 }
+
+END