forked from simonjj/SnmpMibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CISCO-ATM-SWITCH-FR-IWF-MIB.mib
1726 lines (1519 loc) · 54.6 KB
/
CISCO-ATM-SWITCH-FR-IWF-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
-- *****************************************************************
-- CISCO-ATM-SWITCH-FR-IWF-MIB
--
-- Sept 1998, Vasmi Abidi
--
-- Copyright (c) 1998, 1999, 2001 by Cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
CISCO-ATM-SWITCH-FR-IWF-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Integer32, Counter32 FROM SNMPv2-SMI
TEXTUAL-CONVENTION, RowStatus, TimeStamp,
TruthValue FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
ciscoMgmt FROM CISCO-SMI
Unsigned32 FROM CISCO-TC
AtmTrafficDescrParamIndex FROM ATM-MIB
ifIndex, InterfaceIndex FROM IF-MIB;
ciscoAtmSwitchFrIwfMIB MODULE-IDENTITY
LAST-UPDATED "200105200000Z"
ORGANIZATION "Cisco Systems"
CONTACT-INFO "
Cisco Systems, Inc.
170 West Tasman Drive,
San Jose CA 95134-1706.
Phone: +1 408 526 5260
Email: cs-atm@cisco.com"
DESCRIPTION
"A MIB module for managing Frame Relay to ATM interworking
connections, and Frame Relay to Frame Relay switched
connections via an ATM switching fabric, on a Cisco ATM
switch."
REVISION "200105200000Z"
DESCRIPTION
"Added objects casfVcSignalStandardCalledIe,
casfConfIfCledSpvcDeModeDef,
casfConfIfCledSpvcClpModeDef."
REVISION "200002290000Z"
DESCRIPTION
"New UPC values of 'tag' and 'drop' were added for IDSL
support."
REVISION "9807090000Z"
DESCRIPTION
"Initial version."
::= { ciscoMgmt 112 }
ciscoAtmSwitchFrIwfMIBObjects OBJECT IDENTIFIER ::=
{ ciscoAtmSwitchFrIwfMIB 1 }
casfFrTraffic OBJECT IDENTIFIER ::=
{ ciscoAtmSwitchFrIwfMIBObjects 1 }
casfFrVC OBJECT IDENTIFIER ::=
{ ciscoAtmSwitchFrIwfMIBObjects 2 }
casfFrInterface OBJECT IDENTIFIER ::=
{ ciscoAtmSwitchFrIwfMIBObjects 3 }
casfFrCounts OBJECT IDENTIFIER ::=
{ ciscoAtmSwitchFrIwfMIBObjects 4 }
casfMapping OBJECT IDENTIFIER ::=
{ ciscoAtmSwitchFrIwfMIBObjects 5 }
-- Textual Conventions
CasfTrafficDescrRow ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Identifies an index into the casfTrafficDescrTable. The
value 0 signifies that no row has been identified."
SYNTAX Unsigned32 (1..2147483647)
DlciValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A numerical value identifying a Data Link Connection
Identifier (DLCI) for a Frame Relay connection. The valid
range of values depends on the format of the address field
used, as described in ITU Recommendation Q.922. When a
2-octet address field is used, the value ranges from 0 to
1023."
REFERENCE
"ITU Recommendation Q.922, ISDN Data Link Layer
Specification For Frame Mode Bearer Services."
SYNTAX Integer32 (0..4194303)
ConnectionKind ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The kind of connection, distinguished by the use of call
control."
SYNTAX INTEGER {
pvc(1),
svcIncoming(2),
svcOutgoing(3),
spvcInitiator(4),
spvcTarget(5)
}
-- Copied from ATM-TC-MIB draft
AtmAddr ::= TEXTUAL-CONVENTION
DISPLAY-HINT "1x"
STATUS current
DESCRIPTION
"An ATM address. The semantics are implied by the
length. The address types are: - no address (0 octets)
- E.164 (8 octets) - NSAP (20 octets) In addition,
when subaddresses are used the AtmAddr may represent
the concatenation of address and subaddress. The
associated address types are: - E.164, E.164 (16
octets) - E.164, NSAP (28 octets) - NSAP, NSAP (40
octets) Address lengths other than defined in this
definition imply address types defined elsewhere.
Note: The E.164 address is encoded in BCD format."
SYNTAX OCTET STRING (SIZE(0..40))
-- Modeling a Frame Relay to ATM interworking connection on an ATM switch:
--
--
-- +___________________________+
-- | ATM SWITCH |
-- | |
-- | |
-- F| P Switch Fabric |T
-- _______O===O=======================O_______ ATM
-- Frame | |
-- Relay | |
-- | |
-- +___________________________+
--
--
-- Consider two ports 'F' and 'T' on a switch.
-- Suppose 'F' is a frame relay port, connected to a frame relay network or
-- DTE, and 'T' is an ATM port that is connected to an ATM network or DTE.
-- In this model, the cross-connect between a Frame Relay leg (i.e. DLCI) on
-- port F and an ATM leg (i.e., VPI/VCI) on port 'T' is represented using
-- another ATM port 'P' that is internal to the switch.
-- To create a FR-ATM interworking pvc connection,
-- (1) Create a Frame relay connection leg on port F, using the table
-- casfVcEndptTable.
-- The agent will create a corresponding ATM connection leg on
-- the internal ATM port P. The mapping from the FR leg to the
-- ATM leg on the internal ATM port is created in the casfFAMapTable.
-- The reverse mapping appears in the casfAFMapTable.
-- (2) Create the ATM connection leg on port T, and the cross-connect
-- between P and T using the usual ATM MIBS, e.g., the AToM MIB.
--
-- To create a FR-ATM interworking soft VC connection, initiated from port F,
-- (1) Create a Frame Relay connection leg on port F, using the
-- casfVcEndptTable, also specify the value of the ATM Address
-- of the soft VC target, and the DLCI value to
-- be used at the target. The agent will initiate a soft VC
-- setup, and will also create a corresponding ATM connection
-- leg on the internal ATM port P. The mapping from the FR
-- leg to the ATM leg on the internal ATM port is created in
-- the casfFAMapTable. The reverse mapping appears in the
-- casfAFMapTable.
--
-- (2) Soft VC parameters, such as the retry interval, can be set
-- on the internal ATM leg.
-- Frame Relay Traffic Descriptor Table
casfTrafficDescrTable OBJECT-TYPE
SYNTAX SEQUENCE OF CasfTrafficDescrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains a set of self-consistent Frame
Relay traffic parameters. It is intended to be used to
create Frame Relay to ATM interworking connections,
hence a ATM traffic service category is also included.
An entry in this table is associated with an
equivalent entry in the ATM traffic descriptor table
(atmTrafficDescrParamTable); the mapping is given by
the object casfTrafficDescrAtmIndex. The agent will
not permit deletion of the associated
atmTrafficDescrEntry while the Frame Relay Traffic
Descriptor entry exists.
When creating an entry in this table, if the value of
casfTrafficDescrAtmIndex is specified, the following
cases are possible:
(a) if no corresponding row exists in
atmTrafficDescrParamTable, the agent will create such
a row with the given index value.
(b) if a corresponding row does exist in
atmTrafficDescrParamTable, the agent compares the
parameter values in casfTrafficDescrEntry and the
corresponding atmTrafficDescrParamEntry. If the two
entries are not equivalent, an error is returned, and
row creation fails.
When creating an entry in this table, if the value of
casfTrafficDescrAtmIndex is not specified, the agent
will assign a value to this object so that it refers
to an equivalent entry in the
atmTrafficDescrParamTable. If such an equivalent
entry does not already exist, the agent will create
one.
The agent creates rows in this table for use with
signaled connections. These are called 'transient'
rows - they disappear when the connection is torn
down, and are not saved in non-volatile memory. By
convention, transient rows usually use high-numbered
index values.
Entries can be deleted by setting the row status to
destroy(6). The agent denies the request if the row
is in use by existing connections."
::= { casfFrTraffic 1 }
casfTrafficDescrEntry OBJECT-TYPE
SYNTAX CasfTrafficDescrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Describes a traffic descriptor that is used by Frame
Relay connections."
INDEX { casfTrafficDescrIndex }
::= { casfTrafficDescrTable 1 }
CasfTrafficDescrEntry ::=
SEQUENCE {
casfTrafficDescrIndex
CasfTrafficDescrRow,
casfTrafficDescrCIR
Unsigned32,
casfTrafficDescrBc
Unsigned32,
casfTrafficDescrBe
Unsigned32,
casfTrafficDescrPIR
Unsigned32,
casfTrafficDescrServCategory
INTEGER,
casfTrafficDescrAtmIndex
AtmTrafficDescrParamIndex,
casfTrafficDescrRowStatus
RowStatus
}
casfTrafficDescrIndex OBJECT-TYPE
SYNTAX CasfTrafficDescrRow
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Uniquely identifies a row in this table."
::= { casfTrafficDescrEntry 1 }
casfTrafficDescrCIR OBJECT-TYPE
SYNTAX Unsigned32
UNITS "bits/sec"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The value of the Committed Information Rate (CIR) parameter."
::= { casfTrafficDescrEntry 2 }
casfTrafficDescrBc OBJECT-TYPE
SYNTAX Unsigned32
UNITS "bits"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The value of the Committed Burst Size (Bc) parameter."
::= { casfTrafficDescrEntry 3 }
casfTrafficDescrBe OBJECT-TYPE
SYNTAX Unsigned32
UNITS "bits"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The value of the Excess Burst Size (Be) parameter."
::= { casfTrafficDescrEntry 4 }
casfTrafficDescrPIR OBJECT-TYPE
SYNTAX Unsigned32
UNITS "bits/sec"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The value of the Peak Information Rate (PIR) parameter."
::= { casfTrafficDescrEntry 5 }
casfTrafficDescrServCategory OBJECT-TYPE
SYNTAX INTEGER {
vbrNrt(1), -- non real-time variable bit rate
abr(2), -- available bit rate
ubr(3), -- unspecified bit rate
vbrRt(4) -- real-time variable bit rate
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The service category, as defined for ATM."
REFERENCE
"ATM Forum Traffic Management Specification,
Version 4.0, af-tm-0056.000, June 1996."
::= { casfTrafficDescrEntry 6 }
casfTrafficDescrAtmIndex OBJECT-TYPE
SYNTAX AtmTrafficDescrParamIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The index of the equivalent entry in the
atmTrafficDescrParamTable."
::= { casfTrafficDescrEntry 7 }
casfTrafficDescrRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Used to create, delete and modify this row.
None of the columnar values (other than this one) can be
modified while the row is active."
::= { casfTrafficDescrEntry 8 }
-- Configuring Connections
-- Note: Here the term "end-point" does not indicate the termination
-- of a connection. Rather, we are using the terminology of RFC
-- 1604. In this context, each PVC segment has two end-points, which
-- are connected together through the switch. An end-point is
-- identified by a UNI/NNI logical port index value and a DLCI value.
casfVcEndptTable OBJECT-TYPE
SYNTAX SEQUENCE OF CasfVcEndptEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains information about Frame Relay
end-points of FR-ATM interworking connections on the
switch. When an entry is created in this table, the
agent creates a corresponding entry in the
atmVclTable of ATM-MIB, to represent the
configuration on the internal ATM port. The mapping
between an entry in this table, and the corresponding
entry in the atmVclTable is shown in the
casfFAMapTable and the casfAFMapTable.
Entries can be created or deleted in this table by an
NMS using the casfVcEndptRowStatus object.
To create a PVC connection end-point, the value of
casfVcEndptConnKind must be 'pvc'.
To create a soft VC initiator end-point, set the value of
casfVcEndptConnKind to 'spvcInitiator', and specify
the value of casfVcEndptSpvcRemoteAddr and
casfVcEndptSpvcRemoteType.
If the value of casfVcEndptSpvcRemoteType is
'frameRelay', you must also specify the value of
casfVcEndptSpvcRemoteDlci. Activating the conceptual
row will then cause the agent to attempt to establish
a connection to the remote frame relay interface.
If the value of casfVcEndptSpvcRemoteType is 'atm',
you must specify the values of
casfVcEndptSpvcRemoteVpi and
casfVcEndptSpvcRemoteVci. Activating the conceptual row
will then cause the agent to attempt to establish a
connection to the remote ATM interface.
The agent creates an entry in this table when an
incoming signaling request causes a soft VC
connection to be established with a local frame relay
interface as the destination. The value of
casfVcEndptConnKind in this case will be
'spvcTarget'. Such entries cannot be modified or
deleted by network management. They will be deleted
when the connection is removed by signaling."
::= { casfFrVC 1 }
casfVcEndptEntry OBJECT-TYPE
SYNTAX CasfVcEndptEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Models a bidirectional Frame Relay VC end-point. The
ifIndex identifies an ifTable entry for a Frame Relay
interface on this device."
INDEX { ifIndex, casfVcEndptDlci }
::= { casfVcEndptTable 1 }
CasfVcEndptEntry ::=
SEQUENCE {
casfVcEndptDlci
DlciValue,
casfVcEndptRxTrafficDescrRow
CasfTrafficDescrRow,
casfVcEndptTxTrafficDescrRow
CasfTrafficDescrRow,
casfVcEndptRxNegTrafficDescrRow
CasfTrafficDescrRow,
casfVcEndptTxNegTrafficDescrRow
CasfTrafficDescrRow,
casfVcEndptConnKind
ConnectionKind,
casfVcEndptIwfType
INTEGER,
casfVcEndptClpMode
INTEGER,
casfVcEndptDeMode
INTEGER,
casfVcEndptEfciMode
INTEGER,
casfVcEndptUpcMode
INTEGER,
casfVcEndptSpvcRemoteAddr
AtmAddr,
casfVcEndptSpvcRemoteType
INTEGER,
casfVcEndptSpvcRemoteDlci
DlciValue,
casfVcEndptSpvcRemoteVpi
INTEGER,
casfVcEndptSpvcRemoteVci
INTEGER,
casfVcEndptCreationTime
TimeStamp,
casfVcEndptRcvdSigStatus
INTEGER,
casfVcEndptRowStatus
RowStatus,
casfVcSignalStandardCalledIe
TruthValue
}
casfVcEndptDlci OBJECT-TYPE
SYNTAX DlciValue
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The value of the Data Link Connection Identifier (DLCI)
which identifies this connection end-point."
::= { casfVcEndptEntry 1 }
casfVcEndptRxTrafficDescrRow OBJECT-TYPE
SYNTAX CasfTrafficDescrRow
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Identifies the entry in the casfTrafficDescrTable
which applies to the receive direction at this
connection end-point.
For connections that negotiate traffic parameters
through signaling (e.g. ABR connections), this object
points to the desired traffic parameters, while the
object casfVcEndptRxNegTrafficDescrRow points to the
negotiated traffic parameters, for the receive direction."
::= { casfVcEndptEntry 2 }
casfVcEndptTxTrafficDescrRow OBJECT-TYPE
SYNTAX CasfTrafficDescrRow
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Identifies the entry in the casfTrafficDescrTable
which applies to the transmit direction at this
connection end-point.
For connections that negotiate traffic parameters
through signaling (e.g. ABR connections), this object
points to the desired traffic parameters, while the
object casfVcEndptTxNegTrafficDescrRow points to the
negotiated traffic parameter, for the transmit direction."
::= { casfVcEndptEntry 3 }
casfVcEndptRxNegTrafficDescrRow OBJECT-TYPE
SYNTAX CasfTrafficDescrRow
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifies the entry in the casfTrafficDescrTable
which contains negotiated traffic parameters applied
to the receive direction of this connection
end-point.
This object is not instantiated if this
is not the calling side of a soft VC, or if there is
no traffic negotiation."
::= { casfVcEndptEntry 4 }
casfVcEndptTxNegTrafficDescrRow OBJECT-TYPE
SYNTAX CasfTrafficDescrRow
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifies the entry in the casfTrafficDescrTable
which contains negotiated traffic parameters applied
to the transmit direction of this connection
endpoint.
This object is not instantiated if this is not the
calling side of a soft VC, or if there is no traffic
negotiation."
::= { casfVcEndptEntry 5 }
casfVcEndptConnKind OBJECT-TYPE
SYNTAX ConnectionKind
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The connection kind. The value can be set prior to
the row becoming 'active'.
To create a pvc connection endpoint, set this value to
pvc(1).
To create a soft VC connection endpoint, set this
value to spvcInitiator(4), and specify the value of
casfVcEndptSpvcRemoteAddr.
The values svcIncoming(2), svcOutgoing(3), and
spvcTarget(5) can not be written."
DEFVAL { pvc }
::= { casfVcEndptEntry 6 }
casfVcEndptIwfType OBJECT-TYPE
SYNTAX INTEGER {
network(1), -- as in FRF.5
serviceTransparent(2), -- as in FRF.8
serviceTranslation(3), -- as in FRF.8
rfc1973(4) -- PPP in Frame Relay
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type of the interworking function. The value can
be set prior to the row becoming 'active'."
::= { casfVcEndptEntry 7 }
casfVcEndptClpMode OBJECT-TYPE
SYNTAX INTEGER {
clpIfDe(1), -- Mode 1 of FRF.5, FRF.8
clpIsZero(2), -- Mode 2 of FRF.5, FRF.8
clpIsOne(3) -- Mode 2 of FRF.5, FRF.8
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specifies how to map from Discard Eligibility (DE)
bit on the Frame Relay side to Congestion Loss
Priority (CLP) bit on the ATM side.
For network interworking, clpIfDe(1) corresponds to
Mode 1 as defined in FRF.5, section
4.4.1. clpIsZero(2) and clpIsOne(3) correspond to
Mode 2 as defined in FRF.5, section 4.4.1.
For service interworking, clpIfDe(1) corresponds to
Mode 1 as defined in FRF.8, section
4.2.1. clpIsZero(2) and clpIsOne(3) correspond to
Mode 2 as defined in FRF.8, section 4.2.1."
::= { casfVcEndptEntry 8 }
casfVcEndptDeMode OBJECT-TYPE
SYNTAX INTEGER {
deIfClpOrFrsscsDe(1),
deIfFrsscsDe(2),
deIfClp(3),
deIsZero(4),
deIsOne(5)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specifies how to map from Congestion Loss Priority
(CLP) bit on the ATM side to Discard Eligibility (DE)
bit on the Frame Relay side.
See the Frame Relay Forum specifications FRF.5 and
FRF.8 for definitions of Mode 1 and Mode 2.
For network interworking, the valid values are:
deIfClpOrFrsscsDe(1) -- Mode 1 of FRF.5 section 4.4.2
deIfFrsscsDe(2) -- Mode 2 of FRF.5 section 4.4.2
For service interworking, the valid values are:
deIfClp(3) -- Mode 1 of FRF.8 section 4.2.2
deIsZero(4) and deIsOne(5) -- Mode 2 of FRF.8 section 4.2.2
"
::= { casfVcEndptEntry 9 }
casfVcEndptEfciMode OBJECT-TYPE
SYNTAX INTEGER {
efciIfFecn(1),
efciIsZero(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specifies how to map from FECN field in the Frame
Relay PDU to the EFCI field in ATM cells, in case of
service interworking. This object does not apply to
network interworking.
efciIfFecn(1) and efciIsZero(2) correspond to Mode 1
and Mode 2 (as defined in FRF.8, section 4.3.1.1),
respectively."
::= { casfVcEndptEntry 10 }
casfVcEndptUpcMode OBJECT-TYPE
SYNTAX INTEGER {
pass(1),
tagDrop(2),
tag(3),
drop(4)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specifies the action taken by Usage Parameter Control
(UPC) at the ingress port."
::= { casfVcEndptEntry 11 }
casfVcEndptSpvcRemoteAddr OBJECT-TYPE
SYNTAX AtmAddr
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The ATM address of the remote end of the soft VC.
The value can be set prior to the row becoming
'active', and if the value of casfVcEndptConnKind is
spvcInitiator(4). The agent will return an
inconsistentValue error on sets if the value of
casfVcEndptConnKind is other than spvcInitiator(4).
If the value of casfVcEndptConnKind spvcTarget(5), this
object is initialized by the agent.
This object is instantiated only if the value of
casfVcEndptConnKind is spvcInitiator(4) or
spvcTarget(5)."
::= { casfVcEndptEntry 12 }
casfVcEndptSpvcRemoteType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
frameRelay(2),
atm(3)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type of the remote end of the soft VC.
This object is instantiated only if the value of
casfVcEndptConnKind is spvcInitiator(4) or
spvcTarget(5). The agent will return an
inconsistentValue error on sets if the value of
casfVcEndptConnKind is other than spvcInitiator(4) or
spvcTarget(5)."
::= { casfVcEndptEntry 13 }
casfVcEndptSpvcRemoteDlci OBJECT-TYPE
SYNTAX DlciValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The DLCI value to be used at the remote end of the
soft VC. The value can be set prior to the row
becoming 'active', and if the value of
casfVcEndptConnKind is spvcInitiator(4), and the value
of casfVcEndptSpvcRemoteType is frameRelay(2).
The object is instantiated only if the value of
casfVcEndptSpvcRemoteType is frameRelay(2). The agent
will return an inconsistentValue error on sets if the
value of casfVcEndptSpvcRemoteType is other than
frameRelay(2)."
::= { casfVcEndptEntry 14 }
casfVcEndptSpvcRemoteVpi OBJECT-TYPE
SYNTAX INTEGER (0..255)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The VPI value to be used at the remote end of the
soft VC. The value can be set prior to the row
becoming 'active', and if the value of
casfVcEndptConnKind is spvcInitiator(4), and the value
of casfVcEndptSpvcRemoteType is atm(3).
The object is instantiated only if the value of
casfVcEndptSpvcRemoteType is atm(3). The agent will
return an inconsistentValue error on sets if the value
of casfVcEndptSpvcRemoteType is other than atm(3)."
::= { casfVcEndptEntry 15 }
casfVcEndptSpvcRemoteVci OBJECT-TYPE
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The VCI value to be used at the remote end of the
soft VC. The value can be set prior to the row
becoming 'active', and if the value of
casfVcEndptConnKind is spvcInitiator(4), and the value
of casfVcEndptSpvcRemoteType is atm(3).
The object is instantiated only if the value of
casfVcEndptSpvcRemoteType is atm(3). The agent will
return an inconsistentValue error on sets if the value
of casfVcEndptSpvcRemoteType is other than atm(3)."
::= { casfVcEndptEntry 16 }
casfVcEndptCreationTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time when this row was created."
::= { casfVcEndptEntry 17 }
casfVcEndptRcvdSigStatus OBJECT-TYPE
SYNTAX INTEGER {
deleted(1),
active(2),
inactive(3),
none(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of this object identifies the PVC status
received via the local in-channel signaling
procedures for this PVC end-point. This object is
only pertinent for interfaces that perform the
bidirectional procedures. For user-to-network network
side procedures, the value of this object should be
none(4)."
REFERENCE
" Q.933 Annex A.
This object is a copy of frPVCEndptRcvdSigStatus from RFC1604."
::= { casfVcEndptEntry 18 }
casfVcEndptRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Used to create, modify or delete this row."
::= { casfVcEndptEntry 19 }
casfVcSignalStandardCalledIe OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specifies whether or not to signal the standard (from
the ATM-Forum PNNI Soft PVC Addendum) format of the
Called Soft PVC IE, as opposed to the proprietary
encoding we have used for the network-interworking
case to a frame-relay destination."
REFERENCE
" ATM Forum specification AF-CS-0127.000 for
standard encoding of Soft PVC IE."
DEFVAL { false }
::= { casfVcEndptEntry 20 }
-- LMI at a Frame Relay Interface
casfFrLmiTable OBJECT-TYPE
SYNTAX SEQUENCE OF CasfFrLmiEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains frame relay Local Management
Interface (LMI) parameters and counters.
There is one entry for each frame relay
interface. Entries come and go in this table as frame
relay interfaces are created and deleted in the device."
::= { casfFrInterface 1 }
casfFrLmiEntry OBJECT-TYPE
SYNTAX CasfFrLmiEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Frame relay LMI objects for a particular frame relay
interface, which is identified by the ifIndex value in
the INDEX clause."
INDEX { ifIndex }
::= { casfFrLmiTable 1 }
CasfFrLmiEntry ::=
SEQUENCE {
casfFrLmiProtocol INTEGER,
casfFrLmiType INTEGER,
casfFrLmiUserN391 INTEGER,
casfFrLmiUserN392 INTEGER,
casfFrLmiUserN393 INTEGER,
casfFrLmiUserT391 INTEGER,
casfFrLmiNetN392 INTEGER,
casfFrLmiNetN393 INTEGER,
casfFrLmiNetT392 INTEGER,
casfFrLmiEnquiryIns Counter32,
casfFrLmiEnquiryOuts Counter32,
casfFrLmiStatusIns Counter32,
casfFrLmiStatusOuts Counter32,
casfFrLmiStatusTimeouts Counter32,
casfFrLmiStatusEnqTimeouts Counter32
}
casfFrLmiProtocol OBJECT-TYPE
SYNTAX INTEGER {
none(1),
lmi(2),
ansiT1617D(3), -- ANSI T1.617 Annex D
ansiT1617B(4), -- ANSI T1.617 Annex B
ccittQ933A(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Identifies the Local In-Channel Signaling Protocol
that is used for this frame relay port."
::= { casfFrLmiEntry 1 }
casfFrLmiType OBJECT-TYPE
SYNTAX INTEGER {
dte(1),
dce(2),
nni(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Identifies the Local In-Channel Signaling Procedure
that is used for this frame relay port. A dte performs
only user-side procedures. A dce performs only
network-side procedures. An nni performs bidirectional
procedures."
::= { casfFrLmiEntry 2 }
casfFrLmiUserN391 OBJECT-TYPE
SYNTAX INTEGER (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Number of status enquiry intervals that pass
before issuance of a full status enquiry mes-
sage."
REFERENCE
"Draft American National Standard T1.617-1991,
Section D.7 Counter N391."
DEFVAL { 6 }
::= { casfFrLmiEntry 3 }
casfFrLmiUserN392 OBJECT-TYPE
SYNTAX INTEGER (1..10)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The maximum number of unanswered Status Enquiries the
device shall accept before declaring the interface
down."
REFERENCE
"Draft American National Standard T1.617-1991,
Section D.5.1 Counter N392."
DEFVAL { 3 }
::= { casfFrLmiEntry 4 }
casfFrLmiUserN393 OBJECT-TYPE
SYNTAX INTEGER (1..10)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number of status polling intervals over which the
error threshold is counted. For example, if within
N393 number of events the device receives N392 number
of errors, the interface is marked as down."
REFERENCE
"Draft American National Standard T1.617-1991,
Section D.5.2 Counter N393."
DEFVAL { 4 }
::= { casfFrLmiEntry 5 }
casfFrLmiUserT391 OBJECT-TYPE
SYNTAX INTEGER (5..30)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number of seconds between successive status
enquiry messages."
REFERENCE
"Draft American National Standard T1.617-1991,
Section D.7 Timer T391."
DEFVAL { 10 }
::= { casfFrLmiEntry 6 }
casfFrLmiNetN392 OBJECT-TYPE
SYNTAX INTEGER (1..10)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value of the network-side error threshold
for this frame relay port."
REFERENCE
"Draft American National Standard T1.617-1991,
Section D.7 Timer N392."
DEFVAL { 3 }
::= { casfFrLmiEntry 7 }
casfFrLmiNetN393 OBJECT-TYPE
SYNTAX INTEGER (0..10)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value of the network-side monitored events count
for this frame relay port. If, within N393 number of
events, the network-side receives N392 number of
errors, the interface is marked as down."
REFERENCE
"Draft American National Standard T1.617-1991,
Section D.7 Timer N393."
DEFVAL { 3 }
::= { casfFrLmiEntry 8 }
casfFrLmiNetT392 OBJECT-TYPE
SYNTAX INTEGER (5..30)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value of the network-side polling verification
timer for this frame relay port."
REFERENCE
"Draft American National Standard T1.617-1991,
Section D.7 Timer T392."
DEFVAL { 15 }
::= { casfFrLmiEntry 9 }
casfFrLmiEnquiryIns OBJECT-TYPE
SYNTAX Counter32
UNITS "messages"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Status Enquiry messages received."
::= { casfFrLmiEntry 10 }
casfFrLmiEnquiryOuts OBJECT-TYPE
SYNTAX Counter32
UNITS "messages"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Status Enquiry messages sent."
::= { casfFrLmiEntry 11 }
casfFrLmiStatusIns OBJECT-TYPE
SYNTAX Counter32
UNITS "messages"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Status messages received."
::= { casfFrLmiEntry 12 }
casfFrLmiStatusOuts OBJECT-TYPE
SYNTAX Counter32
UNITS "messages"