summaryrefslogtreecommitdiff
path: root/MIBS/alpineoe/ALPINE-ROOT
blob: b2f78cacf9ac22983c8ee3b42be6d099dc0e981e (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
33
34
35
36
37
38
39
40
41
42
43
44
45
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
--