summaryrefslogtreecommitdiff
path: root/MIBS/dragonwave/HORIZON-MIB
blob: 9f2736507858d96ca88197850bccd01407637fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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