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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
|
--
-- Juniper Enterprise Specific MIB: Fabric MIB
--
-- Copyright (c) 2012, Juniper Networks, Inc.
-- All rights reserved.
--
JUNIPER-FABRIC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Integer32, Counter64
FROM SNMPv2-SMI
CounterBasedGauge64
FROM HCNUM-TC
TEXTUAL-CONVENTION
FROM SNMPv2-TC
jnxFabricMibRoot
FROM JUNIPER-SMI;
jnxFabricMib MODULE-IDENTITY
LAST-UPDATED "201410090000Z"
ORGANIZATION "Juniper Networks, Inc."
CONTACT-INFO
" Juniper Technical Assistance Center
Juniper Networks, Inc.
1133 Innovation Way
Sunnyvale, CA 94089
E-mail: support@juniper.net"
DESCRIPTION
"The MIB modules representing Juniper Networks
fabric Manager"
REVISION
"201410090000Z" -- 09-Oct-14
DESCRIPTION
"Initial"
::= { jnxFabricMibRoot 1 }
jnxFabricMibObjects OBJECT IDENTIFIER ::= { jnxFabricMib 1 }
--
-- Textual Conventions
--
JnxFabricType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A value representing fabric statistics source or destination type.
switch-fabric(1) Indicates switch-fabric
linecard(2) Indicates linecard"
REFERENCE ""
SYNTAX INTEGER {
switch-fabric(1),
linecard(2)
}
JnxFabricStatisticsPriority ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A value representing fabric statisitcs priority, if applicable.
high(0) Indicates high priority
low(1) Indicates low priority
all(255) Indicates no specific priority"
REFERENCE ""
SYNTAX INTEGER {
high(0),
low(1),
all(255)
}
-- Juniper Fabric Manager MIB
--
--
-- Fabric Statistics Table
--
jnxFabricStatistics OBJECT IDENTIFIER ::= { jnxFabricMibObjects 1 }
jnxFabricSourceStatisticsTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxFabricSourceStatisticsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of fabric statistics entries based on the source of statistics."
::= { jnxFabricStatistics 1 }
jnxFabricSourceStatisticsEntry OBJECT-TYPE
SYNTAX JnxFabricSourceStatisticsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry of fabric source statistics table."
INDEX { jnxFabricSourceType,
jnxFabricSourceSlot,
jnxFabricSourcePfe,
jnxFabricDestinationType,
jnxFabricDestinationSlot,
jnxFabricDestinationPfe,
jnxFabricSourceStatisticsPriority}
::= { jnxFabricSourceStatisticsTable 1 }
JnxFabricSourceStatisticsEntry ::= SEQUENCE {
jnxFabricSourceType JnxFabricType,
jnxFabricSourceSlot Integer32,
jnxFabricSourcePfe Integer32,
jnxFabricDestinationType JnxFabricType,
jnxFabricDestinationSlot Integer32,
jnxFabricDestinationPfe Integer32,
jnxFabricSourceStatisticsPriority JnxFabricStatisticsPriority,
jnxFabricSourceStatisticsPackets Counter64,
jnxFabricSourceStatisticsBytes Counter64,
jnxFabricSourceStatisticsPps CounterBasedGauge64,
jnxFabricSourceStatisticsBps CounterBasedGauge64,
jnxFabricSourceStatisticsDropPackets Counter64,
jnxFabricSourceStatisticsDropBytes Counter64,
jnxFabricSourceStatisticsDropPps CounterBasedGauge64,
jnxFabricSourceStatisticsDropBps CounterBasedGauge64,
jnxFabricSourceStatisticsQueueDepthAverage CounterBasedGauge64,
jnxFabricSourceStatisticsQueueDepthCurrent CounterBasedGauge64,
jnxFabricSourceStatisticsQueueDepthPeak CounterBasedGauge64,
jnxFabricSourceStatisticsQueueDepthMaximum CounterBasedGauge64,
jnxFabricSourceStatisticsErrorPackets Counter64,
jnxFabricSourceStatisticsErrorPps CounterBasedGauge64
}
jnxFabricSourceType OBJECT-TYPE
SYNTAX JnxFabricType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Source fabric type."
::= { jnxFabricSourceStatisticsEntry 1 }
jnxFabricSourceSlot OBJECT-TYPE
SYNTAX Integer32 (0..1023 | 65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Denotes plane number for switch-fabric / slot number for linecard. If there is no per plane statistics available, then it shall be 65535."
::= { jnxFabricSourceStatisticsEntry 2 }
jnxFabricSourcePfe OBJECT-TYPE
SYNTAX Integer32 (0..8191 | 65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Denotes pfe number. It is applicable only when source type is linecard and shall be 65535 for switch-fabric."
::= { jnxFabricSourceStatisticsEntry 3 }
jnxFabricDestinationType OBJECT-TYPE
SYNTAX JnxFabricType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Destination fabric type."
::= { jnxFabricSourceStatisticsEntry 4 }
jnxFabricDestinationSlot OBJECT-TYPE
SYNTAX Integer32 (0..1023 | 65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Denotes plane number for switch-fabric / slot number for linecard. If there is no per plane statistics available, then it shall be 65535."
::= { jnxFabricSourceStatisticsEntry 5 }
jnxFabricDestinationPfe OBJECT-TYPE
SYNTAX Integer32 (0..8191 | 65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Denotes pfe number. It is applicable only when destination type is linecard and shall be 65535 for switch-fabric."
::= { jnxFabricSourceStatisticsEntry 6 }
jnxFabricSourceStatisticsPriority OBJECT-TYPE
SYNTAX JnxFabricStatisticsPriority
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Statistics priority."
::= { jnxFabricSourceStatisticsEntry 7 }
jnxFabricSourceStatisticsPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of packets transmitted for a source."
::= { jnxFabricSourceStatisticsEntry 8 }
jnxFabricSourceStatisticsBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes transmitted for a source."
::= { jnxFabricSourceStatisticsEntry 9 }
jnxFabricSourceStatisticsPps OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Rate of transmission in packets per second for a source."
::= { jnxFabricSourceStatisticsEntry 10 }
jnxFabricSourceStatisticsBps OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Rate of transmission in bytes per second for a source."
::= { jnxFabricSourceStatisticsEntry 11 }
jnxFabricSourceStatisticsDropPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of packets dropped for a source."
::= { jnxFabricSourceStatisticsEntry 12 }
jnxFabricSourceStatisticsDropBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes dropped for a source."
::= { jnxFabricSourceStatisticsEntry 13 }
jnxFabricSourceStatisticsDropPps OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Drop rate in packets per second for a source."
::= { jnxFabricSourceStatisticsEntry 14 }
jnxFabricSourceStatisticsDropBps OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Drop rate in bytes per second for a source."
::= { jnxFabricSourceStatisticsEntry 15 }
jnxFabricSourceStatisticsQueueDepthAverage OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average queue depth, if applicable for a source type. Else it shall be 0."
::= { jnxFabricSourceStatisticsEntry 16 }
jnxFabricSourceStatisticsQueueDepthCurrent OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current queue depth, if applicable for a source type. Else it shall be 0."
::= { jnxFabricSourceStatisticsEntry 17 }
jnxFabricSourceStatisticsQueueDepthPeak OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Peak queue depth, if applicable for a source type. Else it shall be 0."
::= { jnxFabricSourceStatisticsEntry 18 }
jnxFabricSourceStatisticsQueueDepthMaximum OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Maximum queue depth, if applicable for a source type. Else it shall be 0."
::= { jnxFabricSourceStatisticsEntry 19 }
jnxFabricSourceStatisticsErrorPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of errror packets for a source."
::= { jnxFabricSourceStatisticsEntry 20 }
jnxFabricSourceStatisticsErrorPps OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Error rate in packets per second for a source."
::= { jnxFabricSourceStatisticsEntry 21 }
END
|