summaryrefslogtreecommitdiff
path: root/MIBS/telco-systems/binos/PRVT-Y1564-MIB
blob: f3df69439569d909e9654f34103d981a01991983 (plain)
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
-- *********************************************************************
-- *********************************************************************
-- ** Filename: PRVT-SWITCH-Y1564-MIB
-- ** Project: T - Ethernet and Fast Ethernet IP Switches.
-- ** Purpose: Private MIB
-- *********************************************************************
-- (c) Copyright, 2001, BATM Advanced Communications. All rights reserved.
-- WARNING:
--
-- BY UTILIZING THIS FILE, YOU AGREE TO THE FOLLOWING:
--
-- This file is the property of BATM Advanced Communications.
-- BATM Advanced Communications retains all title and
-- ownership in the Specification, including any revisions.

-- BATM Advanced Communications grants all interested parties a non-exclusive
-- license to use and distribute an unmodified copy of this
-- Specification in connection with management of BATM Advanced Communications 
-- and Telco Systems products, and without fee, provided that the following
-- conditions are met:
-- 1. Redistributions of this specification must retain the above copyright
-- notice, this list of conditions and the following disclaimer.
-- 2. Redistributions in binary form must reproduce the above copyright
-- notice, this list of conditions and the following disclaimer in the
-- documentation and/or other materials provided with the distribution.
-- 3. The name of the BATM Advanced Communications MAY NOT be used to endorse
-- or promote products derived from this specification without specific prior written
-- permission.
--
-- EXCEPT AS RESTRICTED BY LAW, OR AS PROVIDED IN BATM'S LIMITED
-- WARRANTY, THE SPECIFICATIONS CONTAINED IN THIS FILE ARE
-- PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES
-- OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-- IN NO EVENT SHALL BATM BE LIABLE FOR ANY DAMAGES WHATSOEVER
-- INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
-- PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION OR
-- OTHER CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE, OR INABILITY
-- TO USE, THE SPECIFICATION CONTAINED IN THIS FILE.
PRVT-Y1564-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, Counter32, NOTIFICATION-TYPE
        FROM SNMPv2-SMI                  -- [RFC2578]
    MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP       
        FROM SNMPv2-CONF                 -- [RFC2580]
    RowStatus, TruthValue, DisplayString
        FROM SNMPv2-TC                   -- [RFC2579]
    SnmpAdminString
        FROM SNMP-FRAMEWORK-MIB          -- [RFC2571]
    switch
 	FROM PRVT-SWITCH-MIB;

prvtY1564Mib MODULE-IDENTITY
LAST-UPDATED "201202270000Z"
ORGANIZATION "BATM Advanced Communication"       
CONTACT-INFO
"BATM/Telco Systems Support team
Email: 
For North America: techsupport@telco.com
For North Europe: support@batm.de, info@batm.de
For the rest of the world: techsupport@telco.com"

DESCRIPTION
"This MIB provides the extended capability of controlling and 
provisioning for Y1564 test.
It adds extra functionality for DISMAN-PING-MIB"
      -- revision history
	REVISION       "201202270000Z"
	DESCRIPTION
	"Initial version."

::= { switch 129 }

-- ***********************************************
-- ************ Top level structure of the MIB****
-- ***********************************************
 prvtY1564Notifications              OBJECT IDENTIFIER ::= { prvtY1564Mib 0 }
 prvtY1564Objects                    OBJECT IDENTIFIER ::= { prvtY1564Mib 1 }
 prvtY1564Conformance                OBJECT IDENTIFIER ::= { prvtY1564Mib 2 }

prvtY1564Test OBJECT IDENTIFIER ::= { prvtY1564Objects 1 }
prvtY1564TestResult OBJECT IDENTIFIER ::= { prvtY1564Objects 2 }
prvtY1564Profiles OBJECT IDENTIFIER ::= { prvtY1564Objects 3 }

-- ***********************************************
-- ************* global scalar objects ***********
-- ***********************************************

prvtY1564TestTable OBJECT-TYPE
    SYNTAX SEQUENCE OF PrvtY1564TestEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "This table holds the configuration for a Y1564 test"
    ::= { prvtY1564Test 1 }

prvtY1564TestEntry OBJECT-TYPE
	SYNTAX PrvtY1564TestEntry
	MAX-ACCESS not-accessible
	STATUS current
	DESCRIPTION
	"NONE"
	INDEX {
		prvtY1564TestName
              }
	::= { prvtY1564TestTable 1 }

