summaryrefslogtreecommitdiff
path: root/MIBS/junose/Juniper-ES2-Registry
blob: 1ee73bdafc2a81b00bf98b595cd32bd14e97ea6a (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
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417

-- *****************************************************************************
-- Juniper-ES2-Registry
--
-- Juniper Networks enterprise SNMP MIB.
--   Registry for the second generation E-series edge router product entities.
--
-- Copyright (c) 2003-2008 Juniper Networks, Inc.
--   All Rights Reserved.
-- *****************************************************************************

Juniper-ES2-Registry  DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, OBJECT-IDENTITY
        FROM SNMPv2-SMI
    juniAdmin
        FROM Juniper-Registry;

juniES2Registry  MODULE-IDENTITY
    LAST-UPDATED "200805081148Z"  -- 08-May-08 07:48 AM EDT
    ORGANIZATION "Juniper Networks, Inc."
    CONTACT-INFO
        "       Juniper Networks, Inc.
        Postal: 10 Technology Park Drive
                Westford, MA  01886-3146
                USA
        Tel:    +1 978 589 5800
        Email:  mib@Juniper.net"
    DESCRIPTION
        "Juniper second generation E-series product family system-specific
        object identification values.  This module defines AutonomousType (OID)
        values for all the physical entity types (entPhysicalVendorType).  This
        module will be updated whenever a new type of module or other hardware
        becomes available in second generation E-series systems."
    -- Revision History
    REVISION    "200805081148Z"  -- 08-May-08 07:48 AM EDT  - JUNOSe 10.0
    DESCRIPTION
        "Added es2Lm10s support."
    REVISION    "200612182106Z"  -- 18-Dec-06 04:06 PM EST  - JUNOSe 8.3
    DESCRIPTION
        "Added GE20 IOA Support." 
    REVISION    "200611240913Z"  -- 24-Nov-06 04:13 AM EST  - JUNOSe 8.2
    DESCRIPTION
        "Added E120 product family support."
    REVISION    "200601061806Z"  -- 06-Jan-06 01:06 PM EST  - JUNOSe main
    DESCRIPTION
        "Added LM10 Access Support." 
    REVISION    "200509151346Z"  -- 15-Sep-05 09:46 AM EDT  - JUNOSe 7.2
    DESCRIPTION
        "Added LM10 Uplink Support." 
    REVISION    "200508191158Z"  -- 19-Aug-05 06:58 AM EST  - JUNOSe main
    DESCRIPTION
        "Added GE8 Support." 
    REVISION    "200507291826Z"  -- 29-Jul-05 02:26 PM EDT  - JUNOSe 7.0.1
    DESCRIPTION
        "renamed entity objects, reordered to match rsSystem.mi2 and removed
         obsoleted boards."
    REVISION    "200412231158Z"  -- 23-Dec-04 06:58 AM EST  - JUNOSe main
    DESCRIPTION
        "Updated for second generation E-series hardware." 
    REVISION    "200412061021Z"  -- 06-Dec-04 05:21 AM EDT  - JUNOSe main
    DESCRIPTION
        "Renamed E2 MIB objects to ES2 MIB objects."
    REVISION    "200405191742Z"  -- 19-May-04 01:42 PM EDT  - JUNOSe 6.0
    DESCRIPTION
        "Updated for revised E320 hardware."
    REVISION    "200308182027Z"  -- 18-Aug-03 04:27 PM EDT  - JUNOSe 6.0
    DESCRIPTION
        "Initial version of this SNMP management information module."
    ::= { juniAdmin 3 }


-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--  Second generation E-series physical entity identifiers.
--  The OID values under juniES2EntPhysicalType are used by the SNMP agent in
--  the second generation E-series product as the AutonomousType values for the
--  entPhysicalVendorType varbinds for the second generation E-series objects in
--  the entPhysicalTable.
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniES2EntPhysicalType OBJECT IDENTIFIER ::= { juniES2Registry 1 }


--
-- Chassis class
--
es2Chassis  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "The vendor type ID for a second generation E-series chassis.  This
         identifies an 'overall' physical entity for any second generation
         E-series system."
    ::= { juniES2EntPhysicalType 1 }

e320BaseChassis  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 base chassis with 12 slots for line modules - includes chassis,
         midplane, DC PDU, and fan tray. The E320 system uses a carrier-class
         design with a passive midplane, active front-insert line modules(LM) 
         and rear-insert input/output adapters(IOA)."
    ::= { es2Chassis 1 }


e120BaseChassis  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E120 base chassis with 6 slots for line modules - includes chassis,
         midplane, DC PDU, and fan tray. The E120 system uses a carrier-class
         design with a passive midplane, active front-insert line modules(LM) 
         and rear-insert input/output adapters(IOA)."
    ::= { es2Chassis 2 }




--
-- Fan class
--
es2FanAssembly  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "The vendor type ID for a second generation E-series fan assembly."
    ::= { juniES2EntPhysicalType 2 }

e320PrimaryFanTray  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 fan tray with 8 fans."
    ::= { es2FanAssembly 1 }

e320AuxiliaryFanTray  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 fan tray with 8 fans."
    ::= { es2FanAssembly 2 }

e120PrimaryFanTray  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E120 fan tray with 9 fans."
    ::= { es2FanAssembly 3 }


--
-- Power Supply class
--
es2PowerInput  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "The vendor type ID for a second generation E-series power distribution
         module."
    ::= { juniES2EntPhysicalType 3 }

e320DcPowerDistributionUnit  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 DC power distribution unit (PDU)."
    ::= { es2PowerInput 1 }


--
-- Backplane class
--
es2Midplane  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "The vendor type ID for a second generation E-series midplane."
    ::= { juniES2EntPhysicalType 4 }

e320Midplane  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 chassis midplane."
    ::= { es2Midplane 1 }

e120Midplane  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E120 chassis midplane."
    ::= { es2Midplane 2 }

--
-- Module class - integrated system controller/switch fabric
--
es2SrpModule  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "The vendor type ID for a second generation E-series system controller/
         switch fabric module."
    ::= { juniES2EntPhysicalType 5 }

e320Srp100  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 100Gb SRP - The Switch Route Processor (SRP)
         is responsible for running the routing protocols as well as
         overall system control. The SRP also contains a switch fabric
         slice that is responsible for packet forwarding."
    ::= { es2SrpModule 1 }

e320Srp320  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 320Gb SRP - The Switch Route Processor (SRP)
         is responsible for running the routing protocols as well as
         overall system control. The SRP also contains a switch fabric
         slice that is responsible for packet forwarding."
    ::= { es2SrpModule 2 }

e120Srp120  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E120 120Gb SRP - The Switch Route Processor (SRP)
         is responsible for running the routing protocols as well as
         overall system control. The SRP also contains a switch fabric
         slice that is responsible for packet forwarding."
    ::= { es2SrpModule 3 }

--
-- Module class - switch fabric
--
es2SwitchFabricModule  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "The vendor type ID for a second generation E-series switch fabric
         module."
    ::= { juniES2EntPhysicalType 6 }

e320Sfm100  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 100Gb switch fabric module. The SFM functions include buffer
         management, queuing, scheduling and packet processing."
    ::= { es2SwitchFabricModule 1 }

e320Sfm320  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 320Gb switch fabric module. The SFM functions include buffer
         management, queuing, scheduling and packet processing."
    ::= { es2SwitchFabricModule 2 }

e120Sfm120  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E120 120Gb switch fabric module. The SFM functions include buffer
         management, queuing, scheduling and packet processing."
    ::= { es2SwitchFabricModule 3 }

--
-- Adapter class - system controller I/O Adapter
--
es2SrpIoa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "The vendor type ID for the system controller I/O adapter for a second
         generation E-series system."
    ::= { juniES2EntPhysicalType 7 }

e320SrpIoa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 SRP IOA. This card provides clocking functions as well as 
         management and alarm interfaces."
    ::= { es2SrpIoa 1 }


--
-- Module class - forwarding
--
es2ForwardingModule  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "The vendor type ID for a second generation E-series forwarding module."
    ::= { juniES2EntPhysicalType 8 }

es2Lm4  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 4Gb (series 1) line module. This Line Module supports both 
         uplink and customer facing IOAs and is responsible for 
         processing data traffic."
    ::= { es2ForwardingModule 1 }

es2Lm10Uplink  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
		"E320 10Gb (series 2) uplink line module. This Line Module is
		primarily focused on uplink IOAs and is responsible for
		processing data traffic."
    ::= { es2ForwardingModule 2 }

es2Lm10  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
         "E320 10Gb (series 3) line module. This Line Module supports
         both uplink and customer facing IOAs and is responsible for
         processing data traffic."
    ::= { es2ForwardingModule 3 }

es2Lm10s  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
         "E320 10Gb (series 4) line module. This Line Module supports
         both uplink and customer facing IOAs and is responsible for
         processing data traffic."
    ::= { es2ForwardingModule 4 }


--
-- Adapter class - forwarding I/O adapter
--
es2ForwardingIoa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "The vendor type ID for a second generation E-series I/O adapter for a
        forwarding module."
    ::= { juniES2EntPhysicalType 9 }

es2Ge4S1Ioa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 GE-4 IOA. This is a series 1, half-height, single wide IOA
         with 4 physical interfaces that require pluggable GE interfaces. This
         IOA uses the full capacity of a Series 1 line module."

    ::= { es2ForwardingIoa 1 }

es2Oc48Stm16PosS1Ioa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 OC48/STM16 POS IOA. This is a series 1, half-height, 
         single wide IOA with 1 physical interface that requires a pluggable 
         OC48/STM16 interface."
    ::= { es2ForwardingIoa 2 }

es2ServiceS1Ioa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 service IOA. This is a series 1, full-height, single 
         wide IOA and does not support any physical interfaces."
    ::= { es2ForwardingIoa 3 }

es2Oc3Stm1x8AtmS1Ioa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 OC3/STM1-8 ATM IOA. This is a series 1, half-height, 
         single wide IOA that supports 8 physical interfaces that require 
         pluggable OC3/STM1 interfaces. This IOA can be combined with other
         half-height IOAs (except those that use the full capacity of a slot's
         bandwidth such as the GE-4 IOA)."
    ::= { es2ForwardingIoa 4 }

es2RedundancyS1Ioa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 redundancy IOA. This is a series 1, full-height, single 
         wide IOA and does not support any physical interfaces."
    ::= { es2ForwardingIoa 5 }

es2Oc12Stm4x2PosS1Ioa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 OC12/STM4-2 POS IOA. This is a series 1, half-height, 
         single wide IOA that supports 2 physical interfaces that require 
         pluggable OC12/STM4 interfaces. This IOA can be combined with other
         half-height IOAs (except those that use the full capacity 
         of a slot's bandwidth such as the GE-4 IOA)."
    ::= { es2ForwardingIoa 6 }

es2Oc12Stm4x2AtmS1Ioa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 OC12/STM4-2 ATM IOA. This is a series 1, half-height, 
         single wide IOA that supports 2 physical interfaces that require 
         pluggable OC12/STM4 interfaces. This IOA can be combined with other 
         half-height IOAs (except those that use the full capacity 
         of a slot's bandwidth such as the GE-4 IOA)."
    ::= { es2ForwardingIoa 7 }

es2dash10GeS1Ioa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 10GE IOA. This is a series 1, full-height, single wide 
         IOA that supports 2 physical interface that requires a pluggable 
         10GE interface."
    ::= { es2ForwardingIoa 8 }

es2Ge8S1Ioa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
		"E320 GE-8 IOA. This is a series 1, half-height, single wide IOA
		that supports 8 physical interfaces that require pluggable GE
		transceivers. This IOA will support a configuration of 8 active
		or 4 active + 4 standby interfaces."
    ::= { es2ForwardingIoa 9 }

es2dash10GePrS2Ioa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
        "E320 10GE IOA with port redundancy (PR). This is a series 2,
        full-height, single wide IOA that supports 2 physical
        interfaces (1 active + 1 standby) that require pluggable 10GE
        transceivers."
    ::= { es2ForwardingIoa 10 }

es2Ge20S2Ioa  OBJECT-IDENTITY
    STATUS      current
    DESCRIPTION
		"E320 GE-20 IOA. This is a series 2, full-height, single wide IOA
		that supports 20 physical interfaces that require pluggable GE
		transceivers. This IOA will support a configuration of 20 active
		or 10 active + 10 standby interfaces."
    ::= { es2ForwardingIoa 11 }

END