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-COMMON-AOS DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
adShared, adIdentityShared
FROM ADTRAN-MIB
adGenAOS, adGenAOSCommon
FROM ADTRAN-AOS;
adGenAOSCommonMib 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 Common enterprise tree node. It
provides a basis for the definition of all other Adtran OS Common
MIBs."
REVISION "201501050000Z" -- January 5, 2015
DESCRIPTION
"Added adGenAOSDyingGasp."
REVISION "201411052205Z" -- November 5, 2014
DESCRIPTION
"Added adGenAOSOverTempProtection."
REVISION "201409100000Z" -- September 10, 2014
DESCRIPTION
"Fixed compile error and cleaned up warnings."
REVISION "201308230000Z" -- August 23, 2013
DESCRIPTION
"Added adGenAosIfPerfHistory."
REVISION "200708230000Z" -- August 23, 2007
DESCRIPTION
"Initial version of this MIB module."
::= { adGenAOS 1 }
adGenAOSUnit OBJECT IDENTIFIER ::= { adGenAOSCommon 1 }
adGenAOSSnmp OBJECT IDENTIFIER ::= { adGenAOSCommon 2 }
adAOSDownload OBJECT IDENTIFIER ::= { adGenAOSCommon 3 }
adGenAOSCpuUtil OBJECT IDENTIFIER ::= { adGenAOSCommon 4 }
adGenAOSMux OBJECT IDENTIFIER ::= { adGenAOSCommon 5 }
adGenAOSFileSystem OBJECT IDENTIFIER ::= { adGenAOSCommon 6 }
adGenAosIfPerfHistory OBJECT IDENTIFIER ::= { adGenAOSCommon 7 }
adGenAOSFan OBJECT IDENTIFIER ::= { adGenAOSCommon 8 }
adGenAOSNetSync OBJECT IDENTIFIER ::= { adGenAOSCommon 9 }
adGenAOSOverTempProtection OBJECT IDENTIFIER ::= { adGenAOSCommon 10 }
adGenAOSDyingGasp OBJECT IDENTIFIER ::= { adGenAOSCommon 11 }
--
-- 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 - adGenAOSUnit
--
-- Contains device information, contact information, and overall system health information."
-- identifier sequence - 1.3.6.1.4.1.664.5.53.1.1
--
--
-- AOS Common Section - adGenAOSSnmp
--
-- defines how the method for configuring an ADTRAN OS
-- device for SNMP community names and configuration for TRAP
-- manager destinations."
-- identifier sequence - 1.3.6.1.4.1.664.5.53.1.2
--
--
-- AOS Common Section - adAOSDownload
--
-- defines how the method for commanding an ADTRAN
-- OS device to initiate a download or upload of configuration
-- or firmware from a TFTP server.
-- identifier sequence - 1.3.6.1.4.1.664.5.53.1.3
--
--
-- AOS Common Section - adGenAOSCpuUtil
--
-- Contains information regarding CPU utilization, Memory usage
-- and system process status.
-- identifier sequence - 1.3.6.1.4.1.664.5.53.1.4
--
-- AOS Common Section - adGenAOSMux
--
-- Contains informaging regarding the management of AOS products with
-- TDM multiplexing and/or cross-connects.
-- identifier sequence - 1.3.6.1.4.1.664.5.53.1.5
--
--
-- AOS Common Section - adGenAOSFileSystem
--
-- Contains device information, contact information, and
-- overall system health information.
-- identifier sequence - 1.3.6.1.4.1.664.5.53.1.6
--
--
-- AOS Common Section - adGenAOSIfPerfHistory
--
-- Contains performance history information for interfaces.
-- identifier sequence - 1.3.6.1.4.1.664.5.53.1.7
--
--
-- AOS Common Section - adGenAOSOverTempProtection
--
-- Contains notifications for over-temperature events.
-- identifier sequence - 1.3.6.1.4.1.664.5.53.1.10
--
--
-- AOS Common Section - adGenAOSDyingGasp
--
-- Contains notifications for dying gasp events.
-- identifier sequence - 1.3.6.1.4.1.664.5.53.1.11
--
END
|