PrvtY1564TestEntry ::= SEQUENCE {
	prvtY1564TestName		SnmpAdminString,
    prvtY1564TestType 		INTEGER,
	prvtY1564TestMode       INTEGER,
	prvtY1564TestExecStatus		INTEGER,
	prvtY1564TestSourceType		INTEGER,
    prvtY1564TestSource		OCTET STRING,
    prvtY1564TestTargetType		INTEGER,
    prvtY1564TestTarget		OCTET STRING,
	prvtY1564TestTimeout		Unsigned32,
    prvtY1564TestCIR			Unsigned32,
	prvtY1564TestEIR Unsigned32,
	prvtY1564TestConfigurationTestTrafficPolicing TruthValue,
	prvtY1564TestConfigurationTestCirSteps Unsigned32,
	prvtY1564TestConfigurationStepDuration Unsigned32,
	prvtY1564TestPerformanceTestDuration INTEGER,
    prvtY1564TestCVLAN		Unsigned32,
	prvtY1564TestCVLANPriority	Unsigned32,
	prvtY1564TestCVLANDropEligible	TruthValue,
	prvtY1564TestSVLAN		Unsigned32,
	prvtY1564TestSVLANPriority	Unsigned32,
	prvtY1564TestSVLANDropEligible	TruthValue,
	prvtY1564TestPDUSize		INTEGER,
	prvtY1564TestLoopbackType 	INTEGER,
	prvtY1564TestPaternType 	INTEGER,
	prvtY1564TestProfileName    OCTET STRING,
       
	prvtY1564TestRowStatus		RowStatus
}



prvtY1564TestName OBJECT-TYPE
    SYNTAX      SnmpAdminString (SIZE(0..32))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
       "This string is used to describe the test name for the
        Y1564 test. It is also used as a test identifier."
    ::= { prvtY1564TestEntry 1 }

prvtY1564TestType OBJECT-TYPE
	SYNTAX INTEGER
        {
        testHead ( 1 ),
		testLoopback( 2 )
	}
	MAX-ACCESS read-write
	STATUS current
	DESCRIPTION
	"Y1564 test type"
	::= { prvtY1564TestEntry 2 }
	
prvtY1564TestMode OBJECT-TYPE
	SYNTAX INTEGER {
	configurationTest ( 1 ),
	performanceTest ( 2 ),
	both ( 3 )
	}
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"Specify test mode"
	::= { prvtY1564TestEntry 3 }	

prvtY1564TestExecStatus OBJECT-TYPE
	SYNTAX INTEGER
	{
		notRunning ( 1 ),
		running ( 2 )
	}
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION
	"Y1564   test execution status."
	DEFVAL { notRunning }
	::= { prvtY1564TestEntry 4 }


prvtY1564TestSourceType OBJECT-TYPE
	SYNTAX INTEGER
        {
		none( 0 ),
		mac ( 1 ),
		mep ( 2 )
	}
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION
	"Y1564 test source type."
	::= { prvtY1564TestEntry 5}

prvtY1564TestSource OBJECT-TYPE
	SYNTAX OCTET STRING (SIZE(1..17))
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"String that holds either the MAC or the MEP ID.
	 MAC should be in the format AA:BB:CC:DD:EE:FF
	 MEP shold be in the format DOMAIN:MA:MEP that represent 
	 the values corresponding to dot1agCfmMdIndex, 
	 dot1agCfmMaIndex and dot1agCfmMepIdentifier from 
	 IEEE8021-CFM-MIB.
	 e.g.:
		MAC:   00:A0:12:5C:12:C0
		MEP:   1:1:2"
	::= { prvtY1564TestEntry 6 }

prvtY1564TestTargetType OBJECT-TYPE
	SYNTAX INTEGER
        {
		none( 0 ),
		mac ( 1 ),
		mep ( 2 )
	}
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION
	"Y1564 test target type."
	::= { prvtY1564TestEntry 7 }

prvtY1564TestTarget OBJECT-TYPE
	SYNTAX OCTET STRING (SIZE(1..17))
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"String that holds either the MAC or the MEP ID.
	 MAC should be in the format AA:BB:CC:DD:EE:FF
	 MEP shold be in the format DOMAIN:MA:MEP that represent 
	 the values corresponding to dot1agCfmMdIndex, 
	 dot1agCfmMaIndex and dot1agCfmMepIdentifier from 
	 IEEE8021-CFM-MIB.
	 e.g.:
		MAC:   00:A0:12:5C:12:C0
		MEP:   1:1:2"
	::= { prvtY1564TestEntry 8 }

