-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-WIRELESS-EXP-MIB-V1SMI.my
901 lines (814 loc) · 27.9 KB
/
CISCO-WIRELESS-EXP-MIB-V1SMI.my
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
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
-- MIB file created 06-Jan-2006 17:14:53, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-WIRELESS-EXP-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-WIRELESS-EXP-MIB.my"
-- Compile options "4 7 F H N O W 03 06 0B 0G 0N 0T"
IMPORTS
DateAndTime, DisplayString
FROM SNMPv2-TC-v1
ifIndex
FROM IF-MIB
entPhysicalIndex
FROM ENTITY-MIB
ciscoExperiment
FROM CISCO-SMI
Gauge
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
ciscoWirelessExpMIB OBJECT IDENTIFIER ::= { ciscoExperiment 52 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200512271003Z
-- OrgName
-- Cisco Systems Inc.
-- ContactInfo
-- Cisco Systems
-- Customer Service
--
-- Postal: 170 W Tasman Drive
-- San Jose, CA 95134
-- USA
--
-- Tel: +1 800 553-NETS
-- E-mail: [email protected]
-- Descr
-- This is the MIB Module for the Cisco Wireless Radio
-- Point to Point experimental components.
--
-- Glossary
--
-- The following terms are used in the MIB definitions below.
--
-- Radio Card: The line card that provides the wireless
-- communication features.
-- Radio Link: The bi-directional wireless link that exists
-- between two communicating radio cards.
-- Radio PHY: Represents the transmission characteristics of the
-- Radio Link.
-- RF Unit: The Radio Frequency components and the associated antennas.
-- Radio System: Radio card and RF unit(s).
--
--
-- Cisco Wireless Radio Experimental MIB Organization
--
-- The Cisco Wireless Radio Experimental MIB provides the following
-- management groups :
--
-- When the draft-ietf-entmib-v2-03.txt gets finalized the Radio Frequency
-- Group will be moved into that MIB.
--
-- When the CISCO-IMAGE-MIB.my gets updated to include the image
-- capabilities, the Image Group will be migrated into that MIB.
--
-- When the CISCO-LED-MIB.my becomes available and supports the
-- functionality the LED group needs, the LED group will be
-- migrated into that.
--
-- o. Radio Frequency Resource Group
-- This contains information about the Radio frequency
-- transmission and reception resources available on the
-- system. This group determines the portions of the
-- radio spectrum at which the radio subsystem can
-- operate.
-- This group in conjunction with the radio PHY group
-- determine the acutal spectrum that gets used for
-- communications.
--
-- o. Image Group
-- This provides facilities to manage radio line card's
-- firmware image file URL's in router's image repository.
-- It also provides access to the image details.
--
-- o. LED Group
-- This group provides information about LEDs available
-- on the line card.
--
-- o. Duplexor Group
-- This group provides information about the Duplexors
-- installed in the RF resources.
-- RevDate
-- 200512271003Z
-- RevDescr
-- Imported Unsigned32 from SNMPv2-SMI.
-- RevDate
-- 9905132010Z
-- RevDescr
-- The initial version of this MIB module.
cwrRadioExpMibObjects OBJECT IDENTIFIER ::= { ciscoWirelessExpMIB 1 }
cwrRadioFreqEntityGroup OBJECT IDENTIFIER ::= { cwrRadioExpMibObjects 1 }
cwrRadioImageGroup OBJECT IDENTIFIER ::= { cwrRadioExpMibObjects 2 }
cwrRadioLedGroup OBJECT IDENTIFIER ::= { cwrRadioExpMibObjects 3 }
cwrRadioDuplexorGroup OBJECT IDENTIFIER ::= { cwrRadioExpMibObjects 4 }
cwrRadioExpConformance OBJECT IDENTIFIER ::= { ciscoWirelessExpMIB 2 }
cwrRadioExpCompliances OBJECT IDENTIFIER ::= { cwrRadioExpConformance 1 }
cwrRadioExpGroups OBJECT IDENTIFIER ::= { cwrRadioExpConformance 2 }
cwrRfEntityTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwrRfEntityEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains information about the radio
frequency resources available for use on the system."
::= { cwrRadioFreqEntityGroup 1 }
cwrRfEntityEntry OBJECT-TYPE
SYNTAX CwrRfEntityEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This represents one entry in the cwrRfEntityTable. This table is
largely a read only table which provides details on the radio
frequency resources available on the system. Physically
each RF resource may be realized by one antenna and its
associated control hardware.
But a single antenna and its associated hardware may act
as more than 1 RF resource.
A Duplexor is a mechanical device, that acts as a band pass filter
when installed in an RF resource.
Normally a RF resource is capable of operating over a wide
frequency range. To operate at restricted frequencies,
the user has to own that part of the frequency spectrum.
Since the user may not own parts of
the frequency spectrum over which the RF resource may operate, a
Duplexor is installed in the RF resource. This restricts the
RF resource to operate in the passband defined by the Duplexor.
In this table the Duplexor's are identified by an index into the
cwrDuplexorTable.
It is indexed by the ifIndex and cwrRfEntityIndex."
INDEX { ifIndex, cwrRfEntityIndex }
::= { cwrRfEntityTable 1 }
CwrRfEntityEntry ::= SEQUENCE {
cwrRfEntityIndex INTEGER,
cwrRfSwRevision Gauge,
cwrRfAssemblyPartNumberClass Gauge,
cwrRfAssemblyPartNumberBase Gauge,
cwrRfAssemblyPartNumberVersion Gauge,
cwrRfBoardPartNumberClass Gauge,
cwrRfBoardPartNumberBase Gauge,
cwrRfBoardPartNumberVersion Gauge,
cwrRfBoardRevision DisplayString,
cwrRfSerialNumber DisplayString,
cwrRfManfDate DateAndTime,
cwrRfVendorId INTEGER,
cwrRfDuplexorIndex INTEGER
}
cwrRfEntityIndex OBJECT-TYPE
SYNTAX INTEGER(1..2147483647)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This object represents the index of this entry in the
cwrRfEntityTable."
::= { cwrRfEntityEntry 1 }
cwrRfSwRevision OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the software revision number
of controlling the RF subsystem."
::= { cwrRfEntityEntry 2 }
cwrRfAssemblyPartNumberClass OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the assembly part number class of the RF
subsystem."
::= { cwrRfEntityEntry 3 }
cwrRfAssemblyPartNumberBase OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the assembly part number base of the RF
subsystem."
::= { cwrRfEntityEntry 4 }
cwrRfAssemblyPartNumberVersion OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the assembly part number version of the RF
subsystem."
::= { cwrRfEntityEntry 5 }
cwrRfBoardPartNumberClass OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the board part number class of the RF
subsystem."
::= { cwrRfEntityEntry 6 }
cwrRfBoardPartNumberBase OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the board part number base of the RF
subsystem."
::= { cwrRfEntityEntry 7 }
cwrRfBoardPartNumberVersion OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the board part number version of the RF
subsystem."
::= { cwrRfEntityEntry 8 }
cwrRfBoardRevision OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the board revision of the RF subsystem."
::= { cwrRfEntityEntry 9 }
cwrRfSerialNumber OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the serial number of the RF subsystem."
::= { cwrRfEntityEntry 10 }
cwrRfManfDate OBJECT-TYPE
SYNTAX DateAndTime
-- Rsyntax OCTET STRING(SIZE(8|11))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the manufacturing date of the RF subsystem."
::= { cwrRfEntityEntry 11 }
cwrRfVendorId OBJECT-TYPE
SYNTAX INTEGER(1..256)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the Radio frequency device vendor ID."
::= { cwrRfEntityEntry 12 }
cwrRfDuplexorIndex OBJECT-TYPE
SYNTAX INTEGER(1..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the index into cwrDuplexorTable.
This index identifies the Duplexor associated with this
RF resource."
::= { cwrRfEntityEntry 13 }
cwrIntFreqEntityTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwrIntFreqEntityEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains information about the intermediate frequency
subsystem on the radio card."
::= { cwrRadioFreqEntityGroup 2 }
cwrIntFreqEntityEntry OBJECT-TYPE
SYNTAX CwrIntFreqEntityEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This represents one entry in the cwrIntFreqEntityTable.
This table is largely a read only table which provides
details on the intermediate frequency subsystem available
on the radio card.
It is indexed by the ifIndex."
INDEX { ifIndex }
::= { cwrIntFreqEntityTable 1 }
CwrIntFreqEntityEntry ::= SEQUENCE {
cwrIfAssemblyPartNumberClass Gauge,
cwrIfAssemblyPartNumberBase Gauge,
cwrIfAssemblyPartNumberVersion Gauge,
cwrIfBoardPartNumberClass Gauge,
cwrIfBoardPartNumberBase Gauge,
cwrIfBoardPartNumberVersion Gauge,
cwrIfBoardRevision DisplayString,
cwrIfSerialNumber DisplayString,
cwrIfManfDate DateAndTime,
cwrIfVendorId INTEGER,
cwrIfSwRevision Gauge
}
cwrIfAssemblyPartNumberClass OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the assembly part number class of the IF
subsystem."
::= { cwrIntFreqEntityEntry 1 }
cwrIfAssemblyPartNumberBase OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the assembly part number base of the IF
subsystem."
::= { cwrIntFreqEntityEntry 2 }
cwrIfAssemblyPartNumberVersion OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the assembly part number version of the IF
subsystem."
::= { cwrIntFreqEntityEntry 3 }
cwrIfBoardPartNumberClass OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the board part number class of the IF
subsystem."
::= { cwrIntFreqEntityEntry 4 }
cwrIfBoardPartNumberBase OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the board part number base of the IF
subsystem."
::= { cwrIntFreqEntityEntry 5 }
cwrIfBoardPartNumberVersion OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the board part number version of the IF
subsystem."
::= { cwrIntFreqEntityEntry 6 }
cwrIfBoardRevision OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the board revision of the IF subsystem."
::= { cwrIntFreqEntityEntry 7 }
cwrIfSerialNumber OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the serial number of the IF subsystem."
::= { cwrIntFreqEntityEntry 8 }
cwrIfManfDate OBJECT-TYPE
SYNTAX DateAndTime
-- Rsyntax OCTET STRING(SIZE(8|11))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the manufacturing date of the IF subsystem."
::= { cwrIntFreqEntityEntry 9 }
cwrIfVendorId OBJECT-TYPE
SYNTAX INTEGER(1..256)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the IF vendor ID."
::= { cwrIntFreqEntityEntry 10 }
cwrIfSwRevision OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object represents the IF software revision."
::= { cwrIntFreqEntityEntry 11 }
cwrImageTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwrImageEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table provides facilities to manage the firmware
images that the router will use to configure the radio
line cards.
When images need to be downloaded, the software will
search this list starting from the first, for an image whose
capabilities match the configuration specified in the
cwrRadioBaseTable and the cwrRadioPhyTable and download that image
to the appropriate hardware component.
Insertion into the table at arbitrary points is not supported.
Any new image URL added to this table will be inserted at index
1 only.
Also note that an image gets downloaded to the hardware only when
when a radio link is administratively enabled."
::= { cwrRadioImageGroup 1 }
cwrImageEntry OBJECT-TYPE
SYNTAX CwrImageEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This represents one entry in the cwrImageTable."
INDEX { cwrImageIndex }
::= { cwrImageTable 1 }
CwrImageEntry ::= SEQUENCE {
cwrImageIndex INTEGER,
cwrImageNameUrl DisplayString,
cwrImageState INTEGER,
cwrImageSize Gauge,
cwrImageChipClass Gauge,
cwrImageChipType Gauge,
cwrImageCapability1 Gauge,
cwrImageCapability2 Gauge,
cwrImageVersion Gauge,
cwrImageTag DisplayString,
cwrImageOp INTEGER
}
cwrImageIndex OBJECT-TYPE
SYNTAX INTEGER(1..2147483647)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This represents the one entry in this table. It also represents
the search order. When images need to be downloaded to the
hardware, the images are searched in the order of this index
for an image that matches the hardware capabilities and uses it."
::= { cwrImageEntry 1 }
cwrImageNameUrl OBJECT-TYPE
SYNTAX DisplayString(SIZE(1..255))
-- Rsyntax OCTET STRING(SIZE(1..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object is the name of the image in the
Universal Resource Locator (URL) format.
This URL will be used to access the image when needed."
::= { cwrImageEntry 2 }
cwrImageState OBJECT-TYPE
SYNTAX INTEGER {
imageInvalid(1),
imageValid(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This represents the state of the image.
image_invalid(1): If the image could not be accessed for any reason.
image_valid(2) : Image accessible and available for use."
::= { cwrImageEntry 3 }
cwrImageSize OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This represents the size of the image in bytes."
::= { cwrImageEntry 4 }
cwrImageChipClass OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This represents the class of chips onto which this image may be
loaded."
::= { cwrImageEntry 5 }
cwrImageChipType OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This represents the download method to use."
::= { cwrImageEntry 6 }
cwrImageCapability1 OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This represents a bitmask.
The bit mask identifies the capabilities of
this image. See also cwrImageCapability2."
::= { cwrImageEntry 7 }
cwrImageCapability2 OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This represents a bitmask.
The bit mask identifies the capabilities of
this image in addition to cwrImageCapability1."
::= { cwrImageEntry 8 }
cwrImageVersion OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This represents the version number of this image."
::= { cwrImageEntry 9 }
cwrImageTag OBJECT-TYPE
SYNTAX DisplayString(SIZE(1..255))
-- Rsyntax OCTET STRING(SIZE(1..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object is the tag string associated with the image.
Normally used to trace the source code used to generate
this image."
::= { cwrImageEntry 10 }
cwrImageOp OBJECT-TYPE
SYNTAX INTEGER {
--?? enum value of zero may cause problems
nop(0),
add(1),
delete(2),
move(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents the operation to be performed on the
identified image.
nop(0) - This value will be returned when this object is
read.
add(1) - Will add the image URL, as the first entry in the image
table.
delete(2) - Will delete the specified ULR from the image table.
move(3) - Will make the image specified by the URL the first entry
in the imageTable."
::= { cwrImageEntry 11 }
cwrLedTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwrLedEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Entity (Light emitting diode) LED information. For each LED on the
entity, an entry will exist in this table, describing the location
and current status of that LED."
::= { cwrRadioLedGroup 1 }
cwrLedEntry OBJECT-TYPE
SYNTAX CwrLedEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the table, containing the LED information
about the entity. The entPhysicalIndex identifies
the entity on which the Led's are present."
INDEX { entPhysicalIndex, cwrLedIndex }
::= { cwrLedTable 1 }
CwrLedEntry ::= SEQUENCE {
cwrLedIndex INTEGER,
cwrLedName DisplayString,
cwrLedVerticalPosition INTEGER,
cwrLedHorizontalPosition INTEGER,
cwrLedMode INTEGER,
cwrLedCurrentColor INTEGER
}
cwrLedIndex OBJECT-TYPE
SYNTAX INTEGER(1..16)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"For a given entPhysicalIndex, this index value uniquely identifies
an entry in the cwrLedTable."
::= { cwrLedEntry 1 }
cwrLedName OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The label of the LED on the physical entity or a textual
description to identify the usage of the LED."
::= { cwrLedEntry 2 }
cwrLedVerticalPosition OBJECT-TYPE
SYNTAX INTEGER(1..16)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The position of the LED in the entity. It is counted from
top to bottom."
::= { cwrLedEntry 3 }
cwrLedHorizontalPosition OBJECT-TYPE
SYNTAX INTEGER(1..16)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The position of the LED in the entity. It is counted from
from left to right."
::= { cwrLedEntry 4 }
cwrLedMode OBJECT-TYPE
SYNTAX INTEGER {
automatic(1),
latched(2),
forceOff(3),
forceSolidGreen(4),
forceSolidYellow(5),
forceBlinkGreen(6),
forceBlinkYellow(7),
forceBlinkBoth(8)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This objects specifies the desired mode of LED updates.
automatic(1) and latched(2) are settings used by the software
to determine how the LED should be updated.
The others are for diagnostic purposes. The LED will be turned on
or off as specified by the other (3-8) settings.
The modes mean the following:
automatic(1): The system updates the LED according to the
default settings for that entity.
latched(2): Once the LED is turned on, user has to turn it off.
This applies only to alarm LEDs.
forceOff(3): Force the LED off.
forceSolidGreen(4): Force the LED to be solid green in on state.
forceSolidYellow(5):Force the LED to be solid Yellow in on state
forceBlinkGreen(6): Force the LED to blink in Green.
forceBlinkYellow(7):Force the LED to blink in Yellow.
forceBlinkBoth(8): Force the LED to blink Yellow and
Green alternatively."
::= { cwrLedEntry 5 }
cwrLedCurrentColor OBJECT-TYPE
SYNTAX INTEGER {
green(1),
yellow(2),
blinkGreen(3),
blinkYellow(4),
blinkGreenYellow(5),
off(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the current color of the LED."
::= { cwrLedEntry 6 }
cwrDuplexorTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwrDuplexorEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains information about the Duplexors
available for use on the system."
::= { cwrRadioDuplexorGroup 1 }
cwrDuplexorEntry OBJECT-TYPE
SYNTAX CwrDuplexorEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This represents one entry in the cwrDuplexorTable. This table
provides details on the Duplexors available on the system.
It is indexed by the ifIndex and cwrDuplexorIndex."
INDEX { ifIndex, cwrDuplexorIndex }
::= { cwrDuplexorTable 1 }
CwrDuplexorEntry ::= SEQUENCE {
cwrDuplexorIndex INTEGER,
cwrDuplexorCiscoPartNumber DisplayString,
cwrDuplexorLoPassbandRange DisplayString,
cwrDuplexorHiPassbandRange DisplayString,
cwrDuplexorReceivePassband INTEGER,
cwrDuplexorCLEICode DisplayString,
cwrDuplexorVendorName DisplayString,
cwrDuplexorSerialNumber DisplayString
}
cwrDuplexorIndex OBJECT-TYPE
SYNTAX INTEGER(1..2147483647)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This object represents the index of this entry in the
cwrDuplexorTable."
::= { cwrDuplexorEntry 1 }
cwrDuplexorCiscoPartNumber OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents the Cisco part number for this Duplexor."
::= { cwrDuplexorEntry 2 }
cwrDuplexorLoPassbandRange OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents the low frequency range that
this Duplexor will pass through without any attenuation.
All low frequencies outside this
range will be attenuated to a level such that an RF resource that
uses this Duplexor will be unable to transmit or receive those
frequencies."
::= { cwrDuplexorEntry 3 }
cwrDuplexorHiPassbandRange OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents the high frequency range
that this Duplexor will pass through without any
attenuation. All high frequencies outside this
range will be attenuated to a level such that an RF resource that
uses this Duplexor will be unable to transmit or receive those
frequencies."
::= { cwrDuplexorEntry 4 }
cwrDuplexorReceivePassband OBJECT-TYPE
SYNTAX INTEGER {
loPassband(1),
hiPassband(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object indicates which of the two passbands are being used
to receive transmissions. The RF Resource can receive on either of
the duplexor passbands.
loPassband(1) - The RF Resource is receiving on a frequency within
the range identified by cwrDuplexorLoPassbandRange.
hiPassband(2) - The RF Resource is receiving on a frequency within
the range identified by cwrDuplexorHiPassbandRange."
::= { cwrDuplexorEntry 5 }
cwrDuplexorCLEICode OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The CLEI code for this Duplexor."
::= { cwrDuplexorEntry 6 }
cwrDuplexorVendorName OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The Vendor Name for this Duplexor."
::= { cwrDuplexorEntry 7 }
cwrDuplexorSerialNumber OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The Serial number of this Duplexor."
::= { cwrDuplexorEntry 8 }
cwrComplianceRadioRFGroup OBJECT IDENTIFIER ::= { cwrRadioExpGroups 1 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- Group of objects implemented in the point to point wireless
-- system for managing the Radio Frequency resources on the link.
-- objects
-- cwrRfSwRevision, cwrRfAssemblyPartNumberClass,
-- cwrRfAssemblyPartNumberBase, cwrRfAssemblyPartNumberVersion,
-- cwrRfBoardPartNumberClass, cwrRfBoardPartNumberBase,
-- cwrRfBoardPartNumberVersion, cwrRfBoardRevision,
-- cwrRfSerialNumber, cwrRfManfDate, cwrRfVendorId,
-- cwrRfDuplexorIndex, cwrIfAssemblyPartNumberClass,
-- cwrIfAssemblyPartNumberBase, cwrIfAssemblyPartNumberVersion,
-- cwrIfBoardPartNumberClass, cwrIfBoardPartNumberBase,
-- cwrIfBoardPartNumberVersion, cwrIfBoardRevision,
-- cwrIfSerialNumber, cwrIfManfDate, cwrIfVendorId,
-- cwrIfSwRevision
cwrComplianceRadioImageGroup OBJECT IDENTIFIER ::= { cwrRadioExpGroups 2 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- Group of objects implemented in the point to point wireless
-- system for managing images related to the point-to-point wireless
-- firmware.
-- objects
-- cwrImageNameUrl, cwrImageState, cwrImageSize,
-- cwrImageChipType, cwrImageChipClass, cwrImageCapability1,
-- cwrImageCapability2, cwrImageVersion, cwrImageTag, cwrImageOp
cwrComplianceRadioLEDGroup OBJECT IDENTIFIER ::= { cwrRadioExpGroups 3 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- Group of objects implemented in the point to point wireless
-- card to provide information about the LEDs on the card.
-- objects
-- cwrLedName, cwrLedVerticalPosition, cwrLedHorizontalPosition,
-- cwrLedMode, cwrLedCurrentColor
cwrComplianceRadioDuplexorGroup OBJECT IDENTIFIER ::= { cwrRadioExpGroups 4 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- Group of objects implemented in the point to point wireless
-- card to provide information about the duplexor's in the system.
-- objects
-- cwrDuplexorCiscoPartNumber, cwrDuplexorLoPassbandRange,
-- cwrDuplexorHiPassbandRange, cwrDuplexorReceivePassband,
-- cwrDuplexorCLEICode, cwrDuplexorVendorName,
-- cwrDuplexorSerialNumber
cwrRadioExpCompliance OBJECT IDENTIFIER ::= { cwrRadioExpCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- The compliance statement for Point to Point wireless interface
-- devices compliant to Cisco Systems Inc. specification.
-- Module
-- >>current<<
-- MandGroup
-- cwrComplianceRadioRFGroup
-- MandGroup
-- cwrComplianceRadioImageGroup
-- MandGroup
-- cwrComplianceRadioLEDGroup
-- MandGroup
-- cwrComplianceRadioDuplexorGroup
END