-
Notifications
You must be signed in to change notification settings - Fork 57
/
CISCO-ATM-RM-MIB.mib
3463 lines (3191 loc) · 144 KB
/
CISCO-ATM-RM-MIB.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
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
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
--
-- *****************************************************************
-- C I S C O A T M R e s o u r c e M a n a g e m e n t M I B
--
-- December 1995, Michael Grobelch
--
-- Copyright (c) 1996-2001 by cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
--
CISCO-ATM-RM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Counter32, Gauge32, Unsigned32 FROM SNMPv2-SMI
TEXTUAL-CONVENTION,DisplayString,
TruthValue FROM SNMPv2-TC
ifIndex FROM RFC1213-MIB
ciscoExperiment FROM CISCO-SMI
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF;
ciscoAtmRmMIB MODULE-IDENTITY
LAST-UPDATED "200206030000Z"
ORGANIZATION "Cisco System Inc."
CONTACT-INFO
" Cisco Systems
Customer Service
Postal: 170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-atm@cisco.com"
DESCRIPTION
"The MIB module which complements standard ATM MIBs for
Cisco devices, for Resource Management."
REVISION "200206030000Z"
DESCRIPTION
"Added objects to support Per Class Overbooking for
ATM interfaces."
REVISION "200101290000Z"
DESCRIPTION
"Added a table that contains objects to manage ATM
Traffic Shaper configuration and state information
for ATM interfaces."
REVISION "9912220000Z"
DESCRIPTION
"Fix the errors in the definition of cgrPerVcqAtmRmGroup."
REVISION "9907270000Z"
DESCRIPTION
"Added object to support overbooking of equivalent bandwidth
of an ATM interface."
REVISION "9904300000Z"
DESCRIPTION
" Added objects for the IMA interface support."
REVISION "9904140000Z"
DESCRIPTION
"Added objects to instruct Connection Admission Control to
include framing overhead in the calculation of maximum cell
rate of an ATM interface."
REVISION "9903110000Z"
DESCRIPTION
"Clarified the description for some of the objects that they
are applicable to logical port ATM interfaces too and made
appropriate changes to the Compliance section."
REVISION "9811240000Z"
DESCRIPTION
"Added a table to manage global resources on the Catalyst8540MSR
platform. This was necessary because the Catalyst8540MSR,
has 8 switching modules internally, with each switching
module having its own independent cell memory. Each
switching module performs per-VC queueing for a specific
(fixed in hardware) group of ports, independent of
any other switching module.
The Lightstream 1010 had only one global cell memory
for the entire device. "
REVISION "9811030000Z"
DESCRIPTION
"Specify a range limiting Link Distance object."
REVISION "9807260000Z"
DESCRIPTION
"Added an object to enable Hierarchical Scheduling."
REVISION "9712030000Z"
DESCRIPTION
"Added object to configure Service Category support on
an interface."
REVISION "9705260000Z"
DESCRIPTION
"Added objects for management of new features made possible
on the LS1010 by the Feature Card Plus. This includes
support for per-VC queueing hardware structures,
enhanced UPC, non-zero MCR for ABR, and UBR+."
REVISION "9611110000Z"
DESCRIPTION
"Added objects for management of Cell Loss Ratio for
CLP0+1 cell-streams. Added table for default tolerance."
::= { ciscoExperiment 10 }
--
-- Caution. This MIB is temporary and experimental.
-- In the future willbe removed from products,
-- perhaps with short notice, in favor of more standard
-- or generic MIBs. Application developers should not
-- depend on long-term access to this MIB.
--
ciscoAtmRmMIBObjects OBJECT IDENTIFIER ::= { ciscoAtmRmMIB 1 }
ForceValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This data type is used to provide a standard mechanism
for providing protection on writing to objects.
An object of type ForceValue is associated with the
protected object. If an set request is made for the
protected object, the state of the system or the
value to be set may violate the intended protection.
The value of the associated object of type ForceValue
is then used to determine whether the set request
succeeds or fails:
- value is forceChange, request succeeds.
- value is noForceChange, request fails.
An additional characteristic of the ForceValue type is
that the setting of the protected object resets the
value of the protection object to noForceChange.
As an example, take an object limiting the number of
network connections on an interface (named maxNetConn).
If maxNetConn is set below the number of currently active
connections, some of those connections will be cleared.
An associated protection object of type ForceValue
(named maxNetConnForce) is used to protect the setting
of maxNetConn. If the setting of maxNetConn would cause
the clearing of connections, maxNetConnForce must
be set to forceChange. Whenever maxNetConn is successfully
set, maxNetConnForce assumes the value noForceChange."
SYNTAX INTEGER {
forceChange(1),
noForceChange(2)
}
FineQueueThreshold ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This data type is used to represent thresholds for
output-queues on a shared memory ATM switch."
SYNTAX INTEGER {
percent12(1),
percent25(2),
percent37(3),
percent50(4),
percent62(5),
percent75(6),
percent87(7),
percent100(8)
}
LsPerVcqServiceClass ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This data type is used to represent one of the
Service Classes."
SYNTAX INTEGER {
c1(1), -- Service class 1 (highest SP priority)
c2(2), -- Service class 2 (2nd highest SP priority)
c3(3), -- Service class 3
c4(4), -- Service class 4
c5(5), -- Service class 5 (lowest SP priority)
c6(6), -- reserved
c7(7), -- reserved
c8(8) -- reserved
}
LsPerVcqServiceClassNoC1 ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This data type is used to represent one of the
Service Classes, omitting c1."
SYNTAX INTEGER {
c2(2), -- Service class 2 (2nd highest SP priority)
c3(3), -- Service class 3
c4(4), -- Service class 4
c5(5), -- Service class 5 (lowest SP priority)
c6(6), -- reserved
c7(7), -- reserved
c8(8) -- reserved
}
LsPerVcqThresholdGroup ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This data type is used to represent one of the
Threshold Groups."
SYNTAX INTEGER {
tg1(1), -- Threshold Group 1
tg2(2), -- Threshold Group 2
tg3(3), -- Threshold Group 3
tg4(4), -- Threshold Group 4
tg5(5), -- Threshold Group 5
tg6(6), -- Threshold Group 6
tg7(7), -- reserved
tg8(8), -- reserved
tg9(9), -- reserved
tg10(10), -- reserved
tg11(11), -- reserved
tg12(12), -- reserved
tg13(13), -- reserved
tg14(14), -- reserved
tg15(15), -- reserved
tg16(16) -- reserved
}
LsPerVcqThresholdGroupService ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This data type is used to specify how VC/VP
queues are assigned to Threshold Groups."
SYNTAX INTEGER {
cbr(1),
vbrRt(2),
vbrNrt(3),
abr(4),
ubr(5)
}
CgrPerVcqModuleId ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The Catalyst8540MSR has 8 switching modules. Each
module has its own cell memory, and performs
its own congestion control, independent of
the other switching modules."
SYNTAX INTEGER {
module1(1),
module2(2),
module3(3),
module4(4),
module5(5),
module6(6),
module7(7),
module8(8)
}
-- This MIB defines the following Groups:
--
-- 1. the ATM Switch Resource Management Configuration Group
-- 2. the Shared-Memory architecture ATM Switch Resource Management Group
-- 3. the ATM Interface Resource Management Configuration Group
-- 4. the ATM Interface Resource Management State Group
-- 5. the ATM Interface Resource Management Statistics Group
-- 6. the Shared-Memory architecture ATM Interface Resource Management Group
-- 7. the Lightstream per-VC queueing chipset ATM Switch Resource
-- Management Group
-- 8. the Lightstream per-VC queueing switch chipset ATM Interface Resource
-- Management Group
-- 9. The Catalyst8540MSR per-VC queueing chipset ATM Switch Resource
-- Management Group
-- 10. The ATM Traffic Shaper Interface Management Group
ciscoAtmRmSwitchCfg OBJECT IDENTIFIER ::= { ciscoAtmRmMIBObjects 1 }
ciscoAtmRmSwitchSharedMem OBJECT IDENTIFIER ::= { ciscoAtmRmMIBObjects 2 }
ciscoAtmRmIfCfg OBJECT IDENTIFIER ::= { ciscoAtmRmMIBObjects 3 }
ciscoAtmRmIfState OBJECT IDENTIFIER ::= { ciscoAtmRmMIBObjects 4 }
ciscoAtmRmIfStatistics OBJECT IDENTIFIER ::= { ciscoAtmRmMIBObjects 5 }
ciscoAtmRmIfSharedMem OBJECT IDENTIFIER ::= { ciscoAtmRmMIBObjects 6 }
ciscoLsPerVcqAtmRmSwitch OBJECT IDENTIFIER ::= { ciscoAtmRmMIBObjects 7 }
ciscoLsPerVcqAtmRmIf OBJECT IDENTIFIER ::= { ciscoAtmRmMIBObjects 8 }
ciscoCgrPerVcqAtmRmSwitch OBJECT IDENTIFIER ::= { ciscoAtmRmMIBObjects 9 }
ciscoAtmRmTrafShaperIf OBJECT IDENTIFIER ::= { ciscoAtmRmMIBObjects 10 }
--
-- The ATM Switch Resource Management Configuration Group
--
rmSwitchOverSubFactor OBJECT-TYPE
SYNTAX INTEGER (1..32)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Over Subscription Factor (OSF) is used on switch startup/OIR
to determine the maximum sizes of VBR-NRT and ABR/UBR queues.
In general, the larger the value of OSF specified, the
larger the queues are made at startup.
Denoting the maximum sizes of CBR,VBR-RT, VBR-NRT, and ABR/UBR
output queues for a physical interface as L1, L2, L3, and L4,
respectively, an example algorithm is:
L3 = .25 * (OSF*(2048-L1 -L2)
L4 = .75 * (OSF*(2048-L1 -L2)"
DEFVAL { 4 }
::= { ciscoAtmRmSwitchCfg 1 }
rmSwitchScrMarginFactor OBJECT-TYPE
SYNTAX INTEGER (0..100)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Sustained Cell Rate Margin Factor (SCRMF) is used in
Connection Admission Control (CAC) of VBR connections to
vary the weight given to the difference between Sustained
Cell Rate (scr) and Peak Cell Rate (pcr) specified in the
traffic contract. When calculating the equivalent bandwidth
offered by a connection, SCRMF is used as follows:
eqBw = scr + ((pcr - scr) * rcacVbrScrmf) / 100"
DEFVAL { 1 }
::= { ciscoAtmRmSwitchCfg 2 }
rmSwitchAbrCongNotify OBJECT-TYPE
SYNTAX INTEGER {
relativeRate(1),
efci(2),
efciAndRelativeRate(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The ABR Congestion Notification object determines
the type of congestion notification used on ABR connections
in the switch. This notification can be done either via
relative-rate or Explicit Forward Congestion Indication
marking in ATM cells, or both."
DEFVAL { relativeRate }
::= { ciscoAtmRmSwitchCfg 3 }
rmDefaultQosObjectiveTable OBJECT-TYPE
SYNTAX SEQUENCE OF RmDefaultQosObjectiveEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The (conceptual) table containing Resource Management
configuration information for default Quality of Service
objective values used when a signalling request is received
on a UNI interface."
::= { ciscoAtmRmSwitchCfg 4 }
rmDefaultQosObjectiveEntry OBJECT-TYPE
SYNTAX RmDefaultQosObjectiveEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry (conceptual row) in the
rmDefaultQosObjectiveTable containing Resource
Management configuration for the default UNI QOS objectives.
Rows are identified by Service Category."
INDEX { rmDefaultQosServiceCategory }
::= { rmDefaultQosObjectiveTable 1 }
RmDefaultQosObjectiveEntry ::= SEQUENCE {
rmDefaultQosServiceCategory INTEGER,
rmScDefaultQosMaxCtd INTEGER,
rmScDefaultQosPeakToPeakCdv INTEGER,
rmScDefaultQosClr INTEGER,
rmScDefaultQosClrClp01 INTEGER
}
rmDefaultQosServiceCategory OBJECT-TYPE
SYNTAX INTEGER {
cbr(1), --constant-bit-rate
vbrRt(2), --variable-bit-rate-real-time
vbrNrt(3) --variable-bit-rate-non-real-time
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Service Category to which the row applies."
::= { rmDefaultQosObjectiveEntry 1 }
rmScDefaultQosMaxCtd OBJECT-TYPE
SYNTAX INTEGER (0..16777215)
UNITS "microseconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The default Maximum Cell Transfer Delay (ctd) for the
Service Category. It applies only to cbr and vbr-rt Service
Categories. Specifying a value of 16777215 signifies that
this parameter should not be checked during connection setup.
The units of this object are microseconds."
DEFVAL { 16777215 }
::= { rmDefaultQosObjectiveEntry 2 }
rmScDefaultQosPeakToPeakCdv OBJECT-TYPE
SYNTAX INTEGER (0..16777215)
UNITS "microseconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The default Peak-to-peak cell delay variation (cdv) for
the Service Category. It applies only to cbr and vbr-rt Service
Categories. Specifying a value of 16777215 signifies
that this parameter should not be checked during connection
setup. The units of this object are microseconds."
DEFVAL { 16777215 }
::= { rmDefaultQosObjectiveEntry 3 }
rmScDefaultQosClr OBJECT-TYPE
SYNTAX INTEGER (0..15)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The default cell-loss-ratio for the Service Category (for
CLP=0 cells only). Specifying a value of 0 signifies that
this parameter should not be checked during connection setup.
The units of this object are negative powers of ten (so
an object value of 8 means 10**(-8))."
DEFVAL { 0 }
::= { rmDefaultQosObjectiveEntry 4 }
rmScDefaultQosClrClp01 OBJECT-TYPE
SYNTAX INTEGER (0..15)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The default cell-loss-ratio for the Service Category for
CLP=0+1 cells. Specifying a value of 0 signifies that
this parameter should not be checked during connection setup.
The units of this object are negative powers of ten (so
an object value of 8 means 10**(-8))."
DEFVAL { 0 }
::= { rmDefaultQosObjectiveEntry 5 }
--
-- The cisco ATM Switch Shared Memory Architecture Resource Management Group
--
sharedMemRmSwitchQueuedCellTable OBJECT-TYPE
SYNTAX SEQUENCE OF SharedMemRmSwitchQueuedCellEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The (conceptual) table containing Resource Management
information on the cells in the output queues of a
shared-memory output-queued ATM switch."
::= { ciscoAtmRmSwitchSharedMem 1 }
sharedMemRmSwitchQueuedCellEntry OBJECT-TYPE
SYNTAX SharedMemRmSwitchQueuedCellEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry (conceptual row) in the
sharedMemRmSwitchQueuedCellTable containing Resource
Management information on the cells in the output
queues of a shared-memory switch. Rows are
indexed by priority."
INDEX { sharedMemRmCellPriority }
::= { sharedMemRmSwitchQueuedCellTable 1 }
SharedMemRmSwitchQueuedCellEntry ::= SEQUENCE {
sharedMemRmCellPriority INTEGER,
sharedMemRmSwitchQueuedCellLimit INTEGER,
sharedMemRmSwitchQueuedCellCount Gauge32
}
sharedMemRmCellPriority OBJECT-TYPE
SYNTAX INTEGER {
p1(1), -- Priority 1 (highest priority)
p2(2), -- Priority 2 (2nd highest priority)
p3(3), -- Priority 3 (3rd highest priority)
p4(4) -- Priority 4 (lowest priority)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The cell priority. The cell priority maps one-to-one to the
per-interface queues specified by the sharedMemRmIfOutputQ
object. All cells of a connection of a particular Service
Category are given a fixed priority. The Service Categories
allocated to a priority can be determined by querying the
sharedMemRmIfOutputQServCategory object for any physical
interface on the switch."
::= { sharedMemRmSwitchQueuedCellEntry 1 }
sharedMemRmSwitchQueuedCellLimit OBJECT-TYPE
SYNTAX INTEGER (0..65535)
UNITS "cells"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Configured limit on the number of cells on all output queues
of the switch at any time of a particular priority."
DEFVAL { 65535 }
::= { sharedMemRmSwitchQueuedCellEntry 2 }
sharedMemRmSwitchQueuedCellCount OBJECT-TYPE
SYNTAX Gauge32
UNITS "cells"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of the number of cells on all output queues
of the switch at any time of a particular priority."
::= { sharedMemRmSwitchQueuedCellEntry 3 }
--
-- The ATM Interface Resource Management Configuration Group
--
rmIfCfgTable OBJECT-TYPE
SYNTAX SEQUENCE OF RmIfCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The (conceptual) table containing Resource Management
configuration information for whole ATM interfaces."
::= { ciscoAtmRmIfCfg 3 }
rmIfCfgEntry OBJECT-TYPE
SYNTAX RmIfCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry (conceptual row) in the rmIfCfgTable
containing Resource Management configuration for an ATM
interface. The particular interface is identified by the
value of MIB-II's ifIndex."
INDEX { ifIndex }
::= { rmIfCfgTable 1 }
RmIfCfgEntry ::= SEQUENCE {
rmIfOutPacingRateRequested Unsigned32,
rmIfOutPacingRateInstalled Unsigned32,
rmIfOutPacingForce ForceValue,
rmIfLinkDistance Unsigned32,
rmIfBestEffortLimit Unsigned32,
rmIfCbrDefaultRxUpcTolerance Unsigned32,
rmIfVbrRtDefaultRxUpcTolerance Unsigned32,
rmIfVbrNrtDefaultRxUpcTolerance Unsigned32,
rmIfAbrDefaultRxUpcTolerance Unsigned32,
rmIfUbrDefaultRxUpcTolerance Unsigned32,
rmIfVbrRtDefaultRxUpcCdvt Unsigned32,
rmIfVbrNrtDefaultRxUpcCdvt Unsigned32,
rmIfServCategorySupport INTEGER,
rmIfFramingOverhead TruthValue,
rmIfFramingOverheadForce ForceValue,
rmIfOverBooking INTEGER,
rmIfVbrRtPerClassOverbooking INTEGER,
rmIfVbrNrtPerClassOverbooking INTEGER,
rmIfAbrPerClassOverbooking INTEGER,
rmIfUbrPerClassOverbooking INTEGER
}
rmIfOutPacingRateRequested OBJECT-TYPE
SYNTAX Unsigned32
UNITS "kilobits-per-second"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object reflects an explicit configuration of the
state of pacing for this interface. If the value of this
object is 0, pacing is disabled on this interface.
Prior to any user configuration, the value of this object
is 0. If the value not 0, it represents the output pacing
value, in kilobits per second. The hardware is not capable
of providing all possible rates. The rate in place is available
in rmIfOutPacingRateInstalled. If the value specified would
reduce the port rate below that currently allocated to
Guaranteed Service bandwidth for the output flow,
the rmIfOutPacingForce object must be set in conjunction with
this object in order to cause the change to take effect."
DEFVAL { 0 }
::= { rmIfCfgEntry 1 }
rmIfOutPacingRateInstalled OBJECT-TYPE
SYNTAX Unsigned32
UNITS "kilobits-per-second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The output pacing value, in kilobits per second, in effect.
A value of 0 indicates output pacing is disabled.
This object is not instantiated for interfaces to which it
cannot be applied."
DEFVAL { 0 }
::= { rmIfCfgEntry 2 }
rmIfOutPacingForce OBJECT-TYPE
SYNTAX ForceValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A Set Request for rmIfOutPacingRateRequested that does not
reduce the port rate below the currently allocated bandwidth
guarantees for the output flow always succeeds irrespective
of the value of rmIfOutPacingForce. But a Set Request for
rmIfOutPacingRateRequested that does reduce the port rate
below the currently allocated bandwidth guarantees for the
output flow will succeed only if rmIfOutPacingForce object
is also set to the value forceChange. In either of the above
cases, once rmIfOutPacingRateRequested object is set to the
appropriate value, rmIfOutPacingForce object assumes the
noForceChange value. This object is not instantiated for
interfaces to which it cannot be applied."
DEFVAL { noForceChange }
::= { rmIfCfgEntry 3 }
rmIfLinkDistance OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
UNITS "kilometers"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The link distance defined for the interface, expressed
in kilometers. This is then divided by the speed of light
to determine a propagation delay."
DEFVAL { 0 }
::= { rmIfCfgEntry 4 }
rmIfBestEffortLimit OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The limit on the number of Best Effort connections that
can be established on this interface. Note that a change
to this value affects subsequent connection setup, not
existing connections. A value of 4294967295 disables best-effort
limits."
DEFVAL { 4294967295 }
::= { rmIfCfgEntry 5 }
rmIfCbrDefaultRxUpcTolerance OBJECT-TYPE
SYNTAX Unsigned32
UNITS "cell-times"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the GCRA limit parameter used for policing
of a receive cell-stream of a CBR connection on an interface,
if the limit parameter is not specified explicitly in the
connection setup request. It is specified
in cell-times. Note that a change to this value affects
subsequent connection setup, not existing connections."
DEFVAL { 1024 }
::= { rmIfCfgEntry 6 }
rmIfVbrRtDefaultRxUpcTolerance OBJECT-TYPE
SYNTAX Unsigned32
UNITS "cell-times"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the maximum burst size parameter used for policing
of a receive cell-stream of a VBR-RT connection on an
interface, if this parameter is not specified
explicitly in the connection setup request. It is
specified in cell-times. Note that a change to this value
affects subsequent connection setup, not existing
connections."
DEFVAL { 1024 }
::= { rmIfCfgEntry 7 }
rmIfVbrNrtDefaultRxUpcTolerance OBJECT-TYPE
SYNTAX Unsigned32
UNITS "cell-times"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the maximum burst size parameter used for policing
of a receive cell-stream of a VBR-NRT connection on an
interface, if this parameter is not specified
explicitly in the connection setup request. It is
specified in cell-times. Note that a change to this value
affects subsequent connection setup, not existing
connections."
DEFVAL { 1024 }
::= { rmIfCfgEntry 8 }
rmIfAbrDefaultRxUpcTolerance OBJECT-TYPE
SYNTAX Unsigned32
UNITS "cell-times"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the GCRA limit parameter used for policing
of a receive cell-stream of an ABR connection on an interface,
if the limit parameter is not specified explicitly in the
connection setup request. It is specified
in cell-times. Note that a change to this value affects
subsequent connection setup, not existing connections."
DEFVAL { 1024 }
::= { rmIfCfgEntry 9 }
rmIfUbrDefaultRxUpcTolerance OBJECT-TYPE
SYNTAX Unsigned32
UNITS "cell-times"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the GCRA limit parameter used for policing
of a receive cell-stream of a UBR connection on an interface,
if the limit parameter is not specified explicitly in the
connection setup request. It is specified
in cell-times. Note that a change to this value affects
subsequent connection setup, not existing connections."
DEFVAL { 1024 }
::= { rmIfCfgEntry 10 }
rmIfVbrRtDefaultRxUpcCdvt OBJECT-TYPE
SYNTAX Unsigned32
UNITS "cell-times"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the GCRA limit parameter used for peak-rate
policing of a receive cell-stream of a VBR-RT connection
on an interface, if the CDVT parameter is not specified
explicitly in the connection setup request. It is
specified in cell-times. Note that a change to this value
affects subsequent connection setup, not existing
connections."
DEFVAL { 1024 }
::= { rmIfCfgEntry 11 }
rmIfVbrNrtDefaultRxUpcCdvt OBJECT-TYPE
SYNTAX Unsigned32
UNITS "cell-times"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the GCRA limit parameter used for peak-rate
policing of a receive cell-stream of a VBR-NRT connection
on an interface, if the CDVT parameter is not specified
explicitly in the connection setup request. It is
specified in cell-times. Note that a change to this value
affects subsequent connection setup, not existing
connections."
DEFVAL { 1024 }
::= { rmIfCfgEntry 12 }
rmIfServCategorySupport OBJECT-TYPE
SYNTAX INTEGER (0..31)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value of this object controls and reflects the
Service Category(s) supported on this ATM interface.
If a bit is set, the corresponding Service Category
is supported on the interface, and CAC will allow
such connections. If a bit is reset, the corresponding
Service Category is not supported on the interface,
and CAC will reject such connections.
Write access may not be supported on all interfaces.
Not all Service Categories may be supported on
an interface. For example, mixing of Service
Categories may not be allowed on a VP tunnel
interface.
The various bit positions are:
1 constant bit rate (cbr)
2 variable bit rate-real time (vbr-rt)
4 variable bit rate-non real time (vbr-nrt)
8 available bit rate (abr)
16 unspecified bit rate (ubr)"
::= { rmIfCfgEntry 13 }
rmIfFramingOverhead OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"If this object is set to true, framing overhead will be taken
into account in determining the Maximum Cell Rate that is
possible on this interface. If this object is set to false,
framing overhead will not figure in the determination of the
Maximum Cell Rate that is possible on this interface. If
setting the value of this object to true results in reducing
the Maximum Guaranteed Services Bandwidth of this interface
below the currently allocated bandwidth guarantees on this
interface, the object rmIfFramingOverheadForce must also be
set in order to cause the change to take effect. This object is
not instantiated for interfaces to which it cannot be applied."
DEFVAL { false }
::= { rmIfCfgEntry 14 }
rmIfFramingOverheadForce OBJECT-TYPE
SYNTAX ForceValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A Set Request for rmIfFramingOverhead that does not reduce
the Maximum Guaranteed Services Bandwidth of this interface
below the currently allocated bandwidth guarantees always
succeeds irrespective of the value of rmIfFramingOverheadForce.
But a Set Request for rmIfFramingOverhead that does reduce the
Maximum Guaranteed Services Bandwidth of this interface below
the currently allocated bandwidth guarantees will succeed only
if rmIfFramingOverheadForce object is also set to the value
forceChange. In either of the above cases, once the
rmIfFramingOverhead object is set to the appropriate value,
rmIfFramingOverheadForce object assumes the noForceChange
value. This object is not instantiated for interfaces to
which it cannot be applied."
DEFVAL { noForceChange }
::= { rmIfCfgEntry 15 }
rmIfOverBooking OBJECT-TYPE
SYNTAX INTEGER (100..1000)
UNITS "percent"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies overbooking on this interface as
a percentage of the Maximum Cell Rate that is possible
on this interface. If the value of this object is 100,
overbooking is disabled on this interface. A set request
for this object will succeed only if the value of the
ifAdminStatus object for this interface is 'down'.
This object is not instantiated for interfaces to which
it cannot be applied."
DEFVAL { 100 }
::= { rmIfCfgEntry 16 }
rmIfVbrRtPerClassOverbooking OBJECT-TYPE
SYNTAX INTEGER (100..3200)
UNITS "percent"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the Per Class Overbooking
percentage for VBR-rt service category on this
interface. If the value of this object is 100,
Per Class Overbooking for VBR-rt is disabled on this
interface. Specifying a value that is greater than 100
causes the CAC to scale down the bandwidth allocated to
a VBR-rt VC on this interface by a factor that is equal
to the inverse of the overbooking percentage specified by
this object. A set request for this object will succeed
only if the value of the ifAdminStatus object for this
interface is 'down' and Interface overbooking
(rmIfOverBooking object) is disabled. A set request for
this object will not succeed if it specifies a value
that would cause the current bandwidth guarantees on
this interface to exceed the maximum bandwidth available
for guaranteed services on this interface."
DEFVAL { 100 }
::= { rmIfCfgEntry 17 }
rmIfVbrNrtPerClassOverbooking OBJECT-TYPE
SYNTAX INTEGER (100..3200)
UNITS "percent"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the Per Class Overbooking
percentage for VBR-Nrt service category on this
interface. If the value of this object is 100,
Per Class Overbooking for VBR-Nrt is disabled on this
interface. Specifying a value that is greater than 100
causes the CAC to scale down the bandwidth allocated to
a VBR-Nrt VC on this interface by a factor that is equal
to the inverse of the overbooking percentage specified by
this object. A set request for this object will succeed
only if the value of the ifAdminStatus object for this
interface is 'down' and Interface overbooking
(rmIfOverBooking object) is disabled. A set request for
this object will not succeed if it specifies a value
that would cause the current bandwidth guarantees on
this interface to exceed the maximum bandwidth available
for guaranteed services on this interface."
DEFVAL { 100 }
::= { rmIfCfgEntry 18 }
rmIfAbrPerClassOverbooking OBJECT-TYPE
SYNTAX INTEGER (100..3200)
UNITS "percent"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the Per Class Overbooking
percentage for ABR service category on this
interface. If the value of this object is 100,
Per Class Overbooking for ABR is disabled on this
interface. Specifying a value that is greater than 100
causes the CAC to scale down the bandwidth allocated to
a ABR VC on this interface by a factor that is equal
to the inverse of the overbooking percentage specified by
this object. A set request for this object will succeed
only if the value of the ifAdminStatus object for this
interface is 'down' and Interface overbooking
(rmIfOverBooking object) is disabled. A set request for
this object will not succeed if it specifies a value
that would cause the current bandwidth guarantees on
this interface to exceed the maximum bandwidth available
for guaranteed services on this interface."
DEFVAL { 100 }
::= { rmIfCfgEntry 19 }
rmIfUbrPerClassOverbooking OBJECT-TYPE
SYNTAX INTEGER (100..3200)
UNITS "percent"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the Per Class Overbooking
percentage for UBR service category on this
interface. If the value of this object is 100,
Per Class Overbooking for UBR is disabled on this
interface. Specifying a value that is greater than 100
causes the CAC to scale down the bandwidth allocated to
a UBR VC on this interface by a factor that is equal
to the inverse of the overbooking percentage specified by
this object. A set request for this object will succeed
only if the value of the ifAdminStatus object for this
interface is 'down' and Interface overbooking
(rmIfOverBooking object) is disabled. A set request for
this object will not succeed if it specifies a value
that would cause the current bandwidth guarantees on
this interface to exceed the maximum bandwidth available
for guaranteed services on this interface."
DEFVAL { 100 }
::= { rmIfCfgEntry 20 }
rmIfDirectionCfgTable OBJECT-TYPE
SYNTAX SEQUENCE OF RmIfDirectionCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The (conceptual) table containing Resource Management
configuration information for a single direction of
traffic flow on ATM interfaces."
::= { ciscoAtmRmIfCfg 4 }
rmIfDirectionCfgEntry OBJECT-TYPE
SYNTAX RmIfDirectionCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry (conceptual row) in the rmIfInOutCfgTable
containing Resource Management configuration for a
traffic direction on an ATM interface. The particular
interface is identified by the value of MIB-II's ifIndex,
and the direction of flow."
INDEX { ifIndex, rmIfDirection }
::= { rmIfDirectionCfgTable 1 }
RmIfDirectionCfgEntry ::= SEQUENCE {
rmIfDirection INTEGER,
rmIfDirControlLinkShareMaxAgg INTEGER,
rmIfDirControlLinkShareMinCbr INTEGER,
rmIfDirControlLinkShareMaxCbr INTEGER,
rmIfDirControlLinkShareMinVbr INTEGER,
rmIfDirControlLinkShareMaxVbr INTEGER,
rmIfDirMaxCbrPcr Unsigned32,
rmIfDirMaxCbrTolerance Unsigned32,
rmIfDirMaxVbrPcr Unsigned32,
rmIfDirMaxVbrScr Unsigned32,
rmIfDirMaxVbrTolerance Unsigned32,
rmIfDirMaxAbrPcr Unsigned32,
rmIfDirMaxAbrTolerance Unsigned32,
rmIfDirMaxUbrPcr Unsigned32,
rmIfDirMaxUbrTolerance Unsigned32,
rmIfDirMaxAbrMcr Unsigned32,
rmIfDirMaxUbrMcr Unsigned32,
rmIfDirMaxVbrCdvt Unsigned32,
rmIfDirControlLinkShareMinAbr INTEGER,
rmIfDirControlLinkShareMaxAbr INTEGER,
rmIfDirControlLinkShareMinUbr INTEGER,
rmIfDirControlLinkShareMaxUbr INTEGER
}
rmIfDirection OBJECT-TYPE
SYNTAX INTEGER {
receive(1),
transmit(2)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Selects the traffic direction for which subsequent row
parameters are read or written. In is received from
the port(into the device), Out is transmitted to the
port (from the device)."
::= { rmIfDirectionCfgEntry 1 }
rmIfDirControlLinkShareMaxAgg OBJECT-TYPE
SYNTAX INTEGER (-1..95)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Configuration in the Controller Link Sharing (CLS) scheme.
Specifies the maximum aggregate Guaranteed Service
(CBR or VBR) traffic that can be allocated in a
traffic direction on an interface. It is expressed
as a percentage of the maximum traffic direction's
bandwidth (applies after output pacing, for example).
This object interacts with MaxVbr (if specified) such
that MaxVbr <= MaxAgg.
This object interacts with MaxCbr (if specified) such
that MaxCbr <= MaxAgg.
This object interacts with MaxAbr (if specified) such
that MaxAbr <= MaxAgg.
This object interacts with MaxUbr (if specified) such