prvtY1564TestTimeout OBJECT-TYPE
	SYNTAX Unsigned32 (0..100)
	MAX-ACCESS read-write
	STATUS current
	DESCRIPTION
	"Y1564 test timeout in 0.1 of a second increments."
	DEFVAL { 1 }
	::= { prvtY1564TestEntry 9 }

prvtY1564TestCIR OBJECT-TYPE
	SYNTAX Unsigned32 (64..1000000)
	MAX-ACCESS read-write
	STATUS current
	DESCRIPTION
	"Y1564   Committed Information Rate (CIR) value."
	::= { prvtY1564TestEntry 10 }
	
prvtY1564TestEIR OBJECT-TYPE
	SYNTAX Unsigned32 (0..1000000)
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"Specify Excess Information Rate"
	::= { prvtY1564TestEntry 11 }

prvtY1564TestConfigurationTestTrafficPolicing OBJECT-TYPE
	SYNTAX TruthValue
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"Specify Traffic Policing "
	::= { prvtY1564TestEntry 12 }


	prvtY1564TestConfigurationTestCirSteps OBJECT-TYPE
	SYNTAX Unsigned32 (1..10)
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"Specify the number of Comitted Information Rate Steps"
	::= { prvtY1564TestEntry 13 }

	prvtY1564TestConfigurationStepDuration OBJECT-TYPE
	SYNTAX Unsigned32 (1..60)
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"Specify the configuration step duration, in seconds. This duration is used for every CIR step test and 
	also for EIR test and Policing test."
	::= { prvtY1564TestEntry 14 }

	prvtY1564TestPerformanceTestDuration OBJECT-TYPE
	SYNTAX INTEGER {
	testDuration15min (15),
	testDuration30min (30)
	}
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"Specify the performane test duration, in minutes"
	::= { prvtY1564TestEntry 15}
	

	prvtY1564TestCVLAN OBJECT-TYPE
	SYNTAX Unsigned32 (0..4094)
	MAX-ACCESS read-write
	STATUS current
	DESCRIPTION
	"C-VLAN ID for the Y1564   test."
	::= { prvtY1564TestEntry 16 }

	prvtY1564TestCVLANPriority OBJECT-TYPE
	SYNTAX Unsigned32 (0..7)
	MAX-ACCESS read-write
	STATUS current
	DESCRIPTION
	"VPT for C-VLAN0 for the Y1564   test."
	::= { prvtY1564TestEntry 17 }

    prvtY1564TestCVLANDropEligible OBJECT-TYPE
	SYNTAX TruthValue
	MAX-ACCESS read-write
	STATUS current
	DESCRIPTION
	"Drop Eligible flag for C-VLAN for the Y1564   test."
	::= { prvtY1564TestEntry 18 }

    prvtY1564TestSVLAN OBJECT-TYPE
	SYNTAX Unsigned32 (0..4094)
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION
	"S-VLAN ID for the Y1564   test."
	::= { prvtY1564TestEntry 19 }

prvtY1564TestSVLANPriority OBJECT-TYPE
	SYNTAX Unsigned32 (0..7)
	MAX-ACCESS read-write
	STATUS current
	DESCRIPTION
	"VPT for S-VLAN0 for the Y1564 test."
	::= { prvtY1564TestEntry 20 }

prvtY1564TestSVLANDropEligible OBJECT-TYPE
	SYNTAX TruthValue
	MAX-ACCESS read-write
	STATUS current
	DESCRIPTION
	"Drop Eligible flag for S-VLAN for the Y1564 test."
	::= { prvtY1564TestEntry 21 }

prvtY1564TestPDUSize OBJECT-TYPE
	SYNTAX  INTEGER
    {
	value64 ( 64 ),
	value128 ( 128 ),
	value256 ( 256 ),
	value512 ( 512),
	value1024 ( 1024 ),
	value1280 ( 1280 ),
	value1518 ( 1518 ),
	value2000 ( 2000 ),
	value9000 ( 9000)
	} 	
	MAX-ACCESS read-write
	STATUS current
	DESCRIPTION
	"Packet sizes for Y1564 test:
	   64,128,256,512,1024,1280,1518,2000,9000"
	::= { prvtY1564TestEntry 22 }

