summaryrefslogtreecommitdiff
path: root/MIBS/openaccess/OA-SMI
blob: da01d1e6ac1ac11c7d1f3d8f32a7c461a35c68fe (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
-- *****************************************************************
-- OA-SMI.my:  Open Access Communications Structure of Management Information
--
-- July 2010
--
-- Copyright (c) 2010 by Open Access Pty Ltd
-- All rights reserved.
-- 
-- *****************************************************************
--

OA-SMI DEFINITIONS ::= BEGIN

IMPORTS
	MODULE-IDENTITY,
	OBJECT-IDENTITY,
	enterprises
		FROM SNMPv2-SMI;

oa MODULE-IDENTITY
       LAST-UPDATED "9910140000Z"
	ORGANIZATION "Open Access Pty Ltd"
	CONTACT-INFO
		"	Open Access
			Customer Service

		Postal: PO Box 61 North Ryde Business Centre
			North Ryde,  1591
			Australia

		   Tel: +61 9978 7009
		E-mail: techsupport@oa.com.au"
	DESCRIPTION
		"The Structure of Management Information for Open Access entrerprise."
--	REVISION "9505160000Z"
--	DESCRIPTION
--		"Initial version of this MIB module."
	::= { enterprises 1732 }


oadirectory OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"Reserved for future use"
	::= { oa 1 }

oacommon OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"Subtree for NetSpire common MIBs."
	::= { oa 2 }

oaspecific OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"Subtree for NetSpire device specific MIBs."
	::= { oa 3 }

oaexperimental OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"Reserved for future use"
	::= { oa 4 }

END