summaryrefslogtreecommitdiff
path: root/MIBS/accedian/ACCEDIAN-SMI
blob: 9bf2efd437939dca22fa1806aff60ba760072362 (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
66
67
68
69
70
71
72
73
74
75
--
-- Accedian Enterprise Specific MIB: Structure of Management Information
-- 
-- Copyright (c) 2005-2008, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--


ACCEDIAN-SMI DEFINITIONS ::= BEGIN

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

accedianMIB MODULE-IDENTITY
    LAST-UPDATED "200608060100Z"
    ORGANIZATION "Accedian Networks, Inc."
    CONTACT-INFO
            "Accedian Technical Assistance Center
             Accedian Networks, Inc.
             4878 Levy, suite 202
             Saint-Laurent, Quebec Canada H4R 2P1
             E-mail: support@accedian.com"
    DESCRIPTION
            "The Structure of Management Information for Accedian Networks."

    REVISION "200608060100Z"        -- 6 Aug 2006
    DESCRIPTION
            "Initial version of MIB module ACCEDIAN-SMI."

    ::= { enterprises 22420 }

--
-- Accedian MIB tree structure
--

acdProducts OBJECT-IDENTITY
    STATUS  current
    DESCRIPTION
            "The root of Accedian's Product OIDs."
    ::= { accedianMIB 1 }

acdMibs OBJECT-IDENTITY 
    STATUS  current
    DESCRIPTION
            "The root of Accedian's MIB objects."
    ::= { accedianMIB 2 }

acdTraps OBJECT-IDENTITY 
    STATUS  current
    DESCRIPTION
            "The root of Accedian's Trap OIDs."
    ::= { accedianMIB 3 }

--  This is the top-level object identifier registry used by Accedian
--  products for SNMP modules containing experimental MIB definitions.
--  In this context, experimental MIBs are defined as:
--    1) IETF work-in-process MIBs which have not been assigned a permanent
--       object identifier by the IANA.
--    2) Accedian work-in-process MIBs that have not achieved final
--       production quality or field experience.
--   NOTE: Support for MIBs under the this OID subtree is temporary and
--         changes to objects may occur without notice."

acdExperiment  OBJECT IDENTIFIER ::= { accedianMIB 4 }

acdServices OBJECT-IDENTITY
    STATUS  current
    DESCRIPTION
            "The root of Accedian's Services OIDs."
    ::= { accedianMIB 5 }

END