prvtY1564TestLoopbackType OBJECT-TYPE
	SYNTAX INTEGER
        {
		macSwap ( 1 ),
                oam ( 2 )
	}
	MAX-ACCESS read-write
	STATUS current
	DESCRIPTION
	"Y1564   test loopback type."
	::= { prvtY1564TestEntry 23 }

prvtY1564TestPaternType OBJECT-TYPE
	SYNTAX INTEGER
        {
		null ( 1 ),
                nullCRC ( 2 ),
		prbs ( 3 ),
                prbsCRC ( 4 ),
                none ( 8 )
	}
	MAX-ACCESS read-write
	STATUS current
	DESCRIPTION
	"Y1564   test patern type.
	 Options for it are none, null, null-crc, prbs, prbs-crc."
	::= { prvtY1564TestEntry 24 }
	

prvtY1564TestProfileName OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE(0..32))
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
        "Name assigned to the Y1564 profile."
        DEFVAL { '00'H }
        ::= { prvtY1564TestEntry 25 }	
	

prvtY1564TestRowStatus OBJECT-TYPE
	SYNTAX RowStatus
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"The status of the row entry.
	 The writable columns in a row can not be changed if the row
	 is active. Certain columns must have a valid value before a row
	 can be activated."
	::= { prvtY1564TestEntry 26 }    
	 

-- ***********************************************
-- *************  TEST RESULT *************
-- ***********************************************

prvtY1564TestResultTable OBJECT-TYPE
	SYNTAX SEQUENCE OF PrvtY1564TestResultEntry
	MAX-ACCESS not-accessible
	STATUS current
	DESCRIPTION
        "This table contains Y1564 results for tests."
	::= { prvtY1564TestResult 1 }

prvtY1564TestResultEntry OBJECT-TYPE
	SYNTAX PrvtY1564TestResultEntry
	MAX-ACCESS not-accessible
	STATUS current
	DESCRIPTION	"NONE"
	INDEX { 
		prvtY1564TestName,
		prvtY1564TestResultIndex }
	::= { prvtY1564TestResultTable 1 }

PrvtY1564TestResultEntry ::= SEQUENCE {
	prvtY1564TestResultIndex 			Unsigned32,
	prvtY1564TestResultSentInformationRate	Unsigned32,
	prvtY1564TestResultPacketSize		Unsigned32,
	prvtY1564TestResultMode		INTEGER,
	prvtY1564TestResultFrameLoss		Unsigned32,
	prvtY1564TestResultInformationRate		Unsigned32,
	prvtY1564TestResultFrameTransferDelay		Unsigned32,
	prvtY1564TestResutFrameDelayVariation            Unsigned32,
	prvtY1564TestResultStatus			INTEGER
   
       
}

prvtY1564TestResultIndex OBJECT-TYPE
	SYNTAX Unsigned32
	MAX-ACCESS not-accessible
	STATUS current
	DESCRIPTION
	"Y1564   test results table index.
	Index will take values 1 to 13, each value representing a percentage 
	of the CIR or EIR.1-10 step of CIR , EIR+CIR, EIR+CIR+25%EIR + Peformance test CIR
	The leaf prvtY1564TestResultFrameSize will present this value
	in a more user-friendly way."
	::= { prvtY1564TestResultEntry 1 }
	
prvtY1564TestResultSentInformationRate OBJECT-TYPE
	SYNTAX Unsigned32
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION
	"The sent information rate at each test step"
	::= { prvtY1564TestResultEntry 2 }	
	
prvtY1564TestResultPacketSize OBJECT-TYPE
	SYNTAX Unsigned32
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION
	"The packet size for a Y1564 test packet"
	::= { prvtY1564TestResultEntry 3 }

prvtY1564TestResultMode OBJECT-TYPE
	 SYNTAX INTEGER
        {
		    notAvailable ( 1 ),
            configurationCIRTest ( 2),
			configurationEIRTest ( 3),
			configurationPolicingTest ( 4),
			performanceTest ( 5 )
			
        }
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION
	"The Y1564 test mode correspondig to the result"
	::= { prvtY1564TestResultEntry 4 }	
	

prvtY1564TestResultFrameLoss OBJECT-TYPE
	SYNTAX Unsigned32
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION
	"Frame loss of the Y1564  test measured in 0.001 of a percent"
	::= { prvtY1564TestResultEntry 5 }

