summaryrefslogtreecommitdiff
path: root/MIBS/enterasys/CTRON-SFPS-SIZE-MIB
blob: 5953fcebb5b6d9fc7d626b6ff9f78cca8516fc37 (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
267
268
269
270
271
272
273
274
CTRON-SFPS-SIZE-MIB DEFINITIONS ::= BEGIN

--  sfps-size-mib.txt
--  Revision: 0.0.03
--
--  Cabletron Systems, Inc.
--  35 Industrial Way, P.O. Box 5005
--  Rochester, NH 03867-0505
--  (603) 332-9400
--  support@ctron.com
--
--  This module provides authoritative definitions for Cabletron's
--  enterprise specific Fast Packet Switching Services API MIB.
--
--  This module will be extended, as required.
--
--
--  Cabletron Systems reserves the right to make changes in
--  specification and other information contained in this document
--  without prior notice.  The reader should consult Cabletron Systems
--  to determine whether any such changes have been made.
--
--  In no event shall Cabletron Systems be liable for any incidental,
--  indirect, special, or consequential damages whatsoever (including
--  but not limited to lost profits) arising out of or related to this
--  document or the information contained in it, even if Cabletron
--  Systems has been advised of, known, or should have known, the
--  possibility of such damages.
--
--  Cabletron grants vendors, end-users, and other interested parties
--  a non-exclusive license to use this Specification in connection
--  with the management of Cabletron products.
--  Copyright October 93 Cabletron Systems
--

IMPORTS
      OBJECT-TYPE
                FROM RFC-1212
       DisplayString
                FROM RFC1213-MIB
--  tcl    enterprises
--         IpAddress,
--       Counter, Gauge
--         TimeTicks
--                FROM RFC1155-SMI
 
--  These Objects are defined in the file sfps-inc.mib.txt.0.0.10
        sfpsSizeService, sfpsSizeServiceAPI
                FROM CTRON-SFPS-INCLUDE-MIB;

--  Textual Conventions

--SfpsSwitchInstance ::= OCTET STRING (SIZE(4))
--  this will map to chassis.module index value
 
--SfpsSwitchPort ::= INTEGER
--  this will map to chassis.module.portgroup.portsubgroup.port index value
 
--SfpsAddress ::= OCTET STRING (SIZE (6))
--  this will map to a MAC address
  
--HexInteger ::= INTEGER
--  display this integer in hex format



--  SFPS Diagnostic Statistics Group

sfpsSizeServiceTable     OBJECT-TYPE
        SYNTAX  SEQUENCE OF SfpsSizeServiceEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Displays the current status of the SizeService. This table
                 displays how much was granted to each user, how much was
                 requested, the number of times they've requested, the status,
                 etc. Note :: The <user> refers to the object/code/whatever
                 which makes a request to the SizeService."
        ::= { sfpsSizeService 1 }

sfpsSizeServiceEntry    OBJECT-TYPE
        SYNTAX  SfpsSizeServiceEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "An entry in the SfpsSizeServiceTable instanced by ServiceName"
        INDEX   { sfpsSizeServiceName }
                ::= { sfpsSizeServiceTable 1 }

SfpsSizeServiceEntry ::=
        SEQUENCE {
                sfpsSizeServiceName          DisplayString,  
                sfpsSizeServiceId            INTEGER,  
                sfpsSizeServiceElemSize      INTEGER,  
                sfpsSizeServiceDesired       INTEGER,  
                sfpsSizeServiceGranted       INTEGER,  
                sfpsSizeServiceIncrement     INTEGER,  
                sfpsSizeServiceTotalBytes    INTEGER,
                                sfpsSizeServiceNbrCalls      INTEGER,
                                sfpsSizeServiceRtnStatus     INTEGER,
                                sfpsSizeServiceHowGranted    INTEGER
        }  

sfpsSizeServiceName   OBJECT-TYPE
        SYNTAX  DisplayString
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Displays the Name of the SizeService 'user'"
        ::= { sfpsSizeServiceEntry 1 }

sfpsSizeServiceId   OBJECT-TYPE
        SYNTAX  INTEGER
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Displays the ID corresponding to the Name above"
        ::= { sfpsSizeServiceEntry 2 }


sfpsSizeServiceElemSize   OBJECT-TYPE
        SYNTAX  INTEGER
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Displays the Element Size for the current user (in bytes)."
        ::= { sfpsSizeServiceEntry 3 }


sfpsSizeServiceDesired   OBJECT-TYPE
        SYNTAX  INTEGER
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Displays how many Elements/Bytes the current user asked 
                 for in SizeRequest"
        ::= { sfpsSizeServiceEntry 4 }


sfpsSizeServiceGranted   OBJECT-TYPE
        SYNTAX  INTEGER
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Displays how many Elements/Bytes the current user was 
                 granted via SizeRequest."
        ::= { sfpsSizeServiceEntry 5 }


sfpsSizeServiceIncrement   OBJECT-TYPE
        SYNTAX  INTEGER
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Displays total Element/Bytes the user was granted via 
                 all IncrementRequest calls."
        ::= { sfpsSizeServiceEntry 6 }


sfpsSizeServiceTotalBytes   OBJECT-TYPE
        SYNTAX  INTEGER
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Displays the total number of Bytes the current user was 
                 granted (SizeRequest & IncrementRequest)."
        ::= { sfpsSizeServiceEntry 7 }


sfpsSizeServiceNbrCalls   OBJECT-TYPE
        SYNTAX  INTEGER
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Displays the number of requests the current user has made 
                 to the SizeService."
        ::= { sfpsSizeServiceEntry 8 }


sfpsSizeServiceRtnStatus   OBJECT-TYPE
        SYNTAX  INTEGER {
                        ok(1),
                        nvramOk(2),
                        unknown(3),
                        notAllowed(4),
                        nonApiOk(5)
                }
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Displays the Status of the current user."
        ::= { sfpsSizeServiceEntry 9 }


sfpsSizeServiceHowGranted   OBJECT-TYPE
        SYNTAX  INTEGER {
                        elements(1),
                        memory(2),
                        other(3),
                        notAllowed(4)
                }
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "Displays how the current user was granted it's memory."
        ::= { sfpsSizeServiceEntry 10 }


--  API

sfpsSizeServiceAPIVerb   OBJECT-TYPE
        SYNTAX  INTEGER {
                        other(1),
                        next(2),
                        prev(3),
                        set(4),
                        clear(5),
                        clearAll(6)
                }
        ACCESS  read-write
        STATUS  mandatory
        DESCRIPTION
                "The action desired to perform on the SizeService Table"
        ::= { sfpsSizeServiceAPI 1 }

sfpsSizeServiceAPIName   OBJECT-TYPE
        SYNTAX  DisplayString   
        ACCESS  read-write
        STATUS  mandatory
        DESCRIPTION
                "Name of the SizeService <user>"
        ::= { sfpsSizeServiceAPI 2 }

sfpsSizeServiceAPIId   OBJECT-TYPE
        SYNTAX  INTEGER 
        ACCESS  read-write
        STATUS  mandatory
        DESCRIPTION
                "ID corresponding to the sfpsSizeServiceAPIName"
        ::= { sfpsSizeServiceAPI 3 }

sfpsSizeServiceAPIGrant   OBJECT-TYPE
        SYNTAX  DisplayString   
        ACCESS  read-write
        STATUS  mandatory
        DESCRIPTION
                "Number of Elements/Bytes being requested via SizeRequest."
        ::= { sfpsSizeServiceAPI 4 }

sfpsSizeServiceAPIIncrement   OBJECT-TYPE
        SYNTAX  INTEGER 
        ACCESS  read-write
        STATUS  mandatory
        DESCRIPTION
                "Total Element/Bytes being requested via IncrementRequest"
        ::= { sfpsSizeServiceAPI 5 }

sfpsSizeServiceAPINumberSet   OBJECT-TYPE
        SYNTAX  INTEGER 
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "The Number to set."
        ::= { sfpsSizeServiceAPI 6 }

sfpsSizeServiceAPIVersion   OBJECT-TYPE
        SYNTAX  INTEGER 
        ACCESS  read-only
        STATUS  mandatory
        DESCRIPTION
                "The version."
        ::= { sfpsSizeServiceAPI 7 }

END