-- Ascend mibatmQosProfile MIB -- -- Ascend Communications, Inc -- 1275 Harbor Bay Pkwy -- Alameda, CA 94502 -- +1 510 769 6001 -- info@ascend.com -- -- Copyright (c) 1993-1999 Ascend Communications, Inc. -- All rights reserved. -- -- Do not edit this file directly. -- It is generated automatically by mibgen for use with -- TAOS version 9.0.0 or newer. -- ASCEND-MIBATMQOSPROFILE-MIB DEFINITIONS ::= BEGIN IMPORTS mibatmQosProfile FROM ASCEND-MIB IpAddress FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212; -- If any of the MIB compilers have problems with the DisplayString -- or PhysAddress, uncomment the next two lines. DisplayString ::= OCTET STRING -- PhysAddress ::= OCTET STRING -- The mibatmQosProfile table -- -- This table contains parameters for the mibatmQosProfile profile -- mibatmQosProfileTable OBJECT-TYPE SYNTAX SEQUENCE OF MibatmQosProfileEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of mibatmQosProfile profile entries." ::= { mibatmQosProfile 1 } mibatmQosProfileEntry OBJECT-TYPE SYNTAX MibatmQosProfileEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A mibatmQosProfile entry containing objects that maps to the parameters of mibatmQosProfile profile." INDEX { atmQosProfile__contract_name } ::= { mibatmQosProfileTable 1 } MibatmQosProfileEntry ::= SEQUENCE { atmQosProfile__contract_name DisplayString, atmQosProfile__traffic_descriptor_index INTEGER, atmQosProfile__traffic_descriptor_type INTEGER, atmQosProfile__atm_service_category INTEGER, atmQosProfile__atm_qos INTEGER, atmQosProfile__peak_rate_kbits_per_sec INTEGER, atmQosProfile__peak_cell_rate_cells_per_sec INTEGER, atmQosProfile__peak_cell_rate_cpl0_cells_per_sec INTEGER, atmQosProfile__sustainable_rate_kbits_per_sec INTEGER, atmQosProfile__sustainable_cell_rate_cells_per_sec INTEGER, atmQosProfile__ignore_cell_delay_variation_tolerance INTEGER, atmQosProfile__cell_delay_variation_tolerance INTEGER, atmQosProfile__ignore_max_burst_size INTEGER, atmQosProfile__max_burst_size INTEGER, atmQosProfile__minimum_cell_rate_cells_per_sec INTEGER, atmQosProfile__aal_type INTEGER, atmQosProfile__early_packet_discard INTEGER, atmQosProfile__partial_packet_discard INTEGER, atmQosProfile__tag_or_discard INTEGER, atmQosProfile__action__ INTEGER } atmQosProfile__contract_name OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the Quality of Service (QoS) contract." ::= { mibatmQosProfileEntry 1 } atmQosProfile__traffic_descriptor_index OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Traffic descriptor index." ::= { mibatmQosProfileEntry 2 } atmQosProfile__traffic_descriptor_type OBJECT-TYPE SYNTAX INTEGER { notraffic_descr (2), noclp_noscr (3), clp_notagging_noscr (4), clp_tagging_noscr (5), noclp_scr (6), clp_notagging_scr (7), clp_tagging_scr (8), clp_notagging_mcr (9), clp_transparent_noscr (10), clp_transparent_scr (11), noclp_tagging_noscr (12), noclp_noscr_cdvt (13), noclp_scr_cdvt (14), clp_notagging_scr_cdvt (15), clp_tagging_scr_cdvt (16) } ACCESS read-write STATUS mandatory DESCRIPTION "The Traffic Descriptor type." ::= { mibatmQosProfileEntry 3 } atmQosProfile__atm_service_category OBJECT-TYPE SYNTAX INTEGER { cbr (1), real_time_vbr (2), non_real_time_vbr (3), ubr (4) } ACCESS read-write STATUS mandatory DESCRIPTION "The ATM Service Category Type." ::= { mibatmQosProfileEntry 4 } atmQosProfile__atm_qos OBJECT-TYPE SYNTAX INTEGER { class_best_effort (1), class_a_cbr (2), class_b_vbr (3), class_c_connection_oriented (4), class_d_connectionless (5) } ACCESS read-write STATUS mandatory DESCRIPTION "The ATM Quality of Service Class." ::= { mibatmQosProfileEntry 5 } atmQosProfile__peak_rate_kbits_per_sec OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The Peak Cell Rate (PCR) expressed in Kbits per second ( Peak Bandwidth in KBits/sec )" ::= { mibatmQosProfileEntry 6 } atmQosProfile__peak_cell_rate_cells_per_sec OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The Peak Cell Rate (PCR) expressed in cells per second" ::= { mibatmQosProfileEntry 7 } atmQosProfile__peak_cell_rate_cpl0_cells_per_sec OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The Peak Cell Rate (PCR) for CLP=0 expressed in cells per second" ::= { mibatmQosProfileEntry 8 } atmQosProfile__sustainable_rate_kbits_per_sec OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The sustainable cell rate (SCR) expressed in Kbits per second ( Sustainable Bandwidth in Kbits/sec )" ::= { mibatmQosProfileEntry 9 } atmQosProfile__sustainable_cell_rate_cells_per_sec OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The sustainable cell rate (SCR) expressed in cells per second" ::= { mibatmQosProfileEntry 10 } atmQosProfile__ignore_cell_delay_variation_tolerance OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Ignore cell-delay-variation-tolerance parameter. When it is set to yes, cell-delay-variation-tolerance parameter is ignored, and an internal parameter is used to tolerate bursty CPE that does not have traffic shaping capability." ::= { mibatmQosProfileEntry 11 } atmQosProfile__cell_delay_variation_tolerance OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Cell delay variation tolerance is expressed in microseconds. It is ignored when ignore-cell-delay-variation-tolerance is yes." ::= { mibatmQosProfileEntry 12 } atmQosProfile__ignore_max_burst_size OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Ignore max-burst-size parameter. When it is set to yes, max-burst-size parameter is ignored, and an internal parameter is used to tolerate bursty CPE that does not have traffic shaping capability." ::= { mibatmQosProfileEntry 13 } atmQosProfile__max_burst_size OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Maximum burst size determines the maximum number of cells that can be transmitted at the peak cell rate before they become candidates for discard or marking. It is ignored when ignore-max-burst-size is yes." ::= { mibatmQosProfileEntry 14 } atmQosProfile__minimum_cell_rate_cells_per_sec OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "minimum Cell Rate (MCR) in cells per second." ::= { mibatmQosProfileEntry 15 } atmQosProfile__aal_type OBJECT-TYPE SYNTAX INTEGER { aal_0 (1), aal_5 (2), unspecified (3) } ACCESS read-write STATUS mandatory DESCRIPTION "ATM Adaptation Layer type" ::= { mibatmQosProfileEntry 16 } atmQosProfile__early_packet_discard OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Applies to egress AAL5 packets. If the first cell in a packet can not be queued then that cell and all the remaining cells in that packet are not queued." ::= { mibatmQosProfileEntry 17 } atmQosProfile__partial_packet_discard OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Applies to ingress AAL5 packets. If non-conforming cell is discarded then the remaining cells in the packet (except the last cell) are also discarded." ::= { mibatmQosProfileEntry 18 } atmQosProfile__tag_or_discard OBJECT-TYPE SYNTAX INTEGER { tag (1), discard (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The non-conforming CLP=0 SCR cell should be tagged or discarded" ::= { mibatmQosProfileEntry 19 } atmQosProfile__action__ OBJECT-TYPE SYNTAX INTEGER { noAction (1), createProfile (2), deleteProfile (3) } ACCESS read-write STATUS mandatory DESCRIPTION "" ::= { mibatmQosProfileEntry 20 } END