prvtY1564TestResultInformationRate OBJECT-TYPE
	SYNTAX Unsigned32
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION
	"The received information Rate of the Y1564  test measured in Kbps"
	::= { prvtY1564TestResultEntry 6 }

prvtY1564TestResultFrameTransferDelay OBJECT-TYPE
	SYNTAX Unsigned32
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION
	"Frame transfer delay  for Y1564 test measured in 1/100th of a microsecond.."
	::= { prvtY1564TestResultEntry 7 }
	
prvtY1564TestResutFrameDelayVariation OBJECT-TYPE
        SYNTAX Unsigned32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
        "Frame delay variation for Y1564 test measured in 1/100th of a microsecond."
        ::= { prvtY1564TestResultEntry 8 }
		
prvtY1564TestResultStatus OBJECT-TYPE
        SYNTAX INTEGER
        {
                notAvailable ( 1 ),
                ready ( 2 ),
                error ( 3 )
        }
	MAX-ACCESS read-only
	STATUS current
	DESCRIPTION
	"Status of the Y1564  test"
	::= { prvtY1564TestResultEntry 9 }



-- ***********************************************
-- ****************** PROFILE *******************
-- ***********************************************
prvtY1564ProfileTable OBJECT-TYPE
	SYNTAX SEQUENCE OF PrvtY1564ProfileEntry
	MAX-ACCESS not-accessible
	STATUS current
	DESCRIPTION
	"Table contains Y1564 thresholds."
	::= { prvtY1564Profiles 1 }

prvtY1564ProfileEntry OBJECT-TYPE
	SYNTAX PrvtY1564ProfileEntry
	MAX-ACCESS not-accessible
	STATUS current
	DESCRIPTION	"NONE"
	INDEX { prvtY1564ProfileName }
	::= { prvtY1564ProfileTable 1 }

PrvtY1564ProfileEntry ::= SEQUENCE {
		prvtY1564ProfileName      SnmpAdminString,
		prvtY1564ProfileFrameLoss Unsigned32,
		prvtY1564ProfileFrameTransferDelay Unsigned32,
		prvtY1564ProfileFrameDelayVariation Unsigned32,
        prvtY1564ProfileRowStatus                 RowStatus
       
       }

prvtY1564ProfileName OBJECT-TYPE
    SYNTAX      SnmpAdminString (SIZE(0..32))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
       "This string is used to describe the test profile name for the
        Y1564 test. It is also used as a profile identifier."
    ::= { prvtY1564ProfileEntry 1 }
	
	prvtY1564ProfileFrameLoss OBJECT-TYPE
	SYNTAX Unsigned32 (0..100000)
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"Specify maximum frameloss to declare test succeeded"
::= { prvtY1564ProfileEntry 2 }

	prvtY1564ProfileFrameTransferDelay OBJECT-TYPE
	SYNTAX Unsigned32 (1..60000000)
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"Specify maximum frame transfer delay in microseconds  to declare test succeeded"
	::= { prvtY1564ProfileEntry 3 }

	prvtY1564ProfileFrameDelayVariation OBJECT-TYPE
	SYNTAX Unsigned32 (1..60000000)
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"Specify maximum frame delay variation in microseconds to declare test succeeded"
::= { prvtY1564ProfileEntry 4 }

prvtY1564ProfileRowStatus OBJECT-TYPE
	SYNTAX RowStatus
	MAX-ACCESS read-create
	STATUS current
	DESCRIPTION
	"Creation/delete/edit of the Y1564 profile. "
	::= { prvtY1564ProfileEntry 5 }

-- ***********************************************
-- **************** Notification *****************
-- ***********************************************

prvtY1564ProbeFailed NOTIFICATION-TYPE
	OBJECTS {
		prvtY1564TestType,
		prvtY1564TestResultStatus
	}
	STATUS current
	DESCRIPTION
		"This trap should be sent whenever a Y1564 probe
		on a specific test fails."
	::= { prvtY1564Notifications 1 }

prvtY1564ProbeSuccess NOTIFICATION-TYPE
	OBJECTS {
		prvtY1564TestType,
		prvtY1564TestResultStatus
	}
	STATUS current
	DESCRIPTION
		"This trap should be sent whenever a Y1564 probe
		on a specific test finishes with success."
	::= { prvtY1564Notifications 2 }

