This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathCTRON-SSR-HARDWARE-MIB
794 lines (690 loc) · 28 KB
/
CTRON-SSR-HARDWARE-MIB
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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
CTRON-SSR-HARDWARE-MIB DEFINITIONS ::= BEGIN
-- This module provides authoritative definitions for Cabletron's
-- enterprise-specific schema to access SSR Hardware configuration.
--
-- 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 June 1998-2000 Cabletron Systems
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter64, TimeTicks
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
ssrMibs
FROM CTRON-SSR-SMI-MIB;
hardwareMIB MODULE-IDENTITY
LAST-UPDATED "200007170000Z" -- July 17, 2000
ORGANIZATION
"Cabletron Systems, Inc."
CONTACT-INFO
"Enterasys Networks
35 Industrial Way, P.O. Box 5005
Rochester, NH 03867-0505
(603) 332-9400
http://www.enterasys.com"
DESCRIPTION
"This module defines a schema to access SSR hardware configuration."
REVISION "200007170000Z"
DESCRIPTION
"Add support for the Smart Switch 6000 2 Port Gigabit Backplane module
to the SSRModuleType for the Enterasys SSR product line"
REVISION "200007150000Z"
DESCRIPTION
"Update contact information. This mib is found on Riverstone Networks RS product line
as well as Enterasys SSR product line"
REVISION "200005310000Z"
DESCRIPTION
"Modify SSRPortConnectorType for GBIC connector in 4.0 and update sysHwModuleService
by appending the board serial number for 4.0 for RS-32000."
REVISION "200003200000Z"
DESCRIPTION
"Add Firmware 4.0 support. 3200 series modules, gigabit modules with GBIC support."
REVISION "9912300000Z"
DESCRIPTION
"Add Firmware 3.1 support. 16 port 10/100 TX, Gigabit over Copper, ATM OC-3, POS OC3/12."
REVISION "9901200000Z"
DESCRIPTION
"Add Firmware 3.0 support. Add Backup control module status and last Hotswap event."
REVISION "9808040000Z"
DESCRIPTION
"First Revision of SSR Hardware mib. "
::= { ssrMibs 200 }
-- InterfaceIndex contains the semantics of ifIndex and
-- should be used for any objects defined on other mib
-- modules that need these semantics.
SSRInterfaceIndex ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A unique value, greater than zero, for each interface
or interface sub-layer in the managed system. It is
recommended that values are assigned contiguously
starting from 1. The value for each interface sub-
layer must remain constant at least from one re-
initialization of the entity's network management
system to the next re-initialization."
SYNTAX INTEGER (0..65535)
SSRModuleType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A unique value, greater than zero, for each module
type supported by the SSR series of products."
SYNTAX INTEGER {
controlModule(1), -- The Control Module type I
ether100TX(2), -- 10 or 100 Mbps Ethernet, 8 port RJ45
ether100FX(3), -- 100 Mbps Ethernet Fiber
gigabitSX(4), -- Gigabit SX Fiber (1000 Mbps Ethernet)
gigabitLX(5), -- Gigabit LX Fiber (1000 Mbps Ethernet)
serial4port(6), -- WAN DS1 speed 4 ports
hssi(7), -- WAN DS3 speed 2 ports
unknown(8), -- unknown module detected
gigabitLLX(9), -- Gigabit LLX Fiber (1000 Mbps Ethernet) 2 port
none(10), -- no card present in slot
controlModule2(11), -- Control Module type II (Elan)
gigabitLLX2P(12), -- Gigabit LLX Fiber (1000 Mbps Ethernet) 1 port
serial2port(13), -- WAN DS1 2 ports
cmts1x4port(15), -- Cable Modem Termination System 1 downstream 4 upstream
fddi2port(16),
controlModule3(17), -- Control Module type III (Esprit)
serial4portCE(20), -- WAN 4 port Serial Compression & Encrpytion
ether100TX16port(21), -- 10 or 100 Mbps Ethernet 16 port
gigabitTX(22), -- Gigabit SX TX (1000 Mbps Ethernet over copper)
atm155(24), -- ATM 1.5-155 2 port with modular physical port connectors
sonet4PortOc3(25), -- Packet over SONET 4 ports Oc3
sonet2PortOc12(26), -- Packet over SONET 2 ports Oc12
gigabitFX4P(27), -- 4 Port Gigabit Ethernet short haul
gigabitFX4PGBIC(28), -- 4 Port Gigabit Ethernet with modular physical port connectors
gigabitFX2PGBIC(29), -- 2 Port Gigabit Ethernet with modular physical port connectors
gigabit6K2PBP(30), -- 2 Port Gigabit SS6000 Backplane port
-- 32000 chasss modules
rbGigabit8PGBIC(503), -- 8 Port Gigabit Ethernet with modular physical port connectors
rbGigabit4PGBIC(504), -- 4 Port Gigabit Ethernet with modular physical port connectors
rbEther100TX24P(505), -- 24 Port 10/100 Mbps Ethernet RJ45
rbEther100TC32P(506), -- 32 Port 10/100 Mbps Ethernet Telco
rbControlModule(507) -- 32000 Control Module
}
SSRModuleStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Current state of module. online indicates the normal state. Offline indicates a powered off or failed
module. Modules may be powered off prior to hot swap."
SYNTAX INTEGER {
online(1), -- Module working normally
offline(2) -- Module is powered off
}
SSRPortType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A unique value, greater than zero, for each physical port
type supported by the SSR series of products."
SYNTAX INTEGER {
etherFast(1), -- 10 Mbps Ethernet or 100 Mbps Fast Ethernet capable port
gigEther(2), -- Gigabit (1000 Mbps Ethernet)
hssi(3), -- WAN HSSI Interface
serial(4), -- WAN T1 High Speed Serial Interface
unknown(5), -- unknown Port Type
sonet(6), -- Synchronous Optical Network Interface
ds1(7), -- Digital Signal 1 aka T1
ds3(8), -- Digital Signal 3 aka T3
cmt(9), -- Cable Modem Termination Interface
e1(10), -- E1 Digital Signal
e3(11), -- E3 Digital Signal
fddi(12) -- FDDI port
}
SSRPortConnectorType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A unique value, greater than zero, for each physical port
type supported by the SSR series of products"
SYNTAX INTEGER {
empty(0), -- Used for GBIC, No GBIC ( empty)
db9m(1), -- DB-9 Male connector
db9f(2), -- DB-9 Female connector
db15m(3), -- DB-15 Male connector
db15f(4), -- DB-15 Female connector
db25m(5), -- DB-25 Male connector
db25f(6), -- DB-25 Female connector
rj11(7), -- RJ-11 type jack
rj45(8), -- RJ-45 type jack, also known as MJ-8
aui(9), -- AUI connector
ftypef(10), -- CATV F-Type Female connector
fiberScMM(11), -- Fiber optics SC connector MultiMode, female connector
v35(12), -- V.35 shared 60 pin connector, female connector
eia530(13), -- EIA 530 shared 60 pin connector, female connector
rs44x(14), -- RS-449/442 shared 60 pin connector, female connector
x21(15), -- X.21 shared 60 pin connector, female connector
hssi(16), -- HSSI 50 pin connector, female connector
unknown(17), -- unknown connector
fiberScSM(18), -- Fiber optics SC connector Single Mode, female
fiberMTRjMM(19), -- Fiber optics Female MTRJ connector, Single Mode, female connector
fiberMTRjSM(20), -- Fiber optics Female MTRJ connector, Single Mode, female connector
bncf(21), -- Coaxial BNC Female connector
bncm(22), -- Coaxial BNC Male connector
rj21(23), -- RJ-21 50 Pin Connector
fiberScSMLH(24) -- Fiber optics Single Mode, Long Haul
}
SSRserviceType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A string that is unique to a module in production. This string
is used by Cabletron Service and Manufacturing as
to identify shipped inventory."
SYNTAX OCTET STRING (SIZE (0..7))
SSRmemorySize ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"An integer that represents the size of memory in Megabytes. -1
represents not-available or not-applicable value."
SYNTAX INTEGER (-1..2147483647)
SSRSwitchingFabricInfo ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A bit string that represents the status of Switching Fabric
in the shelf/chassis. Switching Fabric #1 is first 2 bits 0-1,
#2 is 2-3.
For example, given a 16 slot SSR 8600 which has one
Switching Fabric in Switching Fabric Slot #1
(lowest full length midplane slot) the
integer value 0x00000007 translates into (bits):
0 0 0 0 0 1 1 1
| | | |
| | | +--- switching fabric #1 is present
| | +----- switching fabric is primary
| + ------ switching fabric #2 is present
+--------- switching fabric is standby"
SYNTAX INTEGER (0..63)
SSRCmLedState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A bit string that represents the status of the active Control Module.
Each LED occupies a bit. The value 1 indicates LED is on, 0 is off.
The integer value 0x00000015 translates into (bits):
0 0 0 0 1 1 1 1
| | | |
| | | +- System OK -- SYS OK
| | +--- Heartbeat -- HB
| +----- Error -- ERR
+ ------ Diagnostic -- Diag"
SYNTAX INTEGER (0..15)
SSRBackupCMState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A enumeration that represents the state of the backup control module.
A backup control module prom will boot the system firmware to an
intermediate state and begins sending hello messages to the main cpu
and assume the monitor(3) state. If the prom does not boot the
backup control module, the active control module will report the
status as inactive(2). inactive(2) indicates a failed state as it
means the backup control module can not take over for the active
control module.
If the main cpu fails to respond to the backup control module's
periodic status checks and the backup control module is in the
standby(3) state, the backup control module will reset the active
control module, then reset all line cards and then finish a normal
boot sequence so that it becomes the master. At this point, the
value of this object is active(5).
Flows in the hardware must be reprogrammed and all control protocols
will have to reestablish. An enterprise trap may also be sent.
Normally, slot: CM will be the primary control module. CM/1 is
the slot for the backup control module. If some other line card
exists in slot CM/1 or no card exists, the state of this object
is notInstalled(4)."
SYNTAX INTEGER {
unknown(1), -- status unavailable to snmp agent
inactive(2), -- backup control module is offline
standby(3), -- CM in backup slot CM/1 is standby
notInstalled(4), -- no backup cm installed in Slot: cm/1
active(5) -- CM in backup slot CM/1 is active
}
-- ### groups ###
sysHwGroup OBJECT IDENTIFIER ::= { ssrMibs 1 }
sysHwNumSlots OBJECT-TYPE
SYNTAX INTEGER (0..64)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of slots present in the Shelf/Chassis."
::= { sysHwGroup 1 }
-- the Slot Table
-- The Slot table contains information on the entity's
-- plugged in modules. Each slot can have a module plugged in with
-- different network interfaces and versions.
-- The system show hardware command reports the same data as this table
sysHwModuleTable OBJECT-TYPE
SYNTAX SEQUENCE OF SysHwModuleEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of module entries."
::= { sysHwGroup 2 }
sysHwModuleEntry OBJECT-TYPE
SYNTAX SysHwModuleEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing management information applicable
to a particular module."
INDEX { sysHwModuleSlotNumber}
::= { sysHwModuleTable 1 }
SysHwModuleEntry ::=
SEQUENCE {
sysHwModuleSlotNumber INTEGER,
sysHwModuleType SSRModuleType,
sysHwModuleDesc OCTET STRING,
sysHwModuleNumPorts INTEGER,
sysHwModuleVersion OCTET STRING,
sysHwModuleMemory SSRmemorySize,
sysHwModuleService SSRserviceType,
sysHwModuleStatus SSRModuleStatus
}
sysHwModuleSlotNumber OBJECT-TYPE
SYNTAX INTEGER (1..65)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical slot number of the module in the Shelf/Chassis."
::= { sysHwModuleEntry 1 }
sysHwModuleType OBJECT-TYPE
SYNTAX SSRModuleType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical module type."
::= { sysHwModuleEntry 2 }
sysHwModuleDesc OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The description of the module with it's version number etc.
For the Control Module it should have the software version, the
amount of dynamic RAM, flash RAM."
::= { sysHwModuleEntry 3 }
sysHwModuleNumPorts OBJECT-TYPE
SYNTAX INTEGER (0..256)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of physical ports on this Card/Module."
::= { sysHwModuleEntry 4 }
sysHwModuleVersion OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alpha-numeric version string for this Card/Module."
::= { sysHwModuleEntry 5 }
sysHwModuleMemory OBJECT-TYPE
SYNTAX SSRmemorySize
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"System Memory size available on the Module. Reports
-1 if no memory exists on this module, such as power supplies."
::= { sysHwModuleEntry 6 }
sysHwModuleService OBJECT-TYPE
SYNTAX SSRserviceType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Cabletron service identifier string for this Card/Module.The board serial
number is appended to the string too."
::= { sysHwModuleEntry 8 }
sysHwModuleStatus OBJECT-TYPE
SYNTAX SSRModuleStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current status of this module, online or offline."
::= { sysHwModuleEntry 9 }
-- the Module Port Table
-- The Module table contains information on the entity's
-- ports belonging to various modules.
sysHwPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF SysHwPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of module entries."
::= { sysHwGroup 3 }
sysHwPortEntry OBJECT-TYPE
SYNTAX SysHwPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing management information applicable
to a particular module."
INDEX { sysHwPortSlotNumber, sysHwPortNumber}
::= { sysHwPortTable 1 }
SysHwPortEntry ::=
SEQUENCE {
sysHwPortSlotNumber INTEGER,
sysHwPortNumber INTEGER,
sysHwPortType SSRPortType,
sysHwPortConnectorType SSRPortConnectorType,
sysHwPortIfIndex SSRInterfaceIndex
}
sysHwPortSlotNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical slot number of the module in the Chassis."
::= { sysHwPortEntry 1 }
sysHwPortNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port number of the physical port in the Card/Module."
::= { sysHwPortEntry 2 }
sysHwPortType OBJECT-TYPE
SYNTAX SSRPortType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical port type."
::= { sysHwPortEntry 3 }
sysHwPortConnectorType OBJECT-TYPE
SYNTAX SSRPortConnectorType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical port connector type."
::= { sysHwPortEntry 4 }
sysHwPortIfIndex OBJECT-TYPE
SYNTAX SSRInterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of ifIndex used to access this port in the Interface MIB."
::= { sysHwPortEntry 5 }
-- SSR 8 system hardware group
PowerSupplyBits ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The encoding of the bits are as follows :
Each power supply in the system is represented by two bits.
The lower bit reflecting the presence of the power supply and
the higher bit representing it's state. A 1 reflects a properly
working power supply a 0 one which is down.
This encoding allows for a maximum of 16 power supplies.
For example :
The integer value 0x00000007 translates into
0 0 0 0 0 1 1 1 in bits
| | | |
| | | +- power supply 1 is present
| | +--- power supply 1 is working normally
| +----- power supply 2 is present
+------- power supply 2 is down"
SYNTAX INTEGER (0..255)
sysHwPowerSupply OBJECT-TYPE
SYNTAX PowerSupplyBits
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number and status of power supplies powering the Shelf/Chassis."
::= { sysHwGroup 4 }
sysHwFan OBJECT-TYPE
SYNTAX INTEGER {
working (1),
notWorking(2),
unknown(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current state of the fans located inside the Shelf/Chassis."
::= { sysHwGroup 5 }
sysHwTemperature OBJECT-TYPE
SYNTAX INTEGER {
normal(1),
outOfRange(2),
unknown(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current temperature status of the Shelf/Chassis."
::= { sysHwGroup 6 }
-- Chassis Id
sysHwChassisId OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Operator defined serial number for this particular chassis/shelf."
::= { sysHwGroup 7 }
sysHwSwitchingFabric OBJECT-TYPE
SYNTAX SSRSwitchingFabricInfo
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Status of Switching Fabric in shelf/chassis."
::= { sysHwGroup 19 }
sysHwControlModuleLED OBJECT-TYPE
SYNTAX SSRCmLedState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Status of the shelf/chassis Active Control Module's four LED displays."
::= { sysHwGroup 20 }
sysHwControlModuleBackupState OBJECT-TYPE
SYNTAX SSRBackupCMState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Status of the the backup Control Module as interpreted from the
active control module. CLI: system show hardware will present
the following data: Redundant CPU slot : Not present"
::= { sysHwGroup 21 }
sysHwLastHotSwapEvent OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUpTime when the last hotswap of a physical module event occured."
::= { sysHwGroup 22 }
-- Deprecated Variables Aggregation Counter Group
sysHwTotalInOctets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"The total number of octets into the switch."
::= { sysHwGroup 10 }
sysHwTotalOutOctets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"The total number of octets out of the switch."
::= { sysHwGroup 11 }
sysHwTotalInFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"The total number of frames into the switch."
::= { sysHwGroup 12 }
sysHwTotalOutFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"The total number of frames out of the switch."
::= { sysHwGroup 13 }
sysHwTotalL2SwitchedFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"The current number of frames switched at Layer 2 (transport)."
::= { sysHwGroup 14 }
sysHwTotalL3SwitchedFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"The current number of frames switched at IETF Layers 3 (transport) and
4 (application)."
::= { sysHwGroup 15 }
-- ### Compliance ###
hwConformance OBJECT IDENTIFIER ::= { hardwareMIB 2 }
hwCompliances OBJECT IDENTIFIER ::= { hwConformance 1 }
hwGroups OBJECT IDENTIFIER ::= { hwConformance 2 }
hwComplianceV10 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for the SSR-HARDWARE-MIB."
MODULE -- this module
MANDATORY-GROUPS { hwConfGroupV10 }
::= { hwConfGroupV10 1 }
hwComplianceV11 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for the SSR-HARDWARE-MIB."
MODULE -- this module
MANDATORY-GROUPS { hwConfGroupV11 }
::= { hwConfGroupV11 2 }
hwComplianceV12 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for the SSR-HARDWARE-MIB."
MODULE -- this module
MANDATORY-GROUPS { hwConfGroupV11 }
::= { hwConfGroupV11 3 }
hwComplianceV30 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for the SSR-HARDWARE-MIB."
MODULE -- this module
MANDATORY-GROUPS { hwConfGroupV30 }
::= { hwConfGroupV11 4 }
hwConfGroupV10 OBJECT-GROUP
OBJECTS {
sysHwNumSlots,
sysHwModuleSlotNumber,
sysHwModuleType,
sysHwModuleDesc,
sysHwModuleNumPorts,
sysHwModuleVersion,
sysHwPortSlotNumber,
sysHwPortNumber,
sysHwPortType,
sysHwPortConnectorType,
sysHwPortIfIndex,
sysHwPowerSupply,
sysHwFan,
sysHwTemperature,
sysHwChassisId,
sysHwTotalInOctets,
sysHwTotalOutOctets,
sysHwTotalInFrames,
sysHwTotalOutFrames,
sysHwTotalL2SwitchedFrames,
sysHwTotalL3SwitchedFrames
}
STATUS deprecated
DESCRIPTION
"A set of managed objects that make up version 1.0 of the SSR Hardware mib."
::= { hwGroups 1 }
hwConfGroupV11 OBJECT-GROUP
OBJECTS {
sysHwNumSlots,
sysHwModuleSlotNumber,
sysHwModuleType,
sysHwModuleDesc,
sysHwModuleNumPorts,
sysHwModuleVersion,
sysHwModuleMemory,
sysHwModuleService,
sysHwPortSlotNumber,
sysHwPortNumber,
sysHwPortType,
sysHwPortConnectorType,
sysHwPortIfIndex,
sysHwPowerSupply,
sysHwFan,
sysHwTemperature,
sysHwChassisId,
sysHwSwitchingFabric,
sysHwControlModuleLED
}
STATUS deprecated
DESCRIPTION
"A set of managed objects that make up version 1.1 of the SSR Hardware mib."
::= { hwGroups 2 }
hwConfGroupV12 OBJECT-GROUP
OBJECTS {
sysHwNumSlots,
sysHwModuleSlotNumber,
sysHwModuleType,
sysHwModuleDesc,
sysHwModuleNumPorts,
sysHwModuleVersion,
sysHwModuleMemory,
sysHwModuleService,
sysHwModuleStatus,
sysHwPortSlotNumber,
sysHwPortNumber,
sysHwPortType,
sysHwPortConnectorType,
sysHwPortIfIndex,
sysHwPowerSupply,
sysHwFan,
sysHwTemperature,
sysHwChassisId,
sysHwSwitchingFabric,
sysHwControlModuleLED
}
STATUS deprecated
DESCRIPTION
"A set of managed objects that make up version 1.2 of the SSR Hardware mib."
::= { hwGroups 3 }
hwConfGroupV30 OBJECT-GROUP
OBJECTS {
sysHwNumSlots,
sysHwModuleSlotNumber,
sysHwModuleType,
sysHwModuleDesc,
sysHwModuleNumPorts,
sysHwModuleVersion,
sysHwModuleMemory,
sysHwModuleService,
sysHwModuleStatus,
sysHwPortSlotNumber,
sysHwPortNumber,
sysHwPortType,
sysHwPortConnectorType,
sysHwPortIfIndex,
sysHwPowerSupply,
sysHwFan,
sysHwTemperature,
sysHwChassisId,
sysHwSwitchingFabric,
sysHwControlModuleLED,
sysHwControlModuleBackupState,
sysHwLastHotSwapEvent
}
STATUS current
DESCRIPTION
"A set of managed objects that make up version 3.0 of the SSR Hardware mib."
::= { hwGroups 4 }
END