summaryrefslogtreecommitdiff
path: root/MIBS/awplus/AT-RESOURCE-MIB
blob: 0c08775398bb55f0475e8112608992cf12d343b9 (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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
--  ============================================================================
-- AT-RESOURCE.MIB, Allied Telesis enterprise MIB: hardware resources
--
-- Copyright (c) 2008 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================

    AT-RESOURCE-MIB DEFINITIONS ::= BEGIN

        IMPORTS
            sysinfo
                FROM AT-SMI-MIB
            Unsigned32, OBJECT-TYPE, MODULE-IDENTITY
                FROM SNMPv2-SMI
            DisplayString
                FROM SNMPv2-TC;


        resource MODULE-IDENTITY
            LAST-UPDATED "201405260000Z"
            ORGANIZATION
                "Allied Telesis, Inc."
            CONTACT-INFO
                "  http://www.alliedtelesis.com"
            DESCRIPTION
                "The AT-RESOURCE-MIB contains objects for displaying system
                hardware resource information."
            REVISION "201405260000Z"
            DESCRIPTION
                "Updated decriptions for hostInfoTable and hostInfoEntry"
            REVISION "201404300000Z"
            DESCRIPTION
                "Updated decriptions to refer to chassisMappingTable"
            REVISION "201404160000Z"
            DESCRIPTION
                "Added more descriptions to rscStkId for VCStack Plus and increase
                 the range to 1-24."
            REVISION "201209210000Z"
            DESCRIPTION
                "Added chassis switch (e.g. SBx8100) descriptions to stack-related MIB objects"
            REVISION "201205220300Z"
            DESCRIPTION
                "rscStkId range now 1..12 (from 1..8)."
            REVISION "201006150015Z"
            DESCRIPTION
                "MIB revision history dates in descriptions updated."
            REVISION "200910222300Z"
            DESCRIPTION
                "In standalone mode the AT-RESOURCE-MIB was indexed by the
                default stack member ID of 1.  This has been updated to index
                by the stack member ID of the device."
            REVISION "200810201000Z"
            DESCRIPTION
                "Add objects for displaying host information. "
            REVISION "192008090400Z"
            DESCRIPTION
                "Initial version."
            ::= { sysinfo 21 }




--
-- Node definitions
--

        rscBoardTable OBJECT-TYPE
            SYNTAX SEQUENCE OF RscBoardEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "A table of information about boards installed in a device."
            ::= { resource 1 }


        rscBoardEntry OBJECT-TYPE
            SYNTAX RscBoardEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "A conceptual row of entries of rscBoardTable."
            INDEX { rscStkId, rscResourceId }
            ::= { rscBoardTable 1 }


        RscBoardEntry ::=
            SEQUENCE {
                rscStkId
                    Unsigned32,
                rscResourceId
                    Unsigned32,
                rscBoardType
                    DisplayString,
                rscBoardName
                    DisplayString,
                rscBoardID
                    Unsigned32,
                rscBoardBay
                    DisplayString,
                rscBoardRevision
                    DisplayString,
                rscBoardSerialNumber
                    DisplayString
             }

        rscStkId OBJECT-TYPE
            SYNTAX Unsigned32 (1..24)
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "The ID of the stack member. It is a number assigned to
                a stackable unit by the operating system when it is stacked.
                An initial value of 1 is given to a stand alone unit. For a
                chassis switch, it corresponds to the card ID. For VCStack Plus,
                1-12 refers to the cards on VCS stack member 1 and 13-24 refers
                to the cards on VCS stack member 2.
                Refer to chassisMappingTable for more details."
            ::= { rscBoardEntry 1 }


        rscResourceId OBJECT-TYPE
            SYNTAX Unsigned32 (1..4294967294)
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "The resource ID number of the board. It is a number assigned to
                a hardware resource when the operating system detects
                its existence."
            ::= { rscBoardEntry 2 }


        rscBoardType OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "This object indicates the type of the board. Its value can be
                'Base', 'Expansion', 'Fan module' or 'PSU', etc."
            ::= { rscBoardEntry 3 }


        rscBoardName OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "This object represents the name of the board. Its value can be
                'SwitchBlade x908', 'XEM-12S' or 'AT-PWR05-AC', etc."
            ::= { rscBoardEntry 4 }


        rscBoardID OBJECT-TYPE
            SYNTAX Unsigned32
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "This object represents the ID number of the board. Its value is an
                Allied Telesis assigned number, such as 274 for the XEM-12S, or 255
                for the AT-9924Ts. "
            ::= { rscBoardEntry 5 }


        rscBoardBay OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-write
            STATUS current
            DESCRIPTION
                "This object indicates the board installation location. Its
                value can be 'Bay1', 'Bay2' or 'PSU1', etc. For a base board,
                it has a value of a single character space. "
            ::= { rscBoardEntry 6 }


        rscBoardRevision OBJECT-TYPE
            SYNTAX DisplayString (SIZE (1..5))
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "This object represents the revision number of the board."
            ::= { rscBoardEntry 7 }


        rscBoardSerialNumber OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "This object represents the serial number of the board."
            ::= { rscBoardEntry 8 }


        hostInfoTable OBJECT-TYPE
            SYNTAX SEQUENCE OF HostInfoEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "A list of host entries."
            ::= { resource 2 }


        hostInfoEntry OBJECT-TYPE
            SYNTAX HostInfoEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "A set of parameters that describe a single host."
            INDEX { rscStkId }
            ::= { hostInfoTable 1 }


        HostInfoEntry ::=
            SEQUENCE {
                hostInfoDRAM
                    DisplayString,
                hostInfoFlash
                    DisplayString,
                hostInfoUptime
                    DisplayString,
                hostInfoBootloaderVersion
                    DisplayString
             }

        hostInfoDRAM OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "This object indicates the host DRAM information."
            ::= { hostInfoEntry 1 }


        hostInfoFlash OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "This object indicates the host Flash information."
            ::= { hostInfoEntry 2 }


        hostInfoUptime OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "This object represents the host up time."
            ::= { hostInfoEntry 3 }


        hostInfoBootloaderVersion OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "This object represents the host boot loader version."
            ::= { hostInfoEntry 4 }



    END

--
-- at-resource.mib
--