prvtY1564TestFinished NOTIFICATION-TYPE
	OBJECTS {
		prvtY1564TestExecStatus
	}
	STATUS current
	DESCRIPTION
		"This trap should be sent whenever a Y1564  test is finished"
	::= { prvtY1564Notifications 3 }

-- ******************************************************************
-- PRVT-Y1564 MIB Module - Conformance Information
-- ******************************************************************

prvtY1564Compliances OBJECT IDENTIFIER ::= { prvtY1564Conformance 1 }
prvtY1564Groups      OBJECT IDENTIFIER ::= { prvtY1564Conformance 2 }

-- ******************************************************************
-- Units of conformance
-- ******************************************************************


prvtY1564TestGroup OBJECT-GROUP
    OBJECTS {
        prvtY1564TestType,
		prvtY1564TestMode,
		prvtY1564TestExecStatus,
		prvtY1564TestSourceType,
        prvtY1564TestSource,
        prvtY1564TestTargetType,
        prvtY1564TestTarget,
		prvtY1564TestTimeout,
        prvtY1564TestCIR ,
		prvtY1564TestEIR ,
		prvtY1564TestConfigurationTestTrafficPolicing ,
		prvtY1564TestConfigurationTestCirSteps ,
		prvtY1564TestConfigurationStepDuration ,
		prvtY1564TestPerformanceTestDuration ,
		prvtY1564TestCVLAN,
		prvtY1564TestCVLANPriority,
		prvtY1564TestCVLANDropEligible,
		prvtY1564TestSVLAN,
		prvtY1564TestSVLANPriority,
		prvtY1564TestSVLANDropEligible,
		prvtY1564TestPDUSize,
		prvtY1564TestLoopbackType,
		prvtY1564TestPaternType,
		prvtY1564TestProfileName,
		prvtY1564TestRowStatus 
	
    }
    STATUS      current
    DESCRIPTION
       "Objects for the Y1564  test group."
    ::= { prvtY1564Groups 1 }


prvtY1564TestResultsGroup OBJECT-GROUP
    OBJECTS {
	prvtY1564TestResultSentInformationRate,
	prvtY1564TestResultPacketSize,
	prvtY1564TestResultMode,
	prvtY1564TestResultFrameLoss,
	prvtY1564TestResultInformationRate,
	prvtY1564TestResultFrameTransferDelay,
	prvtY1564TestResutFrameDelayVariation,
	prvtY1564TestResultStatus
    }
    STATUS      current
    DESCRIPTION
       "Objects for the Y1564  test results group."
    ::= { prvtY1564Groups 2 }

prvtY1564ProfilesGroup OBJECT-GROUP
    OBJECTS {
        prvtY1564ProfileFrameLoss ,
		prvtY1564ProfileFrameTransferDelay ,
		prvtY1564ProfileFrameDelayVariation ,
        prvtY1564ProfileRowStatus
	}
    STATUS      current
    DESCRIPTION
       "Objects for the Y1564 profiles group."
    ::= { prvtY1564Groups 3 }

prvtY1564NotificationsGroup NOTIFICATION-GROUP
    NOTIFICATIONS {
      prvtY1564ProbeFailed,
      prvtY1564ProbeSuccess,
      prvtY1564TestFinished
    }
    STATUS      current
    DESCRIPTION
       "Objects for the Notifications group."
    ::= { prvtY1564Groups 4 }
    



-- ******************************************************************
-- MIB Module Compliance statements
-- ******************************************************************

prvtY1564Compliance MODULE-COMPLIANCE
    STATUS      current
    DESCRIPTION
       "The compliance statement for support of the Y1564 MIB module."
    MODULE
        MANDATORY-GROUPS {
        prvtY1564TestGroup,
	    prvtY1564TestResultsGroup,
	    prvtY1564ProfilesGroup,
	    prvtY1564NotificationsGroup
            }

    OBJECT prvtY1564TestRowStatus
      SYNTAX       RowStatus { active(1), notInService(2), notReady(3) }
      WRITE-SYNTAX RowStatus { active(1), notInService(2), notReady(3),
                               createAndWait(5), destroy(6) }
      DESCRIPTION "Support for createAndWait is required."
      
    OBJECT prvtY1564ProfileRowStatus
      SYNTAX       RowStatus { active(1), notInService(2), notReady(3) }
      WRITE-SYNTAX RowStatus { active(1), notInService(2), notReady(3),
                               createAndWait(5), destroy(6) }
      DESCRIPTION "Support for createAndWait is required."


    ::= { prvtY1564Compliances 1 }

END