summaryrefslogtreecommitdiff
path: root/MIBS/dragonwave/HORIZON-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/dragonwave/HORIZON-MIB
downloadmibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz
mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/dragonwave/HORIZON-MIB')
-rw-r--r--MIBS/dragonwave/HORIZON-MIB32
1 files changed, 32 insertions, 0 deletions
diff --git a/MIBS/dragonwave/HORIZON-MIB b/MIBS/dragonwave/HORIZON-MIB
new file mode 100644
index 0000000..9f27365
--- /dev/null
+++ b/MIBS/dragonwave/HORIZON-MIB
@@ -0,0 +1,32 @@
+
+-- File Name : horizon-MIB.mib
+-- Version : 1.02.00
+-- Date : July 13, 2011
+-- Author : DragonWave Inc.
+
+HORIZON-MIB DEFINITIONS ::= BEGIN
+ IMPORTS
+ OBJECT-TYPE
+ FROM RFC-1212
+ enterprises
+ FROM RFC1155-SMI;
+
+
+
+ dragonwave OBJECT IDENTIFIER
+ ::= { enterprises 7262 }
+
+ horizon OBJECT IDENTIFIER
+ ::= { dragonwave 2 }
+
+--
+-- Node definitions
+--
+ hzSystemType OBJECT-TYPE
+ SYNTAX INTEGER { odu( 1 ) , idu( 2 ) , quantum( 3 ), hcp(4)}
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current type of the system. "
+ ::= { horizon 1 }
+
+END