summaryrefslogtreecommitdiff
path: root/MIBS/alpineoe/ALPINE-ROOT
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/alpineoe/ALPINE-ROOT
downloadmibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz
mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/alpineoe/ALPINE-ROOT')
-rw-r--r--MIBS/alpineoe/ALPINE-ROOT46
1 files changed, 46 insertions, 0 deletions
diff --git a/MIBS/alpineoe/ALPINE-ROOT b/MIBS/alpineoe/ALPINE-ROOT
new file mode 100644
index 0000000..b2f78ca
--- /dev/null
+++ b/MIBS/alpineoe/ALPINE-ROOT
@@ -0,0 +1,46 @@
+--
+-- ALPINE-ROOT.mib
+--
+
+ ALPINE-ROOT DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ enterprises, OBJECT-IDENTITY
+ FROM SNMPv2-SMI;
+
+
+
+--
+-- Node definitions
+--
+
+ -- 1.3.6.1.4.1.52326
+ alpineRoot OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "The root of the OID sub-tree assigned to Alpine Optoelectronics Inc by the Internet Assigned Numbers Authority (IANA)"
+ ::= { enterprises 52326 }
+
+
+ -- 1.3.6.1.4.1.52326.1
+ alpineGeneric OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Sub-tree for general definitions"
+ ::= { alpineRoot 1 }
+
+
+ -- 1.3.6.1.4.1.52326.2
+ alpineProducts OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Sub-tree for specific products' definitions."
+ ::= { alpineRoot 2 }
+
+
+
+ END
+
+--
+-- ALPINE-ROOT.mib
+--