1
2AcAtm DEFINITIONS ::= BEGIN
3
4    IMPORTS
5       OBJECT-TYPE,
6       MODULE-IDENTITY                             FROM SNMPv2-SMI
7       TAddress,
8       DisplayString,
9       RowStatus ,
10       DateAndTime, TEXTUAL-CONVENTION             FROM SNMPv2-TC
11       IpAddress                                   FROM RFC1155-SMI
12       enterprises                                 FROM SNMPv2-SMI
13       AtmAddr                                     FROM ATM-TC-MIB;
14
15
16
17
18	audioCodes       OBJECT IDENTIFIER ::= {enterprises 5003}
19	acRegistrations  OBJECT IDENTIFIER ::= {audioCodes 7}
20	acGeneric        OBJECT IDENTIFIER ::= {audioCodes 8}
21	acProducts       OBJECT IDENTIFIER ::= {audioCodes 9}
22        acBoardMibs      OBJECT IDENTIFIER ::= {acProducts 10}
23
24	acAtm MODULE-IDENTITY
25	LAST-UPDATED "200603211048Z"          --Tuesday, March 21, 2006
26	ORGANIZATION "AudioCodes Ltd"
27	CONTACT-INFO
28    	"Postal: Support
29	     	AudioCodes LTD
30             	1 Hayarden Street
31                Airport City
32	        Lod, ISRAEL 70151
33     	Tel:    972-3-9764000
34     	Fax:    972-3-9764040
35     	Email:  support@audiocodes.com
36	Web:    www.audiocodes.com"
37	DESCRIPTION
38		"The Audiocodes ATMMIB."
39
40        REVISION     "200310160000Z"  -- Midnight 16 October 2003.
41        DESCRIPTION  "Initial version for acAtm mib "
42
43
44        REVISION     "200603211048Z"          --Tuesday, March 21, 2006
45
46        DESCRIPTION  "Addition new table  - remote gateway into the mib "
47
48        REVISION     "201006041528Z"          --Tuesday, April 06, 2010
49
50        DESCRIPTION  "obsoleted AcAtm"
51
52
53	::= {acBoardMibs 6}
54
55
56
57
58
59
60     acAtmConfiguration            OBJECT IDENTIFIER ::= {acAtm 1}
61
62
63     atmGeneralParams              OBJECT IDENTIFIER ::= {acAtmConfiguration 1}
64
65
66     atmGeneralParamsAtmDefaultApplicationType OBJECT-TYPE
67       SYNTAX INTEGER {
68                  aal1(1)
69,
70                   aal2-i-366-2(2)
71,
72                   aal2-umts(3)
73
74                  }
75       MAX-ACCESS read-write
76       STATUS obsolete
77       DESCRIPTION
78           "This is the default application type used when the board cannot determine from the H248 add message which AAL type to use."
79       ::= {atmGeneralParams 1}
80
81
82
83     atmGeneralParamsAtmTransmissionMode OBJECT-TYPE
84       SYNTAX INTEGER {
85                  sdh (0)
86,
87                  sonet(1)
88,
89                  none(2)
90
91                  }
92       MAX-ACCESS read-write
93       STATUS obsolete
94       DESCRIPTION
95           "This is the ATM Port Optical Carrier type which indicates whether the European standard (SDH) is to be employed or the North American Standard (SONET)"
96       ::= {atmGeneralParams 2}
97
98
99
100     atmPort                       OBJECT IDENTIFIER ::= {acAtmConfiguration 2}
101
102
103     -- ****************************************
104     -- atmPort table decleration
105     -- ****************************************
106     atmPortTable OBJECT-TYPE
107       SYNTAX SEQUENCE OF AtmPortEntry
108       MAX-ACCESS not-accessible
109       STATUS obsolete
110       DESCRIPTION
111           "This table indicates general information about and alarm status of the ATM optical fiber ports.  It is also used to configure the ATM address associated with the optical port and read that address."
112       ::= {atmPort 1}
113
114
115
116     -- ****************************************
117     -- atmPort table entry
118     -- ****************************************
119     atmPortEntry OBJECT-TYPE
120       SYNTAX AtmPortEntry
121       MAX-ACCESS not-accessible
122       STATUS obsolete
123       DESCRIPTION
124           ""
125       INDEX {atmPortNumber}
126       ::= {atmPortTable 1}
127
128
129
130     -- ****************************************
131     -- atmPort TABLE
132     -- ****************************************
133     AtmPortEntry ::= SEQUENCE {
134       atmPortAdministrativeState                      INTEGER,
135       atmPortOperationalState                         INTEGER,
136       atmPortNumber                                   INTEGER,
137       atmPortAdminAddress                             AtmAddr,
138       atmPortOperationalAddress                       AtmAddr,
139       atmPortAlarmStatus                              INTEGER,
140       atmPortAddressMode                              INTEGER
141     }
142
143
144
145     atmPortAdministrativeState OBJECT-TYPE
146       SYNTAX INTEGER {
147                  locked (0)
148,
149                   shuttingDown(1)
150,
151                   unlocked(2)
152
153                  }
154       MAX-ACCESS read-write
155       STATUS obsolete
156       DESCRIPTION
157           "This is the ATM Port Administrative State"
158       ::= {atmPortEntry 1}
159
160
161
162     atmPortOperationalState OBJECT-TYPE
163       SYNTAX INTEGER {
164                  disabled(0)
165,
166                   enabled(1)
167
168
169                  }
170       MAX-ACCESS read-only
171       STATUS obsolete
172       DESCRIPTION
173           "This is the Port Operational State"
174       ::= {atmPortEntry 2}
175
176
177
178     atmPortNumber OBJECT-TYPE
179       SYNTAX INTEGER {
180                  port0(0)
181,
182                   port1(1)
183,
184                   port2(2)
185
186                  }
187       MAX-ACCESS read-only
188       STATUS obsolete
189       DESCRIPTION
190           "This is the ATM Port Number"
191       ::= {atmPortEntry 3}
192
193
194
195     atmPortAdminAddress OBJECT-TYPE
196       SYNTAX AtmAddr (SIZE (0..40))
197       MAX-ACCESS read-write
198       STATUS obsolete
199       DESCRIPTION
200           "This is the Administrative�ATM Port Address (20 octets in length - 40 hexadecimal characters). This address is manually configured.�This address is used when ILMI is not available."
201       ::= {atmPortEntry 4}
202
203
204
205     atmPortOperationalAddress OBJECT-TYPE
206       SYNTAX AtmAddr (SIZE (0..40))
207       MAX-ACCESS read-only
208       STATUS obsolete
209       DESCRIPTION
210           "This is the port ATM address currently in operation (i.e.:assigned to this port). This address�is set to atmPortAdminAddress if no ILMI address is registered. If an ILMI address is successfully registered, then atmPortOperationalAddress will be set to the ILMI one, though an administrative address may have already been configured. Thus ILMI address always takes precedence over the administrative one. If both the administrative and ILMI addresses are unavailable then the operational address is left empty. Refer to atmPortAddressMode for which address is operational."
211       ::= {atmPortEntry 5}
212
213
214
215     atmPortAlarmStatus OBJECT-TYPE
216       SYNTAX INTEGER {
217                  cleared(0)
218,
219                   los(1)
220,
221                   ais(2)
222,
223                   rdi(4)
224
225                  }
226       MAX-ACCESS read-only
227       STATUS obsolete
228       DESCRIPTION
229           "This is the ATM Port Alarm Status. The possible values are:
230  cleared(0) - LOS, AIS and RDI conditions are not present
231  los(1)       - the LOS condition is present
232  ais(2)       - AIS condition is present (LOS condition is not present)
233  rdi(4)        - RDI condition is present (LOS and AIS conditions are not present)
234Note: Alarm conditions (from the SONET/SDH standard documents) are:
235   LOS - Loss Of Signal
236   AIS - Alarm Indication Signal
237   RDI - Remote Defect Indication"
238       ::= {atmPortEntry 6}
239
240
241
242     atmPortAddressMode OBJECT-TYPE
243       SYNTAX INTEGER {
244                  addrModeNone(0)
245,
246                   addrModeManual(1)
247,
248                   addrModeILMI(2)
249
250                  }
251       MAX-ACCESS read-only
252       STATUS obsolete
253       DESCRIPTION
254           "The mode reflects the type of address in operation. addrModeNone(0) : No administrative address has been configured and no ILMI address has been registered. Thus no address is available to assign to the port. addrModeManual(1): An Administrative address has been configured and no ILMI address has been registered. Thus the port is assigned the manually configured address.addrModeILMI (2): An ILMI address has been registered. The port is assigned this address. The administrative address is ignored if it has been configured."
255       ::= {atmPortEntry 7}
256
257
258
259     atmRemoteGateway              OBJECT IDENTIFIER ::= {acAtmConfiguration 3}
260
261
262     -- ****************************************
263     -- atmRemoteGateway table decleration
264     -- ****************************************
265     atmRemoteGatewayTable OBJECT-TYPE
266       SYNTAX SEQUENCE OF AtmRemoteGatewayEntry
267       MAX-ACCESS not-accessible
268       STATUS obsolete
269       DESCRIPTION
270           "This includes the destination remote Gateways (and RNC) that the Media Gateway would have signaling contact with."
271       ::= {atmRemoteGateway 1}
272
273
274
275     -- ****************************************
276     -- atmRemoteGateway table entry
277     -- ****************************************
278     atmRemoteGatewayEntry OBJECT-TYPE
279       SYNTAX AtmRemoteGatewayEntry
280       MAX-ACCESS not-accessible
281       STATUS obsolete
282       DESCRIPTION
283           ""
284       INDEX {atmRemoteGatewayIndex}
285       ::= {atmRemoteGatewayTable 1}
286
287
288
289     -- ****************************************
290     -- atmRemoteGateway TABLE
291     -- ****************************************
292     AtmRemoteGatewayEntry ::= SEQUENCE {
293       atmRemoteGatewayRowStatus                       RowStatus,
294       atmRemoteGatewayAction                          INTEGER,
295       atmRemoteGatewayActionResult                    INTEGER,
296       atmRemoteGatewayIndex                           INTEGER,
297       atmRemoteGatewayName                            OCTET STRING,
298       atmRemoteGatewayNSAPAddress                     AtmAddr,
299       atmRemoteGatewayALCAPInstanceNum                INTEGER
300     }
301
302
303
304     atmRemoteGatewayRowStatus OBJECT-TYPE
305       SYNTAX RowStatus
306       MAX-ACCESS read-create
307       STATUS obsolete
308       DESCRIPTION
309           "The RowStatus textual convention is used to manage the
310 creation and deletion and active of conceptual rows."
311       ::= {atmRemoteGatewayEntry 1}
312
313
314
315     atmRemoteGatewayAction OBJECT-TYPE
316       SYNTAX INTEGER (0..100)
317       MAX-ACCESS read-only
318       STATUS obsolete
319       DESCRIPTION
320           "Development Pending -for future use"
321       ::= {atmRemoteGatewayEntry 2}
322
323
324
325     atmRemoteGatewayActionResult OBJECT-TYPE
326       SYNTAX INTEGER (0..100)
327       MAX-ACCESS read-only
328       STATUS obsolete
329       DESCRIPTION
330           "Development Pending -future use"
331       ::= {atmRemoteGatewayEntry 3}
332
333
334
335     atmRemoteGatewayIndex OBJECT-TYPE
336       SYNTAX INTEGER (0..99)
337       MAX-ACCESS read-write
338       STATUS obsolete
339       DESCRIPTION
340           "."
341       ::= {atmRemoteGatewayEntry 4}
342
343
344
345     atmRemoteGatewayName OBJECT-TYPE
346       SYNTAX OCTET STRING (SIZE (0..20))
347       MAX-ACCESS read-write
348       STATUS obsolete
349       DESCRIPTION
350           "Remote Gateway name "
351       ::= {atmRemoteGatewayEntry 5}
352
353
354
355     atmRemoteGatewayNSAPAddress OBJECT-TYPE
356       SYNTAX AtmAddr (SIZE (0..40))
357       MAX-ACCESS read-write
358       STATUS obsolete
359       DESCRIPTION
360           "This is the ATM Address associated with the remote Gateway to which this PVC connects (20 octets in length - 40 hexadecimal characters)"
361       ::= {atmRemoteGatewayEntry 6}
362
363
364
365     atmRemoteGatewayALCAPInstanceNum OBJECT-TYPE
366       SYNTAX INTEGER (0..7)
367       MAX-ACCESS read-write
368       STATUS obsolete
369       DESCRIPTION
370           "ALCAP  Instance number  associated with the remote Gateway ( 3G only)"
371       ::= {atmRemoteGatewayEntry 7}
372
373
374
375     aal2PVC                       OBJECT IDENTIFIER ::= {acAtmConfiguration 4}
376
377
378     -- ****************************************
379     -- aal2PVC table decleration
380     -- ****************************************
381     aal2PVCTable OBJECT-TYPE
382       SYNTAX SEQUENCE OF Aal2PVCEntry
383       MAX-ACCESS not-accessible
384       STATUS obsolete
385       DESCRIPTION
386           "This table contains information referring to Permanent Virtual Channels connecting the AMS to the ATM Edge Switch."
387       ::= {aal2PVC 1}
388
389
390
391     -- ****************************************
392     -- aal2PVC table entry
393     -- ****************************************
394     aal2PVCEntry OBJECT-TYPE
395       SYNTAX Aal2PVCEntry
396       MAX-ACCESS not-accessible
397       STATUS obsolete
398       DESCRIPTION
399           ""
400       INDEX {aal2PVCRemoteGatewayIndex, aal2PVCVCCIPATHID}
401       ::= {aal2PVCTable 1}
402
403
404
405     -- ****************************************
406     -- aal2PVC TABLE
407     -- ****************************************
408     Aal2PVCEntry ::= SEQUENCE {
409       aal2PVCRowStatus                                RowStatus,
410       aal2PVCAction                                   INTEGER,
411       aal2PVCActionResult                             INTEGER,
412       aal2PVCRemoteGatewayIndex                       INTEGER,
413       aal2PVCVCCIPATHID                               INTEGER,
414       aal2PVCPortNumber                               INTEGER,
415       aal2PVCVpi                                      INTEGER,
416       aal2PVCVci                                      INTEGER,
417       aal2PVCMaxNumOfCid                              INTEGER,
418       aal2PVCNumOfCidInUse                            INTEGER,
419       aal2PVCServiceCategory                          INTEGER,
420       aal2PVCPCR                                      INTEGER,
421       aal2PVCSCR                                      INTEGER,
422       aal2PVCMBS                                      INTEGER
423     }
424
425
426
427     aal2PVCRowStatus OBJECT-TYPE
428       SYNTAX RowStatus
429       MAX-ACCESS read-create
430       STATUS obsolete
431       DESCRIPTION
432           "The RowStatus textual convention is used to manage the
433 creation and deletion and active of conceptual rows."
434       ::= {aal2PVCEntry 1}
435
436
437
438     aal2PVCAction OBJECT-TYPE
439       SYNTAX INTEGER {
440                  none(0)
441
442                  }
443       MAX-ACCESS read-only
444       STATUS obsolete
445       DESCRIPTION
446           "Development Pending - for future use"
447       ::= {aal2PVCEntry 2}
448
449
450
451     aal2PVCActionResult OBJECT-TYPE
452       SYNTAX INTEGER {
453                  none(0)
454
455                  }
456       MAX-ACCESS read-only
457       STATUS obsolete
458       DESCRIPTION
459           "Development Pending - for future use"
460       ::= {aal2PVCEntry 3}
461
462
463
464     aal2PVCRemoteGatewayIndex OBJECT-TYPE
465       SYNTAX INTEGER (0..99)
466       MAX-ACCESS read-write
467       STATUS obsolete
468       DESCRIPTION
469           "This is the gw  index  that associated with the remote Gateway table to which this PVC connects (20 octets in length - 40 hexadecimal characters)"
470       ::= {aal2PVCEntry 4}
471
472
473
474     aal2PVCVCCIPATHID OBJECT-TYPE
475       SYNTAX INTEGER (1..8191)
476       MAX-ACCESS read-write
477       STATUS obsolete
478       DESCRIPTION
479           "This is the range of Virtual Connection Channel Identifiers which is an end to end identifier for an AAL2 VC."
480       ::= {aal2PVCEntry 5}
481
482
483
484     aal2PVCPortNumber OBJECT-TYPE
485       SYNTAX INTEGER {
486                  port0(0)
487,
488                   port1(1)
489,
490                   port2(2)
491
492                  }
493       MAX-ACCESS read-write
494       STATUS obsolete
495       DESCRIPTION
496           "This is the port number associated with the PVC"
497       ::= {aal2PVCEntry 6}
498
499
500
501     aal2PVCVpi OBJECT-TYPE
502       SYNTAX INTEGER (0..255)
503       MAX-ACCESS read-write
504       STATUS obsolete
505       DESCRIPTION
506           "This is the VPI assigned to the PVC"
507       ::= {aal2PVCEntry 7}
508
509
510
511     aal2PVCVci OBJECT-TYPE
512       SYNTAX INTEGER (0..65535)
513       MAX-ACCESS read-write
514       STATUS obsolete
515       DESCRIPTION
516           "This is the VCI assigned to the PVC"
517       ::= {aal2PVCEntry 8}
518
519
520
521     aal2PVCMaxNumOfCid OBJECT-TYPE
522       SYNTAX INTEGER (1..248)
523       MAX-ACCESS read-write
524       STATUS obsolete
525       DESCRIPTION
526           "This is the maximum number of CIDs for the AAL2 PVC."
527       ::= {aal2PVCEntry 9}
528
529
530
531     aal2PVCNumOfCidInUse OBJECT-TYPE
532       SYNTAX INTEGER (1..248)
533       MAX-ACCESS read-only
534       STATUS obsolete
535       DESCRIPTION
536           "This is the number of CIDs for AAL2 PVC currently in use."
537       ::= {aal2PVCEntry 10}
538
539
540
541     aal2PVCServiceCategory OBJECT-TYPE
542       SYNTAX INTEGER {
543                  cbr(1)
544,
545                   rtVbr(2)
546
547                  }
548       MAX-ACCESS read-write
549       STATUS obsolete
550       DESCRIPTION
551           "This is the Service Category which is either CBR (Constant Bit Rate) or rtVBR (realtime Variable Bit Rate)"
552       ::= {aal2PVCEntry 11}
553
554
555
556     aal2PVCPCR OBJECT-TYPE
557       SYNTAX INTEGER (0..49600)
558       MAX-ACCESS read-write
559       STATUS obsolete
560       DESCRIPTION
561           "This is the peak cell rate (PCR) associated with the provisioned virtual channel (PVC).  Includes bandwidth for all CIDs within the PVC"
562       ::= {aal2PVCEntry 12}
563
564
565
566     aal2PVCSCR OBJECT-TYPE
567       SYNTAX INTEGER (0..49600)
568       MAX-ACCESS read-write
569       STATUS obsolete
570       DESCRIPTION
571           "This is the sustained cell rate (SCR) associated with the provisioned virtual channel (PVC). Includes bandwidth for all CIDs within the PVC."
572       ::= {aal2PVCEntry 13}
573
574
575
576     aal2PVCMBS OBJECT-TYPE
577       SYNTAX INTEGER (0..100)
578       MAX-ACCESS read-write
579       STATUS obsolete
580       DESCRIPTION
581           "This is the Maximum Burst Size (MBS) for the provisioned virtual channel (PVC)."
582       ::= {aal2PVCEntry 14}
583
584
585
586     atmPortLoopbackConfig         OBJECT IDENTIFIER ::= {acAtmConfiguration 5}
587
588
589     -- ****************************************
590     -- atmPortLoopbackConfig table decleration
591     -- ****************************************
592     atmPortLoopbackConfigTable OBJECT-TYPE
593       SYNTAX SEQUENCE OF AtmPortLoopbackConfigEntry
594       MAX-ACCESS not-accessible
595       STATUS obsolete
596       DESCRIPTION
597           "This table gives the Loopback Configuration associated with a given Optical Fiber Port number."
598       ::= {atmPortLoopbackConfig 1}
599
600
601
602     -- ****************************************
603     -- atmPortLoopbackConfig table entry
604     -- ****************************************
605     atmPortLoopbackConfigEntry OBJECT-TYPE
606       SYNTAX AtmPortLoopbackConfigEntry
607       MAX-ACCESS not-accessible
608       STATUS obsolete
609       DESCRIPTION
610           ""
611       INDEX {atmPortLoopbackConfigPortNumber}
612       ::= {atmPortLoopbackConfigTable 1}
613
614
615
616     -- ****************************************
617     -- atmPortLoopbackConfig TABLE
618     -- ****************************************
619     AtmPortLoopbackConfigEntry ::= SEQUENCE {
620       atmPortLoopbackConfigIsUsed                     INTEGER,
621       atmPortLoopbackConfigAction                     INTEGER,
622       atmPortLoopbackConfigActionResult               INTEGER,
623       atmPortLoopbackConfigPortNumber                 INTEGER,
624       atmPortLoopbackConfigMode                       INTEGER,
625       atmPortLoopbackConfigOutBoundVirtualPath        INTEGER,
626       atmPortLoopbackConfigInBoundVirtualPath         INTEGER,
627       atmPortLoopbackConfigVciRangeFirst              INTEGER,
628       atmPortLoopbackConfigVciRangeLast               INTEGER,
629       atmPortLoopbackConfigServiceCategory            INTEGER,
630       atmPortLoopbackConfigPCR                        INTEGER,
631       atmPortLoopbackConfigSCR                        INTEGER,
632       atmPortLoopbackConfigMBS                        INTEGER
633     }
634
635
636
637     atmPortLoopbackConfigIsUsed OBJECT-TYPE
638       SYNTAX INTEGER {
639                  no(0)
640,
641                   yes(1)
642
643                  }
644       MAX-ACCESS read-write
645       STATUS obsolete
646       DESCRIPTION
647           "This tells whether or not the port loopback is used.  If the port is available on the board, this is yes."
648       ::= {atmPortLoopbackConfigEntry 1}
649
650
651
652     atmPortLoopbackConfigAction OBJECT-TYPE
653       SYNTAX INTEGER {
654                  none(0)
655
656                  }
657       MAX-ACCESS read-only
658       STATUS obsolete
659       DESCRIPTION
660           "Development Pending - for future use"
661       ::= {atmPortLoopbackConfigEntry 2}
662
663
664
665     atmPortLoopbackConfigActionResult OBJECT-TYPE
666       SYNTAX INTEGER {
667                  none(0)
668
669                  }
670       MAX-ACCESS read-only
671       STATUS obsolete
672       DESCRIPTION
673           "Development Pending - for future use"
674       ::= {atmPortLoopbackConfigEntry 3}
675
676
677
678     atmPortLoopbackConfigPortNumber OBJECT-TYPE
679       SYNTAX INTEGER {
680                  port0(0)
681,
682                   port1(1)
683,
684                   port2(2)
685
686                  }
687       MAX-ACCESS read-write
688       STATUS obsolete
689       DESCRIPTION
690           "The port number associated with the optical port which is being described.  "
691       ::= {atmPortLoopbackConfigEntry 4}
692
693
694
695     atmPortLoopbackConfigMode OBJECT-TYPE
696       SYNTAX INTEGER {
697                  none(0)
698,
699                   uni(1)
700,
701                   vp(2)
702
703                  }
704       MAX-ACCESS read-write
705       STATUS obsolete
706       DESCRIPTION
707           "This is the mode in which the loopback will work: no loopback, UNI loopback, or Virtual Path loopback"
708       ::= {atmPortLoopbackConfigEntry 5}
709
710
711
712     atmPortLoopbackConfigOutBoundVirtualPath OBJECT-TYPE
713       SYNTAX INTEGER (1..255)
714       MAX-ACCESS read-write
715       STATUS obsolete
716       DESCRIPTION
717           "If the atmLoopback mode is VP, this specifies the VP identity for the cells going toward the ATM edge switch"
718       ::= {atmPortLoopbackConfigEntry 6}
719
720
721
722     atmPortLoopbackConfigInBoundVirtualPath OBJECT-TYPE
723       SYNTAX INTEGER (1..255)
724       MAX-ACCESS read-write
725       STATUS obsolete
726       DESCRIPTION
727           "If the atmLoopback mode is VP, this specifies the VP identity for the cells coming from the ATM edge switch"
728       ::= {atmPortLoopbackConfigEntry 7}
729
730
731
732     atmPortLoopbackConfigVciRangeFirst OBJECT-TYPE
733       SYNTAX INTEGER (33..2047)
734       MAX-ACCESS read-write
735       STATUS obsolete
736       DESCRIPTION
737           "If the atmLoopback mode is VP, this specifies the minimum VCI within the inbound and outbound VP which may be used."
738       ::= {atmPortLoopbackConfigEntry 8}
739
740
741
742     atmPortLoopbackConfigVciRangeLast OBJECT-TYPE
743       SYNTAX INTEGER (33..2047)
744       MAX-ACCESS read-write
745       STATUS obsolete
746       DESCRIPTION
747           "If the atmLoopback mode is VP, this specifies the maximum VCI within the inbound and outbound VP which may be used."
748       ::= {atmPortLoopbackConfigEntry 9}
749
750
751
752     atmPortLoopbackConfigServiceCategory OBJECT-TYPE
753       SYNTAX INTEGER {
754                  cbr(1)
755,
756                   rtVbr(2)
757
758                  }
759       MAX-ACCESS read-write
760       STATUS obsolete
761       DESCRIPTION
762           "This category is limited to Constant Bit Rate (CBR) traffic or realtime Variable Bit Rate (rtVBR) for this release."
763       ::= {atmPortLoopbackConfigEntry 10}
764
765
766
767     atmPortLoopbackConfigPCR OBJECT-TYPE
768       SYNTAX INTEGER (171..59600)
769       MAX-ACCESS read-write
770       STATUS obsolete
771       DESCRIPTION
772           "This is the peak cell rate (PCR) associated with the switched virtual channel (SVC).  This is used for Constant Bit Rate (CBR) traffic. For AAL2, this includes bandwidth for all CIDs within the SVC. For AAL1, there is only one channel per SVC (and no concept of a CID)."
773       ::= {atmPortLoopbackConfigEntry 11}
774
775
776
777     atmPortLoopbackConfigSCR OBJECT-TYPE
778       SYNTAX INTEGER (171..59600)
779       MAX-ACCESS read-write
780       STATUS obsolete
781       DESCRIPTION
782           "This is the sustained cell rate (SCR) associated with the switched virtual channel (SVC). This is used for realtime Variable Bit Rate (rtVBR) traffice. For AAL2, this includes bandwidth for all CIDs within the SVC. For AAL1, there is only one channel per SVC (and no concept of a CID)."
783       ::= {atmPortLoopbackConfigEntry 12}
784
785
786
787     atmPortLoopbackConfigMBS OBJECT-TYPE
788       SYNTAX INTEGER (1..100)
789       MAX-ACCESS read-write
790       STATUS obsolete
791       DESCRIPTION
792           "This is the Maximum Burst Size (MBS) associated with the switched virtual channel (SVC).  This is used in realtime Variable Bit Rate (rtVBR) traffice. The unit for this parameter is ATM cells."
793       ::= {atmPortLoopbackConfigEntry 13}
794
795
796
797     atmSvcProfile                 OBJECT IDENTIFIER ::= {acAtmConfiguration 6}
798
799
800     -- ****************************************
801     -- atmSvcProfile table decleration
802     -- ****************************************
803     atmSvcProfileTable OBJECT-TYPE
804       SYNTAX SEQUENCE OF AtmSvcProfileEntry
805       MAX-ACCESS not-accessible
806       STATUS obsolete
807       DESCRIPTION
808           "This table indicates information about profiles associated with the creation of each new AAL2 SVC."
809       ::= {atmSvcProfile 1}
810
811
812
813     -- ****************************************
814     -- atmSvcProfile table entry
815     -- ****************************************
816     atmSvcProfileEntry OBJECT-TYPE
817       SYNTAX AtmSvcProfileEntry
818       MAX-ACCESS not-accessible
819       STATUS obsolete
820       DESCRIPTION
821           ""
822       INDEX {atmSvcProfileIndex}
823       ::= {atmSvcProfileTable 1}
824
825
826
827     -- ****************************************
828     -- atmSvcProfile TABLE
829     -- ****************************************
830     AtmSvcProfileEntry ::= SEQUENCE {
831       atmSvcProfileIsUsed                             INTEGER,
832       atmSvcProfileIndex                              INTEGER,
833       atmSvcProfileMaxNumOfCids                       INTEGER,
834       atmSvcProfilePCR                                INTEGER,
835       atmSvcProfileSCR                                INTEGER,
836       atmSvcProfileMBS                                INTEGER,
837       atmSvcProfilePersistence                        INTEGER,
838       atmSvcProfileServiceCategory                    INTEGER
839     }
840
841
842
843     atmSvcProfileIsUsed OBJECT-TYPE
844       SYNTAX INTEGER {
845                  no(0)
846,
847                   yes(1)
848
849                  }
850       MAX-ACCESS read-write
851       STATUS obsolete
852       DESCRIPTION
853           "This tells whether or not this SVC profile is used.  If it is used, the value is yes."
854       ::= {atmSvcProfileEntry 1}
855
856
857
858     atmSvcProfileIndex OBJECT-TYPE
859       SYNTAX INTEGER (1..550)
860       MAX-ACCESS read-write
861       STATUS obsolete
862       DESCRIPTION
863           "Initially only one SVC Profile is supported.  This parameter may be updated later as the table supports more profiles"
864       ::= {atmSvcProfileEntry 2}
865
866
867
868     atmSvcProfileMaxNumOfCids OBJECT-TYPE
869       SYNTAX INTEGER (1..248)
870       MAX-ACCESS read-write
871       STATUS obsolete
872       DESCRIPTION
873           "The CIDs fall in the range of 8 to 255, so there are a maximum of 248 CIDs possible. The assignment of CID #8 may be received but not initiated.  Assignments from the low end of the CID range should start with 9 as there are some vendors who use 8 for a special OAM purpose."
874       ::= {atmSvcProfileEntry 3}
875
876
877
878     atmSvcProfilePCR OBJECT-TYPE
879       SYNTAX INTEGER (171..59600)
880       MAX-ACCESS read-write
881       STATUS obsolete
882       DESCRIPTION
883           "This is the peak cell rate (PCR) associated with the switched virtual channel (SVC).  This is used for Constant Bit Rate (CBR) traffic. For AAL2, this includes bandwidth for all CIDs within the SVC. For AAL1, there is only one channel per SVC (and no concept of a CID)."
884       ::= {atmSvcProfileEntry 4}
885
886
887
888     atmSvcProfileSCR OBJECT-TYPE
889       SYNTAX INTEGER (171..59600)
890       MAX-ACCESS read-write
891       STATUS obsolete
892       DESCRIPTION
893           "This is the sustained cell rate (SCR) associated with the switched virtual channel (SVC). This is used for realtime Variable Bit Rate (rtVBR) traffice. For AAL2, this includes bandwidth for all CIDs within the SVC. For AAL1, there is only one channel per SVC (and no concept of a CID)."
894       ::= {atmSvcProfileEntry 5}
895
896
897
898     atmSvcProfileMBS OBJECT-TYPE
899       SYNTAX INTEGER (1..100)
900       MAX-ACCESS read-write
901       STATUS obsolete
902       DESCRIPTION
903           "This is the Maximum Burst Size (MBS) associated with the switched virtual channel (SVC).  This is used in realtime Variable Bit Rate (rtVBR) traffice. The unit for this parameter is ATM cells."
904       ::= {atmSvcProfileEntry 6}
905
906
907
908     atmSvcProfilePersistence OBJECT-TYPE
909       SYNTAX INTEGER (0..10000)
910       MAX-ACCESS read-write
911       STATUS obsolete
912       DESCRIPTION
913           "This is the parameter which descirbes how long an AAL2 SVC will persist even when no CIDs are in use.  Generally, this is on the order of 180 to 600 seconds.  Non-persistent SVCs should have a value of 0."
914       ::= {atmSvcProfileEntry 7}
915
916
917
918     atmSvcProfileServiceCategory OBJECT-TYPE
919       SYNTAX INTEGER {
920                  cbr(1)
921,
922                   rtVbr(2)
923
924                  }
925       MAX-ACCESS read-write
926       STATUS obsolete
927       DESCRIPTION
928           "This category is limited to Constant Bit Rate (CBR) traffic or realtime Variable Bit Rate (rtVBR) for this release."
929       ::= {atmSvcProfileEntry 8}
930
931
932
933     acAtmStatus                   OBJECT IDENTIFIER ::= {acAtm 2}
934
935
936     atmSvcConnection              OBJECT IDENTIFIER ::= {acAtmStatus 1}
937
938
939     -- ****************************************
940     -- atmSvcConnection table decleration
941     -- ****************************************
942     atmSvcConnectionTable OBJECT-TYPE
943       SYNTAX SEQUENCE OF AtmSvcConnectionEntry
944       MAX-ACCESS not-accessible
945       STATUS obsolete
946       DESCRIPTION
947           "This is the table which describes the read only characteristics of a given AAL1 or AAL2 SVC."
948       ::= {atmSvcConnection 1}
949
950
951
952     -- ****************************************
953     -- atmSvcConnection table entry
954     -- ****************************************
955     atmSvcConnectionEntry OBJECT-TYPE
956       SYNTAX AtmSvcConnectionEntry
957       MAX-ACCESS not-accessible
958       STATUS obsolete
959       DESCRIPTION
960           ""
961       INDEX {atmSvcConnectionIndex}
962       ::= {atmSvcConnectionTable 1}
963
964
965
966     -- ****************************************
967     -- atmSvcConnection TABLE
968     -- ****************************************
969     AtmSvcConnectionEntry ::= SEQUENCE {
970       atmSvcConnectionIndex                           INTEGER,
971       atmSvcConnectionRemoteGatewayAddress            AtmAddr,
972       atmSvcConnectionPort                            INTEGER,
973       atmSvcConnectionVpi                             INTEGER,
974       atmSvcConnectionVci                             INTEGER,
975       atmSvcConnectionAALType                         INTEGER,
976       atmSvcConnectionDirection                       INTEGER,
977       atmSvcConnectionEecid                           Unsigned32,
978       atmSvcConnectionVcci                            INTEGER,
979       atmSvcConnectionMaxNumOfCid                     INTEGER,
980       atmSvcConnectionNumOfCidInUse                   INTEGER
981     }
982
983
984
985     atmSvcConnectionIndex OBJECT-TYPE
986       SYNTAX INTEGER (0..500)
987       MAX-ACCESS read-only
988       STATUS obsolete
989       DESCRIPTION
990           "A unique index, that identifies the SVC on the system."
991       ::= {atmSvcConnectionEntry 1}
992
993
994
995     atmSvcConnectionRemoteGatewayAddress OBJECT-TYPE
996       SYNTAX AtmAddr (SIZE (0..40))
997       MAX-ACCESS read-only
998       STATUS obsolete
999       DESCRIPTION
1000           "This is the ATM Address associated with the remote Gateway to which this SVC connects (20 octets in length - 40 hexadecimal characters)"
1001       ::= {atmSvcConnectionEntry 2}
1002
1003
1004
1005     atmSvcConnectionPort OBJECT-TYPE
1006       SYNTAX INTEGER {
1007                  port0(0)
1008,
1009                   port1(1)
1010,
1011                   port2(2)
1012
1013                  }
1014       MAX-ACCESS read-only
1015       STATUS obsolete
1016       DESCRIPTION
1017           "This is the port on which the SVC is connected"
1018       ::= {atmSvcConnectionEntry 3}
1019
1020
1021
1022     atmSvcConnectionVpi OBJECT-TYPE
1023       SYNTAX INTEGER (0..255)
1024       MAX-ACCESS read-only
1025       STATUS obsolete
1026       DESCRIPTION
1027           "This is the VPI associated with the SVC"
1028       ::= {atmSvcConnectionEntry 4}
1029
1030
1031
1032     atmSvcConnectionVci OBJECT-TYPE
1033       SYNTAX INTEGER (0..65535)
1034       MAX-ACCESS read-only
1035       STATUS obsolete
1036       DESCRIPTION
1037           "This is the VCI associated with the SVC"
1038       ::= {atmSvcConnectionEntry 5}
1039
1040
1041
1042     atmSvcConnectionAALType OBJECT-TYPE
1043       SYNTAX INTEGER {
1044                  aal1(1)
1045,
1046                   aal2(2)
1047
1048                  }
1049       MAX-ACCESS read-only
1050       STATUS obsolete
1051       DESCRIPTION
1052           "This is the Adaptation Layer type.  It is either AAL1 or AAL2."
1053       ::= {atmSvcConnectionEntry 6}
1054
1055
1056
1057     atmSvcConnectionDirection OBJECT-TYPE
1058       SYNTAX INTEGER {
1059                  incoming(0)
1060,
1061                   outgoing(1)
1062
1063                  }
1064       MAX-ACCESS read-only
1065       STATUS obsolete
1066       DESCRIPTION
1067           "This is the direction in which the SVC was setup.  Incoming means the this end received the SETUP.  Outgoing means this end sent the SETUP."
1068       ::= {atmSvcConnectionEntry 7}
1069
1070
1071
1072     atmSvcConnectionEecid OBJECT-TYPE
1073       SYNTAX Unsigned32
1074       MAX-ACCESS read-only
1075       STATUS obsolete
1076       DESCRIPTION
1077           "This is the unique end to end identifier associated with the setup of AAL1 SVCs"
1078       ::= {atmSvcConnectionEntry 8}
1079
1080
1081
1082     atmSvcConnectionVcci OBJECT-TYPE
1083       SYNTAX INTEGER (0..65535)
1084       MAX-ACCESS read-only
1085       STATUS obsolete
1086       DESCRIPTION
1087           "This is the unique identity of an SVC associated with an AAL2 connection"
1088       ::= {atmSvcConnectionEntry 9}
1089
1090
1091
1092     atmSvcConnectionMaxNumOfCid OBJECT-TYPE
1093       SYNTAX INTEGER (1..248)
1094       MAX-ACCESS read-only
1095       STATUS obsolete
1096       DESCRIPTION
1097           "This is the maximum number of CIDs for an AAL2 SVC."
1098       ::= {atmSvcConnectionEntry 10}
1099
1100
1101
1102     atmSvcConnectionNumOfCidInUse OBJECT-TYPE
1103       SYNTAX INTEGER (1..248)
1104       MAX-ACCESS read-only
1105       STATUS obsolete
1106       DESCRIPTION
1107           "This is the number of channel Ids currently in use in a given SVC."
1108       ::= {atmSvcConnectionEntry 11}
1109
1110
1111
1112
1113
1114END
1115