-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-WAN-SVC-MIB-V1SMI.my
5739 lines (5244 loc) · 165 KB
/
CISCO-WAN-SVC-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
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
-- MIB file created 01-Jul-2003 17:21:11, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-WAN-SVC-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-WAN-SVC-MIB.my"
-- Compile options "4 7 F H N W 03 06 0B 0G 0N 0T"
IMPORTS
DisplayString, RowStatus, TimeStamp, TruthValue
FROM SNMPv2-TC-v1
ifIndex, InterfaceIndex
FROM IF-MIB
PnniNodeId, PnniPortId
FROM PNNI-MIB
AtmAddress, NetPrefix
FROM ATM-FORUM-TC-MIB
CiscoWanNsapAtmAddress
FROM CISCO-WAN-ATM-CONN-MIB
stratacom
FROM CISCOWAN-SMI
Counter
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
ciscoWANSvcMIB OBJECT IDENTIFIER ::= { stratacom 140 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200303100000Z
-- OrgName
-- Cisco System, Inc
-- ContactInfo
-- Cisco Systems Customer Service
-- Postal: 170 W Tasman Drive
-- San Jose, CA 95143
-- USA
--
-- Tel: +1 800 553-NETS
--
-- E-mail: [email protected]
-- Descr
-- The MIB modules describe an ATM network service
-- on a BPX-SES or a MGX ATM switch. This MIB module
-- provides configuring, provisioning, as well as status
-- gathering for ATM services.
--
-- Abbreviation used:
--
-- ABR == Available Bit Rate
-- AINI == ATM Inter-Network Interface
-- ATM == Asynchronous Transfer Mode
-- BGN == Begin
-- BW == Bandwidth
-- CBR == Constant Bit Rate
-- ENNI == Enhanced Network to Network Interface
-- Note: The 'ENNI' term used here indicating
-- 'enhanced' or 'friendly' NNI for linking
-- two networks of CISCO AutoRoute or PNNI
-- switches. The XPVCs and XPVPs are
-- provisioned across them. Functionality
-- includes changing segment OAM cell handling
-- so that these cells flow over 'end-to-end
-- OAM segment' loops for the provisioned
-- length of the XPVC or XPVP, i.e. the
-- 'segment' comprises the two or three
-- segments between the user ports. Also
-- implemented at ENNIs is an LMI
-- functionality that enables
-- auto-discovery of the ENNIs.
-- ER == Error Recovery
-- GAT == Generic Application Transport
-- IE == Information Element
-- IISP == Interim Inter-Switch Signaling Protocol
-- ILMI == Interim Local Management Interface
-- MD == Management Data
-- PNNI == Private Network-Network Interface
-- RS == Resynchronization
-- REJ == Rejection
-- SD == Sequence Data
-- SDP == Sequence Data with Poll
-- SPVC == Soft Permanent Virtual Circuit
-- SSCOP == Service Specific Connection Oriented Protocol
-- SVC == Switched Virtual Circuit
-- UBR == Unspecified Bit Rate
-- UD == Unit Data
-- UNI == User-Network Interface
-- USTAT == Unsolicited STAT
-- VBR == Variable Bit Rate
-- RevDate
-- 200303100000Z
-- RevDescr
-- a) Modified to have characters/line to be less than 72
-- and add range for Integer32.
-- b) Modified to use cwspConfigGrp3 in
-- ciscoWANSvcMIBCompliance3.
-- RevDate
-- 200209160000Z
-- RevDescr
-- a) Added 'cwspSpvcAddress' to cwspConfigTable.
-- RevDate
-- 200203010000Z
-- RevDescr
-- a) Added 'cwspRoutingPriority' object in cwspConfigTable.
-- b) The DEFVAL clause for 'cwspUniVersion' and
-- 'cwspNniVersion' is changed to 'unsupported(7)' from
-- 'uni31'. The DESCRIPTION is modified for these
-- objects.
-- RevDate
-- 200107190000Z
-- RevDescr
-- The change is to back out previous revision. The
-- requirement was changed.
-- RevDate
-- 200107060000Z
-- RevDescr
-- The change is to use 'unsupoerted(7)' as default for both
-- 'cwspUniVersion' and 'cwspNniVersion'.
--
-- DESCRIPTION modified for both variables as well.
-- RevDate
-- 200106060000Z
-- RevDescr
-- The change is to add 'self(9)' enumeration to
-- 'cwspUniVersion'. This value is used to indicate
-- a voice port.
-- RevDate
-- 200105100000Z
-- RevDescr
-- The changes are as follows:
-- (1) Add one mib variable 'cwspConnTraceLastNode'.
-- (2) Add 'unsupported(7)'to 'cwspNniVersion' variable.
-- (3) Add additional comments in DESCRIPTION of
-- 'cwspNniVersion' and 'cwspUniVersion' variables.
-- (4) Corrected spelling error.
-- RevDate
-- 200010200000Z
-- RevDescr
-- The changes are as follows:
-- (1) Description for 'ENNI' is added.
-- (2) cwspNniVersion == enumeration enni(4) and
-- aini(5) are added.
-- (3) cwspOperNniSigVersion == enumeration aini(5)
-- is added.
-- RevDate
-- 200009010000Z
-- RevDescr
-- The changes are as follows:
-- (1) The default value of cwspMinSvccVci is changed to 35.
-- (2) The lower range of cwspMaxSvccVci changed to 35.
-- RevDate
-- 200008030000Z
-- RevDescr
-- Importing symbol stratacom from CISCOWAN-SMI
-- instead from BASIS-MIB.
-- RevDate
-- 200006150000Z
-- RevDescr
-- The changes are as follows.
-- (1) The lower bound and upper bound of the following
-- MIB objects has been changed from 0 to 1 and from
-- 100 to 200 respectively.
--
-- (i) cwspUtilFactorCbr
-- (ii) cwspUtilFactorRtVbr
-- (iii) cwspUtilFactorNrtVbr
-- (iv) cwspUtilFactorAbr
-- (v) cwspUtilFactorUbr
-- (2) The lower bound of cwspMinSvccVci object has been
-- changed from 32 to 0.
-- RevDate
-- 200004010000Z
-- RevDescr
-- This is the initial version of this MIB module.
ciscoWANSvcMIBObjects OBJECT IDENTIFIER ::= { ciscoWANSvcMIB 1 }
ciscoWANSvcInfo OBJECT IDENTIFIER ::= { ciscoWANSvcMIBObjects 1 }
ciscoWANSvcPort OBJECT IDENTIFIER ::= { ciscoWANSvcMIBObjects 2 }
ciscoWANPnniRouting OBJECT IDENTIFIER ::= { ciscoWANSvcMIBObjects 3 }
ciscoWANSpvc OBJECT IDENTIFIER ::= { ciscoWANSvcMIBObjects 4 }
cwspConfig OBJECT IDENTIFIER ::= { ciscoWANSvcPort 1 }
cwspCacConfig OBJECT IDENTIFIER ::= { ciscoWANSvcPort 2 }
cwspSigConfig OBJECT IDENTIFIER ::= { ciscoWANSvcPort 3 }
cwspSscopConfig OBJECT IDENTIFIER ::= { ciscoWANSvcPort 4 }
cwspCallStats OBJECT IDENTIFIER ::= { ciscoWANSvcPort 5 }
cwspSigStats OBJECT IDENTIFIER ::= { ciscoWANSvcPort 6 }
cwspSscopStats OBJECT IDENTIFIER ::= { ciscoWANSvcPort 7 }
cwspCall OBJECT IDENTIFIER ::= { ciscoWANSvcPort 8 }
cwspAbrCall OBJECT IDENTIFIER ::= { ciscoWANSvcPort 9 }
cwspPrefix OBJECT IDENTIFIER ::= { ciscoWANSvcPort 10 }
cwspAddress OBJECT IDENTIFIER ::= { ciscoWANSvcPort 11 }
cwspRegAddress OBJECT IDENTIFIER ::= { ciscoWANSvcPort 12 }
cwspLoad OBJECT IDENTIFIER ::= { ciscoWANSvcPort 13 }
cwspConnTrace OBJECT IDENTIFIER ::= { ciscoWANSvcPort 14 }
cwspOperation OBJECT IDENTIFIER ::= { ciscoWANSvcPort 15 }
ciscoWANSvcMIBConformance OBJECT IDENTIFIER ::= { ciscoWANSvcMIB 3 }
ciscoWANSvcMIBCompliances OBJECT IDENTIFIER ::= { ciscoWANSvcMIBConformance 1 }
ciscoWANSvcMIBGroups OBJECT IDENTIFIER ::= { ciscoWANSvcMIBConformance 2 }
CwspSpvcState ::= INTEGER {
genSpvcErr(1),
mPvcDelFail(2),
sPvcDelFail(3),
mRelPendHalfTmout(4),
mInstlPvcFail(5),
sInstlPvcFail(6),
mRecmtPvcFail(7),
sRecmtPvcFail(8),
mCmtHalfFail(9),
sCmtHalfFail(10),
mInstlXconnFail(11),
sRecvSetupConfmMismatch(12),
sRecvSetupServMismatch(13),
sRecvSetupTrafParmMismatch(14),
masterSpvcAutoDelete(15),
slaveSpvcAutoDelete(16)
}
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- Defines possible failures at an endpoint.
-- The following are implemented:
-- genSpvcErr(1) == General SPVC error,
-- sRecvSetupConfmMismatch(12)
-- == Connection ATM Conformance type
-- == mismatch with master at slave endpoint.
-- sRecvSetupServMismatch(13)
-- == Connection Service type mismatch with
-- == master at slave endpoint.
-- sRecvSetupTrafParmMismatch(14),
-- == Traffic parameters mismatch with master
-- == at slave endpoint.
-- masterSpvcAutoDelete(15)
-- == Controller auto deleting provisioned
-- == master SPVC.
-- and slaveSpvcAutoDelete(16)
-- == Controller auto deleting provisioned
-- == slave SPVC.
CwspControllerState ::= INTEGER {
ready(1),
unavilable(2)
}
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- Defines possible state for the pnni
-- controller.
cwsSwRevision OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"PNNI network controller software revision number."
::= { ciscoWANSvcInfo 1 }
cwsControllerStatus OBJECT-TYPE
SYNTAX CwspControllerState
-- Rsyntax INTEGER {
-- ready(1),
-- unavilable(2)
-- }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The administrative status for the pnni active
controller."
::= { ciscoWANSvcInfo 6 }
cwspPnniStndbyControllerStatus OBJECT-TYPE
SYNTAX CwspControllerState
-- Rsyntax INTEGER {
-- ready(1),
-- unavilable(2)
-- }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The administrative status for the standby controller."
::= { ciscoWANSvcInfo 7 }
cwspPnniControllerStatus OBJECT-TYPE
SYNTAX INTEGER {
active(1),
stndby(2),
unavailable(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The administrative status of the pnni controller.
Note: this object is only used in the trap varbind,
snmp get operation is meaningless."
::= { ciscoWANSvcInfo 8 }
cwspPnniControllerPhySlot OBJECT-TYPE
SYNTAX INTEGER(1..16)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The pnni controller physical location
for MGX or BPX-SES. Note: this object
is only used in the trap varbind, snmp
get operation is meaningless."
::= { ciscoWANSvcInfo 9 }
cwspSscopTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwspSscopEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table specifies SSCOP (Layer 2)
configuration parameters."
::= { cwspSscopConfig 1 }
cwspSscopEntry OBJECT-TYPE
SYNTAX CwspSscopEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the SSCOP configuration table.
Each entry indexed by the ifIndex of a port."
INDEX { ifIndex }
::= { cwspSscopTable 1 }
CwspSscopEntry ::= SEQUENCE {
cwspSscopTmrCC INTEGER,
cwspSscopTmrKeepAlive INTEGER,
cwspSscopTmrNoResp INTEGER,
cwspSscopTmrPoll INTEGER,
cwspSscopTmtIdle INTEGER,
cwspSscopMaxCC INTEGER,
cwspSscopMaxPD INTEGER,
cwspSscopMaxSTAT INTEGER
}
cwspSscopTmrCC OBJECT-TYPE
SYNTAX INTEGER(0..2147483647)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object contains the value for Connection
control timer."
DEFVAL { 1 }
::= { cwspSscopEntry 1 }
cwspSscopTmrKeepAlive OBJECT-TYPE
SYNTAX INTEGER(0..2147483647)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object contains the value for keep
alive timer "
DEFVAL { 5 }
::= { cwspSscopEntry 2 }
cwspSscopTmrNoResp OBJECT-TYPE
SYNTAX INTEGER(0..2147483647)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object contains the value for no
response timer."
DEFVAL { 30 }
::= { cwspSscopEntry 3 }
cwspSscopTmrPoll OBJECT-TYPE
SYNTAX INTEGER(0..2147483647)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object contains the value for poll timer."
DEFVAL { 1 }
::= { cwspSscopEntry 4 }
cwspSscopTmtIdle OBJECT-TYPE
SYNTAX INTEGER(0..2147483647)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object contains the value for idle timer."
DEFVAL { 10 }
::= { cwspSscopEntry 5 }
cwspSscopMaxCC OBJECT-TYPE
SYNTAX INTEGER(0..2147483647)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object contains the upper limit for the number
of transmissions of a BGN, END, ER or RS PDU."
DEFVAL { 10 }
::= { cwspSscopEntry 6 }
cwspSscopMaxPD OBJECT-TYPE
SYNTAX INTEGER(0..2147483647)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object contains an upper limit for a counter
which counts the number of SD PDUs transmitted between
transmissions of POLL PDUs or the number of SD PDUs
transmitted before the transmission of the first POLL
PDU after POLL timer became active."
DEFVAL { 10 }
::= { cwspSscopEntry 7 }
cwspSscopMaxSTAT OBJECT-TYPE
SYNTAX INTEGER(0..2147483647)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object contains an upper limit for
the number of list elements placed in a
STAT PDU."
DEFVAL { 67 }
::= { cwspSscopEntry 8 }
cwspSscopStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwspSscopStatsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains SSCOP (Layer 2) statistics
counters."
::= { cwspSscopStats 1 }
cwspSscopStatsEntry OBJECT-TYPE
SYNTAX CwspSscopStatsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry contains SSCOP (Layer 2) statistics."
INDEX { ifIndex }
::= { cwspSscopStatsTable 1 }
CwspSscopStatsEntry ::= SEQUENCE {
cwspSscopCounterReset INTEGER,
cwspSscopIgnoredPduRcv Counter,
cwspSscopBgnRcv Counter,
cwspSscopBgakRcv Counter,
cwspSscopEndRcv Counter,
cwspSscopEndakRcv Counter,
cwspSscopRsRcv Counter,
cwspSscopRsakRcv Counter,
cwspSscopBgrejRcv Counter,
cwspSscopSdRcv Counter,
cwspSscopSdpRcv Counter,
cwspSscopPollRcv Counter,
cwspSscopStatRcv Counter,
cwspSscopUstatRcv Counter,
cwspSscopUdRcv Counter,
cwspSscopMdRcv Counter,
cwspSscopErakRcv Counter,
cwspSscopBgnXmt Counter,
cwspSscopBgakXmt Counter,
cwspSscopEndXmt Counter,
cwspSscopEndakXmt Counter,
cwspSscopRsXmt Counter,
cwspSscopRsakXmt Counter,
cwspSscopBgrejXmt Counter,
cwspSscopSdXmt Counter,
cwspSscopSdpXmt Counter,
cwspSscopPollXmt Counter,
cwspSscopStatXmt Counter,
cwspSscopUstatXmt Counter,
cwspSscopUdXmt Counter,
cwspSscopMdXmt Counter,
cwspSscopErakXmt Counter
}
cwspSscopCounterReset OBJECT-TYPE
SYNTAX INTEGER {
noop(1),
reset(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies whether the SSCOP
statistics collected for this interface
needs to be reset."
DEFVAL { noop }
::= { cwspSscopStatsEntry 1 }
cwspSscopIgnoredPduRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
PDUs that are received but ignored due to
incorrect size, invalid PDU, unknown PDU
type."
::= { cwspSscopStatsEntry 2 }
cwspSscopBgnRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
BGN PDUs received at this interface."
::= { cwspSscopStatsEntry 3 }
cwspSscopBgakRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
BGN ACK PDUs received at this interface."
::= { cwspSscopStatsEntry 4 }
cwspSscopEndRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
END PDUs received at this interface."
::= { cwspSscopStatsEntry 5 }
cwspSscopEndakRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
END ACK PDUs received at this interface."
::= { cwspSscopStatsEntry 6 }
cwspSscopRsRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
RS(Resync) PDUs received at this interface."
::= { cwspSscopStatsEntry 7 }
cwspSscopRsakRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
RS(Resync) ACK PDUs received at this interface."
::= { cwspSscopStatsEntry 8 }
cwspSscopBgrejRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
BGN REJ PDUs received at this interface."
::= { cwspSscopStatsEntry 9 }
cwspSscopSdRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
SD (Sequenced Data) PDUs received at
this interface."
::= { cwspSscopStatsEntry 10 }
cwspSscopSdpRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
SDP (Sequenced Data with Poll) PDUs received
at this interface."
::= { cwspSscopStatsEntry 11 }
cwspSscopPollRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
POLL PDUs received at this interface."
::= { cwspSscopStatsEntry 12 }
cwspSscopStatRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
STAT PDUs received at this interface."
::= { cwspSscopStatsEntry 13 }
cwspSscopUstatRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
USTAT (Unsolicited STAT) PDUs received
at this interface."
::= { cwspSscopStatsEntry 14 }
cwspSscopUdRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
UD (Unit data) PDUs received at this
interface."
::= { cwspSscopStatsEntry 15 }
cwspSscopMdRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
MD (Management data) PDUs received
at this interface."
::= { cwspSscopStatsEntry 16 }
cwspSscopErakRcv OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
ER ACK (error recovery ack) PDUs received
at this interface."
::= { cwspSscopStatsEntry 17 }
cwspSscopBgnXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
BGN PDUs transmitted over this interface."
::= { cwspSscopStatsEntry 18 }
cwspSscopBgakXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
BGN ACK PDUs transmitted on this interface."
::= { cwspSscopStatsEntry 19 }
cwspSscopEndXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
END PDUs transmitted on this interface."
::= { cwspSscopStatsEntry 20 }
cwspSscopEndakXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
END ACK PDUs transmitted on this interface."
::= { cwspSscopStatsEntry 21 }
cwspSscopRsXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
RS (Resync) PDUs transmitted over this
interface."
::= { cwspSscopStatsEntry 22 }
cwspSscopRsakXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
RS (Resync) ACK PDUs transmitted over
this interface."
::= { cwspSscopStatsEntry 23 }
cwspSscopBgrejXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
BGN REJ PDUs transmitted over this interface."
::= { cwspSscopStatsEntry 24 }
cwspSscopSdXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
SD transmitted over this interface."
::= { cwspSscopStatsEntry 25 }
cwspSscopSdpXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
SDP PDUs transmitted over this interface."
::= { cwspSscopStatsEntry 26 }
cwspSscopPollXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
POLL PDUs transmitted over this interface."
::= { cwspSscopStatsEntry 27 }
cwspSscopStatXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
STAT PDUs transmitted over this interface."
::= { cwspSscopStatsEntry 28 }
cwspSscopUstatXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
USTAT PDUs transmitted over this interface."
::= { cwspSscopStatsEntry 29 }
cwspSscopUdXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
UD PDUs transmitted over this interface."
::= { cwspSscopStatsEntry 30 }
cwspSscopMdXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
MD PDUs transmitted over this interface."
::= { cwspSscopStatsEntry 31 }
cwspSscopErakXmt OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object stores the number of SSCOP
ER(error recovery) ACK PDUs transmitted
over this interface."
::= { cwspSscopStatsEntry 32 }
cwspSigConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwspSigConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table specifies signaling
configuration parameters."
::= { cwspSigConfig 1 }
cwspSigConfigEntry OBJECT-TYPE
SYNTAX CwspSigConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the signaling configuration
table. Each entry indexed by the ifIndex of
a port."
INDEX { ifIndex }
::= { cwspSigConfigTable 1 }
CwspSigConfigEntry ::= SEQUENCE {
cwspSigCfgT301 INTEGER,
cwspSigCfgT303 INTEGER,
cwspSigCfgT308 INTEGER,
cwspSigCfgT310 INTEGER,
cwspSigCfgT316 INTEGER,
cwspSigCfgT317 INTEGER,
cwspSigCfgT322 INTEGER,
cwspSigCfgT397 INTEGER,
cwspSigCfgT398 INTEGER,
cwspSigCfgT399 INTEGER
}
cwspSigCfgT301 OBJECT-TYPE
SYNTAX INTEGER(150..240)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Timer started when ALERT message received
at Call Received State. Normally, timer is
stopped when CONNECT message is
received. Clear call at first expiry."
DEFVAL { 180 }
::= { cwspSigConfigEntry 1 }
cwspSigCfgT303 OBJECT-TYPE
SYNTAX INTEGER(4..8)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Timer started when SETUP message sent at
Call Present State. Normally, timer is
stopped when ALERT, CONNECT, RELEASE
COMPLETE or CALL PROCEEDING message is
received. Resend SETUP message and restart
the timer at first expiry; Clear network
connection and enter NULL state at second
expiry."
DEFVAL { 4 }
::= { cwspSigConfigEntry 2 }
cwspSigCfgT308 OBJECT-TYPE
SYNTAX INTEGER(20..45)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Timer started when RELEASE message sent at
Release Indication State. Normally, timer is
stopped when RELEASE COMPLETE or RELEASE
message is received. Resend RELEASE and
restart the timer at first expiry; Release
call reference and enter NULL state at
second expiry."
DEFVAL { 30 }
::= { cwspSigConfigEntry 3 }
cwspSigCfgT310 OBJECT-TYPE
SYNTAX INTEGER(10..120)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Timer started when CALL PROCEEDING message
received at Incoming Call Proceeding State.
Normally, timer is stopped when ALERT,
CONNECT or RELEASE message is received.
Clear call at first expiry. Range from 10 to
20 seconds for UNI 3.0/3.1 with default
of 10; 30 to 120 seconds for UNI 4.0 with
default of 30, default number can be 10 or
30, 10 is used."
DEFVAL { 10 }
::= { cwspSigConfigEntry 4 }
cwspSigCfgT316 OBJECT-TYPE
SYNTAX INTEGER(90..300)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Timer started when RESTART message sent
Restart Request State. Normally, timer is
stopped when RESTART ACK message is
received. RESTART may be sent multiple times
in both first or second expiry."
DEFVAL { 90 }
::= { cwspSigConfigEntry 5 }
cwspSigCfgT317 OBJECT-TYPE
SYNTAX INTEGER(60..300)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Timer started when RESTART message received
at Restart State. Normally, timer is stopped when
Internal clearing of call references happen.
Maintenance notification at first expiry.
The value of this timer should be less
than T316."
DEFVAL { 60 }
::= { cwspSigConfigEntry 6 }
cwspSigCfgT322 OBJECT-TYPE
SYNTAX INTEGER(4..20)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Timer started when STATUS ENQUIRY message
sent at any call state. Normally, timer is
stopped when STATUS RELEASE or
RELEASE COMPLETE message is received.
STATUS ENQUIREY message may be resent several
times in both first or second expiry."
DEFVAL { 4 }
::= { cwspSigConfigEntry 7 }
cwspSigCfgT397 OBJECT-TYPE
SYNTAX INTEGER(180..240)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Timer started when ALERTING or PARTY ALERTING
message received in point-to-multipoint call.
Normally timer is stopped when ADD
PARTY ACK message is received. Clear party at
first expiry."
DEFVAL { 180 }
::= { cwspSigConfigEntry 8 }
cwspSigCfgT398 OBJECT-TYPE
SYNTAX INTEGER(4..20)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Timer is started when DROP PARTY message sent at Drop Party
Initiated State. Normally, timer is stopped when DROP PARTY
ACK or RELEASE message is received. Send DROP PARTY ACK or
RELEASE at first expiry."
DEFVAL { 4 }
::= { cwspSigConfigEntry 9 }
cwspSigCfgT399 OBJECT-TYPE
SYNTAX INTEGER(14..124)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Timer is started when ADD PARTY message sent at
Add Party Initiated State. Normally, timer is
stopped when ADD PARTY ACK, ADD PARTY REJ or RELEASE
message is received. Clear the party and enter NULL Party
State at first expiry. Range from 14 to 28 seconds for
UNI 3.0/3.1 with default of 14; 34
to 124 seconds for UNI 4.0 with default of 34,
default can be 14 or 34, 14 is used."
DEFVAL { 14 }
::= { cwspSigConfigEntry 10 }
cwspSigStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwspSigStatsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains signaling statistics counters"
::= { cwspSigStats 1 }
cwspSigStatsEntry OBJECT-TYPE
SYNTAX CwspSigStatsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry contains signaling statistics."
INDEX { ifIndex }
::= { cwspSigStatsTable 1 }