summaryrefslogtreecommitdiff
path: root/MIBS/openaccess/OA-SMI
diff options
context:
space:
mode:
Diffstat (limited to 'MIBS/openaccess/OA-SMI')
-rw-r--r--MIBS/openaccess/OA-SMI65
1 files changed, 65 insertions, 0 deletions
diff --git a/MIBS/openaccess/OA-SMI b/MIBS/openaccess/OA-SMI
new file mode 100644
index 0000000..da01d1e
--- /dev/null
+++ b/MIBS/openaccess/OA-SMI
@@ -0,0 +1,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