summaryrefslogtreecommitdiff
path: root/MIBS/adtran/ADTRAN-AOS
blob: e20fbd00ebee4780d1448a69549354b8392a1923 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
       ADTRAN-AOS DEFINITIONS ::= BEGIN

       IMPORTS
           MODULE-IDENTITY
               FROM SNMPv2-SMI
           adShared, adIdentityShared
               FROM ADTRAN-MIB;

       adGenAOSMib MODULE-IDENTITY
        LAST-UPDATED "201409100000Z" -- September 10, 2014
	ORGANIZATION "ADTRAN, Inc."
        CONTACT-INFO
               "Technical Support Dept.
                Postal: ADTRAN, Inc.
                901 Explorer Blvd.
                Huntsville, AL 35806

                Tel: +1 800 726-8663
                Fax: +1 256 963 6217
                E-mail: support@adtran.com"

            DESCRIPTION
                        "This MIB defines the Adtran OS enterprise tree node.  It
                         provides a basis for the definition of all other Adtran OS
                         MIBs."
            
            REVISION    "201409100000Z" -- September 10, 2014
            DESCRIPTION
                    "Added adGenAOSMef OID."

            REVISION    "201204270000Z"  -- April 27, 2012
            DESCRIPTION
                    "Added adGenAOSApplications OID."

            REVISION    "201007050000Z"  -- July 5, 2010
            DESCRIPTION
                    "Added adGenAOSPower OID."
                    
            REVISION    "200410200000Z"  -- October 20, 2004
            DESCRIPTION
                    "Initial version of this MIB module."
            
           ::= { adIdentityShared 53 }

        adGenAOS               OBJECT IDENTIFIER ::= {  adShared 53 }
	    adGenAOSCommon         OBJECT IDENTIFIER ::= {  adGenAOS 1 }
        adGenAOSRouter         OBJECT IDENTIFIER ::= {  adGenAOS 2 }
        adGenAOSSecurity       OBJECT IDENTIFIER ::= {  adGenAOS 3 }
        adGenAOSSwitch         OBJECT IDENTIFIER ::= {  adGenAOS 4 }
        adGenAOSVoice          OBJECT IDENTIFIER ::= {  adGenAOS 5 }
        adGenAOSWan            OBJECT IDENTIFIER ::= {  adGenAOS 6 }
        adGenAOSPower          OBJECT IDENTIFIER ::= {  adGenAOS 7 }
        adGenAOSConformance    OBJECT IDENTIFIER ::= {  adGenAOS 99 }
        adGenAOSApplications   OBJECT IDENTIFIER ::= {  adGenAOS 8 }
        adGenAOSMef            OBJECT IDENTIFIER ::= {  adGenAOS 9 }

    --
    -- adGenAOS
    --
    -- The features in Adtran OS products that support SNMP
    -- management appear in a list under the "adGenAOS" node.
    --

    --
    -- AOS Common Section - adGenAOSCommon
    --
    -- Contains general information and config for AOS products
    -- identifier sequence - 1.3.6.1.4.1.664.5.53.1
    --

    --
    -- AOS Common Section - adGenAOSRouter
    --
    -- Contains general information and config for routing functions.
    -- identifier sequence - 1.3.6.1.4.1.664.5.53.2
    --

    --
    -- AOS Common Section - adGenAOSSecurity
    --
    -- Contains general information and config for Security specific
    -- functions.
    -- identifier sequence - 1.3.6.1.4.1.664.5.53.3
    --

    --
    -- AOS Common Section - adGenAOSSwitch
    --
    -- Contains general information and config for Switch-specific
    -- functions.
    -- identifier sequence - 1.3.6.1.4.1.664.5.53.4
    --

    --
    -- AOS Common Section - adGenAOSVoice
    --
    -- Contains general information and config for Voice-specific
    -- functions.
    -- identifier sequence - 1.3.6.1.4.1.664.5.53.5
    --

    --
    -- AOS Common Section - adGenAOSWan
    --
    -- Contains general information and config for WAN functions.
    -- identifier sequence - 1.3.6.1.4.1.664.5.53.6
    --                                                 
    
    -- 
    -- AOS Power Section - AdGenAOSPower    
    --
    -- Contains general information and config for power monitoring.
    -- identifier sequence - 1.3.6.1.4.1.664.5.53.7
    --

    --
    -- AOS Common Section - adGenAOSConformance
    --
    -- Contains general information and config for AOS Conformance
    -- identifier sequence - 1.3.6.1.4.1.664.5.53.99
    --

    --
    -- AOS Common Section - adGenAOSApplications
    --
    -- Contains general information and config for Applications
    -- identifier sequence - 1.3.6.1.4.1.664.5.53.8
    --

    --
    -- AOS Common Section - adGenAOSMef
    --
    -- Contains general information and config for MEF
    -- identifier sequence - 1.3.6.1.4.1.664.5.53.9
    --

       END