Nortel-Magellan-Passport-AtmCoreMIB: View SNMP OID List / Download MIB

VENDOR: NORTHERN TELECOM


 Home MIB: Nortel-Magellan-Passport-AtmCoreMIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 atmIf 1.3.6.1.4.1.562.2.4.1.114
         atmIfRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.1 no-access
This entry controls the addition and deletion of atmIf components.
             atmIfRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.1.1 no-access
A single entry in the table represents a single atmIf component.
                 atmIfRowStatus 1.3.6.1.4.1.562.2.4.1.114.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIf components. These components can be added and deleted.
                 atmIfComponentName 1.3.6.1.4.1.562.2.4.1.114.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                 atmIfStorageType 1.3.6.1.4.1.562.2.4.1.114.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIf tables.
                 atmIfIndex 1.3.6.1.4.1.562.2.4.1.114.1.1.10 integer32 no-access
This variable represents the index for the atmIf tables.
         atmIfConnMap 1.3.6.1.4.1.562.2.4.1.114.2
             atmIfConnMapRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.2.1 no-access
This entry controls the addition and deletion of atmIfConnMap components.
                 atmIfConnMapRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.2.1.1 no-access
A single entry in the table represents a single atmIfConnMap component.
                     atmIfConnMapRowStatus 1.3.6.1.4.1.562.2.4.1.114.2.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfConnMap components. These components can be added and deleted.
                     atmIfConnMapComponentName 1.3.6.1.4.1.562.2.4.1.114.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                     atmIfConnMapStorageType 1.3.6.1.4.1.562.2.4.1.114.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfConnMap tables.
                     atmIfConnMapIndex 1.3.6.1.4.1.562.2.4.1.114.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfConnMap tables.
             atmIfConnMapVccProvTable 1.3.6.1.4.1.562.2.4.1.114.2.100 no-access
This group is obsolete. Please refer to the Override component below for the current provisioning group This group contains provisionable attributes which specify the VCC space to be supported by an ATM interface. The VCC space consists of an optional 'VPI Zero VCC Space' and an optional 'Programmable VCC Space'. The VPI Zero VCC Space is used to support VCCs with a VPI of zero. The VCI values supported in this space range from 0 to a provisioned maximum. The size of the VPI Zero VCC Space must either be 0 or a multiple of 256. A value of 0 implies that no programmable VCCs can be used. In this case atmNumberOfNonZeroVpisForVccs_m must also be 0. The optional Programmable VCC Space is used to support VCCs with a VPI other than zero. The VPI values supported in this space must lie in a single contiguous range which excludes VPI 0. The VCI values supported in this space range from 0 to a provisioned maximum. The size of the Programmable VCC Space (should it exist) must adhere to the following rules: If (firstNonZeroVpiForVccs = 1) THEN (numNonZeroVpisForVccs + 1) * numVccsPerNonZeroVpi must be a multiple of 256 OTHERWISE numNonZeroVpisForVccs * numVccsPerNonZeroVpi must be a multiple of 256 If the AtmIf is linked to a LogicalProcessor with a cardType of 3pE3Atm, 3pDS3Atm, 3pOC3MmAtm, 3pOC3SmAtm, 3pE1Atm, 3pDS1Atm or 2pJ6MAtm, the size of the entire VCC space (both mandatory and optional parts) and VPC space must not exceed the capacity of the port to which the interface is linked, which is defined in the Arc component's totalConnectionPoolCapacity or connectionPoolCapacity attribute (whichever is non-zero). When using the totalConnectionPoolCapacity attribute, the capacity of the port is (totalConnectionPoolCapacity divided by the number of physical ports). The number of connection identifiers in the VCC and VPC space can be determined as follows: IF (numNonZeroVpisForVccs = 0) THEN number of connection ids = 256 + numVccsForVpiZero OTHERWISE IF (firstNonZeroVpiForVccs = 1) THEN number of connection ids = 256 + numVccsForVpiZero + (numNonZeroVpisForVccs + 1) * numVccsPerNonZeroVpi OTHERWISE number of connection ids = 256 + numVccsForVpiZero + (numNonZeroVpisForVccs * numVccsPerNonZeroVpi)
                     atmIfConnMapVccProvEntry 1.3.6.1.4.1.562.2.4.1.114.2.100.1 no-access
An entry in the atmIfConnMapVccProvTable.
                         atmIfConnMapNumVccsForVpiZero 1.3.6.1.4.1.562.2.4.1.114.2.100.1.10 unsigned32 read-write
This attribute is obsolete. Please refer to the Override component for the new attribute. This attribute specifies the number of VCCs supported for the VPI Zero VCC Space. The VCI values of these VCCs range from 0 to (numVccsForVpiZero - 1). The size of the VPI Zero VCC Space must either be 0 or a multiple of 256. A value of 0 implies that no programmable VCCs can be used. In this case atmNumberOfNonZeroVpisForVccs_m must also be 0. The VCC Space as a whole must adhere to the guidelines laid down in the description of the AtmConnMappingVccProv group.
                         atmIfConnMapNumNonZeroVpisForVccs 1.3.6.1.4.1.562.2.4.1.114.2.100.1.20 unsigned32 read-write
This attribute is obsolete. Please refer to the Override component for the new attribute. This attribute specifies the number of conti guous VPIs supported in the optional Programmable VCC Space. If numNonZeroVpisForVccs is 0 the Programmable VCC Space does not exist. If numNonZeroVpisForVccs is greater than 0 the Programmable VCC Space exists and covers the VPI values ranging from firstNonZeroVpiForVccs to (firstNonZeroVpiForVccs + numNonZeroVpisForVccs - 1). The VCC Space as a whole must adhere to the guidelines laid down in the description of the AtmConnMappingVccProv group.
                         atmIfConnMapFirstNonZeroVpiForVccs 1.3.6.1.4.1.562.2.4.1.114.2.100.1.30 unsigned32 read-write
This attribute is obsolete. Please refer to the Override component for the new attribute. This attribute specifies the initial VPI of the optional Programmable VCC Space. If numNonZeroVpisForVccs is 0 the Programmable VCC Space does not exist. If numNonZeroVpisForVccs is greater than 0 the Programmable VCC Space exists and covers the VPI values ranging from firstNonZeroVpiForVccs to (firstNonZeroVpiForVccs + numNonZeroVpisForVccs - 1). The initial VPI of the Programmable VCC Space must either be 1 or a non-zero multiple of 16. The VCC Space as a whole must adhere to the guidelines laid down in the description of the AtmConnMappingVccProv group.
                         atmIfConnMapNumVccsPerNonZeroVpi 1.3.6.1.4.1.562.2.4.1.114.2.100.1.40 unsigned32 read-write
This attribute is obsolete. Please refer to the Override component for the new attribute. This attribute specifies the number of VCCs supported for each VPI in the Programmable VCC Space. The VCI values of these VCCs range from 0 to (numVccsPerNonZeroVpi - 1) for each VPI in this space. The size of the Programmable VCC Space must be a power of 2. The VCC Space as a whole must adhere to the guidelines laid down in the description of the AtmConnMappingVccProv group.
             atmIfConnMapOperTable 1.3.6.1.4.1.562.2.4.1.114.2.110 no-access
This group contains operational attributes which specify the VCC space to be supported by an ATM interface. The VCC space consists of an optional 'VPI Zero VCC Space' and an optional 'Programmable VCC Space'. The VPI Zero VCC Space is used to support VCCs with a VPI of zero. The VCI values supported in this space range from 0 to an optionally provisioned maximum of numVccsForVpiZero. The size of the VPI Zero VCC Space is either 0 or a multiple of 256. A value of 0 implies that not only can no VCCs be provisioned in the VPI Zero VCC Space but no Programmable VCCs can be used. In this case numNonZeroVpisForVccs will also be 0. The optional Programmable VCC Space supports VCCs with a VPI other than zero. The VPI values supported in this space lie in a single contiguous range which excludes VPI 0. The VCI values supported in this space range from 0 to an optionally provisioned maximum. The number of connection identifier resources in the VCC and VPC space (not all of which are available for user connections) is the value reported in the Lp/n Eng Arc totalConnectionPoolAvailable attribute divided by the number of physical ports on the card, and can be determined as follows: IF (numNonZeroVpisForVccs = 0) THEN number of connection ID resources = 256 + numVccsForVpiZero OTHERWISE IF (firstNonZeroVpiForVccs = 1) THEN number of connection ID resources = 256 + numVccsForVpiZero + (numNonZeroVpisForVccs + 1) * numVccsPerNonZeroVpi OTHERWISE number of connection ID resources = 256 + numVccsForVpiZero + (numNonZeroVpisForVccs * numVccsPerNonZeroVpi)
                     atmIfConnMapOperEntry 1.3.6.1.4.1.562.2.4.1.114.2.110.1 no-access
An entry in the atmIfConnMapOperTable.
                         atmIfConnMapNumVccsForVpiZeroOper 1.3.6.1.4.1.562.2.4.1.114.2.110.1.10 unsigned32 read-only
This attribute indicates the number of VCCs supported for the VPI Zero VCC Space. The VCI values of these VCCs range from 0 to (numVccsForVpiZero - 1). To override the system default, see the AtmIf ConnMap Ov attribute numVccsForVpiZero.
                         atmIfConnMapNumNonZeroVpisForVccsOper 1.3.6.1.4.1.562.2.4.1.114.2.110.1.20 unsigned32 read-only
This attribute indicates the number of contiguous VPIs supported in the optional Programmable VCC Space. If numNonZeroVpisForVccs is 0 the Programmable VCC Space does not exist. If numNonZeroVpisForVccs is greater than 0 the Programmable VCC Space exists and covers the VPI values ranging from firstNonZeroVpiForVccs to (firstNonZeroVpiForVccs + numNonZeroVpisForVccs - 1). To override the system default, see the AtmIf ConnMap Ov attribute numNonZeroVpisForVccs.
                         atmIfConnMapFirstNonZeroVpiForVccsOper 1.3.6.1.4.1.562.2.4.1.114.2.110.1.30 unsigned32 read-only
This attribute indicates the initial VPI of the optional Programmable VCC Space. If numNonZeroVpisForVccs is 0 the Programmable VCC Space does not exist. If numNonZeroVpisForVccs is greater than 0 the Programmable VCC Space exists and covers the VPI values ranging from firstNonZeroVpiForVccs to (firstNonZeroVpiForVccs + numNonZeroVpisForVccs - 1). To override the system default, see the AtmIf ConnMap Ov attribute firstNonZeroVpiForVccs.
                         atmIfConnMapNumVccsPerNonZeroVpiOper 1.3.6.1.4.1.562.2.4.1.114.2.110.1.40 unsigned32 read-only
This attribute indicates the number of VCCs supported for each VPI in the Programmable VCC Space. The VCI values of these VCCs range from 0 to (numVccsPerNonZeroVpi - 1) for each VPI in this space. To override the system default, see the AtmIf ConnMap Ov attribute numVccsPerNonZeroVpi.
             atmIfConnMapOv 1.3.6.1.4.1.562.2.4.1.114.2.120
                     atmIfConnMapOvRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.2.120.1 no-access
This entry controls the addition and deletion of atmIfConnMapOv components.
                         atmIfConnMapOvRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.2.120.1.1 no-access
A single entry in the table represents a single atmIfConnMapOv component.
                             atmIfConnMapOvRowStatus 1.3.6.1.4.1.562.2.4.1.114.2.120.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfConnMapOv components. These components cannot be added nor deleted.
                             atmIfConnMapOvComponentName 1.3.6.1.4.1.562.2.4.1.114.2.120.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                             atmIfConnMapOvStorageType 1.3.6.1.4.1.562.2.4.1.114.2.120.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfConnMapOv tables.
                             atmIfConnMapOvIndex 1.3.6.1.4.1.562.2.4.1.114.2.120.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfConnMapOv tables.
                     atmIfConnMapOvProvTable 1.3.6.1.4.1.562.2.4.1.114.2.120.100 no-access
This group contains provisionable attributes which specify the VCC space to be supported by this ATM interface. The VCC space consists of an optional 'VPI Zero VCC Space' and an optional 'Programmable VCC Space'. The VPI Zero VCC Space is used to support VCCs with a VPI of zero. The VCI values supported in this space range from 0 to a provisioned maximum. The size of the VPI Zero VCC Space must either be 0 or a multiple of 256. A value of 0 implies that no programmable VCCs can be used. In this case numNonZeroVpisForVccs must also be 0. The optional Programmable VCC Space is used to support VCCs with a VPI other than zero. The VPI values supported in this space must lie in a single contiguous range which excludes VPI 0. The VCI values supported in this space range from 0 to a provisioned maximum. The size of the Programmable VCC Space (should it exist) must adhere to the following rules: If (firstNonZeroVpiForVccs = 1) THEN (numNonZeroVpisForVccs + 1) * numVccsPerNonZeroVpi must be a multiple of 256 OTHERWISE numNonZeroVpisForVccs * numVccsPerNonZeroVpi must be a multiple of 256 The number of connection identifier resources in the VCC and VPC space can be determined as follows: The number of connection identifier resources in the VCC and VPC space (not all of which are available for user connections) is reported in the Lp/n Eng Arc totalConnectionPoolAvailable attribute, and can be determined as follows: IF (numNonZeroVpisForVccs = 0) THEN number of connection ID resources = 256 + numVccsForVpiZero OTHERWISE IF (firstNonZeroVpiForVccs = 1) THEN number of connection ID resources = 256 + numVccsForVpiZero + (numNonZeroVpisForVccs + 1) * numVccsPerNonZeroVpi OTHERWISE number of connection ID resources = 256 + numVccsForVpiZero + (numNonZeroVpisForVccs * numVccsPerNonZeroVpi) The number of connection identifier resources must not exceed the capacity of the port to which the interface is linked. If the Lp has an Eng Arc Cqc Ov component provisioned with a non-zero connectionPoolCapacity the port's capacity is specified by this attribute. Otherwise the port's capacity is indicated by the Lp/n Eng Arc totalConnectionPoolAvailable divided by the number of physical ports on the card.
                             atmIfConnMapOvProvEntry 1.3.6.1.4.1.562.2.4.1.114.2.120.100.1 no-access
An entry in the atmIfConnMapOvProvTable.
                                 atmIfConnMapOvNumVccsForVpiZero 1.3.6.1.4.1.562.2.4.1.114.2.120.100.1.10 unsigned32 read-write
This attribute specifies the number of VCCs supported for the VPI Zero VCC Space. The VCI values of these VCCs range from 0 to (numVccsForVpiZero - 1). The size of the VPI Zero VCC Space must either be 0 or a multiple of 256. A value of 0 implies that no programmable VCCs can be used. In this case numNonZeroVpisForVccs must also be 0. The values of all attributes provisioned in this group must adhere to the guidelines laid down in the description of the Provisioned group.
                                 atmIfConnMapOvNumNonZeroVpisForVccs 1.3.6.1.4.1.562.2.4.1.114.2.120.100.1.20 unsigned32 read-write
This attribute specifies the number of contiguous VPIs supported in the optional Programmable VCC Space. If numNonZeroVpisForVccs is 0 the Programmable VCC Space does not exist. If numNonZeroVpisForVccs is greater than 0 the Programmable VCC Space exists and covers the VPI values ranging from firstNonZeroVpiForVccs to (firstNonZeroVpiForVccs + numNonZeroVpisForVccs - 1). The values of all attributes provisioned in this group must adhere to the guidelines laid down in the description of the Provisioned group.
                                 atmIfConnMapOvFirstNonZeroVpiForVccs 1.3.6.1.4.1.562.2.4.1.114.2.120.100.1.30 unsigned32 read-write
This attribute specifies the initial VPI of the optional Programmable VCC Space. If numNonZeroVpisForVccs is 0 then the Programmable VCC Space does not exist and the value of this attribute is ignored. If numNonZeroVpisForVccs is greater than 0 the Programmable VCC Space exists and covers the VPI values ranging from firstNonZeroVpiForVccs to (firstNonZeroVpiForVccs + numNonZeroVpisForVccs - 1). The initial VPI of the Programmable VCC Space must either be 1 or a non-zero multiple of 16. The values of all attributes provisioned in this group must adhere to the guidelines laid down in the description of the Provisioned group.
                                 atmIfConnMapOvNumVccsPerNonZeroVpi 1.3.6.1.4.1.562.2.4.1.114.2.120.100.1.40 unsigned32 read-write
This attribute specifies the number of VCCs supported for each VPI in the Programmable VCC Space. The VCI values of these VCCs range from 0 to (numVccsPerNonZeroVpi - 1) for each VPI in this space. The values of all attributes provisioned in this group must adhere to the guidelines laid down in the description of the Provisioned group.
         atmIfCA 1.3.6.1.4.1.562.2.4.1.114.3
             atmIfCARowStatusTable 1.3.6.1.4.1.562.2.4.1.114.3.1 no-access
This entry controls the addition and deletion of atmIfCA components.
                 atmIfCARowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.3.1.1 no-access
A single entry in the table represents a single atmIfCA component.
                     atmIfCARowStatus 1.3.6.1.4.1.562.2.4.1.114.3.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfCA components. These components cannot be added nor deleted.
                     atmIfCAComponentName 1.3.6.1.4.1.562.2.4.1.114.3.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                     atmIfCAStorageType 1.3.6.1.4.1.562.2.4.1.114.3.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfCA tables.
                     atmIfCAIndex 1.3.6.1.4.1.562.2.4.1.114.3.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfCA tables.
             atmIfCACbr 1.3.6.1.4.1.562.2.4.1.114.3.2
                 atmIfCACbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.3.2.1 no-access
This entry controls the addition and deletion of atmIfCACbr components.
                     atmIfCACbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.3.2.1.1 no-access
A single entry in the table represents a single atmIfCACbr component.
                         atmIfCACbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.3.2.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfCACbr components. These components can be added.
                         atmIfCACbrComponentName 1.3.6.1.4.1.562.2.4.1.114.3.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfCACbrStorageType 1.3.6.1.4.1.562.2.4.1.114.3.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfCACbr tables.
                         atmIfCACbrIndex 1.3.6.1.4.1.562.2.4.1.114.3.2.1.1.10 integer32 no-access
This variable represents the index for the atmIfCACbr tables.
                 atmIfCACbrProvTable 1.3.6.1.4.1.562.2.4.1.114.3.2.100 no-access
This group contains provisioned attributes which control the CBR service category for this interface.
                         atmIfCACbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1 no-access
An entry in the atmIfCACbrProvTable.
                             atmIfCACbrProvPool 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.10 integer read-write
This attribute specifies the bandwidth pool which is to be used to support the constant bit rate (CBR) service category except for connections managed by a Vpt CA. The percentage of link capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to CBR traffic. The percentage allocated to each bandwidth pool can be provisioned through the bandwidthPool attribute under the CA. Enumeration: 'pool3': 3, 'pool2': 2, 'pool1': 1, 'pool5': 5, 'pool4': 4.
                             atmIfCACbrProvCdvt 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.20 unsigned32 read-write
This attribute specifies the default cell delay variation tolerance (CDVT) for all connections of the CBR service category except those managed by a Vpt CA. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. This attribute is used by the CAC function to compute the equivalent cell rate (ECR) required by a given CBR connection. The larger the value of CDVT, the larger is its ECR. If Usage Parameter Control (UPC) is enabled for a connection, CDVT is used by the UPC function to decide whether a cell is conforming or non-conforming based on the connection's traffic descriptor type. The larger the CDVT value, the more tolerant is the UPC of bandwidth usage beyond the traffic contract.
                             atmIfCACbrCdv 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.30 unsigned32 read-write
This attribute specifies the peak-to-peak cell delay variation (CDV) which is contributed to the entire ATM Interface for CBR traffic. The CDV is a measure of the delay jitter introduced mostly by traffic buffering and cell scheduling. The worst case value of this attribute can be computed as the txQueueLimit divided by the link rate of this ATM Interface. The value of this attribute is used by PNNI in the Resource Availability Information Group (RAIG) topology updates and route selection. It is also used by CAC at connection set-up time to determine whether this ATM Interface can meet the CDV requirements of the connection. If so, the value of this attribute is added to the cumulative CDV field of the extended QoS information element.
                             atmIfCACbrMaxCtd 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.40 unsigned32 read-write
This attribute specifies the maximum cell transfer delay (MaxCTD) which is applied to the entire ATM Interface for CBR traffic. MaxCTD is the sum of the fixed delay and the CDV. The components of the fixed delay include propagation delay through the physical media, delays induced by the transmission system, and fixed components of switch processing delay. This attribute is used by PNNI in the Resource Availability Information Group (RAIG) topology updates and route selection. It is also used by CAC at connection set-up time to determine whether this ATM Interface can meet the ATM connection's MaxCTD requirement.
                             atmIfCACbrProvClr 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.50 unsigned32 read-write
This attribute specifies the tolerable cell loss ratio (CLR) for CBR traffic except for connections managed by a Vpt CA. The number is the negative logarithm (base 10) of the CLR. For example, if the target CLR = 1E-10 then Cbr cellLossRatio = 10. This number must be the same as the RtVbr cellLossRatio since CBR and rt-VBR traffic have the same discard priority. The Cbr cellLossRatio is used by the Connection Admission Control (CAC) algorithm to compute the required (equivalent) cell rate for CBR connections. There is a trade-off between the service category CLR and the achievable link utilization. To guarantee an excellent service category, the CLR should be as small as possible (e.g., 1E-10). However, a smaller CLR results in a larger equivalent cell rate for a given connection and hence a lower link utilization. Setting this attribute to 0 means that a CLR of 1 can be tolerated. In this case, no bandwidth is reserved for CBR connections, and CAC is effectively turned off. All CBR connections are admitted.
                             atmIfCACbrTxQueueLimit 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.60 unsigned32 read-write
This attribute specifies the default maximum queue length for the emission queues used to buffer the traffic of the CBR service category. It is used as the basis for setting the discard thresholds on both common and per-VC queues. For the common queue, the discard thresholds are set at approximately 35, 75, and 90 percent of the value of this attribute for traffic at discard priority 3 (DP=3), DP=2 and DP=1 respectively. For a per-VC queue, the actual limit may be reduced depending on the shaping rate of the connection (for standard Vpt Vccs, this is the shaping rate of the Vpt). The discard thresholds are set at approximately 35, 75 and 90 percent of the scaled queue limit for traffic at discard priority 3 (DP=3), DP=2 and DP=1 respectively. However, a reduction will never result in a value that is less than the value set for the minPerVcQueueLimit attribute. CQC-based ATM cards do not support per-VC queues at the CBR service category. When this attribute is set to autoConfigure, an appropriate value is selected based on the card type. It is set to 96 for all Passport ATM cards (DS1, E1, IMA, JT2, DS3, E3, OC3, both CQC-based cards and ATM IP cards). For ATM IP FPs, the per-VC queue limit may be overridden for a permanent connection by specifying a value in the Vcd Tm or Vpd Tm txQueueLimit attribute. The operational value of the maximum length of a queue (common or per-VC) is indicated by the Vcc Tm, Vpc Tm, or Vpt Tm txQueueThresholds attribute. For standard Vpts, this attribute does not apply when using per-VC queuing and only applies when using common queueing. When using per-VC queueing, regardless of the Vpt's service category, standard Vpts use the AtmIf Ca NrtVbr txQueueLimit value as their default. This attribute does not apply to basic Vpts. VALUES ( 0 = autoConfigure )
                             atmIfCACbrHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.61 integer read-write
This attribute specifies the holding priority which applies to SVP and SVC CBR connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This attribute does not apply to Vpt Vccs. When bandwidth fluctuates, the entire Vpt, along with all Vpt Vccs is released as a unit, according to the Vpt's holdingPriority. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfCACbrSvcHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.70 integer read-write
This attribute specifies the default holding priority which applies to SVC CBR connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This attribute has been obsoleted and its value migrated to holdingPriority attribute. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfCACbrSvcMpHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.71 integer read-write
This attribute specifies the default holding priority which applies to SVC CBR point-to-multipoint connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This attribute does not apply to Vpt Vccs. When bandwidth fluctuates, the entire Vpt, along with all Vpt Vccs is released as a unit, according to the Vpt's holdingPriority. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfCACbrMinPerVcQueueLimit 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.80 unsigned32 read-write
This attribute specifies the minimum queue limit for the per-VC queues of connections of the CBR service category. This attribute is ignored on CQC-based ATM cards, because they do not support per-VC queues at the CBR service category. The queue limit of a per-VC queue is obtained by scaling down the txQueueLimit based on the shaping rate of that queue (shaping rate for the connection, and for standard Vpt Vccs, the shaping rate of the Vpt). This produces a constant delay for various queue lengths. The txQueueLimit provides an upper bound while minPerVcQueueLimit provides the lower bound. The value of this attribute must not be greater than the value of the txQueueLimit attribute. If this service category is used by Trunks the value of minPerVcQueueLimit must be at least 88. For Vpts, this attribute does not apply. Regardless of Vpt service category, standard Vpts always use the AtmIf Ca NrtVbr minPerVcQueueLimit value as their default. To determine the queue limit of a standard Vpt Vcc, the txQueueLimit is scaled down by the Vpt shaping rate.
                             atmIfCACbrPerVcQueueLimitReferenceRate 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.90 unsigned32 read-write
This attribute specifies the shaping rate to be used in computing the tolerable delay for per-VC queues of connections of the CBR service category. The delay is computed as the txQueueLimit divided by the value of this attribute. This attribute is ignored on CQC-based ATM cards, because they do not support per-VC queues at the CBR service category. When the value of this attribute is autoConfigure, an appropriate default is selected based on the card type. It is set to 80000 for all cards which support per-VC queuing at the CBR service category (3pDS3Atm2, 3pE3Atm2, 2pOC3SmAtm2, 2pOC3MmAtm2). For Vpts, this attribute does not apply. Regardless of Vpt service category, standard Vpts always use the AtmIf Ca NrtVbr perVcQueueLimitReferenceRate value as their default. VALUES ( 0 = autoConfigure )
                             atmIfCACbrEmissionPriority 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.100 unsigned32 read-write
This attribute is not applicable and is ignored for CQC-based ATM cards. This attribute specifies the emission priority (EP) which is used to transmit traffic of the CBR service category. A lower numerical value for this attribute specifies a higher emission priority. 0 is the highest EP and 7 is the lowest. Cells at a higher emission priority receive higher preference for link bandwidth. EPs 0 and 1 are in the absolute priority range, and are unaffected by any minimum bandwidth guarantees. EPs 2 through 7 are in the guaranteed bandwidth range. Minimum bandwidth guarantee is specified in the AtmIf/n Ep/m component. Emission priority setting must comply with all of the following constraints: 1. The emission priority numbers must be in the following order: CBR <= rt-VBR <= nrt-VBR <= ABR <= UBR 2. Two different ATM service categories may share the same EP only if they are both shaped. 3. CBR and rt-VBR may be placed either in the absolute priority range (EP 0 or 1) or in the guaranteed bandwidth range (EP 2 through 7). 4. If both CBR and rt-VBR are shaped, rt-VBR must share the same EP with CBR or ABR. If either one of CBR or rt-VBR are not shaped, then they cannot share the same EP. 5. ABR service category is always deemed to be shaped. If nrt-VBR is shaped, it must share the same EP with ABR. If nrt-VBR is not shaped it must have a higher EP than ABR. 6. If UBR is shaped, it must share the same EP with ABR. If UBR is not shaped, it must have a lower EP than ABR. This attribute does not apply to standard Vpt Vccs and basic Vpts.
                             atmIfCACbrTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.140 integer read-write
This attribute specifies the default traffic shaping option for connections of the CBR service category. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. When this attribute is set to disabled, traffic shaping cannot be enabled for any CBR connections. For CQC-based ATM FPs, this attribute must be set to disabled. Traffic shaping is not supported for CBR connections on CQC- based ATM FPs. If the Vcc Tm, Vpc Tm, or Vpt Tm txTrafficDescType indicates type 1 or 2, this attribute is ignored, and traffic shaping is not applicable for that connection. When this attribute is set to inverseUpc, traffic shaping for a connection is enabled according to the value of the Vcc Tm, Vpc Tm, or Vpt Tm txTrafficDescType. If this attribute is set to inverseUpc, and the txTrafficDescType is 3, 4, or 5, linear traffic shaping is enabled. Linear traffic shaping uses a single static traffic shaping rate. If this attribute is set to inverseUpc, and the txTrafficDescType is 6, 7, or 8, inverse-UPC (also referred to as VBR or dual leaky bucket) traffic shaping is enabled. Inverse-UPC traffic shaping can burst above the sustained cell rate to the peak cell rate for the duration defined by maximum burst size. Inverse-UPC traffic shaping exactly conforms to the requirements of a dual leaky bucket UPC enforcer. When this attribute is set to enabled and the txTrafficDescType is 3, 4, 5, 6, 7, or 8, traffic shaping for a connection is enabled using linear shaping. Enabling or disabling traffic shaping may require a matching change to the emissionPriority attribute and unshapedTransmitQueueing attribute for this service category. Refer to those attributes for the complete description of the interactions. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'disabled': 1, 'inverseUpc': 6, 'enabled': 5.
                             atmIfCACbrShapeRecoupPolicy 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.150 integer read-write
This attribute specifies the shaping recoup policy for the CBR service category. This is the policy which is used to recoup shaping opportunities which are lost when more than one connection schedules a cell for the same transmit opportunity. In this case, one connection is scheduled, and the cell from the other connection is delayed by one cell time. This attribute affects how the transmit time is calculated for the next cell on the delayed connection. This attribute is ignored if this service category is not shaped. When the connection which was delayed schedules the next cell to transmit, it may calculate the time as a difference from either the previous actual cell transmit time, or the time when the previous cell should have been transmitted. Setting this attribute to maximumEfficiency results in each connection trying to recoup or regain any delays in scheduling. The transmit time from the next cell is calculated from the time when the cell should originally have been sent. Cell delay variation (CDV) occurs in this case since the cells are sent with less than the shaping delay between them. However, in general the shaper recovers (recoups) lost opportunities and improves efficiency. Setting this attribute to minimumCdv results in connections not trying to recoup or regain any delays in scheduling. The transmit time for the next cell is calculated from the time when the previous cell was actually transmitted. This minimizes CDV, but results in missed cell opportunities. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'maximumEfficiency': 1, 'minimumCdv': 0.
                             atmIfCACbrUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.160 integer read-write
This attribute specifies the default queuing option for unshaped connections of the CBR service category. On ATM IP cards, this attribute controls whether common or per-VC queueing is used. Per-VC queueing means that each connection has its own buffering and queue limits. Common queueing means that cells are queued in First In First Out order on a common queue for this service category. The common queue has one set of congestion control levels for all cells enqueued on it. For CQC-based ATM cards, this attribute must be set to common. CQC-based ATM cards do not support per-VC queueing for the CBR service category. For ATM IP cards, if traffic shaping for this service category is not disabled, this attribute must be set to perVc. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'perVc': 0, 'common': 1.
                             atmIfCACbrWeightPolicy 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.165 integer read-write
This attribute specifies the default policy which is applied when calculating the fairness weight for unshaped connections of the CBR service category. The fairness weight for a connection determines the relative amount of bandwidth which that connection obtains, compared to other connections in the same service category. Connections with equal weight get equal transmit opportunities. Connections with higher weights get more transmit opportunities compared with connections that have lower weights. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. The fairness weight for a connection is directly proportional to the value of one of the traffic descriptor parameters for that connection. This attribute specifies which traffic descriptor parameter is used for connections of the CBR service category. This attribute is ignored on CQC-based ATM cards. This attribute is also ignored on ATM IP cards if unshapedTransmitQueueing is set for common queuing. If this attribute is set to scr, the fairness weight is proportional to the transmit sustained cell rate (SCR) of a connection. Connections with a higher SCR have a higher fairness weight. For connections with txTrafficDescType 3, which have no SCR, the sustained cell rate is assumed to be equal to the peak cell rate. If this attribute is set to pcr, the fairness weight is proportional to the transmit peak cell rate (PCR) of a connection. Connections with a higher PCR have a higher fairness weight. Connections with txTrafficDescType 1 or 2 get a minimum weight, which is 1. If this attribute is set to ecr, the fairness weight is proportional to the equivalent cell rate (ECR) of a connection as calculated by connection admission control (CAC). Connections with a higher ECR have a higher fairness weight. Connections with an ECR of 0 get a minimum weight, which is 1. The weight of a connection is visible in the Vcc Tm, Vpc Tm, or Vpt Tm weight attribute. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'pcr': 2, 'ecr': 3, 'scr': 1.
                             atmIfCACbrForceTagging 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.169 integer read-write
This attribute specifies the default of whether to force tagging (CLP=1) of all cells for all CBR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. When this attribute is set to enabled, CLP is set to 1 for all cells in the transmit direction. Force tagging is only supported on ATM IP FPs. On CQC-based ATM FPs, this attribute must be set to disabled. When this attribute is set to disabled, CLP is unchanged for all cells in the transmit direction. This attribute never applies to any type of Vpt. Enumeration: 'disabled': 1, 'enabled': 0.
                             atmIfCACbrUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.3.2.100.1.170 integer read-write
This attribute specifies the default usage parameter control (UPC) option for connections of the CBR service category. This attribute is ignored if the rxTrafficDescriptorType indicates 1 or 2. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. When this attribute is set to enforced, UPC is enforced by default for each connection. When UPC is enforced, non-conforming cells are either tagged or discarded depending on the rxTrafficDescriptorType. On ATM IP FPs, when this attribute is set to monitored, UPC conformance checking is performed, except, instead of the non- conforming cells being tagged or discarded, they are merely counted in the UPC violations counts, and passed on unchanged. On CQC-based ATM FPs, when this attribute is set to monitored, it has the same effect as setting it to disabled. When this attribute is set to disabled, UPC is disabled on the receive path for all CBR connections. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'disabled': 1, 'enforced': 0, 'monitored': 4.
                 atmIfCACbrOperTable 1.3.6.1.4.1.562.2.4.1.114.3.2.110 no-access
This group contains operational attributes for the CBR service category.
                         atmIfCACbrOperEntry 1.3.6.1.4.1.562.2.4.1.114.3.2.110.1 no-access
An entry in the atmIfCACbrOperTable.
                             atmIfCACbrEpdOffset 1.3.6.1.4.1.562.2.4.1.114.3.2.110.1.10 unsigned32 read-only
This attribute indicates the Early Packet Discard (EPD) offset which is currently in use for this service category. The EPD offset is used to derive the EPD thresholds for each CC level. Any connection under this service category which requires the txPacketWiseDiscard feature must specify a transmit queue limit which is at least 5.71 times this offset. This ensures that the derived Epd threshold will never be less than 17.5 % of the transmit queue limit. If this is not done, txPacketWiseDiscard for the connection will be automatically disabled. The value of this EPD offset is specified under the lp/x eng arc aqm ov component.
             atmIfCARtVbr 1.3.6.1.4.1.562.2.4.1.114.3.3
                 atmIfCARtVbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.3.3.1 no-access
This entry controls the addition and deletion of atmIfCARtVbr components.
                     atmIfCARtVbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.3.3.1.1 no-access
A single entry in the table represents a single atmIfCARtVbr component.
                         atmIfCARtVbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.3.3.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfCARtVbr components. These components can be added.
                         atmIfCARtVbrComponentName 1.3.6.1.4.1.562.2.4.1.114.3.3.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfCARtVbrStorageType 1.3.6.1.4.1.562.2.4.1.114.3.3.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfCARtVbr tables.
                         atmIfCARtVbrIndex 1.3.6.1.4.1.562.2.4.1.114.3.3.1.1.10 integer32 no-access
This variable represents the index for the atmIfCARtVbr tables.
                 atmIfCARtVbrProvTable 1.3.6.1.4.1.562.2.4.1.114.3.3.100 no-access
This group contains provisioned attributes which control the rt-VBR service category for this interface.
                         atmIfCARtVbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1 no-access
An entry in the atmIfCARtVbrProvTable.
                             atmIfCARtVbrPool 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.10 integer read-write
This attribute specifies the bandwidth pool which is to be used to support the real-time variable bit rate (rt-VBR) service category except for connections managed by a Vpt CA. The percentage of link capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to rt-VBR traffic. The percentage allocated to each bandwidth pool can be provisioned through the bandwidthPool attribute under the CA. Enumeration: 'pool3': 3, 'pool2': 2, 'pool1': 1, 'pool5': 5, 'pool4': 4.
                             atmIfCARtVbrCdvt 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.20 unsigned32 read-write
This attribute specifies the default cell delay variation tolerance (CDVT) for all connections of the rt-VBR service category. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. If Usage Parameter Control (UPC) is enabled for a connection, CDVT is used by the UPC function to decide whether a cell is conforming or non-conforming based on the connection's traffic descriptor type. The larger the CDVT value, the more tolerant is the UPC to bandwidth usage beyond the traffic contract.
                             atmIfCARtVbrCdv 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.30 unsigned32 read-write
This attribute specifies the peak-to-peak cell delay variation (CDV) which is contributed to the entire ATM Interface for rt-VBR traffic. The CDV is a measure of the delay jitter introduced mostly by traffic buffering and cell scheduling. The worst case value of this attribute can be computed as the txQueueLimit divided by the link rate of this ATM Interface. The value of this attribute is used by PNNI in the Resource Availability Information Group (RAIG) topology updates and route selection. It is also used by CAC at connection set-up time to determine whether this ATM Interface can meet the CDV requirement for that connection. If so, the value of this attribute is added to the cumulative CDV field of the extended QoS information element.
                             atmIfCARtVbrMaxCtd 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.40 unsigned32 read-write
This attribute specifies the maximum cell transfer delay (MaxCTD) which is applied to the entire ATM Interface for rt-VBR traffic. MaxCTD is the sum of the fixed delay and the CDV. The components of the fixed delay include propagation delay through the physical media, delays induced by the transmission system, and fixed components of switch processing delay. This attribute is used by PNNI in the Resource Availability Information Group (RAIG) topology updates and route selection. It is also used by CAC at connection set-up time to determine whether this ATM Interface can meet the ATM connection's MaxCTD requirement.
                             atmIfCARtVbrCellLossRatio 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.50 unsigned32 read-write
This attribute specifies the tolerable cell loss ratio (CLR) for rt- VBR traffic except for connections managed by a Vpt CA. The number is the negative logarithm (base 10) of the CLR. For example, if the target CLR = 1E-10 then RtVbr cellLossRatio = 10. This number must be the same as the Cbr cellLossRatio since CBR and rt-VBR traffic have the same discard priority. The RtVbr cellLossRatio is used by the Connection Admission Control (CAC) algorithm to compute the required (equivalent) cell rate for rt-VBR connections. This number must be less than or equal to the NrtVbr cellLossRatio, since rt-VBR traffic has a higher discard priority. There is a trade-off between the service category CLR and the achievable link utilization. To guarantee an excellent service category, the CLR should be as small as possible (e.g., 1E-10). However, a smaller CLR results in a larger equivalent cell rate for a given connection and hence a lower link utilization. Setting this attribute to 0 means that a CLR of 1 can be tolerated. In this case, no bandwidth is reserved for rt-VBR connections, and CAC is effectively turned off. All rt-VBR are admitted.
                             atmIfCARtVbrTxQueueLimit 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.60 unsigned32 read-write
This attribute specifies the default maximum queue length for the emission queues used to buffer the traffic of the rt-VBR service category. It is used as the basis for setting the discard thresholds on both common and per-VC queues. For the common queue, the discard thresholds are set at approximately 35, 75, and 90 percent of the value of this attribute for traffic at discard priority 3 (DP=3), DP=2, and DP=1 respectively. For a per-VC queue, the actual limit may be reduced depending on the shaping rate of the connection (for standard Vpt Vccs, this is the shaping rate of the Vpt). The discard thresholds are set at approximately 35, 75, and 90 percent of the scaled queue limit for traffic at discard priority 3 (DP=3), DP=2, and DP=1, respectively. However, a reduction will never result in a value that is less than the value set for the minPerVcQueueLimit attribute. When the value of this attribute is autoConfigure, an appropriate value is selected based on the card type. It is set to 288 for low speed cards such as DS1, E1 and IMA, and set to 480 for high speed cards such as JT2, DS3, E3 and OC3 (including ATM IP FPs). For ATM IP FPs, the per-VC queue limit may be overridden for a permanent connection by specifying a value in the Vcd Tm or Vpd Tm txQueueLimit attribute. The operational value of the maximum length of a queue (common or per-VC) is indicated by the Vcc Tm, Vpc Tm, or Vpt Tm txQueueThresholds attribute. For standard Vpts, this attribute does not apply when using per-VC queuing and only applies when using common queueing. When using per-VC queueing, regardless of the Vpt's service category, standard Vpts use the AtmIf Ca NrtVbr txQueueLimit value as their default. This attribute does not apply to basic Vpts. VALUES ( 0 = autoConfigure )
                             atmIfCARtVbrMinPerVcQueueLimit 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.70 unsigned32 read-write
This attribute specifies the minimum queue limit for the per-VC queues of connections of the rt-VBR service category. The queue limit of a per-VC queue is obtained by scaling down the txQueueLimit based on the shaping rate of that queue (shaping rate for the connection, and for standard Vpt Vccs, the shaping rate of the Vpt). This produces a constant delay for various queue lengths. The txQueueLimit provides an upper bound while minPerVcQueueLimit provides the lower bound. The value of this attribute must not be greater than the value of the txQueueLimit attribute. If this service category is used by Trunks the value of minPerVcQueueLimit must be at least 88. For Vpts, this attribute does not apply. Regardless of Vpt service category, standard Vpts always use the AtmIf Ca NrtVbr minPerVcQueueLimit value as their default. To determine the queue limit of a standard Vpt Vcc, the txQueueLimit is scaled down by the Vpt shaping rate.
                             atmIfCARtVbrPerVcQueueLimitReferenceRate 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.75 unsigned32 read-write
This attribute specifies the shaping rate to be used in computing the tolerable delay for per-VC queues of connections of the rt-VBR service category. The delay is computed as the txQueueLimit divided by the value of this attribute. When the value of this attribute is autoConfigure, an appropriate default is selected based on the card type. It is set to 3685 for low speed cards such as DS1, E1, and IMA, and set to 14740 for high speed cards such as JT2, DS3, E3 and OC3. For Vpts, this attribute does not apply. Regardless of Vpt service category, standard Vpts always use the AtmIf Ca NrtVbr perVcQueueLimitReferenceRate value as their default. VALUES ( 0 = autoConfigure )
                             atmIfCARtVbrHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.76 integer read-write
This attribute specifies the default holding priority which applies to SVP and SVC rt-VBR connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This attribute does not apply to Vpt Vccs. When bandwidth fluctuates, the entire Vpt, along with all Vpt Vccs are released as a unit, according to the Vpt's holdingPriority. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfCARtVbrSvcHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.80 integer read-write
This attribute specifies the default holding priority which applies to SVC rt-VBR connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This attribute has been obsoleted and its value migrated to holdingPriority attribute. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfCARtVbrSvcMpHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.81 integer read-write
This attribute specifies the default holding priority which applies to SVC rt-VBR point-to-multipoint connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This attribute does not apply to Vpt Vccs. When bandwidth fluctuates, the entire Vpt, along with all Vpt Vccs is released as a unit, according to the Vpt's holdingPriority. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfCARtVbrEmissionPriority 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.82 unsigned32 read-write
This attribute is not applicable and is ignored for CQC-based ATM cards. This attribute specifies the emission priority (EP) which is used to transmit traffic of the rt-VBR service category. A lower numerical value for this attribute specifies a higher emission priority. 0 is the highest EP and 7 is the lowest. Cells at a higher emission priority receive higher preference for link bandwidth. EPs 0 and 1 are in the absolute priority range, and are unaffected by any minimum bandwidth guarantees. EPs 2 through 7 are in the guaranteed bandwidth range. Minimum bandwidth guarantee is specified in the AtmIf/n Ep/m component. Emission priority setting must comply with all of the following constraints: 1. The emission priority numbers must be in the following order: CBR <= rt-VBR <= nrt-VBR <= ABR <= UBR 2. Two different ATM service categories may share the same EP only if they are both shaped. 3. CBR and rt-VBR may be placed either in the absolute priority range (EP 0 or 1) or in the guaranteed bandwidth range (EP 2 through 7). 4. If both CBR and rt-VBR are shaped, rt-VBR must share the same EP with CBR or ABR. If either one of CBR or rt-VBR are not shaped, then they cannot share the same EP. 5. ABR service category is always deemed to be shaped. If nrt-VBR is shaped, it must share the same EP with ABR. If nrt-VBR is not shaped it must have a higher EP than ABR. 6. If UBR is shaped, it must share the same EP with ABR. If UBR is not shaped, it must have a lower EP than ABR. This attribute does not apply to standard Vpt Vccs and basic Vpts.
                             atmIfCARtVbrTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.86 integer read-write
This attribute specifies the default traffic shaping option for connections of the rt-VBR service category. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. When this attribute is set to disabled, traffic shaping cannot be enabled for any rt-VBR connections. For CQC-based ATM cards, this attribute may be set to enabled only if the interface supports shaping, as defined by the perVcQueueInterfaces attribute in the AtmResourceControl Cqc Override component. If that component does not exist, this attribute must be set to disabled. If the Vcc Tm, Vpc Tm, or Vpt Tm txTrafficDescType indicates type 1 or 2, this attribute is ignored, and traffic shaping is not applicable for that connection. When this attribute is set to inverseUpc, traffic shaping for a connection is enabled according to card type and the value of the Vcc Tm, Vpc Tm, or Vpt Tm txTrafficDescType. If this attribute is set to inverseUpc, and the txTrafficDescType is 3, 4, or 5, linear traffic shaping is enabled. Linear traffic shaping uses a single static traffic shaping rate. On CQC-based ATM FPs, if this attribute is set to inverseUpc, and the txTrafficDescType is 6, 7, or 8, linear traffic shaping is enabled. On ATM IP FPs, if this attribute is set to inverseUpc, and the txTrafficDescType is 6, 7, or 8, inverse-UPC (also referred to as VBR or dual leaky bucket) traffic shaping is enabled. Inverse-UPC traffic shaping can burst above the sustained cell rate to the peak cell rate for the duration defined by maximum burst size. Inverse- UPC traffic shaping exactly conforms to the requirements of a dual leaky bucket UPC enforcer. When this attribute is set to enabled and the txTrafficDescType is 3, 4, 5, 6, 7, or 8, traffic shaping for a connection is enabled using linear shaping. Enabling or disabling traffic shaping may require a matching change to the emissionPriority attribute and unshapedTransmitQueueing attribute for this service category. Refer to those attributes for the complete description of the interactions. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'disabled': 1, 'inverseUpc': 6, 'enabled': 5.
                             atmIfCARtVbrShapeRecoupPolicy 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.87 integer read-write
This attribute specifies the shaping recoup policy for the rt-VBR service category. This is the policy which is used to recoup shaping opportunities which are lost when more than one connection schedules a cell for the same transmit opportunity. In this case, one connection is scheduled, and the cell from another connection is delayed by one cell time. This attribute affects how the transmit time is calculated for the next cell on the delayed connection. This attribute is ignored if this service category is not shaped. When the connection which was delayed schedules the next cell to transmit, it may calculate the time as a difference from either the previous actual cell transmit time, or the time when the previous cell should have been transmitted. Setting this attribute to maximumEfficiency results in each connection trying to recoup or regain delays in scheduling. The transmit time from the next cell is calculated from the time when the cell should originally have been sent. Cell delay variation (CDV) occurs in this case since the cells are sent with less than the shaping delay between them. However, in general the shaper recovers (recoups) lost opportunities and improves efficiency. Setting this attribute to minimumCdv results in connections not trying to recoup or regain any delays in scheduling. The transmit time for the next cell is calculated from the time when the previous cell was actually transmitted. This minimizes CDV, but results in missed cell opportunities. Enumeration: 'maximumEfficiency': 1, 'minimumCdv': 0.
                             atmIfCARtVbrUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.88 integer read-write
This attribute specifies the default queuing option for unshaped connections of the rt-VBR service category. This attribute controls whether common or per-VC queueing is used. Per-VC queueing means that each connection has its own buffering and queue limits. Common queueing means that cells are queued in First In First Out order on a common queue for this service category. The common queue has one set of congestion control levels for all cells enqueued on it. For ATM IP cards, if traffic shaping for this service category is disabled, this attribute may take any of the three values. In this case, the value autoConfigure is interpreted to mean per-VC queueing. For ATM IP cards, if traffic shaping for this service category is not disabled, the only permitted values are perVc and autoConfigure. In this case, the result is that all connections use per-VC queueing. For CQC-based ATM cards, if the perVcQueueInterfaces attribute of the Lp Eng Arc Cqc component permits shaping for this interface, then this attribute may take any of the three values. In this case, the value autoConfigure is interpreted to mean per-VC queueing. For CQC-based ATM cards, if the perVcQueueInterfaces attribute of the Lp Eng Arc Cqc component does not permit shaping for this interface, then this attribute may take values common or autoConfigure. In this case, the value autoConfigure is interpreted to mean common queueing. If this attribute is set to autoConfigure, an override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. The opUnshapedTransmitQueueing attribute of this component indicates whether the transmit queueing is perVc or common. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'perVc': 0, 'autoConfigure': 2, 'common': 1.
                             atmIfCARtVbrUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.89 integer read-write
This attribute specifies the default usage parameter control (UPC) option for connections of the rt-VBR service category. This attribute is ignored if the rxTrafficDescriptorType indicates 1 or 2. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. When this attribute is set to enforced, UPC is enforced for each connection. When UPC is enforced, non-conforming cells are either tagged or discarded depending on the rxTrafficDescriptorType. On ATM IP FPs, when this attribute is set to monitored, UPC conformance checking is performed, except, instead of the non- conforming cells being tagged or discarded, they are merely counted in the UPC violations counts, and passed on unchanged. On CQC-based ATM FPs, when this attribute is set to monitored, it has the same effect as setting it to disabled. When this attribute is set to disabled, UPC is disabled on the receive path for all rt-VBR connections. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'disabled': 1, 'enforced': 0, 'monitored': 4.
                             atmIfCARtVbrWeightPolicy 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.90 integer read-write
This attribute specifies the policy which is applied when calculating the fairness weight for unshaped connections of the rt-VBR service category. The fairness weight for a connection determines the relative amount of bandwidth which that connection obtains, compared to other connections in the same service category. Connections with equal weight get equal transmit opportunities. Connections with higher weights get more transmit opportunities compared with connections that have lower weights. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. The fairness weight for a connection is directly proportional to the value of one of the traffic descriptor parameters for that connection. This attribute specifies which traffic descriptor parameter is used for connections of the rt-VBR service category. This attribute is ignored on CQC-based ATM cards. This attribute is also ignored on ATM IP cards if unshapedTransmitQueueing is set for common queuing. If this attribute is set to scr, the fairness weight is proportional to the transmit sustained cell rate (SCR) of a connection. Connections with a higher SCR have a higher fairness weight. For connections with txTrafficDescType 3, which have no SCR, the sustained cell rate is assumed to be equal to the peak cell rate. If this attribute is set to pcr, the fairness weight is proportional to the transmit peak cell rate (PCR) of a connection. Connections with a higher PCR have a higher fairness weight. Connections with txTrafficDescType 1 or 2 get a minimum weight, which is 1. If this attribute is set to ecr, the fairness weight is proportional to the equivalent cell rate (ECR) of a connection as calculated by connection admission control (CAC). Connections with a higher ECR have a higher fairness weight. Connections with an ECR of 0 get a minimum weight, which is 1. The weight of a connection is visible in the Vcc Tm, Vpc Tm, or Vpt Tm weight attribute. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'pcr': 2, 'ecr': 3, 'scr': 1.
                             atmIfCARtVbrForceTagging 1.3.6.1.4.1.562.2.4.1.114.3.3.100.1.91 integer read-write
This attribute specifies the default of whether to force tagging (CLP=1) of all cells for all rt-VBR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. When this attribute is set to enabled, CLP is set to 1 for all cells in the transmit direction. Force tagging is only supported on ATM IP FPs. On CQC-based ATM FPs, this attribute must be set to disabled. When this attribute is set to disabled, CLP is unchanged for all cells in the transmit direction. This attribute never applies to any type of Vpt. Enumeration: 'disabled': 1, 'enabled': 0.
                 atmIfCARtVbrOperTable 1.3.6.1.4.1.562.2.4.1.114.3.3.110 no-access
This group contains operational attributes for the rt-VBR service category.
                         atmIfCARtVbrOperEntry 1.3.6.1.4.1.562.2.4.1.114.3.3.110.1 no-access
An entry in the atmIfCARtVbrOperTable.
                             atmIfCARtVbrOpUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.3.3.110.1.10 integer read-only
This attribute indicates the state of transmit queueing for unshaped rt-VBR connections. A value of perVc indicates that any unshaped connections use per- VC queueing. A value of common indicates that traffic for unshaped connections uses the common queue which corresponds to the EP for this service category. Enumeration: 'perVc': 0, 'common': 1.
                             atmIfCARtVbrEpdOffset 1.3.6.1.4.1.562.2.4.1.114.3.3.110.1.11 unsigned32 read-only
This attribute indicates the Early Packet Discard (EPD) offset which is currently in use for this service category. The EPD offset is used to derive the EPD thresholds for each CC level. Any connection under this service category which requires the txPacketWiseDiscard feature must specify a transmit queue limit which is at least 5.71 times this offset. This ensures that the derived Epd threshold will never be less than 17.5 % of the transmit queue limit. If this is not done, txPacketWiseDiscard for the connection will be automatically disabled. The value of this EPD offset is specified under the lp/x eng arc aqm ov component.
             atmIfCANrtVbr 1.3.6.1.4.1.562.2.4.1.114.3.4
                 atmIfCANrtVbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.3.4.1 no-access
This entry controls the addition and deletion of atmIfCANrtVbr components.
                     atmIfCANrtVbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.3.4.1.1 no-access
A single entry in the table represents a single atmIfCANrtVbr component.
                         atmIfCANrtVbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.3.4.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfCANrtVbr components. These components can be added.
                         atmIfCANrtVbrComponentName 1.3.6.1.4.1.562.2.4.1.114.3.4.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfCANrtVbrStorageType 1.3.6.1.4.1.562.2.4.1.114.3.4.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfCANrtVbr tables.
                         atmIfCANrtVbrIndex 1.3.6.1.4.1.562.2.4.1.114.3.4.1.1.10 integer32 no-access
This variable represents the index for the atmIfCANrtVbr tables.
                 atmIfCANrtVbrProvTable 1.3.6.1.4.1.562.2.4.1.114.3.4.100 no-access
This group contains provisioned attributes which control the nrt- VBR service category for this interface.
                         atmIfCANrtVbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1 no-access
An entry in the atmIfCANrtVbrProvTable.
                             atmIfCANrtVbrPool 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.1 integer read-write
This attribute specifies the bandwidth pool which is to be used to support the non-real-time variable bit rate (nrt-VBR) service category except for connections managed by a Vpt CA. The percentage of link capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to nrt-VBR traffic. The percentage allocated to each bandwidth pool can be provisioned through the bandwidthPool attribute under the CA. Enumeration: 'pool3': 3, 'pool2': 2, 'pool1': 1, 'pool5': 5, 'pool4': 4.
                             atmIfCANrtVbrCdvt 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.2 unsigned32 read-write
This attribute specifies the default cell delay variation tolerance (CDVT) for all connections of the nrt-VBR service category. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. If Usage Parameter Control (UPC) is enabled for a connection, CDVT is used by the UPC function to decide whether a cell is conforming or non-conforming based on the connection's traffic descriptor type. The larger the CDVT value, the more tolerant is the UPC of bandwidth usage beyond the traffic contract.
                             atmIfCANrtVbrCellLossRatio 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.3 unsigned32 read-write
This attribute specifies the tolerable cell loss ratio (CLR) for nrt- VBR traffic except for connections managed by a Vpt CA. The number is the negative logarithm (base 10) of the CLR. In other words if the target CLR = 1E-10 then NrtVbr cellLossRatio = 10. This number must be greater than or equal to RtVbr cellLossRatio since rt-VBR traffic has a higher discard priority. The NrtVbr cellLossRatio is used by the Connection Admission Control (CAC) algorithm to compute the required (equivalent) cell rate for nrt-VBR connections. There is a trade-off between the service category CLR and the achievable link utilization. To guarantee an excellent service category, the CLR should be as small as possible (e.g., 1E-10). However, a smaller CLR results in a larger equivalent cell rate for a given connection and hence a lower link utilization. Setting this attribute to 0 means that a CLR of 1 can be tolerated. In this case no bandwidth is reserved for nrt-VBR connections, and CAC is effectively turned off. All nrt-VBR connections are admitted.
                             atmIfCANrtVbrTxQueueLimit 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.4 unsigned32 read-write
This attribute specifies the default maximum queue length for the emission queues used to buffer the traffic of the nrt-VBR service category. It is used as the basis for setting the discard thresholds on both common and per-VC queues. For the common queue, the discard thresholds are set at approximately 35, 75, and 90 percent of the value of this attribute for traffic at discard priority 3 (DP=3), DP=2, and DP=1 respectively. For per-VC queue, the actual limit may be reduced depending on the shaping rate of the connection (for standard Vpt Vccs, this is the shaping rate of the Vpt). The discard thresholds are set at approximately 35, 75, and 90 percent of the scaled queue limit for traffic at discard priority 3 (DP=3), DP=2, and DP=1 respectively. However, a reduction will never result in a value that is less than the value set for the minPerVcQueueLimit attribute. When the value of this attribute is autoConfigure, an appropriate value is selected based on the card type. It is set to 1792 for low speed cards such as DS1, E1, and IMA, set to 2304 for high speed CQC-based ATM cards such as JT2, DS3, E3 and OC3, and set to 10240 for high speed ATM IP cards such as 3pDS3Atm2, 3pE3Atm2, 2pOC3SmAtm2 and 2pOC3MmAtm2. For ATM IP FPs, the per-VC queue limit may be overridden for a permanent connection by specifying a value in the Vcd Tm or Vpd Tm txQueueLimit attribute. On CQC-based ATM cards, this attribute must be set to the same value for CA NrtVbr, Abr and Ubr components. The operational value of the maximum length of a queue (common or per-VC) is indicated by the Vcc Tm, Vpc Tm, or Vpt Tm txQueueThresholds attribute. When using per-VC queueing, this attribute is used as the default txQueueLimit for all standard Vpts, regardless of their atmServiceCategory. This attribute does not apply to basic Vpts. VALUES ( 0 = autoConfigure )
                             atmIfCANrtVbrSvcHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.5 integer read-write
This attribute specifies the default holding priority which applies to SVC nrt-VBR connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This attribute has been obsoleted and its value migrated to holdingPriority attribute. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfCANrtVbrMinPerVcQueueLimit 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.6 unsigned32 read-write
This attribute specifies the minimum queue limit for the per-VC queues of connections of the nrt-VBR service category. The queue limit of a per-VC queue is obtained by scaling down the txQueueLimit based on the shaping rate of that queue (shaping rate for the connection, and for standard Vpt Vccs, the shaping rate of the Vpt). This produces a constant delay for various queue lengths. The txQueueLimit provides an upper bound while minPerVcQueueLimit provides the lower bound. The value of this attribute must not be greater than the value of the txQueueLimit attribute. If this service category is used by Trunks the value of minPerVcQueueLimit must be at least 88. On CQC-based ATM cards, this attribute must be set to the same value for CA NrtVbr, Abr and Ubr components. This attribute is used as the default minPerVcQueueLimit for all standard Vpts, regardless of their atmServiceCategory. This attribute does not apply to basic Vpts.
                             atmIfCANrtVbrPerVcQueueLimitReferenceRate 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.7 unsigned32 read-write
This attribute specifies the shaping rate to be used in computing the tolerable delay for per-VC queues of connections of the nrt-VBR service category. The delay is computed as the txQueueLimit divided by the value of this attribute. When the value of this attribute is autoConfigure, an appropriate default is selected based on the card type. It is set to 3685 for low speed cards such as DS1, E1 and IMA, set to 14740 for high speed CQC-based ATM cards such as JT2, DS3, E3 and OC3, and set to 65511 for high speed ATM IP cards such as 3pDS3Atm2, 3pE3Atm2, 2pOC3SmAtm2 and 2pOC3MmAtm2. On CQC-based ATM cards, this attribute must be set to the same value for CA NrtVbr, Abr and Ubr components. This attribute is used as the default perVcQueueLimitReferenceRate for all standard Vpts, regardless of their atmServiceCategory. This attribute does not apply to basic Vpts. VALUES ( 0 = autoConfigure )
                             atmIfCANrtVbrSvcMpHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.8 integer read-write
This attribute specifies the default holding priority which applies to SVC nrt-VBR point-to-multipoint connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This attribute does not apply to Vpt Vccs. When bandwidth fluctuates, the entire Vpt, along with all Vpt Vccs is released as a unit, according to the Vpt's holdingPriority. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfCANrtVbrHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.9 integer read-write
This attribute specifies the holding priority which applies to SVP and SVC nrt-VBR connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This attribute does not apply to Vpt Vccs. When bandwidth fluctuates, the entire Vpt, along with all Vpt Vccs is released as a unit, according to the Vpt's holdingPriority. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfCANrtVbrEmissionPriority 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.10 unsigned32 read-write
This attribute is not applicable and is ignored for CQC-based ATM cards. This attribute specifies the emission priority (EP) which is used to transmit traffic of the nrt-VBR service category. A lower numerical value for this attribute specifies a higher emission priority. 0 is the highest EP and 7 is the lowest. Cells at a higher emission priority receive higher preference for link bandwidth. EPs 0 and 1 are in the absolute priority range, and are unaffected by any minimum bandwidth guarantees. EPs 2 through 7 are in the guaranteed bandwidth range. Minimum bandwidth guarantee is specified in the AtmIf/n Ep/m component. Emission priority setting must comply with all of the following constraints: 1. The emission priority numbers must be in the following order: CBR <= rt-VBR <= nrt-VBR <= ABR <= UBR 2. Two different ATM service categories may share the same EP only if they are both shaped. 3. CBR and rt-VBR may be placed either in the absolute priority range (EP 0 or 1) or in the guaranteed bandwidth range (EP 2 through 7). 4. If both CBR and rt-VBR are shaped, rt-VBR must share the same EP with CBR or ABR. If either one of CBR or rt-VBR are not shaped, then they cannot share the same EP. 5. ABR service category is always deemed to be shaped. If nrt-VBR is shaped, it must share the same EP with ABR. If nrt-VBR is not shaped it must have a higher EP than ABR. 6. If UBR is shaped, it must share the same EP with ABR. If UBR is not shaped, it must have a lower EP than ABR. This attribute does not apply to standard Vpt Vccs and basic Vpts.
                             atmIfCANrtVbrTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.14 integer read-write
This attribute specifies the default traffic shaping option for connections of the nrt-VBR service category. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. When this attribute is set to disabled, traffic shaping cannot be enabled for any nrt-VBR connections. For CQC-based ATM cards, this attribute may be set to enabled only if the interface supports shaping, as defined by the perVcQueueInterfaces attribute in the AtmResourceControl Cqc Override component. If that component does not exist, this attribute must be set to disabled. If the Vcc Tm, Vpc Tm, or Vpt Tm txTrafficDescType indicates type 1 or 2, this attribute is ignored, and traffic shaping is not applicable for that connection. When this attribute is set to inverseUpc, traffic shaping for a connection is enabled according to card type and the value of the Vcc Tm, Vpc Tm, or Vpt Tm txTrafficDescType. If this attribute is set to inverseUpc, and the txTrafficDescType is 3, 4, or 5, linear traffic shaping is enabled. Linear traffic shaping uses a single static traffic shaping rate. On CQC-based ATM FPs, if this attribute is set to inverseUpc, and the txTrafficDescType is 6, 7, or 8, linear traffic shaping is enabled. On ATM IP FPs, if this attribute is set to inverseUpc, and the txTrafficDescType is 6, 7, or 8, inverse-UPC (also referred to as VBR or dual leaky bucket) traffic shaping is enabled. Inverse-UPC traffic shaping can burst above the sustained cell rate to the peak cell rate for the duration defined by maximum burst size. Inverse- UPC traffic shaping exactly conforms to the requirements of a dual leaky bucket UPC enforcer. When this attribute is set to enabled and the txTrafficDescType is 3, 4, 5, 6, 7, or 8, traffic shaping for a connection is enabled using linear shaping. Enabling or disabling traffic shaping may require a matching change to the emissionPriority attribute and unshapedTransmitQueueing attribute for this service category. Refer to those attributes for the complete description of the interactions. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'disabled': 1, 'inverseUpc': 6, 'enabled': 5.
                             atmIfCANrtVbrShapeRecoupPolicy 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.15 integer read-write
This attribute specifies the shaping recoup policy for the nrt-VBR service category. This is the policy which is used to recoup shaping opportunities which are lost when more than one connection schedules a cell for the same transmit opportunity. In this case, one connection is scheduled, and the cell from the other connection is delayed by one cell time. This attribute affects how the transmit time is calculated for the next cell on the delayed connection. This attribute is ignored if this service category is not shaped. When the connection which was delayed schedules the next cell to transmit, it may calculate the time as a difference from either the previous actual cell transmit time, or the time when the previous cell should have been transmitted. Setting this attribute to maximumEfficiency results in each connection trying to recoup or regain any delays in scheduling. The transmit time from the next cell is calculated from the time when the cell should originally have been sent. Cell delay variation (CDV) occurs in this case since the cells are sent with less than the shaping delay between them. However, in general the shaper recovers (recoups) lost opportunities and improves efficiency. Setting this attribute to minimumCdv results in connections not trying to recoup or regain any delays in scheduling. The transmit time for the next cell is calculated from the time when the previous cell was actually transmitted. This minimizes CDV, but results in missed cell opportunities. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'maximumEfficiency': 1, 'minimumCdv': 0.
                             atmIfCANrtVbrUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.16 integer read-write
This attribute specifies the default queuing option for unshaped connections of the nrt-VBR service category. This attribute controls whether common or per-VC queueing is used. Per-VC queueing means that each connection has its own buffering and queue limits. Common queueing means that cells are queued in First In First Out order on a common queue. The common queue has one set of congestion control levels for all cells enqueued on it. For ATM IP cards, there is one common queue for the nrt-VBR service category. For CQC-based ATM cards, there is one common queue which is shared by the nrt-VBR, ABR and UBR service categories. For ATM IP cards, if traffic shaping for this service category is disabled, this attribute may take any of the three values. In this case, the value autoConfigure is interpreted to mean per-VC queueing. For ATM IP cards, if traffic shaping for this service category is not disabled, the only permitted values are perVc and autoConfigure. In this case, the result is that all connections use per-VC queueing. For CQC-based ATM cards, if the perVcQueueInterfaces attribute of the Lp Eng Arc Cqc component permits shaping for this interface, then this attribute may take any of the three values. In this case, the value autoConfigure is interpreted to mean per-VC queueing. For CQC-based ATM cards, if the perVcQueueInterfaces attribute of the Lp Eng Arc Cqc component does not permit shaping for this interface, then this attribute may take the values common or autoConfigure. In this case, the value autoConfigure is interpreted to mean common queueing. If this attribute is set to autoConfigure, an override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. The opUnshapedTransmitQueueing attribute of this component indicates whether the transmit queueing is perVc or common. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'perVc': 0, 'autoConfigure': 2, 'common': 1.
                             atmIfCANrtVbrUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.17 integer read-write
This attribute specifies the default usage parameter control (UPC) option for connections of the nrt-VBR service category. This attribute is ignored if the rxTrafficDescriptorType indicates 1 or 2. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. When this attribute is set to enforced, UPC is enabled for each connection. When UPC is enforced, non-conforming cells are either tagged or discarded depending on the rxTrafficDescriptorType. On ATM IP FPs, when this attribute is set to monitored, UPC conformance checking is performed, except, instead of the non- conforming cells being tagged or discarded, they are merely counted in the UPC violations counts, and passed on unchanged. On CQC-based ATM FPs, when this attribute is set to monitored, it has the same effect as setting it to disabled. When this attribute is set to disabled, UPC is disabled on the receive path for all nrt-VBR connections. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'disabled': 1, 'enforced': 0, 'monitored': 4.
                             atmIfCANrtVbrWeightPolicy 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.18 integer read-write
This attribute specifies the policy which is applied when calculating the fairness weight for unshaped connections of the nrt-VBR service category. The fairness weight for a connection determines the relative amount of bandwidth which that connection obtains, compared to other connections in the same service category. Connections with equal weight get equal transmit opportunities. Connections with higher weights get more transmit opportunities compared with connections that have lower weights. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. The fairness weight for a connection is directly proportional to the value of one of the traffic descriptor parameters for that connection. This attribute specifies which traffic descriptor parameter is used for connections of the nrt-VBR service category. This attribute is ignored on CQC-based ATM cards. This attribute is also ignored on ATM IP cards if unshapedTransmitQueueing is set for common queuing. If this attribute is set to scr, the fairness weight is proportional to the transmit sustained cell rate (SCR) of a connection. Connections with a higher SCR have a higher fairness weight. For connections with txTrafficDescType 3, which have no SCR, the sustained cell rate is assumed to be equal to the peak cell rate. If this attribute is set to pcr, the fairness weight is proportional to the transmit peak cell rate (PCR) of a connection. Connections with a higher PCR have a higher fairness weight. Connections with txTrafficDescType 1 or 2 get a minimum weight, which is 1. If this attribute is set to ecr, the fairness weight is proportional to the equivalent cell rate (ECR) of a connection as calculated by connection admission control (CAC). Connections with a higher ECR have a higher fairness weight. Connections with an ECR of 0 get a minimum weight, which is 1. The weight of a connection is visible in the Vcc Tm, Vpc Tm, or Vpt Tm weight attribute. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'pcr': 2, 'ecr': 3, 'scr': 1.
                             atmIfCANrtVbrForceTagging 1.3.6.1.4.1.562.2.4.1.114.3.4.100.1.19 integer read-write
This attribute specifies the default of whether to force tagging (CLP=1) of all cells for all nrt-VBR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. When this attribute is set to enabled, CLP is set to 1 for all cells in the transmit direction. Force tagging is only supported on ATM IP FPs. On CQC-based ATM FPs, this attribute must be set to disabled. When this attribute is set to disabled, CLP is unchanged for all cells in the transmit direction. This attribute never applies to any type of Vpt. Enumeration: 'disabled': 1, 'enabled': 0.
                 atmIfCANrtVbrOperTable 1.3.6.1.4.1.562.2.4.1.114.3.4.110 no-access
This group contains operational attributes for the nrt-VBR service category.
                         atmIfCANrtVbrOperEntry 1.3.6.1.4.1.562.2.4.1.114.3.4.110.1 no-access
An entry in the atmIfCANrtVbrOperTable.
                             atmIfCANrtVbrOpUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.3.4.110.1.10 integer read-only
This attribute indicates the state of transmit queueing for unshaped nrt-VBR connections. A value of perVc indicates that any unshaped connections use per- VC queueing. A value of common indicates that traffic for unshaped connections uses the common queue which corresponds to the EP for this service category. Enumeration: 'perVc': 0, 'common': 1.
                             atmIfCANrtVbrEpdOffset 1.3.6.1.4.1.562.2.4.1.114.3.4.110.1.11 unsigned32 read-only
This attribute indicates the Early Packet Discard (EPD) offset which is currently in use for this service category. The EPD offset is used to derive the EPD thresholds for each CC level. Any connection under this service category which requires the txPacketWiseDiscard feature must specify a transmit queue limit which is at least 5.71 times this offset. This ensures that the derived Epd threshold will never be less than 17.5 % of the transmit queue limit. If this is not done, txPacketWiseDiscard for the connection will be automatically disabled. The value of this EPD offset is specified under the lp/x eng arc aqm ov component.
             atmIfCAAbr 1.3.6.1.4.1.562.2.4.1.114.3.5
                 atmIfCAAbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.3.5.1 no-access
This entry controls the addition and deletion of atmIfCAAbr components.
                     atmIfCAAbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.3.5.1.1 no-access
A single entry in the table represents a single atmIfCAAbr component.
                         atmIfCAAbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.3.5.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfCAAbr components. These components can be added.
                         atmIfCAAbrComponentName 1.3.6.1.4.1.562.2.4.1.114.3.5.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfCAAbrStorageType 1.3.6.1.4.1.562.2.4.1.114.3.5.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfCAAbr tables.
                         atmIfCAAbrIndex 1.3.6.1.4.1.562.2.4.1.114.3.5.1.1.10 integer32 no-access
This variable represents the index for the atmIfCAAbr tables.
                 atmIfCAAbrProvTable 1.3.6.1.4.1.562.2.4.1.114.3.5.100 no-access
This group contains provisioned attributes which control the ABR service category for this interface.
                         atmIfCAAbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1 no-access
An entry in the atmIfCAAbrProvTable.
                             atmIfCAAbrPool 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.10 integer read-write
This attribute specifies the bandwidth pool which is to be used to support the available bit rate (ABR) service category except for connections managed by a Vpt CA. The percentage of link capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to ABR traffic. The percentage allocated to each bandwidth pool can be provisioned through the bandwidthPool attribute under the CA. Enumeration: 'pool3': 3, 'pool2': 2, 'pool1': 1, 'pool5': 5, 'pool4': 4.
                             atmIfCAAbrCdvt 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.11 unsigned32 read-write
This attribute specifies the default cell delay variation tolerance (CDVT) for all connections of the ABR service category. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component, or signalled in the SVC Traffic Descriptor Information Element. This attribute is used by dynamic generic cell rate algorithm (DGCRA) policer on ATM IP cards. On CQC-based ATM cards ABR UPC is enforced using PCR and CDVT.
                             atmIfCAAbrTxQueueLimit 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.12 unsigned32 read-write
This attribute specifies the default maximum queue length for the emission queues used to buffer the traffic of the ABR service category. It is used as the basis for setting the discard thresholds on ABR per-VC queues. For per-VC queue, the actual limit may be reduced depending on the peak cell rate. The discard thresholds are set at approximately 35, 75 and 90 percent of the scaled queue limit for traffic at discard priority 3 (DP=3), DP=2 and DP=1 respectively. However, a reduction will never result in a value that is less than the value set for the minPerVcQueueLimit attribute. When the value of this attribute is autoConfigure, an appropriate value is selected based on the card type. It is set to 1792 for low speed cards such as DS1, E1 and IMA, set to 2304 for high speed CQC-based ATM cards such as JT2, DS3, E3 and OC3, and set to 10240 for high speed ATM IP cards such as 3pDS3Atm2, 3pE3Atm2, 2pOC3SmAtm2 and 2pOC3MmAtm2. On CQC-based ATM cards, this attribute must be set to the same value for CA NrtVbr, Abr and Ubr components. For ATM IP FPs, the per-VC queue limit may be overridden for a permanent connection by specifying a value in the Vcd Tm or Vpd Tm txQueueLimit attribute. The operational value of the maximum length of a queue (common or per-VC) is indicated by the Vcc Tm, Vpc Tm, or Vpt Tm txQueueThresholds attribute. For standard Vpts, this attribute does not apply when using per-VC queuing and only applies when using common queueing. When using per-VC queueing, regardless of the Vpt's service category, standard Vpts use the AtmIf Ca NrtVbr txQueueLimit value as their default. This attribute does not apply to basic Vpts. VALUES ( 0 = autoConfigure )
                             atmIfCAAbrMinPerVcQueueLimit 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.13 unsigned32 read-write
This attribute specifies the minimum queue limit for the per-VC queues of connections of the ABR service category. The queue limit of a per-VC queue is obtained by scaling down the txQueueLimit based on the peak cell rate of that queue. This produces a constant delay for various queue lengths. The txQueueLimit provides an upper bound while minPerVcQueueLimit provides the lower bound. The value of this attribute must not be greater than the value of the txQueueLimit attribute. If this service category is used by Trunks the value of minPerVcQueueLimit must be at least 88. On CQC-based ATM cards, this attribute must be set to the same value for CA NrtVbr, Abr and Ubr components. For Vpts, this attribute does not apply. Regardless of Vpt service category, standard Vpts always use the AtmIf Ca NrtVbr minPerVcQueueLimit value as their default. To determine the queue limit of a standard Vpt Vcc, the txQueueLimit is scaled down by the Vpt shaping rate.
                             atmIfCAAbrPerVcQueueLimitReferenceRate 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.14 unsigned32 read-write
This attribute specifies the shaping rate to be used in computing the tolerable delay for per-VC queues of connections of the ABR service category. The delay is computed as the txQueueLimit divided by the value of this attribute. When the value of this attribute is autoConfigure, an appropriate default is selected based on the card type. It is set to 3685 for low speed cards such as DS1, E1 and IMA, set to 14740 for high speed CQC-based ATM cards such as JT2, DS3, E3 and OC3, and set to 65511 for high speed ATM IP cards such as 3pDS3Atm2, 3pE3Atm2, 2pOC3SmAtm2 and 2pOC3MmAtm2. On CQC-based ATM cards, this attribute must be set to the same value for CA NrtVbr, Abr and Ubr components. For Vpts, this attribute does not apply. Regardless of Vpt service category, standard Vpts always use the AtmIf Ca NrtVbr perVcQueueLimitReferenceRate value as their default. VALUES ( 0 = autoConfigure )
                             atmIfCAAbrEmissionPriority 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.15 unsigned32 read-write
This attribute is not applicable and is ignored for CQC-based ATM cards. This attribute specifies the emission priority (EP) which is used to transmit traffic of the ABR service category. A lower numerical value for this attribute specifies a higher emission priority. 0 is the highest EP and 7 is the lowest. Cells at a higher emission priority receive higher preference for link bandwidth. EPs 0 and 1 are in the absolute priority range, and are unaffected by any minimum bandwidth guarantees. EPs 2 through 7 are in the guaranteed bandwidth range. Minimum bandwidth guarantee is specified in the AtmIf/n Ep/m component. Emission priority setting must comply with all of the following constraints: 1. The emission priority numbers must be in the following order: CBR <= rt-VBR <= nrt-VBR <= ABR <= UBR 2. Two different ATM service categories may share the same EP only if they are both shaped. 3. CBR and rt-VBR may be placed either in the absolute priority range (EP 0 or 1) or in the guaranteed bandwidth range (EP 2 through 7). 4. If both CBR and rt-VBR are shaped, rt-VBR must share the same EP with CBR or ABR. If either one of CBR or rt-VBR are not shaped, then they cannot share the same EP. 5. ABR service category is always deemed to be shaped. If nrt-VBR is shaped, it must share the same EP with ABR. If nrt-VBR is not shaped it must have a higher EP than ABR. 6. If UBR is shaped, it must share the same EP with ABR. If UBR is not shaped, it must have a lower EP than ABR. This attribute does not apply to standard Vpt Vccs and basic Vpts.
                             atmIfCAAbrFairnessPolicy 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.19 integer read-write
This attribute specifies the fairness policy which is applied to available bandwidth when performing the ER calculation in the ABR service category. This applies to any connection point performing explicit rate calculations. Each ABR connection is assigned a weight. Connections with a higher weight get a greater proportion of the available ABR bandwidth compared with connections that have lower weights. This attribute is ignored on CQC-based ATM cards. If the value is mcr, the congestion fairness weight is based on the Minimum Cell Rate (MCR) of the connection. If the value is pcr, the congestion fairness weight is based on the Peak Cell Rate (PCR) of the connection. If the value is pcrMinusMcr, the congestion fairness weight is based on the difference between the Peak Cell Rate and the Minimum Cell Rate (PCR - MCR) of the connection. Enumeration: 'pcr': 2, 'pcrMinusMcr': 4.
                             atmIfCAAbrFrttPortion 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.20 unsigned32 read-write
This attribute specifies the portion of the Fixed Round Trip Time (FRTT) which is added to each ABR call setup which traverses this interface. The FRTT for the entire call is the sum of the FRTT portions for each interface traversed by the call. FRTT is used by the ABR Source or Virtual Source to adjust the value of ICR according to the rules specified in the ATM Forum TM Version 4.0 specification. The frttPortion includes propagation delay through the physical media, plus delays included by the transmission system, plus fixed components of switch processing delay. This attribute is used by ATM Networking at call set-up time for ABR connections directed over this interface.
                             atmIfCAAbrAbrConnectionType 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.21 integer read-write
This attribute specifies the default type for ABR connections. It may be overridden by the abrConnectionType attribute under the Vcd Tm or Vpd Tm component, or by other configuration options. For example, for ABR end point connections originating at this switch, the Vcc Tm abrConnectionType will show sourceDest regardless of the setting of this attribute. If this attribute is set to abrSwitch, traversing ABR connections default either to erSwitch or to efciSwitch, depending on the card type and connection type. If the interface to which traffic is directed across the backplane is configured as type virtualSourceDest and this is a ATM IP FP, then connection points under this AtmIf are activated as type virtualSourceDest. If this attribute is set to virtualSourceDest, traversing ABR connections may be instantiated as one of the following types: erSwitch, efciSwitch, or virtualSourceDest. A Virtual Source- Virtual Destination (VS/VD) boundary forms a break in the end to end flow of RM cells as defined in the ATM Forum Specification for Traffic Management Version 4.0. On ATM IP cards, a VS/VD boundary can be configured for a connection providing all of the following conditions are met: 1. the ABR connection is traversing (not terminating at) this interface; 2. both this interface and next hop interface to which traffic is directed across the backplane are located on ATM IP cards; 3. one or both connecting points are configured as virtualSourceDest, 4. the next hop interface to which traffic is directed across the backplane is not configured as nonAbrInterworking, 5. the connection is not a Vcc under a standard VPT. If this attribute is set to nonAbrInterworking, this interface is defined as a point of interworking between an ABR and a non-ABR connection. In this case the next hop interface to which traffic is directed across the backplane is activated as type sourceDest. The Vcc or Vpc Tm abrConnectionType operational attribute indicates what type of ABR connection was activated. Enumeration: 'abrSwitch': 0, 'nonAbrInterworking': 5, 'virtualSourceDest': 3.
                             atmIfCAAbrUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.22 integer read-write
This attribute specifies the default usage parameter control (UPC) option for connections of the ABR service category. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. For ATM IP cards, if this attribute is set to enforced, UPC for ABR connection is enforced as a Dynamic Generic Cell Rate Algorithm (DGCRA) based on the connection traffic descriptor. For CQC-based ATM cards, if this attribute is set to enforced, the connection enforces a single GCRA policer at the defined PCR and CDVT for this connection. When UPC is enforced on an ABR connection, non-conforming cells are discarded. On ATM IP FPs, when this attribute is set to monitored, UPC conformance checking is performed, except, instead of the non- conforming cells being discarded, they are merely counted in the UPC violations counts, and passed on unchanged. On CQC-based ATM FPs, when this attribute is set to monitored, it has the same effect as setting it to disabled. When this attribute is set to disabled, UPC is disabled on the receive path for all ABR connections. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'disabled': 1, 'enforced': 0, 'monitored': 4.
                             atmIfCAAbrInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.23 unsigned32 read-write
This attribute specifies the default Initial Cell Rate (ICR) parameter for ABR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm Abr or Vpd Tm Abr component, or signalled in the ABR Setup Parameters Information Element. ICR is the rate at which a source should send initially and after an idle period. When this attribute is set to useMcr, ICR is set to the same value as the Minimum Cell Rate (MCR) for the connection. When this attribute is set to usePcr, ICR is set to the same value as the Peak Cell Rate (PCR) for the connection. When this attribute is set to some explicit number, that number is used as the ICR, provided it is between MCR and PCR. If the explicit number is below MCR, then MCR is used as ICR. If the explicit number is above PCR, then PCR is used as ICR. VALUES ( 16777217 = useMcr 16777218 = usePcr )
                             atmIfCAAbrRateDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.24 unsigned32 read-write
This attribute specifies the default Rate Decrease Factor (RDF) for ABR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm Abr or Vpd Tm Abr component, or signalled in the ABR Setup Parameters Information Element. The RDF value is computed by using the provisioned value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 8, RDF is 2E-8 = 1/256. RDF controls the amount by which the cell transmission rate may decrease upon receipt of a backward Resource Management (B- RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) field set to 1, the Allowed Cell Rate (ACR) value would be reduced by the amount (RDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR.
                             atmIfCAAbrRateIncreaseFactor 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.25 unsigned32 read-write
This attribute specifies the default Rate Increase Factor (RIF) for ABR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm Abr or Vpd Tm Abr component, or signalled in the ABR Setup Parameters Information Element. The RIF value is computed by using the provisioned value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 6, RIF is 2E-6 = 1/64. RIF controls the amount by which the cell transmission rate may increase upon receipt of a backward Resource Management (B-RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) and the No Increase (NI) fields both set to 0, the Allowed Cell Rate (ACR) value would be increased by the amount (RIF*ACR). The ACR is not allowed to exceed the Peak Cell Rate (PCR), in which case the ACR is set to PCR.
                             atmIfCAAbrMaxCellPerRmCell 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.26 unsigned32 read-write
This attribute specifies the default number of user cells per Resource Management cell (NRM) for ABR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm Abr or Vpd Tm Abr component, or signalled as the NRM parameter in the ABR Additional Parameters Information Element. NRM is the maximum number of cells an ABR source may transmit for each forward Resource Management (F-RM) cell. The count of the cells transmitted includes user cells, OAM cells, backward RM cells, and the forward RM cell. Note that a value of 2 is not recommended even though it is permitted according to the ATM Forum standard. When this attribute is set to a value of 2, it is possible that only one forward and one backward RM cell are repeatedly transmitted, and all data traffic is queued up indefinitely. This attribute is ignored under all conditions where the Vcc Tm or Vpc Tm operational attribute abrConnectionType indicates explicitRateMarking.
                             atmIfCAAbrMaxTimeBetweenRmCells 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.27 unsigned32 read-write
This attribute specifies the default time between Resource Management cells (TRM) for ABR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm Abr or Vpd Tm Abr component, or signalled in the ABR Additional Parameters Information Element. TRM provides an upper bound on the time interval between forward Resource Management (F-RM) cells for an ABR source. Since the last F-RM cell was sent, if at least TRM time has elapsed and at least 2 other cells have been sent, the next cell to be transmitted would be a forward RM cell. This attribute is ignored under all conditions where the Vcc Tm or Vcd Tm operational attribute abrConnectionType is displayed as erSwitch. The provisioned value of 781 is signalled in the ABR Additional Parameters Information Element as 0. 1563 is signalled as 1. 3125 is signalled as 2. 6250 is signalled as 3. 12500 is signalled as 4. 25000 is signalled as 5. 50000 is signalled as 6. 100000 is signalled as 7.
                             atmIfCAAbrCutoffDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.28 unsigned32 read-write
This attribute specifies the default Cutoff Decrease Factor (CDF) parameter for ABR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm Abr or Vpd Tm Abr component, or signalled in the ABR Additional Parameters Information Element. When the value of this attribute is non-zero, CDF is computed as the inverse of the value. For example, if the value is 32, the value of CDF is 1/32. When the value of this attribute is 0, CDF is also zero. CDF controls the decrease in the Allowed Cell Rate (ACR) associated with the CRM parameter. CRM is the limit of the number of forward Resource Management (F-RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the ACR value would be decreased by the amount (CDF*ACR). The ACR is not allowed to fall below the MCR, in which case the ACR is set to MCR.
                             atmIfCAAbrAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.29 unsigned32 read-write
This attribute specifies the default Allowed Cell Rate Decrease Time Factor (ADTF) parameter for ABR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm Abr or Vpd Tm Abr component, or signalled in the ABR Additional Parameters Information Element. ADTF is the time interval permitted between sending forward Resource Management (F-RM) cells before the Allowed Cell Rate (ACR) is decreased to the Initial Cell Rate (ICR). In other words, if the source does not transmit a forward RM cell for a period of ADTF centi-seconds (hundredths of a second), it will reduce its ACR to the value of its ICR. If ACR is already at or below ICR, further rate reductions are defined by the CRM ABR parameter.
                             atmIfCAAbrDgcraMaximumDelay 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.30 unsigned32 read-write
This attribute specifies the default maximum delay for Dynamic General Cell Rate Algorithm (DGCRA) rate changes for ABR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm Abr or Vpd Tm Abr component. This attribute specifies an upper bound on the delay after which the rate change induced by a backward Resource Management (B-RM) cell departing from this interface (in the backward direction) is expected to be observed at the interface (in the forward connection). This upper bound may be approximated as the round trip sum of the fixed and propagation delays and the maximum queueing delays between the ABR source and this interface. The value of this attribute is used in policing an ABR connection using the DGCRA. A larger value for this attribute implies a more lenient policer. When there is a decrease in the Allowed Cell Rate (ACR), the policer waits a correspondingly longer period of time before it enforces the new cell rate. The value of this attribute must be greater than or equal to dgcraMinimumDelay, since the maximum delay must be greater than or equal to the minimum delay.
                             atmIfCAAbrDgcraMinimumDelay 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.31 unsigned32 read-write
This attribute specifies the default minimum delay for Dynamic General Cell Rate Algorithm (DGCRA) rate changes for ABR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm Abr or Vpd Tm Abr component. This attribute specifies a lower bound on the delay after which the rate change induced by a backward Resource Management (B-RM) cell departing from this interface (in the backward direction) is expected to be observed at the interface (in the forward connection). This lower bound may be approximated as the round trip sum of the fixed and propagation delays between the ABR source and this interface. The value of this attribute is used in policing an ABR connection using the DGCRA. A smaller value for this attribute implies a more lenient policer. When there is an increase in the Allowed Cell Rate (ACR), the policer waits for a correspondingly shorter period of time before it enforces the new cell rate. The value of this attribute must be less than or equal to dgcraMaximumDelay, since the maximum delay must be greater than or equal to the minimum delay.
                             atmIfCAAbrHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.5.100.1.32 integer read-write
This attribute specifies the default holding priority which applies to SVP and SVC ABR connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This attribute does not apply to Vpt Vccs. When bandwidth fluctuates, the entire Vpt, along with all Vpt Vccs is released as a unit, according to the Vpt's holdingPriority. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                 atmIfCAAbrOperTable 1.3.6.1.4.1.562.2.4.1.114.3.5.110 no-access
This group contains operational attributes for the ABR service category.
                         atmIfCAAbrOperEntry 1.3.6.1.4.1.562.2.4.1.114.3.5.110.1 no-access
An entry in the atmIfCAAbrOperTable.
                             atmIfCAAbrEpdOffset 1.3.6.1.4.1.562.2.4.1.114.3.5.110.1.10 unsigned32 read-only
This attribute indicates the Early Packet Discard (EPD) offset which is currently in use for this service category. The EPD offset is used to derive the EPD thresholds for each CC level. Any connection under this service category which requires the txPacketWiseDiscard feature must specify a transmit queue limit which is at least 5.71 times this offset. This ensures that the derived Epd threshold will never be less than 17.5 % of the transmit queue limit. If this is not done, txPacketWiseDiscard for the connection will be automatically disabled. The value of this EPD offset is specified under the lp/x eng arc aqm ov component.
             atmIfCAUbr 1.3.6.1.4.1.562.2.4.1.114.3.6
                 atmIfCAUbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.3.6.1 no-access
This entry controls the addition and deletion of atmIfCAUbr components.
                     atmIfCAUbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.3.6.1.1 no-access
A single entry in the table represents a single atmIfCAUbr component.
                         atmIfCAUbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.3.6.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfCAUbr components. These components can be added.
                         atmIfCAUbrComponentName 1.3.6.1.4.1.562.2.4.1.114.3.6.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfCAUbrStorageType 1.3.6.1.4.1.562.2.4.1.114.3.6.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfCAUbr tables.
                         atmIfCAUbrIndex 1.3.6.1.4.1.562.2.4.1.114.3.6.1.1.10 integer32 no-access
This variable represents the index for the atmIfCAUbr tables.
                 atmIfCAUbrProvTable 1.3.6.1.4.1.562.2.4.1.114.3.6.100 no-access
This group contains provisioned attributes for the UBR service category.
                         atmIfCAUbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1 no-access
An entry in the atmIfCAUbrProvTable.
                             atmIfCAUbrMaxVpcs 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.5 unsigned32 read-write
This attribute specifies the maximum number of UBR Vpcs that can be activated on this AtmIf. The value must not exceed the maxVpcs attribute of the parent CA component. If this attribute is specified as sameAsCa, the maximum number of Vpcs is defined by the AtmIf/n CA maxVpcs attribute. Changes to this attribute do not affect existing Vpcs. If the value is changed to a number smaller than the current number of active UBR VPCs, no new UBR VPCs are admitted until the number of active UBR VPCs drops below the value of this attribute. The current number of active UBR VPCs is indicated by the Ubr/0 vpcUsage operational attribute. VALUES ( 16385 = sameAsCa )
                             atmIfCAUbrMaxVccs 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.6 unsigned32 read-write
This attribute specifies the maximum number of UBR Vccs that can be activated on this AtmIf, including UBR Vpt Vccs. The value must not exceed the maxVccs attribute of the parent CA component. If this attribute is specified as sameAsCa, the maximum number of Vccs is defined by the AtmIf/n CA maxVccs attribute. Changes to this attribute do not affect existing Vccs. If the value is changed to a number smaller than the current number of active UBR VCCs, no new UBR VCCs are admitted until the number of active UBR VCCs drops below the value of this attribute. The current number of active UBR VCCs is indicated by the Ubr/0 vccUsage operational attribute. VALUES ( 16385 = sameAsCa )
                             atmIfCAUbrMaxVpts 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.7 unsigned32 read-write
This attribute specifies the maximum number of UBR Vpts that can be activated on this AtmIf. The value must not exceed the maxVpts attribute of the parent CA component. If this attribute is specified as sameAsCa, the maximum number of Vpts is defined by the AtmIf/n CA maxVpts attribute. Changes to this attribute do not affect existing Vpts. If the value is changed to a number smaller than the current number of active UBR VPTs, no new UBR VPTs are admitted until the number of active UBR VPTs drops below the value of this attribute. The current number of active UBR VPTs is indicated by the Ubr/0 vptUsage operational attribute. VALUES ( 16385 = sameAsCa )
                             atmIfCAUbrPool 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.10 integer read-write
This attribute specifies the bandwidth pool which is to be used to support the unspecified bit rate (UBR) service category except for connections managed by a Vpt CA. The percentage of link capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to UBR traffic. The percentage allocated to each bandwidth pool can be provisioned through the bandwidthPool attribute under the CA. The amount of bandwidth reserved for each UBR connection is specified in the minimumCellRate attribute. Enumeration: 'pool3': 3, 'pool2': 2, 'pool1': 1, 'pool5': 5, 'pool4': 4.
                             atmIfCAUbrMinimumCellRate 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.11 unsigned32 read-write
This attribute specifies the minimum cell rate (MCR) which is allocated from the UBR bandwidth pool for each UBR connection which is admitted using Connection Admission Control (CAC) except for connections managed by a Vpt CA. UBR connections normally are serviced on a best effort basis, but this attribute allows allocation of a default minimum bandwidth for each connection.
                             atmIfCAUbrTxQueueLimit 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.12 unsigned32 read-write
This attribute specifies the default maximum queue length for the emission queues used to buffer the traffic of the UBR service category. It is used as the basis for setting the discard thresholds on both common and per-VC queues. For the common queue, the discard thresholds are set at approximately 35, 75 and 90 percent of the value of this attribute for traffic at discard priority 3 (DP=3), DP=2 and DP=1 respectively. For per-VC queue, the actual limit may be reduced depending on the shaping rate of the connection (for standard Vpt Vccs, this is the shaping rate of the Vpt). The discard thresholds are set at approximately 35, 75 and 90 percent of the scaled queue limit for traffic at discard priority 3 (DP=3), DP=2 and DP=1 respectively. However, a reduction will never result in a value that is less than the value set for the minPerVcQueueLimit attribute. When the value of this attribute is autoConfigure, an appropriate value is selected based on the card type. It is set to 1792 for low speed cards such as DS1, E1 and IMA, set to 2304 for high speed CQC-based ATM cards such as JT2, DS3, E3 and OC3, and set to 10240 for high speed ATM IP cards such as 3pDS3Atm2, 3pE3Atm2, 2pOC3SmAtm2 and 2pOC3MmAtm2. On CQC-based ATM cards, this attribute must be set to the same value for CA NrtVbr, Abr and Ubr components. For ATM IP FPs, the per-VC queue limit may be overridden for a permanent connection by specifying a value in the Vcd Tm or Vpd Tm txQueueLimit attribute. The operational value of the maximum length of a queue (common or per-VC) is indicated by the Vcc Tm, Vpc Tm, or Vpt Tm txQueueThresholds attribute. For standard Vpts, this attribute does not apply when using per-VC queuing and only applies when using common queueing. When using per-VC queueing, regardless of the Vpt's service category, standard Vpts use the AtmIf Ca NrtVbr txQueueLimit value as their default. This attribute does not apply to basic Vpts. VALUES ( 0 = autoConfigure )
                             atmIfCAUbrMinPerVcQueueLimit 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.13 unsigned32 read-write
This attribute specifies the minimum queue limit for the per-VC queues of connections of the UBR service category. The queue limit of a per-VC queue is obtained by scaling down the txQueueLimit based on the shaping rate of that queue (shaping rate for the connection, and for standard Vpt Vccs, the shaping rate of the Vpt). This produces a constant delay for various queue lengths. The txQueueLimit provides an upper bound while minPerVcQueueLimit provides the lower bound. The value of this attribute must not be greater than the value of the txQueueLimit attribute. If this service category is used by Trunks the value of minPerVcQueueLimit must be at least 88. On CQC-based ATM cards, this attribute must be set to the same value for CA NrtVbr, Abr and Ubr components. For Vpts, this attribute does not apply. Regardless of Vpt service category, standard Vpts always use the AtmIf Ca NrtVbr minPerVcQueueLimit value as their default. To determine the queue limit of a standard Vpt Vcc, the txQueueLimit is scaled down by the Vpt shaping rate.
                             atmIfCAUbrPerVcQueueLimitReferenceRate 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.14 unsigned32 read-write
This attribute specifies the shaping rate to be used in computing the tolerable delay for per-VC queues of connections of the UBR service category. The delay is computed as the txQueueLimit divided by the value of this attribute. When the value of this attribute is autoConfigure, an appropriate default is selected based on the card type. It is set to 3685 for low speed cards such as DS1, E1 and IMA, set to 14740 for high speed cards such as JT2, DS3, E3 and OC3, and set to 65511 for high speed ATM IP cards such as 3pDS3Atm2, 3pE3Atm2, 2pOC3SmAtm2 and 2pOC3MmAtm2. On CQC-based ATM cards, this attribute must be set to the same value for CA NrtVbr, Abr and Ubr components. For Vpts, this attribute does not apply. Regardless of Vpt service category, standard Vpts always use the AtmIf Ca NrtVbr perVcQueueLimitReferenceRate value as their default. VALUES ( 0 = autoConfigure )
                             atmIfCAUbrEmissionPriority 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.15 unsigned32 read-write
This attribute is not applicable and is ignored for CQC-based ATM cards. This attribute specifies the emission priority (EP) which is used to transmit traffic of the UBR service category. A lower numerical value for this attribute specifies a higher emission priority. 0 is the highest EP and 7 is the lowest. Cells at a higher emission priority receive higher preference for link bandwidth. EPs 0 and 1 are in the absolute priority range, and are unaffected by any minimum bandwidth guarantees. EPs 2 through 7 are in the guaranteed bandwidth range. Minimum bandwidth guarantee is specified in the AtmIf/n Ep/m component. Emission priority setting must comply with all of the following constraints: 1. The emission priority numbers must be in the following order: CBR <= rt-VBR <= nrt-VBR <= ABR <= UBR 2. Two different ATM service categories may share the same EP only if they are both shaped. 3. CBR and rt-VBR may be placed either in the absolute priority range (EP 0 or 1) or in the guaranteed bandwidth range (EP 2 through 7). 4. If both CBR and rt-VBR are shaped, rt-VBR must share the same EP with CBR or ABR. If either one of CBR or rt-VBR are not shaped, then they cannot share the same EP. 5. ABR service category is always deemed to be shaped. If nrt-VBR is shaped, it must share the same EP with ABR. If nrt-VBR is not shaped it must have a higher EP than ABR. 6. If UBR is shaped, it must share the same EP with ABR. If UBR is not shaped, it must have a lower EP than ABR. This attribute does not apply to standard Vpt Vccs and basic Vpts.
                             atmIfCAUbrTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.19 integer read-write
This attribute specifies the default traffic shaping option for connections of the UBR service category. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. When this attribute is set to disabled, traffic shaping cannot be enabled for any UBR connection. For CQC-based ATM cards, this attribute may be set to enabled only if the interface supports shaping, as defined by the perVcQueueInterfaces attribute in the AtmResourceControl Cqc Override component. If that component does not exist, this attribute must be set to disabled. If the Vcc Tm, Vpc Tm, or Vpt Tm txTrafficDescType indicates type 1 or 2, this attribute is ignored, and traffic shaping is not applicable for that connection. When this attribute is set to inverseUpc, traffic shaping for a connection is enabled according to card type and the value of the Vcc Tm, Vpc Tm, or Vpt Tm txTrafficDescType. If this attribute is set to inverseUpc, and the txTrafficDescType is 3, 4, or 5, linear traffic shaping is enabled. Linear traffic shaping uses a single static traffic shaping rate. On CQC-based ATM FPs, if this attribute is set to inverseUpc, and the txTrafficDescType is 6, 7, or 8, linear traffic shaping is enabled. On ATM IP FPs, if this attribute is set to inverseUpc, and the txTrafficDescType is 6, 7, or 8, inverse-UPC (also referred to as VBR or dual leaky bucket) traffic shaping is enabled. Inverse-UPC traffic shaping can burst above the sustained cell rate to the peak cell rate for the duration defined by maximum burst size. Inverse- UPC traffic shaping exactly conforms to the requirements of a dual leaky bucket UPC enforcer. When this attribute is set to enabled and the txTrafficDescType is 3, 4, 5, 6, 7, or 8, traffic shaping for a connection is enabled using linear shaping. Enabling or disabling traffic shaping may require a matching change to the emissionPriority attribute and unshapedTransmitQueueing attribute for this service category. Refer to those attributes for the complete description of the interactions. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'disabled': 1, 'inverseUpc': 6, 'enabled': 5.
                             atmIfCAUbrShapeRecoupPolicy 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.20 integer read-write
This attribute specifies the shaping recoup policy for the UBR service category. This is the policy which is used to recoup shaping opportunities which are lost when more than one connection schedules a cell for the same transmit opportunity. In this case, one connection is scheduled, and the cell from the other connection is delayed by one cell time. This attribute affects how the transmit time is calculated for the next cell on the delayed connection. This attribute is ignored if this service category is not shaped. When the connection which was delayed schedules the next cell to transmit, it may calculate the time as a difference from either the previous actual cell transmit time, or the time when the previous cell should have been transmitted. Setting this attribute to maximumEfficiency results in each connection trying to recoup or regain any delays in scheduling. The transmit time from the next cell is calculated from the time when the cell should originally have been sent. Cell delay variation (CDV) occurs in this case since the cells are sent with less than the shaping delay between them. However, in general the shaper recovers (recoups) lost opportunities and improves efficiency. Setting this attribute to minimumCdv results in connections not trying to recoup or regain any delays in scheduling. The transmit time for the next cell is calculated from the time when the previous cell was actually transmitted. This minimizes CDV, but results in missed cell opportunities. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'maximumEfficiency': 1, 'minimumCdv': 0.
                             atmIfCAUbrUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.21 integer read-write
This attribute specifies the default queuing option for unshaped connections of the UBR service category. This attribute controls whether common or per-VC queueing is used. Per-VC queueing means that each connection has its own buffering and queue limits. Common queueing means that cells are queued in First In First Out order on a common queue. The common queue has one set of congestion control levels for all cells enqueued on it. For ATM IP cards, there is one common queue for the UBR service category. For CQC-based ATM cards, there is one common queue which is shared by the nrt-VBR, ABR and UBR service categories. For ATM IP cards, if traffic shaping for this service category is disabled, this attribute may take any of the three values. In this case, the value autoConfigure is interpreted to mean per-VC queueing. For ATM IP cards, if traffic shaping for this service category is not disabled, the only permitted values are perVc and autoConfigure. In this case, the result is that all connections use per-VC queueing. For CQC-based ATM cards, if the perVcQueueInterfaces attribute of the Lp Eng Arc Cqc component permits shaping for this interface, then this attribute may take any of the three values. In this case, the value autoConfigure is interpreted to mean per-VC queueing. For CQC-based ATM cards, if the perVcQueueInterfaces attribute of the Lp Eng Arc Cqc component does not permit shaping for this interface, then this attribute may take the values common or autoConfigure. In this case, the value autoConfigure is interpreted to mean common queueing. If this attribute is set to autoConfigure, an override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. The opUnshapedTransmitQueueing attribute of this component indicates whether the transmit queueing is perVc or common. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'perVc': 0, 'autoConfigure': 2, 'common': 1.
                             atmIfCAUbrUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.22 integer read-write
This attribute specifies the default usage parameter control (UPC) option for connections of the UBR service category. This attribute is ignored if the rxTrafficDescriptorType indicates 1 or 2. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. When this attribute is set to enforced, UPC is enforced for each connection. When UPC is enforced, non-conforming cells are either tagged or discarded depending on the rxTrafficDescriptorType. On ATM IP FPs, when this attribute is set to monitored, UPC conformance checking is performed, except, instead of the non- conforming cells being tagged or discarded, they are merely counted in the UPC violations counts, and passed on unchanged. On CQC-based ATM FPs, when this attribute is set to monitored, it has the same effect as setting it to disabled. When this attribute is set to disabled, UPC is disabled on the receive path for all UBR connections. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'disabled': 1, 'enforced': 0, 'monitored': 4.
                             atmIfCAUbrWeightPolicy 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.23 integer read-write
This attribute specifies the policy which is applied when calculating the fairness weight for unshaped connections of the UBR service category. The fairness weight for a connection determines the relative amount of bandwidth which that connection obtains, compared to other connections in the same service category. Connections with equal weight get equal transmit opportunities. Connections with higher weights get more transmit opportunities compared with connections that have lower weights. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. The fairness weight for a connection is directly proportional to the value of one of the traffic descriptor parameters for that connection. This attribute specifies which traffic descriptor parameter is used for connections of the UBR service category. This attribute is ignored on CQC-based ATM cards. This attribute is also ignored on ATM IP cards if unshapedTransmitQueueing is set for common queuing. If this attribute is set to mcr, the fairness weight is proportional to the default minimum cell rate (MCR) for UBR connections. If the default minimum cell rate is 0, all UBR connections get a minimum weight, which is 1. If this attribute is set to pcr, the fairness weight is proportional to the transmit peak cell rate (PCR) of a connection. Connections with a higher PCR have a higher fairness weight. Connections with txTrafficDescType 1 or 2 get a minimum weight, which is 1. If this attribute is set to ecr, the fairness weight is proportional to the equivalent cell rate (ECR) of a connection as calculated by connection admission control (CAC). Connections with a higher ECR have a higher fairness weight. Connections with an ECR of 0 get a minimum weight, which is 1. The weight of a connection is visible in the Vcc Tm, Vpc Tm, or Vpt Tm weight attribute. This attribute does not apply to standard Vpt Vccs and basic Vpts. Enumeration: 'pcr': 2, 'mcr': 0, 'ecr': 3.
                             atmIfCAUbrForceTagging 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.24 integer read-write
This attribute specifies the default of whether to force tagging (CLP=1) of all cells for all UBR connections. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. When this attribute is set to enabled, CLP is set to 1 for all cells in the transmit direction. This is in conformance with the ATM Forum TM4.0 UBR.2 service definition. Force tagging is only supported on ATM IP FPs. On CQC-based ATM FPs, this attribute must be set to disabled. When this attribute is set to disabled, CLP is unchanged for all cells in the transmit direction. This is in conformance with the ATM Forum TM4.0 UBR.1 service definition. This attribute never applies to any type of Vpt. Enumeration: 'disabled': 1, 'enabled': 0.
                             atmIfCAUbrCdvt 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.30 unsigned32 read-write
This attribute specifies the default cell delay variation tolerance (CDVT) for all connections of the UBR service category. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. If Usage Parameter Control (UPC) is enabled for a connection, CDVT is used by the UPC function to decide whether a cell is conforming or non-conforming based on the connection's traffic descriptor type. The larger the CDVT value, the more tolerant is the UPC of bandwidth usage beyond the traffic contract.
                             atmIfCAUbrHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.40 integer read-write
This attribute specifies the default holding priority which applies to SVP and SVC UBR connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This attribute does not apply to Vpt Vccs. When bandwidth fluctuates, the entire Vpt, along with all Vpt Vccs is released as a unit, according to the Vpt's holdingPriority. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfCAUbrSvcMpHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.6.100.1.50 integer read-write
This attribute specifies the default holding priority which applies to SVC UBR point-to-multipoint connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This attribute does not apply to Vpt Vccs. When bandwidth fluctuates, the entire Vpt, along with all Vpt Vccs is released as a unit, according to the Vpt's holdingPriority. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                 atmIfCAUbrOperTable 1.3.6.1.4.1.562.2.4.1.114.3.6.110 no-access
This group contains operational attributes for the UBR service category.
                         atmIfCAUbrOperEntry 1.3.6.1.4.1.562.2.4.1.114.3.6.110.1 no-access
An entry in the atmIfCAUbrOperTable.
                             atmIfCAUbrOpUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.3.6.110.1.10 integer read-only
This attribute indicates the state of transmit queueing for unshaped UBR connections. A value of perVc indicates that any unshaped connections use per- VC queueing. A value of common indicates that traffic for unshaped connections uses the common queue which corresponds to the EP for this service category. Enumeration: 'perVc': 0, 'common': 1.
                             atmIfCAUbrVpcUsage 1.3.6.1.4.1.562.2.4.1.114.3.6.110.1.11 unsigned32 read-only
This attribute indicates the number of active UBR Vpcs under this interface. It includes switched and permanent connections.
                             atmIfCAUbrVccUsage 1.3.6.1.4.1.562.2.4.1.114.3.6.110.1.12 unsigned32 read-only
This attribute indicates the number of active UBR Vccs under this interface. It includes switched and permanent connections, and Vpt Vccs.
                             atmIfCAUbrVptUsage 1.3.6.1.4.1.562.2.4.1.114.3.6.110.1.13 unsigned32 read-only
This attribute indicates the number of active UBR Vpts under this interface.
                             atmIfCAUbrEpdOffset 1.3.6.1.4.1.562.2.4.1.114.3.6.110.1.14 unsigned32 read-only
This attribute indicates the Early Packet Discard (EPD) offset which is currently in use for this service category. The EPD offset is used to derive the EPD thresholds for each CC level. Any connection under this service category which requires the txPacketWiseDiscard feature must specify a transmit queue limit which is at least 5.71 times this offset. This ensures that the derived Epd threshold will never be less than 17.5 % of the transmit queue limit. If this is not done, txPacketWiseDiscard for the connection will be automatically disabled. The value of this EPD offset is specified under the lp/x eng arc aqm ov component.
             atmIfCAProvTable 1.3.6.1.4.1.562.2.4.1.114.3.100 no-access
This group contains provisioned attributes which specify the behavior of Connection Admission Control (CAC) for the ATM connections configured on an ATM interface. Note that the names of some of the attributes follow the conventions of UNI 4.0 for forward compatibility reasons. This does not imply conformance in general with the UNI 4.0 specification.
                     atmIfCAProvEntry 1.3.6.1.4.1.562.2.4.1.114.3.100.1 no-access
An entry in the atmIfCAProvTable.
                         atmIfCAMaxVpcs 1.3.6.1.4.1.562.2.4.1.114.3.100.1.5 unsigned32 read-write
This attribute specifies the maximum number of Vpcs that can be activated on this AtmIf. If the AtmIf is linked to a LogicalProcessor of cardType other than 3pE3Atm, 3pDS3Atm, 3pOC3MmAtm, 3pOC3SmAtm, 3pE1Atm, 3pDS1Atm, 2pJ6MAtm, the sum of (maxVccs + maxVpcs + (maxVpts * 3) + 1) across all AtmIfs linked to that Lp must not exceed the totalConnectionPoolCapacity attribute of the Arc component. Note that 3 connections are used for every standard Vpt and 2 for each basic Vpt. If the Arc component doesn't exist, the default value of the Arc totalConnectionPoolCapacity attribute is used as the limit. This attribute has been obsoleted and its value migrated to the maxVpcs attribute.
                         atmIfCAMaxVccs 1.3.6.1.4.1.562.2.4.1.114.3.100.1.6 unsigned32 read-write
This attribute specifies the maximum number of usable Vccs (and Vpt Vccs) that can be configured on this AtmIf. The value must not exceed the number of non-reserved Vcc identifiers in the Vcc space supported by this AtmIf (which is specified by the ConnectionMapping component). Furthermore, if the AtmIf is linked to a LogicalProcessor of cardType other than 3pE3Atm, 3pDS3Atm, 3pOC3MmAtm, 3pOC3SmAtm, 3pE1Atm, 3pDS1Atm, 2pJ6MAtm, the sum of (maxVccs + maxVpcs + (maxVpts * 3) + 1) across all AtmIfs linked to that Lp must not exceed the totalConnectionPoolCapacity attribute of the Arc component. Note that 3 connections are used for every standard Vpt and 2 for each basic Vpt. If the Arc component doesn't exist, the default value of the Arc totalConnectionPoolCapacity attribute is used as the limit.
                         atmIfCAMinMulticastBranches 1.3.6.1.4.1.562.2.4.1.114.3.100.1.7 unsigned32 read-write
This attribute specifies the guaranteed number of multicast branches that can be activated on this AtmIf, including those activated beneath a Vpt. The sum of minMulticastBranches across all AtmIfs of the Lp must be less than or equal to the multicastBranchesCapacity attribute of the Arc component of the Lp. For CQC-based ATM cards, the value of the attribute can not exceed 10752. If this value is non zero, the Arc component must exist and have multicastBranchesCapacity set to a value greater than or equal to this attribute.
                         atmIfCAMaxMulticastBranches 1.3.6.1.4.1.562.2.4.1.114.3.100.1.8 unsigned32 read-write
This attribute specifies the maximum number of provisionable multicast branches that can be activated on this AtmIf, including those activated beneath a Vpt. If this attribute is set to a value other than autoConfigure, it must be greater than or equal to the value of minMulticastBranches of this AtmIf. For CQC-based ATM cards, the value of the attribute can not exceed 10752. When this attribute is set to autoConfigure, an appropriate value is selected based on the card type. It is set to 10752 for all CQC-based ATM cards, and to 16384 for ATM IP cards. VALUES ( 0 = autoConfigure )
                         atmIfCAMaxVpts 1.3.6.1.4.1.562.2.4.1.114.3.100.1.9 unsigned32 read-write
This attribute specifies the maximum number of Vpts that can be activated on this AtmIf. If the AtmIf is linked to a LogicalProcessor of cardType other than 3pE3Atm, 3pDS3Atm, 3pOC3MmAtm, 3pOC3SmAtm, 3pE1Atm, 3pDS1Atm, 2pJ6MAtm, the sum of (maxVccs + maxVpcs + (maxVpts * 3) + 1) across all AtmIfs linked to that Lp must not exceed the totalConnectionPoolCapacity attribute of the Arc component. Note that 3 connections are used for every standard Vpt and 2 for each basic Vpt. If the Arc component doesn't exist, the default value of the Arc totalConnectionPoolCapacity attribute is used as the limit. This attribute has been obsoleted and its value migrated to the maxVpts attribute.
                         atmIfCAMinAutoSelectedVci 1.3.6.1.4.1.562.2.4.1.114.3.100.1.10 unsigned32 read-write
This attribute specifies the default lower boundary for VCIs which are automatically allocated for a switched Vcc. A VCI number is automatically allocated when a switched Vcc does not request a specific VCI number. This attribute has been obsoleted and its value migrated to the minAutoSelectedVciForVpiZero attribute.
                         atmIfCAMinAutoSelectedVciForVpiZero 1.3.6.1.4.1.562.2.4.1.114.3.100.1.15 unsigned32 read-write
This attribute specifies the minimum VCI value which is automatically allocated for a switched Vcc with VPI value of zero. A VCI number is automatically allocated when a switched Vcc does not request a specific VCI number. This value also applies to switched Vccs created beneath Vpt/0.
                         atmIfCAMinAutoSelectedVciForNonZeroVpi 1.3.6.1.4.1.562.2.4.1.114.3.100.1.20 unsigned32 read-write
This attribute specifies the minimum VCI value which is automatically allocated for a switched Vcc with a non-zero VPI value. A VCI number is automatically allocated when a switched Vcc does not request a specific VCI number. This value also applies to switched Vccs created beneath a Vpt.
                         atmIfCAPermittedSvcAtmServiceCategories 1.3.6.1.4.1.562.2.4.1.114.3.100.1.25 octet string read-write
This attribute specifies which ATM service categories are permitted on this interface for SVCs. The value of this attribute does not affect control VCCs, such as signalling and ILMI channels. If the value is empty, no SVCs may use this interface. This attribute has been obsoleted and its value migrated to the permittedAtmServiceCategories attribute. Description of bits: unspecifiedBitRate(0) constantBitRate(1) rtVariableBitRate(2) nrtVariableBitRate(3)
                         atmIfCACbrPool 1.3.6.1.4.1.562.2.4.1.114.3.100.1.30 integer read-write
This attribute has been obsoleted and migrated under the Cbr subcomponent. In addition, notApplicable is no longer a valid value of the new attribute. This attribute specifies the bandwidth pool which is to be used to support the constant bit rate (CBR) service category. When the user does not intend to support the CBR service category, this attribute should be set to notApplicable. Otherwise, one of the three bandwidth pools should be selected. The percentage of link capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to CBR traffic. Enumeration: 'pool3': 3, 'notApplicable': 0, 'pool1': 1, 'pool2': 2.
                         atmIfCACbrCdvt 1.3.6.1.4.1.562.2.4.1.114.3.100.1.40 unsigned32 read-write
This attribute has been obsoleted and migrated under the Cbr subcomponent. This attribute specifies the cell delay variation tolerance (CDVT) which is to be applied to the entire ATM Interface for CBR traffic.
                         atmIfCACbrCellLossRatio 1.3.6.1.4.1.562.2.4.1.114.3.100.1.50 integer read-write
This attribute has been obsoleted and migrated under the Cbr subcomponent. In addition, the type and range of the new attribute have been changed. This attribute specifies the tolerable cell loss ratio (CLR) for CBR traffic. The number is the logarithm (base 10) of the CLR. In other words if the target CLR = 1E-10 then cbrCellLossRatio = -10. This number must be the same as the vbrRtCellLossRatio since CBR and rt-VBR traffic have the same discard priority. The cbrCellLossRatio is used by the Connection Admission Control (CAC) algorithm to compute the required (equivalent) cell rate for CBR connections. There is a trade-off between the service category CLR and the achievable link utilization. To guarantee an excellent service category, the CLR should be as small as possible (e.g., 1E-10). However, a smaller CLR results in a larger equivalent cell rate for a given connection and hence a lower link utilization.
                         atmIfCASvcCbrHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.100.1.51 integer read-write
This attribute has been obsoleted and migrated under the Cbr subcomponent. This attribute specifies the default holding priority which applies for SVC CBR connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                         atmIfCASvcVbrRtHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.100.1.52 integer read-write
This attribute has been obsoleted and migrated under the RtVbr subcomponent. This attribute specifies the default holding priority which applies for SVC rt-VBR connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                         atmIfCASvcVbrNrtHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.3.100.1.53 integer read-write
This attribute has been obsoleted and migrated under the NrtVbr subcomponent. This attribute specifies the default holding priority which applies for SVC nrt-VBR connections. It takes a value from 0 (highest priority) to 4 (lowest priority). In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                         atmIfCAVbrRtPool 1.3.6.1.4.1.562.2.4.1.114.3.100.1.60 integer read-write
This attribute has been obsoleted and migrated under the RtVbr subcomponent. In addition, notApplicable is no longer a valid value of the new attribute. This attribute specifies the bandwidth pool which is to be used to support the variable bit rate real time (rt-VBR) service category. When the user does not intend to support the rt-VBR service category, this attribute should be set to notApplicable. Otherwise, one of the three bandwidth pools should be selected. The percentage of link capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to rt-VBR traffic. Enumeration: 'pool3': 3, 'notApplicable': 0, 'pool1': 1, 'pool2': 2.
                         atmIfCAVbrRtCdvt 1.3.6.1.4.1.562.2.4.1.114.3.100.1.70 unsigned32 read-write
This attribute has been obsoleted and migrated under the RtVbr subcomponent. This attribute specifies the cell delay variation tolerance (CDVT) which is to be applied to the entire ATM Interface for rt-VBR traffic.
                         atmIfCAVbrRtCellLossRatio 1.3.6.1.4.1.562.2.4.1.114.3.100.1.80 integer read-write
This attribute has been obsoleted and migrated under the RtVbr subcomponent. In addition, the type and range of this attribute has been changed. This attribute specifies the tolerable cell loss ratio (CLR) for rt- VBR traffic. The number is the logarithm (base 10) of the CLR. In other words if the target CLR = 1E-10 then vbrRtCellLossRatio = - 10. This number must be the same as the cbrCellLossRatio since CBR and rt-VBR traffic have the same discard priority. The vbrRtCellLossRatio is used by the Connection Admission Control (CAC) algorithm to compute the required (equivalent) cell rate for rt-VBR connections. This number must be less than or equal to the vbrNrtCellLossRatio, since rt-VBR traffic has a higher discard priority. There is a trade-off between the service category CLR and the achievable link utilization. To guarantee an excellent service category, the CLR should be as small as possible (e.g., 1E-10). However, a smaller CLR results in a larger equivalent cell rate for a given connection and hence a lower link utilization.
                         atmIfCAVbrNrtPool 1.3.6.1.4.1.562.2.4.1.114.3.100.1.90 integer read-write
This attribute has been obsoleted and migrated under the NrtVbr subcomponent. In addition, notApplicable is no longer a valid value of the new attribute. This attribute specifies the bandwidth pool which is to be used to support the variable bit rate non-real time (nrt-VBR) service category. When the user does not intend to support the nrt-VBR, this attribute should be set to notApplicable. Otherwise, one of the three bandwidth pools should be selected. The percentage of link capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to nrt-VBR traffic. Enumeration: 'pool3': 3, 'notApplicable': 0, 'pool1': 1, 'pool2': 2.
                         atmIfCAVbrNrtCdvt 1.3.6.1.4.1.562.2.4.1.114.3.100.1.100 unsigned32 read-write
This attribute has been obsoleted and migrated under the NrtVbr subcomponent. This attribute specifies the cell delay variation tolerance (CDVT), which is to be applied to the entire ATM Interface for nrt-VBR traffic.
                         atmIfCAMaxCaVpcs 1.3.6.1.4.1.562.2.4.1.114.3.100.1.105 unsigned32 read-write
This attribute specifies the maximum number of Vpcs that can be activated on this AtmIf. If the AtmIf is linked to a LogicalProcessor of cardType other than 3pE3Atm, 3pDS3Atm, 3pOC3MmAtm, 3pOC3SmAtm, 3pE1Atm, 3pDS1Atm, 2pJ6MAtm, the sum of (maxVccs + maxVpcs + (maxVpts * 3) + 1) across all AtmIfs linked to that Lp must not exceed the totalConnectionPoolCapacity attribute of the Arc component. Note that 3 connections are used for every standard Vpt and 2 for each basic Vpt. If the Arc component doesn't exist, the default value of the Arc totalConnectionPoolCapacity attribute is used as the limit.
                         atmIfCAMaxCaVpts 1.3.6.1.4.1.562.2.4.1.114.3.100.1.106 unsigned32 read-write
This attribute specifies the maximum number of Vpts that can be activated on this AtmIf. If the AtmIf is linked to a LogicalProcessor of cardType other than 3pE3Atm, 3pDS3Atm, 3pOC3MmAtm, 3pOC3SmAtm, 3pE1Atm, 3pDS1Atm, 2pJ6MAtm, the sum of (maxVccs + maxVpcs + (maxVpts * 3) + 1) across all AtmIfs linked to that Lp must not exceed the totalConnectionPoolCapacity attribute of the Arc component. Note that 3 connections are used for every standard Vpt and 2 for each basic Vpt. If the Arc component doesn't exist, the default value of the Arc totalConnectionPoolCapacity attribute is used as the limit.
                         atmIfCAVbrNrtCellLossRatio 1.3.6.1.4.1.562.2.4.1.114.3.100.1.110 integer read-write
This attribute has been obsoleted and migrated under the NrtVbr subcomponent. In addition, the type and range of new attribute has been changed. This attribute specifies the tolerable cell loss ratio (CLR) for nrt- VBR traffic. The number is the logarithm (base 10) of the CLR. In other words if the target CLR = 1E-10 then vbrNrtCellLossRatio = - 10.This number must be greater than or equal to vbrRtCellLossRatio since rt-VBR traffic has a higher discard priority. The vbrNrtCellLossRatio is used by the Connection Admission Control (CAC) algorithm to compute the required (equivalent) cell rate for nrt-VBR connections. There is a trade-off between the service category CLR and the achievable link utilization. To guarantee an excellent service category, the CLR should be as small as possible (e.g., 1E-10). However, a smaller CLR results in a larger equivalent cell rate for a given connection and hence a lower link utilization.
                         atmIfCAUbrMaxConnections 1.3.6.1.4.1.562.2.4.1.114.3.100.1.120 unsigned32 read-write
This attribute is obsolete in P6.0, and has been migrated to the CA Ubr/0 maxVccs and maxVpcs attributes. This attribute specifies the maximum number of unspecified bit rate (UBR) connections which are to be admitted managed by this CA. This number is enforced by the connection admission control (CAC) algorithm for this AtmIf.
                         atmIfCAMinAutoSelectedVpi 1.3.6.1.4.1.562.2.4.1.114.3.100.1.121 unsigned32 read-write
This attribute specifies the minimum VPI value which will be automatically allocated for a switched Vpc. A VPI number is automatically allocated when a switched Vpc does not request a specific VPI number.
                         atmIfCAPermittedAtmServiceCategories 1.3.6.1.4.1.562.2.4.1.114.3.100.1.122 octet string read-write
This attribute specifies which ATM service categories are permitted on this interface for SVPs and SVCs. The value of this attribute does not affect control VCCs, such as signalling and ILMI channels. If the value is empty, no non-control SVPs or SVCs will use this interface. This attribute is ignored for the admission of provisioned VCCs, VPCs, VPTs, S-PVCs, and S-PVPs. The value of the permittedAtmServiceCategories in a VPT CA overrides this AtmIf CA setting for all the given VPT's VCCs. Description of bits: unspecifiedBitRate(0) constantBitRate(1) rtVariableBitRate(2) nrtVariableBitRate(3)
                         atmIfCAMaxAutoSelectedVpi 1.3.6.1.4.1.562.2.4.1.114.3.100.1.125 unsigned32 read-write
This attribute specifies the maximumVPI value which will be automatically allocated for a switched Vpc or Vcc. A VPI number is automatically allocated when a switched Vpc or Vcc does not request a specific VPI number.
                         atmIfCAMaxAutoSelectedVciForVpiZero 1.3.6.1.4.1.562.2.4.1.114.3.100.1.126 unsigned32 read-write
This attribute specifies the maximum VCI value which is automatically allocated for a switched Vcc. A VCI number is automatically allocated when a switched Vcc does not request a specific VCI number. This value also applies to switched Vccs created beneath Vpt/0.
                         atmIfCAMaxAutoSelectedVciForNonZeroVpi 1.3.6.1.4.1.562.2.4.1.114.3.100.1.127 unsigned32 read-write
This attribute specifies the maximum VCI value which is automatically allocated for a switched Vcc. A VCI number is automatically allocated when a switched Vcc does not request a specific VCI number. This value also applies to switched Vccs created beneath non zero Vpts.
             atmIfCAOperTable 1.3.6.1.4.1.562.2.4.1.114.3.110 no-access
This group contains operational attributes giving statistics about the ATM connections configured on an ATM interface.
                     atmIfCAOperEntry 1.3.6.1.4.1.562.2.4.1.114.3.110.1 no-access
An entry in the atmIfCAOperTable.
                         atmIfCAPermanentVpcs 1.3.6.1.4.1.562.2.4.1.114.3.110.1.10 unsigned32 read-only
This attribute indicates the number of permanent Vpcs that are currently provisioned on this interface.
                         atmIfCAPermanentVpts 1.3.6.1.4.1.562.2.4.1.114.3.110.1.15 unsigned32 read-only
This attribute indicates the number of permanent Vpts that are currently provisioned on this interface.
                         atmIfCAPermanentVccs 1.3.6.1.4.1.562.2.4.1.114.3.110.1.20 unsigned32 read-only
This attribute indicates the number of permanent Vccs that are currently provisioned on this interface (this includes Vccs having SrcPvc subcomponents). Vpt Vccs are also included in this count.
                         atmIfCASwitchedVccs 1.3.6.1.4.1.562.2.4.1.114.3.110.1.30 gauge32 read-only
This attribute indicates the number of switched Vccs that are currently active on this interface. Vpt Vccs are also included in this count.
                         atmIfCASwitchedMulticastBranches 1.3.6.1.4.1.562.2.4.1.114.3.110.1.40 gauge32 read-only
This attribute indicates the number of multicast branches used in switched Vccs, including Vpt Vccs, that are currently active on this interface. The sum of this attribute for all AtmIf components linked to an Lp gives the value of multiCastBranchesUsage in the Arc component.
                         atmIfCATroubledVpcs 1.3.6.1.4.1.562.2.4.1.114.3.110.1.60 unsigned32 read-only
This attribute indicates the number of troubled Vpcs on this interface. A Vpc is 'troubled' if its operational troubled attribute has the value yes.
                         atmIfCATroubledVpts 1.3.6.1.4.1.562.2.4.1.114.3.110.1.65 unsigned32 read-only
This attribute indicates the number of troubled Vpts on this interface. A Vpt is 'troubled' if its operational troubled attribute has the value yes.
                         atmIfCATroubledVccs 1.3.6.1.4.1.562.2.4.1.114.3.110.1.70 unsigned32 read-only
This attribute indicates the number of troubled Vccs on this interface. A Vcc is 'troubled' if its operational troubled attribute has the value yes.
                         atmIfCAUbrAvailableConnections 1.3.6.1.4.1.562.2.4.1.114.3.110.1.80 gauge32 read-only
This attribute is historical in P6.0. Refer instead to the vccUsage and vpcUsage under the AtmIf CA Ubr component. This attribute indicates the available UBR connections. Its value is ubrMaxConnections minus the number of admitted connections.
                         atmIfCAConnectionPoolUsage 1.3.6.1.4.1.562.2.4.1.114.3.110.1.81 gauge32 read-only
This attribute indicates the number of enabled VCCs, VPCs, and VPTs in this AtmIf. An example of a VCC not in the enabled state is a Vcc with a Test subcomponent where the test is not started. Each Vcc or Vpc is counted as 1 connection. Each basic Vpt is counted as 2 connections and each standard Vpt is counted as 3 connections. Each connection appropriately reduces the number of connections indicated in Arc totalConnectionPoolAvailable and increases the number of connections indicated in Arc totalConnectionPoolUsage.
                         atmIfCASwitchedVpcs 1.3.6.1.4.1.562.2.4.1.114.3.110.1.82 gauge32 read-only
This attribute indicates the number of switched Vpcs that are currently active on this interface.
                         atmIfCAVirtualLinkRequestedBandwidth 1.3.6.1.4.1.562.2.4.1.114.3.110.1.130 unsigned32 read-only
This attribute specifies the total bandwidth requested by all Virtual Link VPTs for this AtmIf.
                         atmIfCAVirtualLinkAdmittedBandwidth 1.3.6.1.4.1.562.2.4.1.114.3.110.1.131 unsigned32 read-only
This attribute specifies the total bandwidth allocated to all Virtual Link VPTs for this AtmIf.
                         atmIfCAVirtualLinkUnallocatedBandwidth 1.3.6.1.4.1.562.2.4.1.114.3.110.1.132 unsigned32 read-only
This attribute specifies the total bandwidth that has not been allocated to either Virtual Link VPTs or the AtmIf.
             atmIfCABwPoolTable 1.3.6.1.4.1.562.2.4.1.114.3.293 no-access
Link capacity is partitioned into five bandwidth pools. This attribute specifies the percentage of link bandwidth that is allowed for each pool. The percentage for each pool ranges from 0% to 12,800%. This allows for both under and over subscription of the link. Under subscription occurs when the sum of the percentages assigned to the five pools is less than 100%. Over subscription occurs when the sum of the percentages for the five pools exceeds 100%.
                     atmIfCABwPoolEntry 1.3.6.1.4.1.562.2.4.1.114.3.293.1 no-access
An entry in the atmIfCABwPoolTable.
                         atmIfCABwPoolIndex 1.3.6.1.4.1.562.2.4.1.114.3.293.1.1 integer32 no-access
This variable represents the atmIfCABwPoolTable specific index for the atmIfCABwPoolTable.
                         atmIfCABwPoolValue 1.3.6.1.4.1.562.2.4.1.114.3.293.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfCABwPoolTable.
             atmIfCAPoolRequBwTable 1.3.6.1.4.1.562.2.4.1.114.3.296 no-access
This attribute indicates the total requested bandwidth from bandwidthPool except for connections managed by a Vpt CA. Its value is the sum of the equivalent cell rates (ECR) for connections which are admitted, and for connections which are requesting admission but have not yet been admitted.
                     atmIfCAPoolRequBwEntry 1.3.6.1.4.1.562.2.4.1.114.3.296.1 no-access
An entry in the atmIfCAPoolRequBwTable.
                         atmIfCAPoolRequBwIndex 1.3.6.1.4.1.562.2.4.1.114.3.296.1.1 integer32 no-access
This variable represents the atmIfCAPoolRequBwTable specific index for the atmIfCAPoolRequBwTable.
                         atmIfCAPoolRequBwValue 1.3.6.1.4.1.562.2.4.1.114.3.296.1.2 gauge32 read-only
This variable represents an individual value for the atmIfCAPoolRequBwTable.
             atmIfCAPoolAdmitBwTable 1.3.6.1.4.1.562.2.4.1.114.3.299 no-access
This attribute indicates the total admitted bandwidth in bandwidthPool except for connections managed by a Vpt CA. Its value is the sum of the equivalent cell rates (ECR) of the admitted connections.
                     atmIfCAPoolAdmitBwEntry 1.3.6.1.4.1.562.2.4.1.114.3.299.1 no-access
An entry in the atmIfCAPoolAdmitBwTable.
                         atmIfCAPoolAdmitBwIndex 1.3.6.1.4.1.562.2.4.1.114.3.299.1.1 integer32 no-access
This variable represents the atmIfCAPoolAdmitBwTable specific index for the atmIfCAPoolAdmitBwTable.
                         atmIfCAPoolAdmitBwValue 1.3.6.1.4.1.562.2.4.1.114.3.299.1.2 gauge32 read-only
This variable represents an individual value for the atmIfCAPoolAdmitBwTable.
             atmIfCAPoolAvailBwTable 1.3.6.1.4.1.562.2.4.1.114.3.300 no-access
This attribute indicates the total available bandwidth in bandwidthPool. Its value is the link capacity reduced by the sum of the equivalent cell rates (ECR) of the admitted connections.
                     atmIfCAPoolAvailBwEntry 1.3.6.1.4.1.562.2.4.1.114.3.300.1 no-access
An entry in the atmIfCAPoolAvailBwTable.
                         atmIfCAPoolAvailBwIndex 1.3.6.1.4.1.562.2.4.1.114.3.300.1.1 integer32 no-access
This variable represents the atmIfCAPoolAvailBwTable specific index for the atmIfCAPoolAvailBwTable.
                         atmIfCAPoolAvailBwValue 1.3.6.1.4.1.562.2.4.1.114.3.300.1.2 gauge32 read-only
This variable represents an individual value for the atmIfCAPoolAvailBwTable.
             atmIfCAPoolProvBwTable 1.3.6.1.4.1.562.2.4.1.114.3.319 no-access
This attribute indicates the total bandwidth from bandwidthPool which is specified by provisioned connections except for those managed by a Vpt CA. Its value is the sum of the equivalent cell rates (ECR) of the provisioned connections. Provisioned connections include provisioned AtmIf Vccs, AtmIf Vpcs, AtmIf Vpts, Vpt Vccs, and Vccs or Vpcs with a Src component under them.
                     atmIfCAPoolProvBwEntry 1.3.6.1.4.1.562.2.4.1.114.3.319.1 no-access
An entry in the atmIfCAPoolProvBwTable.
                         atmIfCAPoolProvBwIndex 1.3.6.1.4.1.562.2.4.1.114.3.319.1.1 integer32 no-access
This variable represents the atmIfCAPoolProvBwTable specific index for the atmIfCAPoolProvBwTable.
                         atmIfCAPoolProvBwValue 1.3.6.1.4.1.562.2.4.1.114.3.319.1.2 gauge32 read-only
This variable represents an individual value for the atmIfCAPoolProvBwTable.
             atmIfCAPoolWaitAdmConnsTable 1.3.6.1.4.1.562.2.4.1.114.3.320 no-access
This attribute indicates the total number of connections which have currently requested admission in bandwidthPool but are not yet admitted. This attribute does not include connections that are managed by a Vpt CA.
                     atmIfCAPoolWaitAdmConnsEntry 1.3.6.1.4.1.562.2.4.1.114.3.320.1 no-access
An entry in the atmIfCAPoolWaitAdmConnsTable.
                         atmIfCAPoolWaitAdmConnsIndex 1.3.6.1.4.1.562.2.4.1.114.3.320.1.1 integer32 no-access
This variable represents the atmIfCAPoolWaitAdmConnsTable specific index for the atmIfCAPoolWaitAdmConnsTable.
                         atmIfCAPoolWaitAdmConnsValue 1.3.6.1.4.1.562.2.4.1.114.3.320.1.2 gauge32 read-only
This variable represents an individual value for the atmIfCAPoolWaitAdmConnsTable.
             atmIfCAPoolAdmConnsTable 1.3.6.1.4.1.562.2.4.1.114.3.321 no-access
This attribute indicates the total number of connections which are currently admitted in bandwidthPool except for those managed by a Vpt CA.
                     atmIfCAPoolAdmConnsEntry 1.3.6.1.4.1.562.2.4.1.114.3.321.1 no-access
An entry in the atmIfCAPoolAdmConnsTable.
                         atmIfCAPoolAdmConnsIndex 1.3.6.1.4.1.562.2.4.1.114.3.321.1.1 integer32 no-access
This variable represents the atmIfCAPoolAdmConnsTable specific index for the atmIfCAPoolAdmConnsTable.
                         atmIfCAPoolAdmConnsValue 1.3.6.1.4.1.562.2.4.1.114.3.321.1.2 gauge32 read-only
This variable represents an individual value for the atmIfCAPoolAdmConnsTable.
             atmIfCAPoolAvailableBwTable 1.3.6.1.4.1.562.2.4.1.114.3.326 no-access
This attribute indicates the total available bandwidth in bandwidthPool. A positive number indicates that there is still bandwidth available in the pool which has not been allocated. A negative value indicates that some bandwidth-elastic provisioned connections are running in reduced mode, where their allocated bandwidth is below their originally allocated ECR. The negative amount is equal to the sum of the bwReduction attribute for all connections under this bandwidthPool.
                     atmIfCAPoolAvailableBwEntry 1.3.6.1.4.1.562.2.4.1.114.3.326.1 no-access
An entry in the atmIfCAPoolAvailableBwTable.
                         atmIfCAPoolAvailableBwIndex 1.3.6.1.4.1.562.2.4.1.114.3.326.1.1 integer32 no-access
This variable represents the atmIfCAPoolAvailableBwTable specific index for the atmIfCAPoolAvailableBwTable.
                         atmIfCAPoolAvailableBwValue 1.3.6.1.4.1.562.2.4.1.114.3.326.1.2 integer read-only
This variable represents an individual value for the atmIfCAPoolAvailableBwTable.
         atmIfVpc 1.3.6.1.4.1.562.2.4.1.114.4
             atmIfVpcRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.4.1 no-access
This entry controls the addition and deletion of atmIfVpc components.
                 atmIfVpcRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.4.1.1 no-access
A single entry in the table represents a single atmIfVpc component.
                     atmIfVpcRowStatus 1.3.6.1.4.1.562.2.4.1.114.4.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVpc components. These components can be added and deleted.
                     atmIfVpcComponentName 1.3.6.1.4.1.562.2.4.1.114.4.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                     atmIfVpcStorageType 1.3.6.1.4.1.562.2.4.1.114.4.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVpc tables.
                     atmIfVpcIndex 1.3.6.1.4.1.562.2.4.1.114.4.1.1.10 integer32 no-access
This variable represents the index for the atmIfVpc tables.
             atmIfVpcVpd 1.3.6.1.4.1.562.2.4.1.114.4.2
                 atmIfVpcVpdRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.4.2.1 no-access
This entry controls the addition and deletion of atmIfVpcVpd components.
                     atmIfVpcVpdRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.1.1 no-access
A single entry in the table represents a single atmIfVpcVpd component.
                         atmIfVpcVpdRowStatus 1.3.6.1.4.1.562.2.4.1.114.4.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVpcVpd components. These components cannot be added nor deleted.
                         atmIfVpcVpdComponentName 1.3.6.1.4.1.562.2.4.1.114.4.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfVpcVpdStorageType 1.3.6.1.4.1.562.2.4.1.114.4.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVpcVpd tables.
                         atmIfVpcVpdIndex 1.3.6.1.4.1.562.2.4.1.114.4.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVpcVpd tables.
                 atmIfVpcVpdTm 1.3.6.1.4.1.562.2.4.1.114.4.2.2
                     atmIfVpcVpdTmRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.4.2.2.1 no-access
This entry controls the addition and deletion of atmIfVpcVpdTm components.
                         atmIfVpcVpdTmRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.2.1.1 no-access
A single entry in the table represents a single atmIfVpcVpdTm component.
                             atmIfVpcVpdTmRowStatus 1.3.6.1.4.1.562.2.4.1.114.4.2.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVpcVpdTm components. These components cannot be added nor deleted.
                             atmIfVpcVpdTmComponentName 1.3.6.1.4.1.562.2.4.1.114.4.2.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                             atmIfVpcVpdTmStorageType 1.3.6.1.4.1.562.2.4.1.114.4.2.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVpcVpdTm tables.
                             atmIfVpcVpdTmIndex 1.3.6.1.4.1.562.2.4.1.114.4.2.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVpcVpdTm tables.
                     atmIfVpcVpdTmAbr 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2
                         atmIfVpcVpdTmAbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.1 no-access
This entry controls the addition and deletion of atmIfVpcVpdTmAbr components.
                             atmIfVpcVpdTmAbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.1.1 no-access
A single entry in the table represents a single atmIfVpcVpdTmAbr component.
                                 atmIfVpcVpdTmAbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVpcVpdTmAbr components. These components can be added and deleted.
                                 atmIfVpcVpdTmAbrComponentName 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                                 atmIfVpcVpdTmAbrStorageType 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVpcVpdTmAbr tables.
                                 atmIfVpcVpdTmAbrIndex 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVpcVpdTmAbr tables.
                         atmIfVpcVpdTmAbrProvTable 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110 no-access
This group contains provisioned attributes for the ABR ATM connections configured on an ATM interface.
                                 atmIfVpcVpdTmAbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1 no-access
An entry in the atmIfVpcVpdTmAbrProvTable.
                                     atmIfVpcVpdTmAbrInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.10 unsigned32 read-write
This attribute specifies the Initial Cell Rate (ICR) parameter for this connection. ICR is the rate at which a source should send initially and after an idle period. When this attribute is set to sameAsCa, the initial cell rate is determined by the AtmIf CA Abr/0 icr attribute. When the value of this attribute is set to useMcr, ICR is set to the same value as the Minimum Cell Rate (MCR) for the connection. When the value of this attribute is set to usePcr, ICR is set to the same value as the Peak Cell Rate (PCR) for the connection. If this attribute is specified less than the MCR of the connection, then the MCR is used as the ICR. If this attribute is specified more than PCR of the connection, then PCR is used as the ICR. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch. VALUES ( 16777216 = sameAsCa 16777217 = useMcr 16777218 = usePcr )
                                     atmIfVpcVpdTmAbrTransientBufferExposure 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.11 unsigned32 read-write
This attribute specifies the Transient Buffer Exposure (TBE) for this connection. TBE is the negotiated number of cells that the network would like to limit the source to send during start-up periods, before the first Resource Management (RM) cell returns. TBE divided by fixedRoundTripTime determines an upper bound for the operational value of initialCellRate, the rate at which a source should send initially and after an idle period. TBE divided by maxCellsPerRmCell specifies the operational value of forwardRmCellLimit, the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. This attribute is ignored under all conditions where the operational attribute abrConnectionType is set to erSwitch.
                                     atmIfVpcVpdTmAbrFixedRoundTripTime 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.12 unsigned32 read-write
This attribute specifies the Fixed Round-Trip Time (FRTT) parameter for this connection. FRTT is the sum of the fixed and propagation delays from the source to a destination and back. The value of transientBufferExposure divided by the value of FRTT (in seconds) determines an upper bound for the operational value of initialCellRate, the rate at which a source should send initially and after an idle period. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch.
                                     atmIfVpcVpdTmAbrRateDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.13 unsigned32 read-write
This attribute specifies the Rate Decrease Factor (RDF) for this connection. The RDF value is computed by using the provisioned value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 8, RDF is 2E-8 = 1/256. RDF controls the amount by which the cell transmission rate may decrease upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) field set to 1, the Allowed Cell Rate (ACR) value would be reduced by the amount (RDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVpcVpdTmAbrRateIncreaseFactor 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.14 unsigned32 read-write
This attribute specifies the Rate Increase Factor (RIF) for this connection. The RIF value is computed by using the provisioned value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 6, RIF is 2E-6 = 1/64. RIF controls the amount by which the cell transmission rate may increase upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) and the No Increase (NI) fields both set to 0, the Allowed Cell Rate (ACR) value would be increased by the amount (RIF*ACR). The ACR is not allowed to exceed the Peak Cell Rate (PCR), in which case the ACR is set to PCR. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVpcVpdTmAbrMaxCellPerRmCell 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.15 unsigned32 read-write
This attribute specifies the maximum number of cells an ABR source may transmit for each forward Resource Management (RM) cell. The count of the cells transmitted includes data cells, OAM cells, backward RM cells, and the forward RM cell. A value of 2 is not recommended although it is permitted according to the ATM Forum standard. When this attribute is set to a value of 2, it is possible that only one forward and one backward RM cell are repeatedly transmitted, and all data traffic is queued up indefinitely. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVpcVpdTmAbrMaxTimeBetweenRmCells 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.16 unsigned32 read-write
This attribute specifies the TRM parameter for this connection. TRM provides an lower bound on the time interval between forward Resource Management (RM) cells for an ABR source. Since the last forward RM cell was sent, if at least TRM time has elapsed since and at least two other cells have been sent, then the next cell to be transmitted would be a forward RM cell. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. The provisioned value of 781 is signalled as TRM = 0, in the ABR Additional Parameters Information Element. 1563 is signalled as TRM = 1. 3125 is signalled as TRM = 2. 6250 is signalled as TRM = 3. 12500 is signalled as TRM = 4 25000 is signalled as TRM = 5. 50000 is signalled as TRM = 6. 100000 is signalled as TRM = 7. VALUES ( 16777216 = sameAsCa )
                                     atmIfVpcVpdTmAbrCutoffDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.17 unsigned32 read-write
This attribute specifies the Cutoff Decrease Factor (CDF) parameter for this connection. When the value of this attribute is non-zero, CDF is computed as the inverse of the value. For example, if the value is 32, the value of CDF is 1/32. When the value of this attribute is 0, CDF is also zero. CDF controls the decrease in the Allowed Cell Rate (ACR) associated with the CRM parameter, the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the ACR value would be decreased by the amount (CDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. The value of CRM is indicated by the forwardRmCellLimit attribute. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVpcVpdTmAbrAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.18 unsigned32 read-write
This attribute specifies the Allowed Cell Rate Decrease Time Factor (ADTF) parameter for this connection. ADTF is the maximum time interval permitted between sending forward Resource Management (RM) cells before the Allowed Cell Rate (ACR) is decreased to initialCellRate. In other words, if the source does not transit a forward RM cell for the period specified by adtf, it reduces its ACR to the value of its initialCellRate. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVpcVpdTmAbrDgcraMaximumDelay 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.19 unsigned32 read-write
This attribute specifies an upper bound on the delay after which the rate change induced by a backward Resource Management (RM) cell departing from this connection point (in the backward direction) is expected to be observed at this connection point (in the forward direction). This upper bound may be approximated as the sum of the round trip fixed and propagation delays and the maximum queuing delays between the ABR source and this interface. The value of this attribute is used in policing an ABR connection using the Dynamic General Cell Rate Algorithm (DGCRA). A larger value for this attribute implies a more lenient policer. When there is a reduction in the Allowed Cell Rate (ACR), the policer waits for a correspondingly longer period of time before it enforces at the new cell rate. The value of this attribute must not be less than the dgcraMinimumDelay attribute. VALUES ( 16777216 = sameAsCa )
                                     atmIfVpcVpdTmAbrDgcraMinimumDelay 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.20 unsigned32 read-write
This attribute specifies a lower bound on the delay after which the rate change induced by a backward Resource Management (RM) cell departing from this connection point (in the backward direction) is expected to be observed at this connection point (in the forward connection). This lower bound may be approximated as the sum of the round trip fixed and propagation delays between the ABR source and this interface. The value of this attribute is used in policing an ABR connection using the Dynamic General Cell Rate Algorithm (DGCRA). A smaller value for this attribute implies a more lenient policer. When there is a increase in the Allowed Cell Rate (ACR), the policer waits for a correspondingly shorter period of time before it enforces at the new cell rate. VALUES ( 16777216 = sameAsCa )
                                     atmIfVpcVpdTmAbrFarEndAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.21 unsigned32 read-write
This attribute specifies the Allowed Cell Rate Decrease Time Factor (ADTF) of the far end ABR source. The value specified should be the same as the ADTF parameter at the far end of this ABR connection. The value of this attribute is used in policing an ABR connection using the Dynamic Generic Cell Rate Algorithm (DGCRA). A larger value for this attribute implies a more lenient policer. When the delay between two consecutive forward Resource Management (RM) cells received at this interface corresponds to a value greater than the value of this attribute, the policer begins to limit enforce the incoming traffic at the initial cell rate (ICR) of the far end, as specified by the farEndInitialCellRate attribute. VALUES ( 1024 = sameAsLocal )
                                     atmIfVpcVpdTmAbrFarEndInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.4.2.2.2.110.1.22 unsigned32 read-write
This attribute specifies the Initial Cell Rate (ICR) of the far end ABR source. The value specified should be the same as the ICR parameter at the far end of this ABR connection. The value of this attribute is used in policing an ABR connection using the Dynamic Generic Cell Rate Algorithm (DGCRA). A larger value for this attribute implies a more lenient policer. When the delay between two consecutive forward Resource Management (RM) cells received at this interface corresponds to a value greater than the farEndAcrDecreaseTimeFactor attribute, the policer begins to enforce the incoming traffic at the value of this attribute. If this attribute is specified less than the MCR of the connection, then the MCR is used as the feIcr. If this attribute is more than the PCR of the connection, then PCR is used as the feIcr. VALUES ( 16777219 = sameAsLocal )
                     atmIfVpcVpdTmProvTable 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100 no-access
This group contains traffic related provisionable attributes for the Vcc, Vpc, and Vpt components. Changing any of the attributes in this group causes a service interruption on the Vcc, Vpc, or Vpt component.
                             atmIfVpcVpdTmProvEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1 no-access
An entry in the atmIfVpcVpdTmProvTable.
                                 atmIfVpcVpdTmTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.10 integer read-write
This attribute specifies the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. This attribute can have a value of 9 if and only if the atmServiceCategory is availableBitRate. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                                 atmIfVpcVpdTmFwdQosClass 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.21 integer read-write
This attribute specifies the quality of service for the forward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                 atmIfVpcVpdTmTxQueueLimit 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.22 unsigned32 read-write
This attribute specifies an override to the default transmit queue limit for this connection. A value other than sameAsCa may be specified only for ATM IP cards. This attribute is not applicable for basic Vpts. A value of sameAsCa means to use the default common or per-VC transmit queue limit as defined by the CA service category for this connection. A value from 5 to 63,488 indicates that a specific transmit queue limit is requested which differs from the default which is defined under the CA component for this service category. A specific value is ignored for connections where common queuing is specified for the service category. The actual transmit queue limit for a connection is visible in the Vcc Tm, Vpc Tm, or Vpt Tm txQueueThresholds attribute. VALUES ( 0 = sameAsCa )
                                 atmIfVpcVpdTmHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.25 integer read-write
This attribute specifies the holding priority of this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This value provisioned in the Vcd or Vpd may be overridden by certain applications, for example Vcc Test, which run over this connection. The default holding priority for a provisioned connection is higher then default holding priorities for dynamic (SVC) connections. This attribute is not applicable for Vpt Vccs. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                 atmIfVpcVpdTmRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.30 integer read-write
This attribute specifies the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute. When this attribute is set to sameAsTx, the rxTrafficDescType as well as the rxTrafficDescParm are taken from the txTrafficDescType and txTrafficDescParm values. Enumeration: 'sameAsTx': 15, 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                                 atmIfVpcVpdTmBwdQosClass 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.41 integer read-write
This attribute specifies the quality of service for the backward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. The sameAsFwd selection sets the backward quality of service to be the same as the forward quality of service. Enumeration: 'sameAsFwd': 15, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                 atmIfVpcVpdTmAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.42 integer read-write
This attribute specifies the ATM service category for both directions of the connection. The value derivedFromBBC may only be used if the SrcPvc component is provisioned under this Vcc. Otherwise a specific ATM service category must be specified. If this attribute is set to derivedFromBBC, the Broadband Bearer Capability (BBC) and bestEffort attributes are used to determine the atmServiceCategory of this connection. If this attribute is set to other than derivedFromBBC, the value of this attribute is used to override the provisioned BBC Information Element parameters. In those cases, the BBC attributes are not used. The constantBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduced value to the application. The rtVariableBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by CTD are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The availableBitRate service is an ATM layer service category for which the limiting ATM layer transfer characteristics provided by the network may change subsequent to connection establishment. ABR service has a flow control mechanism which supports several types of feedback to control the source rate in response to changing ATM layer transfer characteristics. ABR service is not intended to support real-time applications. The unspecifiedBitRate service is intended for non-real time applications; that is, those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'derivedFromBBC': 15, 'constantBitRate': 1, 'unspecifiedBitRate': 0, 'availableBitRate': 4, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                                 atmIfVpcVpdTmTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.50 integer read-write
This attribute specifies whether this connection uses traffic shaping when transmitting traffic to the ATM interface. This attribute is ignored if the atmServiceCategory is availableBitRate. When sameAsCa is selected, traffic shaping for the connection is based on the trafficShaping attribute of the connection's service category component under the CA. If the service category has trafficShaping set to enabled or inverseUpc, then traffic shaping is enabled for the connection. Note that enabling traffic shaping may have no effect under certain cases. These cases are listed in the description of the trafficShaping operational attribute, which is under the Vcc Tm, Vpc Tm, or Vpt Tm components. When disabled is selected, traffic shaping for this connection is disabled regardless of the provisioning of the connection's service category component. Enumeration: 'disabled': 1, 'sameAsCa': 2.
                                 atmIfVpcVpdTmUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.60 integer read-write
This attribute only applies when this connection is unshaped. This attribute specifies the transmit queueing method for this connection if it is unshaped. The two possible methods are per-VC queuing and common queuing. On ATM IP FPs, this attribute must be set to sameAsCa. This attribute is ignored in the following situations: - if the connection has trafficShaping enabled or inverseUpc, or - if the atmServiceCategory is availableBitRate, or - if the atmServiceCategory is constantBitRate and this is a CQC- based ATM FP. - for basic Vpts and standard Vpt Vccs When this attribute is set to sameAsCa, the transmit queueing method for the connection is based on the unshapedTransmitQueueing attribute of the connection's service category component under the CA. When this attribute is set to common, transmit traffic on this unshaped connection is destined for the common queue. Enumeration: 'sameAsCa': 3, 'common': 1.
                                 atmIfVpcVpdTmWeight 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.61 unsigned32 read-write
This attribute specifies an override for the weight of this unshaped connection. This attribute is ignored for shaped connections, for ABR connections, for connections on a CQC-based ATM FP, and basic Vpts. When the value is set to sameAsCa, the weight is determined by the fairnessWeight attribute under the CA service category component for all but standard Vpt Vccs. For standard Vpt Vccs, the weight is determined by the Vcc's service category, when the value is set to sameAsCa. When this attribute is set to a value from 1 to 4095, that value is used for the fairness weight of this connection relative to other connections. For all but standard Vpt Vccs, fairness weight determines the proportion of transmit cell opportunities which are allocated to this connection, compared to other connections in the same service category. For standard Vpt Vccs, fairness weight determines the proportion of transmit cell opportunities which are allocated to this connection, compared to other connections associated with the Vpt. When the value is set to upToQueueLimit, the fairness weight is limited only by the txQueueLimit. VALUES ( 0 = upToQueueLimit 65535 = sameAsCa )
                                 atmIfVpcVpdTmForceTagging 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.62 integer read-write
This attribute specifies whether force tagging is enforced for this connection for cells in the transmit direction. On CQC-based ATM cards, and for Vpts, this attribute is not applicable and is ignored. When the value is set to sameAsCa, the force tagging functionality is determined by the forceTagging attribute under the CA service category component. When the value is set to enabled, force tagging is enabled for cells in the transmit direction on this connection. When this option is selected, the CLP bit is set to 1 for all cells in the transmit direction. Cells which are tagged are counted in the txCellClp attribute. When the value is set to disabled, force tagging is disabled for cells in the transmit direction on this connection. When this option is selected, the CLP bit is unchanged for cells in the transmit direction. Enumeration: 'disabled': 1, 'sameAsCa': 2, 'enabled': 0.
                                 atmIfVpcVpdTmUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.70 integer read-write
This attribute specifies whether this connection enforces usage parameter control when receiving traffic from the ATM interface. When sameAsCa is selected, UPC for the connection is based on the usageParameterControl attribute of the service category component under the AtmIf CA. If the service category has UPC enforced or monitored, then UPC is set to that value for the connection. When disabled is selected, UPC for this connection is disabled regardless of the provisioning of the service category. When enforced is selected, UPC for this connection is enforced regardless of the provisioning of the service category. ATM IP cards provide the ability to monitor UPC violations without tagging or discarding. When monitored is selected, UPC is actively checking conformance for the connection and counting the violations, but is not discarding or tagging cells which do not conform to the connection traffic contract. If this is a connection of serviceCategory abr on an ATM IP card, and the abrConnectionType is sourceDest, virtualSourceDest or explicitRate, selecting enforced enables dynamic generic cell rate algorithm (DGCRA) to discard violating cells. Selecting monitored enables DGCRA to count violating cells. Note that setting UPC to enforced or monitored may have no effect under certain cases. These cases are listed in the description of the usageParameterControl operational attribute, which is under the Vcc, Vpc, and Vpt components. Enumeration: 'disabled': 1, 'enforced': 0, 'monitored': 4, 'sameAsCa': 2.
                                 atmIfVpcVpdTmBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.71 integer read-write
This attribute specifies the bearer capability. This attribute is only used for SPVC and SPVP connections. It is one of the Broadband Bearer Capability (BBC) attributes. The purpose of the BBC information element is to indicate a requested broadband connection-oriented bearer service to be provided by the network. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is set, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements. When c is set, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (vbr or cbr) and timing requirements are user defined (that is, transparent to the network).When x is set the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. Class vp service is used to specify a transparent VP service. When the value of this attribute is vp, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except or VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP connections. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'derivedFromServiceCategory': 31.
                                 atmIfVpcVpdTmTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.72 integer read-write
This attribute specifies the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no notApplicable specifies that the user does not want to specify the transfer capability. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value no indication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required. The value no for end-to-end timing indicates that end-to-end timing is not required. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'n10': 10, 'notApplicable': 30, 'derivedFromServiceCategory': 31, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                                 atmIfVpcVpdTmTxWredThreshold 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.73 unsigned32 read-write
This attribute determines at what percentage of the queue being at the EPD threshold, WRED starts. When the value is set to 25%, WRED starts as soon as the queue is 25% of the way to the EPD threshold. When the value is set to 50%, WRED starts later, after the queue is 50% of the way to the EPD threshold. When the value is set to 75%, WRED starts only when the queue is 75% of the way to the EPD threshold. The EPD threshold is 85% of the transmit queue length. This attribue is ignored if txWredMode or txPacketWiseDiscard is disabled. It is always ignored on CQC-based ATM FP.
                                 atmIfVpcVpdTmClippingBbc 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.74 integer read-write
This attribute specifies the value for the clipping susceptibility parameter in the BBC Information Element. This attribute is only used for SPVC connections. It is one of the Broadband Bearer Capability attributes. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. Enumeration: 'yes': 1, 'no': 0.
                                 atmIfVpcVpdTmBestEffort 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.75 integer read-write
This attribute specifies the value of the best effort parameter in the ATM Traffic Descriptor Information Element. This attribute is only used for Soft PVC connections. It is one of the Broadband Bearer Capability attributes. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'notIndicated': 1, 'derivedFromServiceCategory': 15, 'indicated': 0.
                                 atmIfVpcVpdTmTxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.76 integer read-write
This attribute specifies whether packet-wise discard functions are to be enabled or disabled in the transmit data direction for this connection. Packet-wise discard functions should only be requested if this connection is transferring AAL5 frame traffic. This attribute is not applicable for Vpts. Packet-wise functions increase the 'goodput' of the link. The transmit packet-wise functions are Early Packet Discard (EPD) and Partial Packet Discard (PPD). EPD allows the connection to discard an entire frame once the transmit queue has reached the EPD threshold. EPD increases the 'goodput' of a link, since discarding an entire frame means that some queue capacity is guarded for some other frame which is already partially transmitted. All cells of the frame are discarded from the Beginning of Message (BOM) cell up to and including the End of Message (EOM) cell. PPD allows the connection to discard the remainder of a cell- forwarded AAL5 frame if one cell of this frame has been discarded. All cells are discarded up to but not including the EOM cell. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded at the AAL5 reassembly point are not transmitted. On CQC-based ATM cards, the packet-wise discard functions are PPD and EPD. PPD is available at VCC cell-transfer points. PPD is not applicable at frame-cell conversion points, and is not applicable for Vpcs. PPD is configured by this attribute. Packet-wise discard should only be enabled for connections carrying AAL5 segmentation traffic. Setting the value to enabled for any other traffic type may result in all traffic being discarded. On CQC-based ATM FPs, EPD is automatically enabled at frame-to-cell conversion points, independent of the setting of this attribute. On ATM IP cards, packet-wise discard functions include EPD and PPD. PPD and EPD apply to individual VCCs and VCCs within VPCs at all connection points, including tandem VPC connections. Both PPD and EPD are controlled by this attribute. This attribute may safely be set to enabled for any connection (Vcc or Vpc) on ATM IP FPs since they have the ability to automatically detect AAL5-segmented traffic on a connection, and only enable packet- wise discards if AAL5-segmented traffic is detected. When this attribute is set to enabled, packet-wise discard functions are applied to transmit traffic at this connection point. When this attribute is set to disabled, packet-wise discard functions are not applied to transmit traffic at this connection point. At a SPVC origin on a PNNI interface, a value of enabled specifies that frame discard is requested in the backward direction. When this attribute is set to disabled, backward frame discard is not requested in the SPVC call setup. The transmit packet-wise discard functions that are active are visible in the Vcc/Vpc Tm txPacketWiseDiscard operational attribute. Enumeration: 'disabled': 0, 'enabled': 1.
                                 atmIfVpcVpdTmTxWredMode 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.77 integer read-write
This attribute specifies the activation of weighted random early detection (WRED) functionality. WRED is only available on ATM IP FPs. On CQC-based ATM FPs, this attribute is ignored. If txPacketWiseDiscard is set to disabled this attribute is ignored. This attribute is not applicable for Vpts or Vpt Vccs. WRED is applied in the transmit direction for this connection. WRED function should be enabled only for connections which are transferring TCP/IP traffic. WRED acts to prevent synchronization of multiple TCP/IP sources by randomly discarding a small percentage of frames when transmit queue congestion reaches the designated level. W-RED may also be used to differentiate service on VCC's by preferentially discarding one VCC before another. Discards start at 0% of cells, when the queue is part-way to the Early Packet Discard (EPD) threshold, and rise to 100% of cells discarded at the EPD threshold. WRED discards all the cells in a frame. If this attribute is set to enabled, WRED is enabled for all applications linked to the given Vcc. If it is set to perFlow, each TCP application has individual control over whether to enable or disable WRED If txPacketWiseDiscard is set to disabled, or if this attribute is set to disabled, WRED functionality is disabled. If WRED is active, it is visible in the Vcc/Vpc Tm txPacketWiseDiscard operational attribute. Enumeration: 'disabled': 0, 'enabled': 1, 'perFlow': 2.
                                 atmIfVpcVpdTmRxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.78 integer read-write
This attribute specifies whether packet-wise discard functions are to be enabled or disabled in the receive data direction for this connection. Packet-wise discard functions should only be requested if this connection is transferring AAL5 frame traffic. This attribute is not applicable for Vpts. Packet-wise functions increase the 'goodput' of the link. The receive packet-wise function is Partial Packet Discard (PPD). PPD allows the connection to discard the remainder of a cell- forwarded AAL5 frame if one cell of this frame has been discarded, for example due to UPC. All cells are discarded up to but not including the EOM cell. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded at the AAL5 reassembly point are not transmitted. PPD is available at all VCC connection points where UPC may be activated. PPD is not applicable for Vpcs. On CQC-based ATM FPs, packet-wise discards should only be enabled for connections carrying AAL5 segmentation traffic. Setting the value to enabled for any other traffic type may result in traffic being discarded. On ATM IP cards, this attribute may safely be set to enabled for any connection (Vcc or Vpc) since they have the ability to automatically detect AAL5-segmented traffic on a connection, and only enables packet-wise discards if AAL5-segmented traffic is detected. When this attribute is set to enabled, packet-wise discard functions are applied to receive traffic at this connection point. When this attribute is set to disabled, packet-wise discard functions are not applied to receive traffic at this connection point. At a SPVC origin on a PNNI interface, a value of enabled specifies that frame discard is requested in the forward direction. When this attribute is set to disabled, forward frame discard is not requested in the SPVC call setup. The receive packet-wise discard functions that are active are visible in the Vcc/Vpc Tm rxPacketWiseDiscard operational attribute. Enumeration: 'disabled': 0, 'enabled': 1.
                                 atmIfVpcVpdTmAbrConnectionType 1.3.6.1.4.1.562.2.4.1.114.4.2.2.100.1.90 integer read-write
This attribute specifies the type of ABR behavior which is to be enforced at this connection. This attribute is only applicable if the atmServiceCategory attribute is availableBitRate. If the atmServicecategory attribute is not availableBitRate, this attribute value is ignored. The actual ABR functionality which is in effect is visible in the Vcc/Vpc/Vpt Tm abrConnectionType operational attribute. For CQC-based ATM cards, the only allowable values are sameAsCa, nonAbrInterworking or abrSwitch. If abrSwitch is selected, the CQC implements EFCI marking behavior. sameAsCa is used to request the default behavior as specified in the CA Abr component for this Vcc. Otherwise, this attribute overrides the default behavior. virtualSourceDest is used to request that this connection point function as a virtual source/virtual destination. VS/VD functionality is only supported on ATM IP FPs. sourceDest requires that this connection point function as a S/D for RM cells. S/D mode is automatically invoked at this connection point either if this is a connection end point, or if the next hop connection point is configured as nonAbrInterworking. nonAbrInterworking is used to request that this connection point function as an interworking between ABR and non-ABR service categories. This means that there are no RM cells on the link side of this connection, and that the next hop connection point is performing as an ABR sourceDest. abrSwitch is used to request ABR switch behavior for this connection point. The ABR switch behavior is first, to confirm to virtualSourceDest or nonAbrInterworking setting on the next hop, and otherwise to implement ABR ER switch behavior. For CQC- based FPs, ABR switch behavior is implemented as EFCI marking. Enumeration: 'abrSwitch': 0, 'nonAbrInterworking': 5, 'sameAsCa': 14, 'virtualSourceDest': 3, 'sourceDest': 4.
                     atmIfVpcVpdTmTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.4.2.2.456 no-access
This attribute is a vector of five traffic parameters whose meanings are defined by the txTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR), Minimum Cell Rate (MCR) and requested shaping rate are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. CDVT is expressed in microseconds. The values of PCR, SCR, MCR, MBS and CDVT are used for connection admission control (CAC). The value of CDVT is only used for connections where the atmServiceCategory is constantBitRate. For all other values of atmServiceCategory, CDVT is ignored. The values of PCR, SCR, MCR and requested shaping rate are used to determine the actual shaping rate where traffic shaping is enabled. When txTrafficDescType is 1 or 2, all of the parameters must be set to zero. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be non-zero. Parameters 2 and 3 must be zero. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell discard; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell tagging; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents the CDVT; parameter 3 represents the MCR; parameter 4 and parameter 5 represent are not used and must be zero. Parameter 1 must be non-zero and must be greater than or equal to parameter 3. Parameter 3 may be optionally zero. Whenever it is valid for PCR to be specified, parameter 5 may also be used to specify a requested shaping rate. A non-zero value in parameter 5 overrides the value in parameter 1 and is used as the peak cell rate in calculations of CAC and shaping rate. When the atmServiceCategory is availableBitRate (ABR), the shaping rate is dynamically chosen, based on the ABR flow control mechanism, as a value between the MCR and the PCR or the requested shaping rate if applicable. For txTrafficDescType 3, 4 and 5, the transmit traffic is shaped at the next available shaping rate less than the PCR. For txTrafficDescType 6, 7 and 8 if linear traffic shaping is selected, the transmit traffic is shaped at the highest available rate which is between PCR and SCR. However, if there is no available shaping rate between PCR and SCR, traffic is shaped at the next rate above the PCR. For txTrafficDescType 6, 7 and 8 if inverse-UPC traffic shaping is selected, the transmit traffic is shaped at a variable rate which conforms to the PCR, SCR and MBS of the connection traffic descriptor. Inverse-UPC traffic shaping is available only on ATM IP cards.
                             atmIfVpcVpdTmTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.2.456.1 no-access
An entry in the atmIfVpcVpdTmTxTdpTable.
                                 atmIfVpcVpdTmTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.4.2.2.456.1.1 integer32 no-access
This variable represents the atmIfVpcVpdTmTxTdpTable specific index for the atmIfVpcVpdTmTxTdpTable.
                                 atmIfVpcVpdTmTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.4.2.2.456.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVpcVpdTmTxTdpTable.
                     atmIfVpcVpdTmRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.4.2.2.457 no-access
This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR) and Minimum Cell Rate (MCR) are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. The value of CDVT is expressed in microseconds. The values of PCR, SCR, MCR, MBS and CDVT are used for usage parameter control (UPC). When rxTrafficDescType is 1 or 2, all of the parameters must be set to zero (unused). When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic. Parameter 1 must be non-zero. Parameters 2 and 3 must be set to zero (unused). When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is a 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to Parameter 2. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameter 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents the CDVT; parameter 3 represents the MCR. Parameter 4 is not used and must be zero. Parameter 1,must be non- zero and must be greater than or equal to parameter 3. Parameter 3 may optionally be zero. When rxTrafficDescType is any value from 3 through 8, parameter 4 represents the CDVT. If the value of CDVT either in parameter 2 or in parameter 4 is zero, the CDVT is taken from the CA defaults for the particular atmServiceCategory of this connection. On a CQC-based ATM card, when rxTrafficDescriptorType is 3 through 8, there are certain extreme combinations of rxTrafficDescParm which are outside the capabilities of the UPC hardware. The check prov command detects such cases and generates an error message. If this happens, adjust the parameters until they fall within the supported limits. To calculate the limits, use the following formulae: I1 = 1 000 000 000 / PCR L1 = CDVT * 1000 I2 = 1,000,000,000 / SCR L2 = CDVT + (MBS - 1) * (I2 - I1) I1 and I2 must be less than or equal to 335,523,840. I1 + L1 must be less than or equal to 1,342,156,800. I2 + L2 must be less than or equal to 1,342,156,800. Note that I2 and L2 only apply when the rxTrafficDescriptorType is 6 through 8. If the values of I1, L1, I2 or L2 are closer to the limits described above, a further restriction applies. Specifically, if either: I1 > 41,940,480 or I2 > 41,940,480 or I1 + L1 > 167,769,600 or I2 + L2 > 167,769,600 then both I1 and I2 must be greater than 20,480. Parameter 5 of the rxTrafficDescParm is always unused. If the rxTrafficDescType is sameAsTx, the values provisioned in this attribute are ignored. The traffic parameters for the receive direction are taken from the txTrafficDescParm.
                             atmIfVpcVpdTmRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.2.457.1 no-access
An entry in the atmIfVpcVpdTmRxTdpTable.
                                 atmIfVpcVpdTmRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.4.2.2.457.1.1 integer32 no-access
This variable represents the atmIfVpcVpdTmRxTdpTable specific index for the atmIfVpcVpdTmRxTdpTable.
                                 atmIfVpcVpdTmRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.4.2.2.457.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVpcVpdTmRxTdpTable.
                     atmIfVpcVpdTmFqpTable 1.3.6.1.4.1.562.2.4.1.114.4.2.2.458 no-access
This attribute is a vector of three elements that specify the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). It is signalled through the extended QoS information element. The ctd specifies the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR and rt-VBR). It is signalled through the end to end transit delay information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                             atmIfVpcVpdTmFqpEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.2.458.1 no-access
An entry in the atmIfVpcVpdTmFqpTable.
                                 atmIfVpcVpdTmFqpIndex 1.3.6.1.4.1.562.2.4.1.114.4.2.2.458.1.1 integer no-access
This variable represents the atmIfVpcVpdTmFqpTable specific index for the atmIfVpcVpdTmFqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                                 atmIfVpcVpdTmFqpValue 1.3.6.1.4.1.562.2.4.1.114.4.2.2.458.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVpcVpdTmFqpTable.
                     atmIfVpcVpdTmBqpTable 1.3.6.1.4.1.562.2.4.1.114.4.2.2.459 no-access
This attribute is a vector of two elements that specify the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). It is signalled through the extended QoS information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                             atmIfVpcVpdTmBqpEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.2.459.1 no-access
An entry in the atmIfVpcVpdTmBqpTable.
                                 atmIfVpcVpdTmBqpIndex 1.3.6.1.4.1.562.2.4.1.114.4.2.2.459.1.1 integer no-access
This variable represents the atmIfVpcVpdTmBqpTable specific index for the atmIfVpcVpdTmBqpTable. Enumeration: 'cdv': 0, 'clr': 2.
                                 atmIfVpcVpdTmBqpValue 1.3.6.1.4.1.562.2.4.1.114.4.2.2.459.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVpcVpdTmBqpTable.
                 atmIfVpcVpdLbkTable 1.3.6.1.4.1.562.2.4.1.114.4.2.100 no-access
This group contains the provisionable loopback attributes for a Vcc, Vpc, or Vpt component. Note that certain loopback requests may not be possible on a given connection. In such cases, the corresponding operational loopback attribute in the Status group of the Vcc, Vpc, or Vpt component is set to notApplicable and the requested loopback is not performed. If loopbacks are provisioned to be on, and for any reason the segment or end-to-end OAM loopback cells are not relayed, the connection component becomes troubled, and user cell traffic may be discarded. If loopbacks are provisioned to be on, all of the nodes in the segment, and external networks which are in the end-to-end connection must relay the OAM loopback cells.
                         atmIfVpcVpdLbkEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.100.1 no-access
An entry in the atmIfVpcVpdLbkTable.
                             atmIfVpcVpdSegLinkSideLoopback 1.3.6.1.4.1.562.2.4.1.114.4.2.100.1.10 integer read-write
This attribute specifies whether link-side segment loopback insertion should be performed on this connection. When sameAsInterface is selected, the link-side segment loopback insertion for the connection is based on the segLinkSideLoopback attribute of the connection's parent AtmIf componentif the ATM interface has link-side segment loopback insertion turned on, then link-side segment loopback insertion is also on for the connection. When on or off is selected, link-side segment loopback insertion is turned on or off respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that link-side segment loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint. Link-side segment loopback insertion is also not possible if the distributionType of the Vcc is pointToMultipoint. In such cases, the associated segLinkSideLoopbackState attribute indicates notApplicable and link-side segment loopback insertion is not performed. Link-side segment loopback insertion is always possible on a Vpt. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                             atmIfVpcVpdSegSwitchSideLoopback 1.3.6.1.4.1.562.2.4.1.114.4.2.100.1.20 integer read-write
This attribute specifies whether switch-side segment loopback insertion should be performed on this connection. When sameAsInterface is selected, the switch-side segment loopback for the connection is based on the segSwitchSideLoopback attribute of the connection's parent AtmIf componentif the ATM interface has switch-side segment loopback insertion turned on, then switch-side segment loopback insertion is also on for the connection. When on or off is selected, switch-side segment loopback insertion is turned on or off respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that switch-side segment loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint or connectionEndPoint. Switch-side segment loopback insertion is also not possible if the distributionType of the Vcc is pointToMultipoint In such cases, the associated segSwitchSideLoopbackState attribute indicates notApplicable and switch-side segment loopback insertion is not performed. Switch- side segment loopback is never possible on a Vpt. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                             atmIfVpcVpdEndToEndLoopback 1.3.6.1.4.1.562.2.4.1.114.4.2.100.1.30 integer read-write
This attribute specifies whether end-to-end loopback insertion should be performed on this connection. When sameAsInterface is selected, the end-to-end loopback for the connection is based on the endToEndLoopback attribute of the connection's parent AtmIf componentif the ATM interface has end-to-end loopback insertion turned on, then end-to-end loopback insertion is also on for the connection. When on or off is selected, end-to-end loopback insertion is turned on or off respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that end-to-end loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint or segmentEndPoint. End-to-end loopback insertion is also not possible if the distributionType of the Vcc is pointToMultipoint. In such cases, the associated endToEndLoopbackState attribute indicates notApplicable and end- to-end loopback insertion is not performed. End-to-end loopback insertion is always possible on a Vpt. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                             atmIfVpcVpdLoopbackMonitoring 1.3.6.1.4.1.562.2.4.1.114.4.2.100.1.1000 integer read-write
This attribute specifies whether or not a connection monitors the OAM stream for loopback cells. Currently this attributed is only applied to Passport-specific trace cells and only affects connectingPoints. When sameAsInterface is selected, the trace visibility for the connection is based on the traceVisible attribute of the connection's parent AtmIf componentif the ATM interface is trace visible, then the connection is also trace visible. When on or off is selected, the connection is nor isn't visible to trace cells respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that trace visibility only affects connections whose connectionPointType attribute of the Vcc or Vpc component is connectingPoint. Trace visibility is also not possible if the distributionType of the Vcc is pointToMultipoint. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                 atmIfVpcVpdTrafficTable 1.3.6.1.4.1.562.2.4.1.114.4.2.110 no-access
This group contains traffic related provisionable attributes for the Vcc and Vpc components. The attributes' operational values are reflected in the Traffic group for these components. Changing any of the attributes in this group causes a service interruption on the Vcc or Vpc component.
                         atmIfVpcVpdTrafficEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1 no-access
An entry in the atmIfVpcVpdTrafficTable.
                             atmIfVpcVpdTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.10 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                             atmIfVpcVpdTxQosClass 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.20 integer read-write
This attribute specifies the quality of service for the transmit direction for this connection. The constantBitRate class refers to traffic offered on services such as a constant bit rate video service. This traffic is highest priority. The variableBitRate class refers to traffic offered on services such as packetized audio and video. The connectionOriented class refers to connection-oriented traffic such as Frame Relay or X.25 traffic. The connectionless traffic refers to traffic offered through connectionless trunks such as certain LAN protocols. The unspecified class supports a 'best effort' type of service, where there is a minimum guarantee of bandwidth. This traffic is lowest priority. This attribute is obsolete. The value is migrated into atmServiceCategory. The atmServiceCategory applies in both transmit and receive directions. unspecified maps to unspecifiedBitRate; constantBitRate maps to constantBitRate; variableBitRate maps to variableBitRateRt; connectionOriented maps to variableBitRateNrt connectionless maps to variableBitRateNrt Enumeration: 'constantBitRate': 1, 'connectionOriented': 3, 'variableBitRate': 2, 'connectionless': 4, 'unspecified': 0.
                             atmIfVpcVpdFwdQosClass 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.21 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the quality of service for the forward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVpcVpdHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.25 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the holding priority of this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This value provisioned in the Vcd or Vpd may be overridden by certain applications, for example Vcc Test, which run over this connection. The default holding priority for a provisioned connection is higher then default holding priorities for dynamic (SVC) connections. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVpcVpdRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.30 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute When sameAsTx is selected, the rxTrafficDescType as well as the rxTrafficDescParm are taken from the transmit values. Enumeration: 'sameAsTx': 15, 'n8': 8, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                             atmIfVpcVpdRxQosClass 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.40 integer read-write
This attribute specifies the quality of service for the receive direction for this connection. The constantBitRate class refers to traffic offered on services such as a constant bit rate video service. The variableBitRate class refers to traffic offered on services such as packetized audio and video. The connectionOriented class refers to connection-oriented traffic. The connectionless traffic refers to traffic offered through connectionless trunks. The unspecified class supports a 'best effort' type of service, where there is a minimum guarantee of bandwidth. The sameAsTx selection sets the receive quality of service to be the same as the transmit quality of service. This attribute is obsolete. The value of txQosClass is migrated into atmServiceCategory. The value of this attribute is ignored. AtmServiceCategory applies in both transmit and receive directions. Enumeration: 'variableBitRate': 2, 'connectionless': 4, 'constantBitRate': 1, 'sameAsTx': 15, 'unspecified': 0, 'connectionOriented': 3.
                             atmIfVpcVpdBwdQosClass 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.41 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the quality of service for the backward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. The sameAsFwd selection sets the backward quality of service to be the same as the forward quality of service. Enumeration: 'sameAsFwd': 15, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVpcVpdAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.42 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the ATM service category for both directions of the connection. The value derivedFromBBC may only be used if the SrcPvc component is provisioned under this Vcc.Otherwise a specific ATM service category must be specified. If this attribute is set to derivedFromBBC, the Broadband Bearer Capability (BBC) and bestEffort attributes are used to determine the atmServiceCategory of this connection. If this attribute is set to other than derivedFromBBC, the value of this attribute is used to override the provisioned BBC Information Element parameters. In those cases, the BBC attributes are not used. The constantBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduce value to the application. The rtVariableBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by CTD are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The unspecifiedBitRate service is intended for non-real time applications; that is, those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'constantBitRate': 1, 'derivedFromBBC': 15, 'unspecifiedBitRate': 0, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                             atmIfVpcVpdTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.50 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies whether this connection uses traffic shaping when transmitting traffic to the ATM interface. When sameAsInterface is selected, traffic shaping for the connection is based on the trafficShaping attribute of the connection's parent AtmIf componentif the ATM interface has traffic shaping enabled, then traffic shaping is enabled for the connection. Note that enabling traffic shaping may have no effect under certain cases. These cases are listed in the description of the trafficShaping operational attribute, which is under the Vcc and Vpc components. When disabled is selected, traffic shaping for this connection is disabled regardless of the provisioning of the parent AtmIf component. Enumeration: 'disabled': 1, 'sameAsInterface': 2.
                             atmIfVpcVpdUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.60 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute only applies when this connection is unshaped. This attribute defines the transmit queueing method for this connection if it is unshaped. Refer to the unshapedTransmitQueueing attribute under the AtmIf for more details on the meaning of this attribute. When this attribute is set to sameAsInterface, the value from the AtmIf is used. When this attribute is set to common, transmit traffic on this unshaped connection is destined for the common queue. Enumeration: 'sameAsInterface': 3, 'common': 1.
                             atmIfVpcVpdUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.70 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies whether this connection enforces usage parameter control when receiving traffic from the ATM interface. When sameAsInterface is selected, UPC for the connection is based on the usageParameterControl attribute of the connection's parent AtmIf componentif the ATM interface has UPC enabled, then UPC is enabled for the connection. Note that enabling UPC may have no effect under certain cases. These cases are listed in the description of the usageParameterControl operational attribute, which is under the Vcc and Vpc components. When disabled is selected, UPC for this connection is disabled regardless of the provisioning of the parent AtmIf component. Enumeration: 'disabled': 1, 'sameAsInterface': 2.
                             atmIfVpcVpdBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.71 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the bearer capability. This attribute is only used for SPVC and SPVP connections. It is one of the Broadband Bearer Capability (BBC) attributes. The purpose of the BBC information element is to indicate a requested broadband connection-oriented bearer service to be provided by the network. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is set, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements. When c is set, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (vbr or cbr) and timing requirements are user defined (that is, transparent to the network).When x is set the user is requesting an ATM only service from the network. Class vp service is used to specify a transparent VP service. When the value of this attribute is vp, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except or VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP connections. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'derivedFromServiceCategory': 31.
                             atmIfVpcVpdTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.72 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no NotApplicable specifies that the user does not want to specify the transfer capability. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value no indication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required. The value no for end-to-end timing indicates that end-to-end timing is not required. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'n10': 10, 'notApplicable': 30, 'derivedFromServiceCategory': 31, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                             atmIfVpcVpdClippingBbc 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.74 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the value for the clipping susceptibility parameter in the BBC Information Element. This attribute is only used for SPVC connections. It is one of the Broadband Bearer Capability attributes. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. Enumeration: 'yes': 1, 'no': 0.
                             atmIfVpcVpdBestEffort 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.75 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the value of the best effort parameter in the ATM Traffic Descriptor Information Element. This attribute is only used for Soft PVC connections. It is one of the Broadband Bearer Capability attributes. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'notIndicated': 1, 'derivedFromServiceCategory': 15, 'indicated': 0.
                             atmIfVpcVpdFwdFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.76 integer read-write
This attribute specifies the activation of frame discard functionality in the forward data direction, at relay points, for this connection. It applies to each hop of the connection. Frame discard functions should not be requested if this connection is not transferring frame (AAL5) traffic. Setting the value to indicated for any other traffic type results in all traffic being discarded. If this connection point is a permanent (provisioned) VCC mid- point, this attribute specifies whether the Partial Packet Discard (PPD) function is to be enabled or disabled in the transmit direction at this connecting point. The PPD function allows the connecting point to discard the remainder of a cell-forwarded AAL5 frame if one cell of this frame has been discarded. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded by the AAL5 reassembly are not transmitted. At a permanent VCC connecting point which is not a connection endpoint, when this attribute is set to indicated, the PPD function is applied to transmit traffic at this connecting point. It should not be indicated for connections whose end points are not performing AAL5 segmentation and reassembly. When this attribute is set to notIndicated, the PPD feature is not applied to transmit traffic at this connecting point. At a SPVC origin on a PNNI interface, a value of indicated specifies that frame discard is requested in the forward direction. The frame discard function for SPVCs consists of PPD at the SPVC origin and at all intermediate connecting points. When this attribute is set to notIndicated, forward frame discard is not requested in the SPVC call setup. Thus PPD is not enabled at the SPVC origin nor at any intermediate connecting point. At all points along a VPC, this setting is ignored. At a permanent VCC connection endpoint, this value is ignored. If AAL5 segmentation and reassembly has been requested, PPD and Early Packet Discard (EPD) are automatically enabled. This attribute has been migrated to txFrameDiscard. Enumeration: 'notIndicated': 0, 'indicated': 1.
                             atmIfVpcVpdBwdFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.4.2.110.1.77 integer read-write
This attribute specifies the activation of frame discard functionality in the backward data direction, at relay points, for this connection. It applies to each hop of the connection. Frame discard functions should not be requested if this connection is not transferring frame (AAL5) traffic. Setting the value to indicated for any other traffic type results in all traffic being discarded. If this connection point is a permanent (provisioned) VCC mid- point, this attribute specifies whether the Partial Packet Discard (PPD) function is to be enabled or disabled in the receive direction at this connecting point. The PPD function allows the connecting point to discard the remainder of a cell-forwarded AAL5 frame if one cell of this frame has been discarded. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded by the AAL5 reassembly are not received. At a permanent VCC connecting point which is not a connection endpoint, when this attribute is set to indicated, the PPD function is applied to receive traffic at this connecting point. It should not be indicated for connections whose end points are not performing AAL5 segmentation and reassembly. When this attribute is set to notIndicated, the PPD feature is not applied to receive traffic at this connecting point. At a SPVC origin on a PNNI interface, a value of indicated specifies that frame discard is requested in the backward direction. The frame discard function for SPVCs consists of PPD at the SPVC origin and at all intermediate connecting points. When this attribute is set to notIndicated, backwards frame discard is not requested in the SPVC call setup. Thus PPD is not enabled at the SPVC origin nor at any intermediate connecting point. At all points along a VPC, this setting is ignored. At a permanent VCC connection endpoint, this value is ignored. If AAL5 segmentation and reassembly has been requested, PPD and Early Packet Discard (EPD) are automatically enabled. This attribute has been migrated to rxFrameDiscard. Enumeration: 'notIndicated': 0, 'indicated': 1.
                 atmIfVpcVpdAcctTable 1.3.6.1.4.1.562.2.4.1.114.4.2.111 no-access
This group contains the provisionable ATM accounting attributes for a Vcc, Vpc, or Vpt component.
                         atmIfVpcVpdAcctEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.111.1 no-access
An entry in the atmIfVpcVpdAcctTable.
                             atmIfVpcVpdCorrelationTag 1.3.6.1.4.1.562.2.4.1.114.4.2.111.1.10 asciistring read-write
This attribute specifies a unique indentifier for each end of a PVC. It that may be used by downstream processing systems to correlate accounting records issued at different nodes in the network. The attribute can be up to 32 bytes long. If it is less than 32 bytes, it is zero filled on the right to create a 32 byte value. The resulting value is recorded in the attribute callConnId for this PVC's ATM accounting records. If the attribute is a null string then this PVC does not have any accounting records generated for it.
                 atmIfVpcVpdTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.4.2.297 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of five traffic parameters whose meanings are defined by the txTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR) and requested shaping rate are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. CDVT is expressed in microseconds. The values of PCR, SCR, MBS and CDVT are used for connection admission control (CAC). The value of CDVT is only used for connections where the atmServiceCategory is constantBitRate. For all other values of atmServiceCategory, CDVT is ignored. The values of PCR, SCR and requested shaping rate are used to determine the actual shaping rate where traffic shaping is enabled. When txTrafficDescType is 1 or 2, all of the parameters must be set to zero. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be non-zero. Parameters 2 and 3 must be zero. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell discard; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell tagging; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. Whenever it is valid for PCR to be specified, parameter 5 may also be used to specify a requested shaping rate. A non-zero value in parameter 5 overrides the value in parameter 1 and is used as the peak cell rate in calculations of CAC and shaping rate. For txTrafficDescType 3, 4 and 5, the transmit traffic is shaped at the next rate less than the PCR. For txTrafficDescType 6, 7 and 8, the transmit traffic is shaped at the highest available rate which is between PCR and SCR. However, if there is no available shaping rate between PCR and SCR, traffic is shaped at the next rate above the PCR.
                         atmIfVpcVpdTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.297.1 no-access
An entry in the atmIfVpcVpdTxTdpTable.
                             atmIfVpcVpdTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.4.2.297.1.1 integer32 no-access
This variable represents the atmIfVpcVpdTxTdpTable specific index for the atmIfVpcVpdTxTdpTable.
                             atmIfVpcVpdTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.4.2.297.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVpcVpdTxTdpTable.
                 atmIfVpcVpdRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.4.2.298 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR) and sustained cell rate (SCR) are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. The value of CDVT is expressed in microseconds. The values of PCR, SCR, MBS and CDVT are used for usage parameter control (UPC). When rxTrafficDescType is 1 or 2, all of the parameters must be set to zero (unused). When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic. Parameter 1 must be non-zero. Parameters 2 and 3 must be set to zero (unused). When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is a 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to Parameter 2. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameter 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is any value from 3 through 8, parameter 4 represents the CDVT. If this value is zero, the CDVT is taken from the ConnectionAdministrator defaults for the particular atmServiceCategory of this connection. When rxTrafficDescriptorType is 3 through 8, there are certain extreme combinations of rxTrafficDescParm which are outside the capabilities of the UPC hardware. The check prov command detects such cases and generates an error message. If this happens, adjust the parameters until they fall within the supported limits. To calculate the limits, use the following formulae: I1 = 1 000 000 000 / PCR L1 = CDVT * 1000 I2 = 1 000 000 000 / SCR L2 = CDVT + (MBS - 1) * (I2 - I1) I1 and I2 must be less than or equal to 335 523 840. I1 + L1 must be less than or equal to 1 342 156 800. I2 + L2 must be less than or equal to 1 342 156 800. Note that I2 and L2 only apply when the rxTrafficDescriptorType is 6 through 8. If the values of I1, L1, I2 or L2 are closer to the limits described above, a further restriction applies. Specifically, if either: I1 > 41 940 480 or I2 > 41 940 480 or I1 + L1 > 167 769 600 or I2 + L2 > 167 769 600 then both I1 and I2 must be greater than 20 480. Parameter 5 of the rxTrafficDescParm is always unused. If the rxTrafficDescType is sameAsTx, the values in this attribute are taken from the txTrafficDescParm.
                         atmIfVpcVpdRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.298.1 no-access
An entry in the atmIfVpcVpdRxTdpTable.
                             atmIfVpcVpdRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.4.2.298.1.1 integer32 no-access
This variable represents the atmIfVpcVpdRxTdpTable specific index for the atmIfVpcVpdRxTdpTable.
                             atmIfVpcVpdRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.4.2.298.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVpcVpdRxTdpTable.
                 atmIfVpcVpdFqpTable 1.3.6.1.4.1.562.2.4.1.114.4.2.359 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of three elements that specify the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). It is signalled through the extended QoS information element. The ctd specifies the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). It is signalled through the end to end transit delay information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                         atmIfVpcVpdFqpEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.359.1 no-access
An entry in the atmIfVpcVpdFqpTable.
                             atmIfVpcVpdFqpIndex 1.3.6.1.4.1.562.2.4.1.114.4.2.359.1.1 integer no-access
This variable represents the atmIfVpcVpdFqpTable specific index for the atmIfVpcVpdFqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                             atmIfVpcVpdFqpValue 1.3.6.1.4.1.562.2.4.1.114.4.2.359.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVpcVpdFqpTable.
                 atmIfVpcVpdBqpTable 1.3.6.1.4.1.562.2.4.1.114.4.2.360 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of three elements that specify the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). It is signalled through the extended QoS information element. The ctd specifies the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). It is signalled through the end to end transit delay information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                         atmIfVpcVpdBqpEntry 1.3.6.1.4.1.562.2.4.1.114.4.2.360.1 no-access
An entry in the atmIfVpcVpdBqpTable.
                             atmIfVpcVpdBqpIndex 1.3.6.1.4.1.562.2.4.1.114.4.2.360.1.1 integer no-access
This variable represents the atmIfVpcVpdBqpTable specific index for the atmIfVpcVpdBqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                             atmIfVpcVpdBqpValue 1.3.6.1.4.1.562.2.4.1.114.4.2.360.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVpcVpdBqpTable.
             atmIfVpcLoop 1.3.6.1.4.1.562.2.4.1.114.4.3
                 atmIfVpcLoopRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.4.3.1 no-access
This entry controls the addition and deletion of atmIfVpcLoop components.
                     atmIfVpcLoopRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.4.3.1.1 no-access
A single entry in the table represents a single atmIfVpcLoop component.
                         atmIfVpcLoopRowStatus 1.3.6.1.4.1.562.2.4.1.114.4.3.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVpcLoop components. These components can be added and deleted.
                         atmIfVpcLoopComponentName 1.3.6.1.4.1.562.2.4.1.114.4.3.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfVpcLoopStorageType 1.3.6.1.4.1.562.2.4.1.114.4.3.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVpcLoop tables.
                         atmIfVpcLoopIndex 1.3.6.1.4.1.562.2.4.1.114.4.3.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVpcLoop tables.
             atmIfVpcTm 1.3.6.1.4.1.562.2.4.1.114.4.9
                 atmIfVpcTmRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.4.9.1 no-access
This entry controls the addition and deletion of atmIfVpcTm components.
                     atmIfVpcTmRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.4.9.1.1 no-access
A single entry in the table represents a single atmIfVpcTm component.
                         atmIfVpcTmRowStatus 1.3.6.1.4.1.562.2.4.1.114.4.9.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVpcTm components. These components cannot be added nor deleted.
                         atmIfVpcTmComponentName 1.3.6.1.4.1.562.2.4.1.114.4.9.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfVpcTmStorageType 1.3.6.1.4.1.562.2.4.1.114.4.9.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVpcTm tables.
                         atmIfVpcTmIndex 1.3.6.1.4.1.562.2.4.1.114.4.9.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVpcTm tables.
                 atmIfVpcTmAbr 1.3.6.1.4.1.562.2.4.1.114.4.9.2
                     atmIfVpcTmAbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.4.9.2.1 no-access
This entry controls the addition and deletion of atmIfVpcTmAbr components.
                         atmIfVpcTmAbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.4.9.2.1.1 no-access
A single entry in the table represents a single atmIfVpcTmAbr component.
                             atmIfVpcTmAbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.4.9.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVpcTmAbr components. These components cannot be added nor deleted.
                             atmIfVpcTmAbrComponentName 1.3.6.1.4.1.562.2.4.1.114.4.9.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                             atmIfVpcTmAbrStorageType 1.3.6.1.4.1.562.2.4.1.114.4.9.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVpcTmAbr tables.
                             atmIfVpcTmAbrIndex 1.3.6.1.4.1.562.2.4.1.114.4.9.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVpcTmAbr tables.
                     atmIfVpcTmAbrOperTable 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110 no-access
This group contains operational attributes for connections using ABR service category.
                             atmIfVpcTmAbrOperEntry 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1 no-access
An entry in the atmIfVpcTmAbrOperTable.
                                 atmIfVpcTmAbrInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.10 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Initial Cell Rate (ICR) parameter for this connection. ICR is the rate at which a source should send initially and after an idle period. For nailed-up connections, this attribute is determined by the provisioned value of the initialCellRate attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element. The ICR for a connection is a value between the MCR and the PCR. Furthermore, ICR has an upper bound determined by the transientBufferExposure divided by fixedRoundTripTime.
                                 atmIfVpcTmAbrTransientBufferExposure 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.11 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Transient Buffer Exposure (TBE) for this connection. TBE is the negotiated number of cells that the network would like to limit the resource to send during start-up periods, before the first Resource Management (RM) cell returns. For nailed-up connections, this attribute is determined by the provisioned value of the transientBufferExposure attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                 atmIfVpcTmAbrFixedRoundTripTime 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.12 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Fixed Round-Trip Time (FRTT) parameter for this connection. FRTT is the sum of the fixed and propagation delays from the source to a destination and back. For nailed-up connections, this attribute is determined by the provisioned value of the fixedRoundTripTime attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                 atmIfVpcTmAbrRateDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.13 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Rate Decrease Factor (RDF) for this connection. The RDF value is computed by using the operational value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 8, RDF is 2E-8 = 1/256. RDF controls the amount by which the cell transmission rate may decrease upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) field set to 1, the Allowed Cell Rate (ACR) value would be reduced by the amount (RDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. For nailed-up connections, this attribute is determined by the provisioned value of the rateDecreaseFactor attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                 atmIfVpcTmAbrRateIncreaseFactor 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.14 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Rate Increase Factor (RIF) for this connection. The RIF value is computed by using the operational value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 6, RIF is 2E-6 = 1/64. RIF controls the amount by which the cell transmission rate may increase upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) and the No Increase (NI) fields both set to 0, the Allowed Cell Rate (ACR) value would be increased by the amount (RIF*ACR). The ACR is not allowed to exceed the Peak Cell Rate (PCR), in which case the ACR is set to PCR. For nailed-up connections, this attribute is determined by the provisioned value of the rateIncreaseFactor attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                 atmIfVpcTmAbrMaxCellPerRmCell 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.15 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the maximum number of cells an ABR source may transmit for each forward Resource Management (RM) cell. The count of the cells transmitted includes data cells, OAM cells, backward RM cells, and the forward RM cell. For nailed-up connections, this attribute is determined by the provisioned value of the maxCellsPerRmCell attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                 atmIfVpcTmAbrMaxTimeBetweenRmCell 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.16 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the TRM parameter for this connection. TRM provides an upper bound on the time interval between forward Resource Management (RM) cells for an ABR source. Since the last forward RM cell was sent, if at least TRM time has elapsed since and at least 2 other cells have been sent, the next cell to be transmitted would be a forward RM cell. For nailed-up connections, this attribute is determined by the provisioned value of the maxTimeBetweenRmCell attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                 atmIfVpcTmAbrCutoffDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.17 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Cutoff Decrease Factor (CDF) parameter for this connection. When the value of this attribute is non-zero, CDF is computed as the inverse of the value. For example, if the value is 32, the value of CDF is 1/32. When the value of this attribute is 0, CDF is also zero. CDF controls the decrease in the Allowed Cell Rate (ACR) associated with the forwardRmCellLimit attribute, the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the ACR value would be decreased by the amount (CDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. For nailed-up connections, this attribute is determined by the provisioned value of the cutoffDecreaseFactor attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                 atmIfVpcTmAbrAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.18 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Allowed Cell Rate Decrease Time Factor (ADTF) parameter for this connection. ADTF is the time interval permitted between sending forward Resource Management (RM) cells before the Allowed Cell Rate (ACR) is decreased to initialCellRate. In other words, if the source does not transit a forward RM cell for the period specified by adtf, it reduces its ACR to the value of its initialCellRate. For nailed-up connections, this attribute is determined by the provisioned value of the acrDecreaseTimeFactor attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                 atmIfVpcTmAbrForwardRmCellLimit 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.19 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the CRM parameter for this connection. CRM is the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the Allowed Cell Rate (ACR) value would be decreased by the amount (CDF*ACR), where CDF is determined by the cutoffDecreaseFactor. The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. The value of CRM is obtained as transientBufferExposure divided by maxCellsPerRmCell.
                                 atmIfVpcTmAbrTxRateChangeInfo 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.20 integer read-only
THIS ATTRIBUTE IS HISTORICAL:This attribute indicates the rate change information put into the last forward Resource Management (RM) cell turned around as a backward-RM cell. For connections configured as an ABR Source or Destination, the turned around backward-RM cell is sent over the interface. For connections configured as an ABR Virtual Source or Virtual Destination, the turned around backward-RM cell is sent over the backplane. Enumeration: 'explicitRateIndicated': 2, 'noIncreaseIndicated': 1, 'congestionIndicated': 0.
                                 atmIfVpcTmAbrAcrRateChangeInfo 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.21 integer read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the type of change in the Allowed Cell Rate (ACR) as a result of the information in the last backward Resource Management (B-RM) cell received from the interface. This attribute value is only applicable when the Vcc Tm or Vpc Tm abrConnectionType attribute is sourceDest or VirtualSourceDest. In all other cases, this attribute value is notApplicable. A value of noChange indicates that the rate did not change as a result of the last backward RM cell received. A value of decreasedByRdf or increasedByRif indicates that the ACR was increased or decreased by the corresponding factor. This change is as a result of the CI or NI bit setting in the last backward RM cell, or an ADTF timeout. A value of setToExplicitRate indicates that the ACR was set to the ER value in the last backward RM cell. Enumeration: 'increasedByRif': 2, 'noChange': 0, 'decreasedByRdf': 1, 'setToExplicitRate': 3, 'notApplicable': 15.
                                 atmIfVpcTmAbrTxFwdRmCells 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.22 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute counts the number of forward Resource Management (RM) cells sent over the interface since the last backward RM-cell was received from the interface. If the value of this attribute is greater than or equal to the value of forwardRmCellLimit, the Allowed Cell Rate (ACR) value would be decreased by the amount (CDF*ACR), where CDF is determined by the cutoffDecreaseFactor. This counter is reset to zero each time a backward-RM cell is received. This counter does not wrap to zero if it reaches its maximum value of 4095 in order to indicate that no backward RM cell has been received.
                                 atmIfVpcTmAbrRxEfci 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.23 integer read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the value of the Explicit Forward Congestion Indication (EFCI) bit of the last data cell received from the interface. When a forward Resource Management (RM) cell is turned around as a backward-RM cell, the Congestion Indication (CI) field of the backward-RM cell is set to 1, if the value of this attribute is indicated. This attribute is set to notIndicated each time a backward-RM cell is transmitted. Enumeration: 'notIndicated': 0, 'indicated': 1.
                                 atmIfVpcTmAbrBrmRateChangeInfo 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.24 octet string read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest, virtualSourceDest or explicitRate. This attribute indicates the values of key fields which affect the rate change. These fields are from the most recent Backward Resource Management (B-RM) cell on this connection. These fields may have been set by a connection point at some switch prior to the B-RM cell arriving at this connection point. A value of ci indicates that the Congestion Indication (CI) field is set in the B-RM cell. A value of ni indicates that the No Increase (NI) field is set in the B-RM cell. A value of er indicates that a rate decrease is indicated by the Explicit Rate in the B-RM cell having a value lower than the Current Cell Rate (CCR) field in the B-RM cell. The actual explicit rate from the B-RM cell is shown in the brmEr attribute of this component. Description of bits: ci(0) ni(1) er(2)
                                 atmIfVpcTmAbrBrmExplicitRate 1.3.6.1.4.1.562.2.4.1.114.4.9.2.110.1.25 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest, virtualSourceDest or explicitRate. This attribute indicates the value of the Explicit Rate field from the most recent Backward Resource Management (B-RM) cell on this connection. This is the rate from the B-RM cell which may be different from the explicit rate (ER) offered at this connection point. Specifically, this attribute may indicate the ER which has been set in the B-RM cell by some connection point before the B-RM cell arrived at this connection point.
                 atmIfVpcTmOperTable 1.3.6.1.4.1.562.2.4.1.114.4.9.100 no-access
This group contains attributes for the Tm component to reflect operational traffic attributes.
                         atmIfVpcTmOperEntry 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1 no-access
An entry in the atmIfVpcTmOperTable.
                             atmIfVpcTmTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.10 integer read-only
T his attribute indicates the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                             atmIfVpcTmTxQosClass 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.31 integer read-only
This attribute indicates the quality of service for the calling to called direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVpcTmTxQueueLength 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.32 unsigned32 read-only
This attribute indicates the current number of cells in the transmit queue for this connection. If this connection has unshapedTransmitQueueing attribute displayed as common, this attribute displays the length of the common queue which is used for this atm service category. If this connection has unshapedTransmitQueueing attribute displayed as fifo, this attribute indicates the number of cells for this connection which are enqueued in a first-in-first-out queuing method for this atm service category. This will only occur for connections on ATM IP cards with atmServiceCategory of nrtVbr or ubr. If this connection has unshapedTransmitQueueing attribute displayed as perVc or as notApplicable, this attribute displays the length of the per-VC queue. This attribute does not apply to basic Vpts.
                             atmIfVpcTmTxQueueCongestionState 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.33 unsigned32 read-only
This attribute indicates the congestion state of the transmit queue for this connection. If this connection has unshapedTransmitQueueing attribute displayed as common, this attribute displays the congestion state of the common queue. If this connection has unshapedTransmitQueueing attribute displayed as perVc or as notApplicable, this attribute displays the congestion state of the per- VC queue. The congestion state of a queue is indicated by a numeric value ranging from 0 to 3. When a queue is in a congested state x, only traffic with discard priority (DP) 0 to x are enqueued. Traffic with DP > x is discarded. For example, if the congestion state is 3, there is no congestion and all traffic is enqueued. Likewise, when the congestion state is 0, there is maximum congestion and only traffic with DP=0 is enqueued on that queue. This attribute does not apply to basic Vpts.
                             atmIfVpcTmHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.35 integer read-only
This attribute indicates the actual holding priority in effect for this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. Some applications, for example Vcc Test, may override the provisioned holding priority. A value of notApplicable is displayed when this is an elastic connection. Holding priority does not apply to bandwidth elastic connections. Holding priority has no effect if the equivalent cell rate (ECR) for a connection is zero. This attribute does not apply to Vpt Vccs. Enumeration: 'notApplicable': 6, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVpcTmRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.40 integer read-only
This attribute indicates the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                             atmIfVpcTmRxQosClass 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.61 integer read-only
This attribute indicates the quality of service for the called to calling direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVpcTmAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.62 integer read-only
This attribute indicates the ATM service category used for traffic in both directions of the connection. This attribute does not apply to Virtual Link VPTs and will always be displayed as constantBitRate. The constantBitRate service category is intended for real time applications, that is, those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to have significantly reduced value for the application. The rtVariableBitRate service category is intended for real time applications; that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The availableBitRate service is an ATM layer service category for which the limiting ATM layer transfer characteristics provided by the network may change subsequent to connection establishment. ABR service has a flow control mechanism which supports several types of feedback to control the source rate in response to changing ATM layer transfer characteristics. ABR service is not intended to support real-time applications. The unspecifiedBitRate service is intended for non-real time applications, that is those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'constantBitRate': 1, 'availableBitRate': 4, 'unspecifiedBitRate': 0, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                             atmIfVpcTmTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.70 integer read-only
This attribute indicates the traffic shaping state of the connection. A value of notApplicable indicates that traffic shaping is not applicable or not supported for this connection. This is the case: - when the txTrafficDescType is 1 or 2. - for standard Vpt Vccs and basic Vpts. - for CQC-based ATM cards, when the atmServiceCategory is constantBitRate. In these cases, the value of notApplicable is set regardless of whether traffic shaping is enabled or disabled in the provisioning data. A value of disabled indicates that traffic shaping is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of linear or inverseUpc indicates that traffic shaping is applicable and supported for the type of connection and has been turned on in the provisioning data. This is the only case that indicates that traffic shaping is performed on the connection. In this case, the actual shaping rate is reflected in the txTrafficDescParm attribute, parameter number 4. A value of linear indicates that traffic is being shaped at the constant rate indicated in txTrafficDescParm 4. A value of inverseUpc is possible only on ATM IP cards. This value indicates that the shaper strictly conforms to the requirements of a dual leaky bucket UPC enforcer. This value is indicated if traffic shaping is enabled, and the txTrafficDescType for this connection is 6, 7 or 8. Traffic shaping for connections with atmServiceCategory as availableBitRate (txTrafficDescType 9) depends upon the abrConnectionType attribute. If abrConnectionType is sourceDest or virtualSourceDest, the value of this attribute is dynamic. If abrConnectionType is erSwitch or efciSwitch, this attribute is notApplicable. Enumeration: 'disabled': 1, 'notApplicable': 4, 'inverseUpc': 6, 'dynamic': 7, 'linear': 5.
                             atmIfVpcTmBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.71 integer read-only
This attribute indicates the bearer capability for this connection. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is displayed, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements.When c is displayed, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (cbr or vbr), and timing requirements are user defined (that is, transparent to the network). When the value of this attribute is x, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. Class vp service is used to indicate a transparent VP service when the user is requesting an ATM only service from the network. In this case, the network does not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except for VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP and SVP connections. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'notApplicable': 30.
                             atmIfVpcTmTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.72 integer read-only
This attribute indicates the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance, or in the case that the transfer capability in the call request was set to NoIndication. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value NoIndication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required for the connection. The value no for end-to-end timing indicates that end-to-end timing is not required for the connection. Enumeration: 'n10': 10, 'notApplicable': 30, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                             atmIfVpcTmClippingBbc 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.74 integer read-only
This attribute indicates the value of the clipping susceptibility parameter in the broadband bearer capability (BBC) Information Element. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'yes': 1, 'no': 0.
                             atmIfVpcTmUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.75 integer read-only
This attribute indicates the unshaped transmit queuing state of the connection. A value of common indicates that transmit traffic is being enqueued onto the common transmit queue for this service category. The txQueueLength attribute indicates the current length of the common transmit queue. A value of fifo indicates that transmit traffic is being queued in a first-in-first-out basis for this service category. This is similar to common queueing, but the txQueueLength attribute indicates the number of cells in this connection queue. A value of fifo will only be indicated for connections on ATM IP cards with atmServiceCategory of nrtVbr or ubr. A value of perVc indicates that transmit traffic is being enqueued onto a per-VC queue for this connection. A value of notApplicable indicates that transmit traffic is being shaped for this connection, or that unshaped transmit queuing is not applicable for this type of connection. Transmit traffic for a shaped connection is enqueued onto a per-VC queue, but this attribute is only applicable for unshaped connections. Unshaped transmit queuing is not applicable for basic Vpts. Enumeration: 'notApplicable': 4, 'perVc': 0, 'fifo': 5, 'common': 1.
                             atmIfVpcTmBestEffort 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.76 integer read-only
This attribute indicates value of best effort parameter in the ATM Traffic Descriptor Information Element. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'notIndicated': 1, 'indicated': 0.
                             atmIfVpcTmForceTagging 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.78 integer read-only
This attribute indicates the state of force tagging option for this connection. Force tagging refers to setting the CLP bit for all cells on a connection. For CQC-based ATM cards, this attribute is not applicable and is not displayed. A value of enabled indicates that the CLP bit is being set to 1 for all cells in the transmit direction on this connection. A value of disabled indicates that the CLP bit is unchanged for cells in the transmit direction on this connection. disabled is always displayed for Vpts since forced tagging is applied on a per Vpt Vcc basis. Enumeration: 'disabled': 1, 'enabled': 0.
                             atmIfVpcTmWeight 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.79 unsigned32 read-only
This attribute indicates the relative weight of this unshaped connection. Connections with a larger weight get a larger proportion of the link bandwidth, or in the case of standard Vpt Vccs, the Vpt bandwidth. For all but standard Vpt Vccs, the default connection weight is determined by the weight policy for a service category and the traffic descriptor for a connection. For standard Vpt Vccs, the default connection weight is determined by the Vcc's service category. For CQC-based ATM cards, this attribute is not applicable and is not displayed. A value from 1 to 4095 indicates an actual weight. The value upToQueueLimit indicates that the weight of a connection is up to the transmit queue limit for this connection. upToQueueLimit is used with common (first-in-first-out) queueing. This attribute is displayed as notApplicable if: - this connection has trafficShaping displayed as linear or inverseUpc. - this is a basic Vpt. VALUES ( 0 = upToQueueLimit 65534 = notApplicable )
                             atmIfVpcTmUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.80 integer read-only
This attribute indicates the UPC state of the connection. A value of notApplicable indicates that UPC is not applicable or not supported for the connection. This is the case: - when the connection's rxTrafficDescType is 1 or 2. - for standard Vpt Vccs and basic Vpts. A value of notApplicable is set regardless of whether UPC is disabled or enabled in provisioning data. A value of disabled indicates that UPC is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of enforced indicates that UPC is actively checking conformance for the connection and is discarding or tagging cells which do not conform to the connection traffic contract. The traffic descriptor parameters used for UPC conformance are reflected in the rxTrafficDescParms of the connection. On ATM IP cards, the counts of UPC violations are visible in the Vcc, Vpc, or Vpt rxUpcViolationsOnEnforcer1 or rxUpcViolationsOnEnforcer2 attributes. ATM IP cards provide the ability to monitor UPC violations without tagging or discarding. A value of monitored indicates that UPC is actively checking conformance for the connection and counting the violations, but is not discarding or tagging cells which do not conform to the connection traffic contract. The traffic descriptor parameters used for UPC conformance are reflected in the rxTrafficDescParms of the connection. The counts of UPC violations are visible in the Vcc, Vpc, or Vpt rxUpcViolationsOnEnforcer1 or rxUpcViolationsOnEnforcer2 attributes. The value of monitored appears only on ATM IP cards. If the atmServiceCategory for this connection indicates availableBitRate, a value of abrEnforced indicates that Dynamic Generic Cell Rate Algorithm (DGCRA) is active for the connection and that violating cells are discarded. The cell rate which is in effect at any particular instant is indicated in rxTrafficDescParm 4 of the connection. If the atmServiceCategory for this connection indicates availableBitRate, a value of abrMonitored indicates that Dynamic Generic Cell Rate Algorithm (DGCRA) is active for the connection but that violating cells are counted only. The cell rate which is in effect at any particular instant is indicated in rxTrafficDescParm 4 of the connection. Enumeration: 'enforced': 0, 'monitored': 4, 'abrEnforced': 6, 'abrMonitored': 5, 'disabled': 1, 'notApplicable': 3.
                             atmIfVpcTmTxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.85 octet string read-only
This attribute indicates the current set of packet-wise discard functions in effect in the transmit data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an intermediate connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. On CQC-based ATM cards, PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. A value of wred indicates that Weighted Random Early Detection is in effect at this connection point. W-RED can be enabled by provisioning for PVCs and SPVCs. On ATM IP cards, all packet-wise discard functions also apply to provisioned virtual path connections (VPCs). On CQC-based ATM cards, packet-wise functions are not applicable for VPCs. This attribute is not applicable for Vpts. Description of bits: ppd(0) epd(1) wred(2)
                             atmIfVpcTmRxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.86 octet string read-only
This attribute indicates the current set of packet-wise discard functions in effect in the receive data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an intermediate connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. On ATM IP cards, all packet-wise discard functions also apply to provisioned virtual path connections (VPCs). On CQC-based ATM cards, packet-wise functions are not applicable for VPCs. This attribute is not applicable for Vpts. Description of bits: ppd(0) epd(1)
                             atmIfVpcTmBandwidthElastic 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.90 integer read-only
This attribute is only of importance for connections which are carried on a link with a variable bandwidth. For example, the bandwidth may be reduced in the event that one or more physical links in the IMA group fail, such that the originally requested bandwidth cannot be maintained. This attribute shows whether the application (for example, Trunk) running on this connection can continue to operate if the bandwidth is reduced. If the bandwidth is reduced, the amount by which it is reduced is displayed in the bandwidthReduction attribute. A value of yes, indicates that this connection is elastic, and the bandwidth may be reduced but the connection is not released. A value of no indicates that the bandwidth for this connection is not reduced in the event of link bandwidth reduction. However, this connection may be released based on its holdingPriority. Bandwidth elasticity has no effect for connections which have an equivalent cell rate (ECR) of zero. This attribute is not applicable for Vpts and Vpt Vccs. Enumeration: 'yes': 1, 'no': 0.
                             atmIfVpcTmBandwidthReduction 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.100 unsigned32 read-only
This attribute shows the amount by which the bandwidth has been reduced for this connection. This value is non-zero only for connections which have bandwidthElastic displayed as yes, and which are also operating in a reduced bandwidth mode. This is typically the case for selected connections running over an IMA link. This attribute takes a value from 0 (no reduction) up to the ECR. For all connections which are running at their full allocated bandwidth, bwReduction has the value 0. Connections which have been reduced in allocated bandwidth have a positive number for this attribute. The bwReduction may be subtracted from the ECR (which is displayed as txTrafficDescParm 5) to determine the actual bandwidth allocated to this connection.
                             atmIfVpcTmAbrConnectionType 1.3.6.1.4.1.562.2.4.1.114.4.9.100.1.110 integer read-only
This attribute indicates the type of ABR behavior which is in effect at this connection. This attribute is only applicable if the atmServiceCategory attribute is availableBitRate. If the atmServiceCategory attribute is not availableBitRate, or if the connection is not active, this attribute value is displayed as notApplicable. For CQC-based ATM cards, the only possible values are notApplicable, efciSwitch or nonAbrInterworking. In EFCI marking mode, the Explicit Forward Congestion Indication (EFCI) field in the data cell headers is used to indicate transmit queue congestion. For ATM IP cards, if the connectionPointType is displayed as connectionEndPoint, this attribute has the value sourceDest. In this mode, the ABR Source and Destination behavior is in effect at this connection. This attribute is also sourceDest in the case where the next hop connection is specified as nonAbrInterworking. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. If the connectionPointType is not connectionEndPoint, the value of this attribute depends upon the abrConnectionType provisioning and the card type to which the traffic is forwarded on the backplane. The default abrConnectionType is provisioned at the CA Abr abrConnectionType attribute, and may be overridden for a provisioned connection in the Vcd Tm abrConnectionType or Vpd Tm abrConnectionType attribute. If the CA Abr abrConnectionType attribute is virtualSourceDest at either one of the two connection points, and if both the connection points are defined on ATM IP cards, virtual source and destination behavior is applied to the connection. In this instance, the attribute displays the value virtualSourceDest. This attribute has the value erSwitch if ABR explicit rate functionality is in effect at this connection. In this mode, the switch may modify the Explicit Rate (ER) field of backward Resource Management (RM) cells to indicate the status of congestion at this connection point. This attribute has the value nonAbrInterworking in the case where this connection point is functioning as an SPVC origin for an ABR connection where the link side of this connection is configured as a non-ABR ATM service category. This means that there are no RM cells on the link side of this connection, and that the next hop connection point is performing as an ABR sourceDest. Enumeration: 'nonAbrInterworking': 5, 'erSwitch': 1, 'efciSwitch': 2, 'notApplicable': 15, 'virtualSourceDest': 3, 'sourceDest': 4.
                 atmIfVpcTmTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.4.9.451 no-access
This attribute is a vector of five transmit traffic parameters whose mapping is defined by the txTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR), Minimum Cell Rate (MCR), actual cell rate (ACR), explicit rate (ER), equivalent cell rate (ECR), and actual shaping rate are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. CDVT is expressed in microseconds. When txTrafficDescType is 1 or 2, parameters 1 through 5 are unused. In this description, PCR is the greater of either the PCR or the requested shaping rate (parameter 1 or parameter 5) specified in the txTrafficDescParm attribute under the Vcd Tm or Vpd Tm component. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 or 1 traffic; parameters 2 and 3 are unused. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic. When txTrafficDescType is 3, 4, 5, 6, 7, or 8, parameter 4 reflects the actual shaping rate in cell/s for this connection. For CQC-based ATM cards, the set of available shaping rates is based on the number of interfaces doing shaping (attribute perVcQueueInterfaces), and the shapingScalingFactor attribute of the Arc Cqc Override component. A rate of zero (0) indicates that shaping is not performed, or that the interface is down. When txTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents the Cell Delay Variation Toleration (CDVT); parameter 3 represents the Minimum Cell Rate (MCR); the meaning of parameter 4 depends upon the value of the abrConnectionType attribute. if abrConnectionType is sourceDest or virtualSourceDest, parameter 4 represents the Allowed Cell Rate (ACR); If abrConnectionType is erSwitch, parameter 4 represents the Explicit Rate (ER); and if abrConnectionType is efciSwitch, parameter 4 reflects the actual shaping rate in cell/s for this connection. When txTrafficDescType is 3, 4, 5, 6, 7, 8, or 9, parameter 5 reflects the equivalent cell rate in cell/s for this connection as determined by the Connection Admission Control (CAC) algorithm. The equivalent cell rate is useful in determining the admission characteristics of this connection.
                         atmIfVpcTmTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.4.9.451.1 no-access
An entry in the atmIfVpcTmTxTdpTable.
                             atmIfVpcTmTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.4.9.451.1.1 integer32 no-access
This variable represents the atmIfVpcTmTxTdpTable specific index for the atmIfVpcTmTxTdpTable.
                             atmIfVpcTmTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.4.9.451.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVpcTmTxTdpTable.
                 atmIfVpcTmTxQThreshTable 1.3.6.1.4.1.562.2.4.1.114.4.9.452 no-access
This attribute indicates the queue limit and the discard thresholds for the transmit queue of this connection. If this connection has unshapedTransmitQueueing attribute displayed as common, this attribute displays the thresholds of the common queue. If this connection has unshapedTransmitQueueing attribute displayed as perVc or as notApplicable, this attribute displays the thresholds of the per-VC queue. The first element indicates the queue limit. The second element is the threshold that marks the transition from congestion state 1 to congestion state 0. This is the threshold at which traffic with discard priority (DP) = 1 is discarded. This threshold is set at approximately 90 percent of the first parameter, the operational queue limit. The third element is the threshold that marks the transition from congestion state 2 to congestion state 1. This is the threshold at which traffic with DP = 2 is discarded. This threshold is set at approximately 75 percent of the first parameter, the operational queue limit. The fourth element is the threshold that marks the transition from congestion state 3 to congestion state 2. This is the threshold at which traffic with DP = 3 is discarded. This threshold is set at approximately 35 percent of the first parameter, the operational queue limit. This attribute does not apply to basic Vpts.
                         atmIfVpcTmTxQThreshEntry 1.3.6.1.4.1.562.2.4.1.114.4.9.452.1 no-access
An entry in the atmIfVpcTmTxQThreshTable.
                             atmIfVpcTmTxQThreshIndex 1.3.6.1.4.1.562.2.4.1.114.4.9.452.1.1 integer32 no-access
This variable represents the atmIfVpcTmTxQThreshTable specific index for the atmIfVpcTmTxQThreshTable.
                             atmIfVpcTmTxQThreshValue 1.3.6.1.4.1.562.2.4.1.114.4.9.452.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVpcTmTxQThreshTable.
                 atmIfVpcTmRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.4.9.453 no-access
This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR), minimum cell rate (MCR) are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. Cell delay variation tolerance (CDVT) is expressed in microseconds. When rxTrafficDescType is 1 or 2, none of the parameters are used. When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard; parameter 4 represents the CDVT. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging; parameter 4 represents the CDVT. When rxTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents CDVT; parameter 3 represents the MCR; parameter 4 indicates the instantaneous rate at which dynamic generic cell rate algorithm (DGCRA) is in effect. If upc is disabled for this connection, the values of PCR, SCR, MBS and CDVT are the provisioned parameters. If upc is enabled, the values of PCR, SCR, MBS, and CDVT are exactly the values used by the usage parameter control hardware in policing the arriving traffic. These may vary slightly from the provisioned values due to granularity of the hardware. In the case where the PCR is equal to the SCR, the effective MBS is zero.
                         atmIfVpcTmRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.4.9.453.1 no-access
An entry in the atmIfVpcTmRxTdpTable.
                             atmIfVpcTmRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.4.9.453.1.1 integer32 no-access
This variable represents the atmIfVpcTmRxTdpTable specific index for the atmIfVpcTmRxTdpTable.
                             atmIfVpcTmRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.4.9.453.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVpcTmRxTdpTable.
                 atmIfVpcTmTqpTable 1.3.6.1.4.1.562.2.4.1.114.4.9.454 no-access
This attribute is a vector of three elements that indicate the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                         atmIfVpcTmTqpEntry 1.3.6.1.4.1.562.2.4.1.114.4.9.454.1 no-access
An entry in the atmIfVpcTmTqpTable.
                             atmIfVpcTmTqpIndex 1.3.6.1.4.1.562.2.4.1.114.4.9.454.1.1 integer no-access
This variable represents the atmIfVpcTmTqpTable specific index for the atmIfVpcTmTqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                             atmIfVpcTmTqpValue 1.3.6.1.4.1.562.2.4.1.114.4.9.454.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVpcTmTqpTable.
                 atmIfVpcTmRqpTable 1.3.6.1.4.1.562.2.4.1.114.4.9.455 no-access
This attribute is a vector of three elements that indicate the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                         atmIfVpcTmRqpEntry 1.3.6.1.4.1.562.2.4.1.114.4.9.455.1 no-access
An entry in the atmIfVpcTmRqpTable.
                             atmIfVpcTmRqpIndex 1.3.6.1.4.1.562.2.4.1.114.4.9.455.1.1 integer no-access
This variable represents the atmIfVpcTmRqpTable specific index for the atmIfVpcTmRqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                             atmIfVpcTmRqpValue 1.3.6.1.4.1.562.2.4.1.114.4.9.455.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVpcTmRqpTable.
             atmIfVpcStateTable 1.3.6.1.4.1.562.2.4.1.114.4.100 no-access
This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
                     atmIfVpcStateEntry 1.3.6.1.4.1.562.2.4.1.114.4.100.1 no-access
An entry in the atmIfVpcStateTable.
                         atmIfVpcAdminState 1.3.6.1.4.1.562.2.4.1.114.4.100.1.1 integer read-only
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component. Enumeration: 'locked': 0, 'shuttingDown': 2, 'unlocked': 1.
                         atmIfVpcOperationalState 1.3.6.1.4.1.562.2.4.1.114.4.100.1.2 integer read-only
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle. Enumeration: 'disabled': 0, 'enabled': 1.
                         atmIfVpcUsageState 1.3.6.1.4.1.562.2.4.1.114.4.100.1.3 integer read-only
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time. Enumeration: 'active': 1, 'idle': 0, 'busy': 2.
             atmIfVpcOperTable 1.3.6.1.4.1.562.2.4.1.114.4.110 no-access
This group contains operational information for a Vcc, Vpc, or Vpt component.
                     atmIfVpcOperEntry 1.3.6.1.4.1.562.2.4.1.114.4.110.1 no-access
An entry in the atmIfVpcOperTable.
                         atmIfVpcConnectionPointType 1.3.6.1.4.1.562.2.4.1.114.4.110.1.10 integer read-only
This attribute reflects the role of the connection component at this interface. A value of connectionEndPoint indicates that user cells, end-to-end OAM cells, and segment OAM cells are processed by the connection component. A value of segmentEndPoint indicates that user cells and end-to- end OAM cells are relayed by the connection component, while segment OAM cells are processed by the connection component. A value of connectingPoint indicates that user cells, end-to-end OAM cells, and segment OAM cells are relayed by the connection component. A value of unknown indicates that the connection component is inactive. Enumeration: 'connectionEndPoint': 0, 'connectingPoint': 2, 'unknown': 3, 'segmentEndPoint': 1.
             atmIfVpcStatusTable 1.3.6.1.4.1.562.2.4.1.114.4.120 no-access
This group contains operational status information for a Vcc, Vpc, or Vpt component.
                     atmIfVpcStatusEntry 1.3.6.1.4.1.562.2.4.1.114.4.120.1 no-access
An entry in the atmIfVpcStatusTable.
                         atmIfVpcOperStatus 1.3.6.1.4.1.562.2.4.1.114.4.120.1.20 integer read-only
This attribute indicates the present operational status of the Vcc, Vpc, or Vpt component. Its value is dependent upon the current state of the segLinkSideLoopbackState and endToEndLoopbackState attributes. The value is end2endUp when the endToEndLoopbackState is good and the segLinkSideLoopbackState is either good or unknown. The value is end2endDown when the endToEndLoopbackState is bad and the segLinkSideLoopbackState is either good or unknown. The value is localUpEnd2endUnknown when the endToEndLoopbackState is unknown and the segLinkSideLoopbackState is good. The value is localDown when segLinkSideLoopbackState is bad. The value is localUpEnd2endUnknown when the endToEndLoopbackState is notApplicable and the segLinkSideLoopbackState is good. The value is unknown when the endToEndLoopbackState is either unknown or notApplicable and the segLinkSideLoopbackState is unknown. Enumeration: 'unknown': 0, 'localUpEnd2endUnknown': 3, 'end2endUp': 1, 'end2endDown': 2, 'localDown': 4.
                         atmIfVpcLocalFailureCause 1.3.6.1.4.1.562.2.4.1.114.4.120.1.25 integer read-only
This attribute indicates the failure cause of the Vcc, Vpc, or Vpt component. noFailure indicates that there is currently no bandwidth related failure for this connection. portDown indicates that the interface corresponding to the parent AtmIf is down. localBwLoss indicates that the Ima corresponding to this AtmIf has lost some, but not all bandwidth, and as a result, this connection has been released. notAdmitted indicates that this connection has failed to be admitted by the Connection Admission Control (CAC) algorithm. appNotRegistered indicates that there is no application registered to use this connection. This may be the case, for example when there is a Vcc Test application, but the test has not been started. Check the status of the application to determine why it is not functional. disabledByApp indicates that the application using this connection has requested that the connection be disabled. An example is a connection used by a trunk application where the trunk has timed out on an attempt to stage. Check the application to determine why it is not fully functional. bwReduced indicates that this connection is operating in a reduced bandwidth state. It is a bandwidth elastic connection which currently has been allocated less than the requested (equivalent) bandwidth. vpDown indicates that this connection has been notified of a fault detected at the associated VP-layer. vpDown is applicable for Vpt Vccs only. Enumeration: 'bwReduced': 6, 'notAdmitted': 3, 'appNotRegistered': 4, 'portDown': 2, 'disabledByApp': 5, 'noFailure': 0, 'localBwLoss': 1, 'vpDown': 7.
                         atmIfVpcTroubled 1.3.6.1.4.1.562.2.4.1.114.4.120.1.28 integer read-only
This attribute indicates whether or not the connection is in a troubled state. Connections become troubled because of OAM failures; when one of the attributes segLinkSideLoopbackState, segSwitchSideLoopbackState, endToEndLoopbackState, aisState (when receiving AIS cells only) or rdiState go bad, this attribute is set to yes; otherwise it is set to no. Enumeration: 'yes': 1, 'no': 0.
                         atmIfVpcSegLinkSideLoopbackState 1.3.6.1.4.1.562.2.4.1.114.4.120.1.30 integer read-only
This attribute contains the current state of the link-side segment loopback for this connection. Link-side segment loopback cells are transmitted (inserted) by a connection component in the direction of the link (port). The value of this attribute is dependent upon the current setting of the segLinkSideLoopback provisionable attribute, the connection point type as specified by the connectionPointType attribute, and the current loopback state (if applicable). The value is notApplicable when the connectionPointType is a connectingPoint. The value is notApplicable when the distributionType is pointToMultipoint. The value is good when the segLinkSideLoopback is on, the connectionPointType is a segmentEndPoint or a connectionEndPoint, and the segment link side loopback is working. The value is bad when the segLinkSideLoopback is on, the connectionPointType is a segmentEndPoint or a connectionEndPoint, and the link side segment loopback is not working. The value is unknown when the segLinkSideLoopback is off. The value is unknown when the segLinkSideLoopback is on, the connectionPointType is a segmentEndPoint and the segment switch side loopback has not yet been determined. The state of this attribute determines, in part, the value of the operStatus attribute. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVpcSegSwitchSideLoopbackState 1.3.6.1.4.1.562.2.4.1.114.4.120.1.40 integer read-only
This attribute contains the current state of the switch-side segment loopback for this connection. Switch-side segment loopback cells are transmitted (inserted) by a connection component in the direction of the bus. The value of this attribute is dependent upon the current setting of the segSwitchSideLoopback provisionable attribute, the connection point type as specified by the connectionPointType attribute, and the current loopback state (if applicable). The value is only applicable when the connectionPointType is a segmentEndPoint. The value is notApplicable when the connectionPointType is a connectingPoint or connectionEndPoint. The value is notApplicable when the distributionType is pointToMultipoint. The value is good when the segSwitchSideLoopback is on, the connectionPointType is a segmentEndPoint and the segment switch side loopback is working. The value is bad when the segSwitchSideLoopback is on, the connectionPointType is a segmentEndPoint and the switch side segment loopback is not working. The value is unknown when the segSwitchSideLoopback is off. The value is unknown when the segSwitchSideLoopback is on, the connectionPointType is a segmentEndPoint and the segment switch side loopback has not been determined. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVpcEndToEndLoopbackState 1.3.6.1.4.1.562.2.4.1.114.4.120.1.50 integer read-only
This attribute contains the current state of the end-to-end loopback for this connection. Its value is dependent upon the current setting of the endToEndLoopback provisionable attribute and the connection point type as specified by the connectionPointType attribute. The value is only applicable when the connectionPointType is a connectionEndPoint. The value is notApplicable when the connectionPointType is a connectingPoint or segmentEndPoint. The value is notApplicable when the distributionType is a pointToMultipoint. The value is good when the endToEndLoopback is on, the connectionPointType is a connectionEndPoint and the end-to-end loopback is working. The value is bad when the endToEndLoopback is on, the connectionPointType is a connectionEndPoint and the end-to-end loopback is not working. The value is unknown when the endToEndLoopback is off. The value is unknown when the endToEndLoopback is on, the connectionPointType is a connectionEndPoint and the end-to-end loopback status has not been determined. The state of this attribute determines, in part, the value of the operStatus attribute. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVpcRxOamCellCongestionState 1.3.6.1.4.1.562.2.4.1.114.4.120.1.55 integer read-only
This attribute contains the current state of the receive side OAM cell congestion for this connection. Its value reflects whether the rate of received OAM cells for this connection is below a specified threshold. The connection maintains a count of the number of OAM cells which are terminated per second. Once that count exceeds the specified threshold, extraction of all OAM cells for this connection is disabled for a period of one minute. This is a congestion management mechanism to prevent the processor from being overloaded with handling OAM cells for a particular connection. This mechanism ensures that tasks, such as trunks obtain enough processor cycles to remain in service, and are not adversely affected by excessive rate of OAM cells on a particular connection. The value is good when the rate of received OAM cells is less than the allowed threshold. The value is bad when the arrival rate has exceeded the allowed threshold. It remains bad for one minute, before returning to good again. During this timeout, extraction of all OAM cells is disabled for this connection. As a result, other loopback failure conditions may occur. The value is unknown when the application has not yet begun to use this connection. An example is the Test component before a test has been started. Each type of OAM cell is counted separately. The threshold for AIS cells is three cells per second. If more than three AIS cells are received within a one second interval, this attribute is set to bad. The threshold for RDI cells and each loopback type is also three, but the threshold for trace cells is 250 per second. The state of this attribute has no direct effect on the value of the operStatus attribute or on the number of troubled connections. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVpcAisState 1.3.6.1.4.1.562.2.4.1.114.4.120.1.60 integer read-only
This attribute contains the current state of the Alarm Indication Signal for this connection. A value of good indicates that the connection's application is active and no alarm has occurred. A value of bad indicates that the connection's application is active and an alarm has occurred. A value of unknown indicates that the connection's application is inactive. A value of notApplicable occurs when the connectionPointType is either a segmentEndPoint or a connectingPoint. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVpcRdiState 1.3.6.1.4.1.562.2.4.1.114.4.120.1.70 integer read-only
This attribute indicates the current state of the Remote Defect Indication for this connection. A value of good indicates that the connection's application is active and no alarm has occurred. A value of bad indicates that the connection's application is active and an alarm has occurred. A value of unknown indicates that the connection's application is inactive. A value of notApplicable occurs when the connectionPointType is either a segmentEndPoint or a connectingPoint. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
             atmIfVpcTrafficTable 1.3.6.1.4.1.562.2.4.1.114.4.130 no-access
This group is HISTORICAL. Please refer to the group AtmTmOper; This attribute group contains attributes for the Vcc and Vpc components to reflect operational traffic attributes.
                     atmIfVpcTrafficEntry 1.3.6.1.4.1.562.2.4.1.114.4.130.1 no-access
An entry in the atmIfVpcTrafficTable.
                         atmIfVpcTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.4.130.1.10 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. Enumeration: 'n8': 8, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                         atmIfVpcTxQosClass 1.3.6.1.4.1.562.2.4.1.114.4.130.1.30 integer read-only
This attribute indicates the quality of service for the transmit direction for this connection. The constantBitRate class refers to traffic offered on services such as a constant bit rate video service. This traffic is highest priority. The variableBitRate class refers to traffic offered on services such as packetized audio and video. The connectionOriented class refers to connection-oriented traffic such as Frame Relay or X.25 traffic. The connectionless traffic refers to traffic offered through connectionless trunks such as certain LAN protocols. The unspecified class supports a 'best effort' type of service, where there is a minimum guarantee of bandwidth. This traffic is lowest priority. This attribute is obsolete, replaced by the UNI 4.0 attribute atmServiceCategory. Enumeration: 'constantBitRate': 1, 'connectionOriented': 3, 'variableBitRate': 2, 'connectionless': 4, 'unspecified': 0.
                         atmIfVpcFwdQosClass 1.3.6.1.4.1.562.2.4.1.114.4.130.1.31 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the quality of service for the calling to called direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                         atmIfVpcTxQueueLength 1.3.6.1.4.1.562.2.4.1.114.4.130.1.32 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the current length of the transmit queue for this connection. If this connection has traffic shaping disabled, then this attribute displays the common queue length. If traffic shaping is enabled, then this attribute displays the per-VC queue length.
                         atmIfVpcTxQueueCongestionState 1.3.6.1.4.1.562.2.4.1.114.4.130.1.33 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the congestion state of the transmit queue for this connection. If the connection has traffic shaping disabled, then this attribute displays the common queue congestion state. If traffic shaping is enabled, then this attribute displays the per-VC queue congestion state. The congestion state of a queue is indicated by a numeric value ranging from 0 to 3. When a queue is in a congested state x, only traffic with discard priority (DP) 0 to x are enqueued. Traffic with DP > x is discarded. Therefore, if the congestion state is 3, there is no congestion and all traffic is enqueued. Likewise, when the congestion state is 0, there is maximum congestion and only traffic with DP=0 is enqueued on that queue.
                         atmIfVpcHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.4.130.1.35 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the actual holding priority in effect for this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. Some applications, for example Vcc Test, may override the provisioned holding priority. A value of notApplicable is displayed when this is an elastic connection. Holding priority does not apply to bandwidth elastic connections. Holding priority has no effect for ubr atmServiceCategory or txTrafficDescriptorType 1 or 2 connections. Enumeration: 'notApplicable': 6, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                         atmIfVpcRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.4.130.1.40 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute. Enumeration: 'n8': 8, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                         atmIfVpcRxQosClass 1.3.6.1.4.1.562.2.4.1.114.4.130.1.60 integer read-only
This attribute reflects the value of the provisioned attribute in the Vcd or Vpd. Refer to that attribute for more detailed explanation. This attribute is obsolete replaced by the UNI 4.0 attribute atmServiceCategory. Enumeration: 'constantBitRate': 1, 'connectionOriented': 3, 'variableBitRate': 2, 'connectionless': 4, 'unspecified': 0.
                         atmIfVpcBwdQosClass 1.3.6.1.4.1.562.2.4.1.114.4.130.1.61 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the quality of service for the called to calling direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                         atmIfVpcAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.4.130.1.62 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the ATM service category used for traffic in both directions of the connection. The constantBitRate service category is intended for real time applications, that is, those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to have significantly reduced value of the application. The rtVariableBitRate service category is intended for real time applications; that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The unspecifiedBitRate service is intended for non-real time applications, that is those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'constantBitRate': 1, 'unspecifiedBitRate': 0, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                         atmIfVpcTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.4.130.1.70 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the traffic shaping state of the connection. A value of notApplicable indicates that traffic shaping is not applicable or not supported for this connection. This is the case when the atmServiceCategory is constantBitRate, or when the txTrafficDescType is 1 or 2. In these cases, the value of notApplicable is set regardless of whether traffic shaping is enabled or disabled in the provisioning data. A value of disabled indicates that traffic shaping is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of enabled indicates that traffic shaping is applicable and supported for the type of connection and has been turned on in the provisioning data. This is the only case that indicates that traffic shaping is performed on the connection. In this case, the actual shaping rate is reflected in the txTrafficDescParm attribute, parameter number 4. Enumeration: 'disabled': 1, 'notApplicable': 4, 'enabled': 0.
                         atmIfVpcBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.4.130.1.71 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the bearer capability for this connection. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is displayed, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements.When c is displayed, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (cbr or vbr) and timing requirements are user defined (that is, transparent to the network). When the value of this attribute is x, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. Class vp service is used to indicate a transparent VP service when the user is requesting an ATM only service from the network. In this case, the network does not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except for VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP and SVP connections. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'notApplicable': 30.
                         atmIfVpcTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.4.130.1.72 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance, or in the case that the transfer capability in the call request was set to NoIndication. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value NoIndication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required for the connection. The value no for end-to-end timing indicates that end-to-end timing is not required for the connection. Enumeration: 'n10': 10, 'notApplicable': 30, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                         atmIfVpcClippingBbc 1.3.6.1.4.1.562.2.4.1.114.4.130.1.74 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the value of the clipping susceptibility parameter in the BBC Information Element. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'yes': 1, 'no': 0.
                         atmIfVpcUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.4.130.1.75 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the unshaped transmit queuing state of the connection. A value of common indicates that transmit traffic is being enqueued onto common transmit queues. A value of perVc indicates that transmit traffic is being enqueued onto a per-VC queue for this connection. This is the case when trafficShaping is disabled, but per-VC queueing has been configured for this connection. A value of notApplicable indicates that transmit traffic is being shaped for this connection. Transmit traffic for a shaped connection is enqueued onto a per-VC queue, but this attribute is only applicable for unshaped connections. Enumeration: 'notApplicable': 4, 'perVc': 0, 'common': 1.
                         atmIfVpcBestEffort 1.3.6.1.4.1.562.2.4.1.114.4.130.1.76 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates value of best effort parameter in the ATM Traffic Descriptor Information Element. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'notIndicated': 1, 'indicated': 0.
                         atmIfVpcUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.4.130.1.80 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the UPC state of the connection. A value of notApplicable indicates that UPC is not applicable or not supported for the connection. This is the case when the connection's rxTrafficDescType is 1 or 2. A value of notApplicable is set regardless of whether UPC is disabled or enabled in provisioning data. A value of disabled indicates that UPC is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of enabled indicates that UPC is applicable and supported for the type of connection and has been turned on in the provisioning data. This is the only case that indicates that UPC is enforced on the connection. In this case the traffic descriptor parameters used for UPC enforcement are reflected in the rxTrafficDescParms of the connection. Enumeration: 'disabled': 1, 'notApplicable': 3, 'enabled': 0.
                         atmIfVpcTxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.4.130.1.85 octet string read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the set of current frame discard functions in effect in the transmit data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an interim connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. Frame discard functions are not applicable for Virtual Path Connections (VPCs). Description of bits: ppd(0) epd(1)
                         atmIfVpcRxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.4.130.1.86 octet string read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the set of current frame discard functions in effect in the receive data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an interim connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. Frame discard functions are not applicable for Virtual Path Connections (VPCs). Description of bits: ppd(0) epd(1)
                         atmIfVpcBandwidthElastic 1.3.6.1.4.1.562.2.4.1.114.4.130.1.90 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is only of importance for connections which are carried on a link with a variable bandwidth. For example, the bandwidth may be reduced in the event that one or more physical links in the IMA group fail, such that the originally requested bandwidth cannot be maintained. This attribute shows whether the application (for example, Trunk) running on this connection can continue to operate if the bandwidth is reduced. If the bandwidth is reduced, the amount by which it is reduced is displayed in the bandwidthReduction attribute. A value of yes, indicates that this connection is elastic, and the bandwidth may be reduced but the connection is not released. A value of no indicates that the bandwidth for this connection is not reduced in the event of link bandwidth reduction. However, this connection may be released based on its holdingPriority. Bandwidth elasticity has no effect for ubr atmServiceCategory or txTrafficDescriptorType 1 or 2 connections. Enumeration: 'yes': 1, 'no': 0.
                         atmIfVpcBandwidthReduction 1.3.6.1.4.1.562.2.4.1.114.4.130.1.100 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute shows the amount by which the bandwidth has been reduced for this connection. This value is non-zero only for connections which have bandwidthElastic displayed as yes, and which are also operating in a reduced bandwidth mode. This is typically be the case for selected connections running over an IMA link. This attribute takes a value from 0 (no reduction) up to the ECR. All connections which are running at their full allocated bandwidth, bwReduction have the value 0. Connections which have been reduced in allocated bandwidth have a positive number for this attribute. The bwReduction may be subtracted from the ECR (which is displayed as txTrafficDescParm 5) to determine the actual bandwidth allocated to this connection.
             atmIfVpcStatsTable 1.3.6.1.4.1.562.2.4.1.114.4.140 no-access
This group contains traffic statistics for a Vcc, Vpc, or Vpt component.
                     atmIfVpcStatsEntry 1.3.6.1.4.1.562.2.4.1.114.4.140.1 no-access
An entry in the atmIfVpcStatsTable.
                         atmIfVpcStatsTxCell 1.3.6.1.4.1.562.2.4.1.114.4.140.1.10 passportcounter64 read-only
This attribute counts the number of cells that have been transmitted from the interface on this connection. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsTxCellClp 1.3.6.1.4.1.562.2.4.1.114.4.140.1.20 passportcounter64 read-only
This attribute counts the number of cells that have been transmitted from the interface on this connection with the CLP=1. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcTxDiscard 1.3.6.1.4.1.562.2.4.1.114.4.140.1.30 passportcounter64 read-only
This attribute is replaced by new attributes txCellDiscard and txFrameDiscard. This attribute counts the number of cells or frames received from the bus on this connection that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion or when the connection's interface is disabled. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcTxDiscardClp 1.3.6.1.4.1.562.2.4.1.114.4.140.1.40 passportcounter64 read-only
This attribute is replaced by new attributes txCellDiscardClp and txFrameDiscardClp. This attribute counts the number of cells or frames received from the bus on this connection with CLP=1 that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion or when the connection's interface is disabled. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsTxCellDiscard 1.3.6.1.4.1.562.2.4.1.114.4.140.1.42 passportcounter64 read-only
This attribute counts the number of cells received from the bus on this connection that have been discarded. Discarded cells are not counted in the txCell attribute. Cells are discarded due to transmit congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection's interface is disabled. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections usually have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txCellDiscard values for all such connections associated with the Vpt. For Vccs on CQC-based ATM cards, if the connection segments frames into cells, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsTxCellDiscardClp 1.3.6.1.4.1.562.2.4.1.114.4.140.1.43 passportcounter64 read-only
This attribute counts the number of cells received from the bus on this connection with CLP=1 that have been discarded. This count is included in the txCellDiscard attribute. Discarded cells are not counted in the txCellClp attribute. Cells are discarded due to transmit congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection's interface is disabled. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txCellDiscardClp values for all such connections associated with the Vpt. For Vccs on CQC-based ATM cards, if the connection segments frames into cells, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsTxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.4.140.1.46 passportcounter64 read-only
This attribute counts the number of frames received from the bus on this connection that have been discarded. Frames are discarded due to congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection interface is disabled. This count is independent of the txCell or txCellDiscard attribute. For CQC-based ATM cards, this attribute is applicable only to connections that segment frames into cells. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txFrameDiscard values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to EPD, PPD, and W-RED for a standard Vpt Vcc are not included in this attribute. These discards are counted in the Vcc's parent Vpt txFrameDiscard attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsTxFrameDiscardClp 1.3.6.1.4.1.562.2.4.1.114.4.140.1.47 passportcounter64 read-only
This attribute counts the number of discarded frames on this connection that were received from the bus and composed of one or more CLP=1 cells. Frames are discarded due to congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection interface is disabled. This count is included in the txFrameDiscard attribute. For CQC-based ATM cards, this attribute is applicable only to connections that segment frames into cells. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txFrameDiscardClp values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to EPD, PPD, and W-RED for a standard Vpt Vcc are not included in this attribute. These discards are counted in the Vcc's parent Vpt txFrameDiscardClp attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcTxUtilization 1.3.6.1.4.1.562.2.4.1.114.4.140.1.48 gauge32 read-only
This attribute indicates the current transmit utilization during the most recent minute, expressed as a percentage of the total bandwidth which can be carried by this connection. This attribute is only applicable for Vpts and not for Vpcs or Vccs. When the Vpt is shaped, the value of this attribute is calculated using its actual shaping rate (ASR) and should not exceed 100. When the Vpt is unshaped, the value of this attribute is calculated using its peak cell rate (PCR) and should not exceed 200. If the PCR is 0, the value 255 is used.
                         atmIfVpcStatsRxCell 1.3.6.1.4.1.562.2.4.1.114.4.140.1.50 passportcounter64 read-only
This attribute counts cells that have been received from the interface on this connection. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsRxCellClp 1.3.6.1.4.1.562.2.4.1.114.4.140.1.60 passportcounter64 read-only
This attribute counts cells that have been received from the interface on this connection with the CLP=1. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcRxDiscard 1.3.6.1.4.1.562.2.4.1.114.4.140.1.70 passportcounter64 read-only
This attribute is replaced by new attributes rxCellDiscard and rxFrameDiscard. This attribute counts the number of cells or frames received from the interface on this connection that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion, non-conformance with UPC or AAL reassembly problems. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcRxDiscardClp 1.3.6.1.4.1.562.2.4.1.114.4.140.1.80 passportcounter64 read-only
This attribute is replaced by new attributes rxCellDiscardClp and rxFrameDiscardClp. This attribute counts the number of cells or frames received from the interface on this connection with CLP=1 that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion, non-conformance with UPC or AAL reassembly problems. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsRxCellDiscard 1.3.6.1.4.1.562.2.4.1.114.4.140.1.82 passportcounter64 read-only
This attribute counts the number of cells received from the interface on this connection that have been discarded. This count is included in the rxCell attribute. This count includes cells discarded due to non-conformance with UPC, cells which are part of a frame which has been discarded due to an AAL5 frame reassembly error, cells which are discarded due to congestion, or cells which are received while the next hop connection to which the traffic is directed across the backplane is down. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections have a connectionPointType of connectionEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxCellDiscard values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to non-conformance with UPC at the VP layer, for a standard Vpt Vcc, are not included in this attribute. These discards are counted in the Vcc's parent Vpt rxCellDiscard attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsRxCellDiscardClp 1.3.6.1.4.1.562.2.4.1.114.4.140.1.83 passportcounter64 read-only
This attribute counts the number of cells received from the interface on this connection with CLP=1 that have been discarded. This count is included in the rxCell and rxCellDiscard attributes. This count includes cells discarded due to non-conformance with UPC, cells which are part of a frame which has been discarded due to an AAL5 frame reassembly error, cells which are discarded due to congestion, or cells which are received while the next hop connection to which the traffic is directed across the backplane is down. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections have a connectionPointType of connectionEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxCellDiscardClp values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to non-conformance with UPC at the VP layer, for a standard Vpt Vcc, are not included in this attribute. These discards are counted in the Vcc's parent Vpt rxCellDiscardClp attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsRxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.4.140.1.86 passportcounter64 read-only
This attribute counts the number of frames received from the interface on this connection that have been discarded. This count is independent of the rxCellDiscard attribute. This count includes frames discarded due to an AAL5 frame reassembly error, frames discarded due to early packet discard (EPD), and frames discarded due to processor (CPU) congestion. This attribute is applicable only for connections that reassemble incoming cells into frames. Connections which reassemble cells into frames have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; even though they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxFrameDiscard values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsRxFrameDiscardClp 1.3.6.1.4.1.562.2.4.1.114.4.140.1.88 passportcounter64 read-only
This attribute counts the number of discarded frames on this connection that were received from the interface and composed of one or more CLP1 cells. This count is included in the rxFrameDiscard attribute. It is independent of the rxCellDiscard attribute. This count includes frames discarded due to an AAL5 frame reassembly error, frames discarded due to early packet discard (EPD), and frames discarded due to processor (CPU) congestion. This attribute is applicable only for connections that reassemble incoming cells into frames. Connections which reassemble cells into frames have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; even though they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxFrameDiscardClp values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcRxUtilization 1.3.6.1.4.1.562.2.4.1.114.4.140.1.89 gauge32 read-only
This attribute indicates the current receive utilization during the most recent minute, expressed as a percentage of the total bandwidth which can be carried by this connection. This attribute is only applicable for Vpts and not for Vpcs or Vccs. When the Vpt is shaped, the value of this attribute is calculated using its actual shaping rate (ASR) and should not exceed 100. When the Vpt is unshaped, the value of this attribute is calculated using its peak cell rate (PCR) and should not exceed 200. If the PCR is 0, the value 255 is used.
                         atmIfVpcStatsRxUpcViolationOnEnforcer1 1.3.6.1.4.1.562.2.4.1.114.4.140.1.90 passportcounter64 read-only
This attribute counts the number of UPC violations observed by the Generic Cell Rate Algorithm (GCRA) Enforcer 1. This attribute is only applicable if UPC is enforced or monitored. This attribute is not applicable for standard Vpt Vccs. This attribute is not applicable and is not displayed on CQC-based ATM cards. When the value of rxTrafficDescType for this connection is 3, 4, 5, 6, 7 or 8, Enforcer 1 enforces conformance of traffic received from the interface to PCR CLP0+1. When the value of rxTrafficDescType for this connection is 9, Enforcer 1 performs the Dynamic Generic Cell Rate Algorithm (DGCRA) used for the Available Bit Rate (ABR) service category. If UPC is enforced all non-conforming cells are discarded by this enforcer. These discarded cells are included in rxCellDiscard. For basic Vpts, this attribute provides an aggregated total of all rxUpcViolationOnEnforcer1 values for the Vccs associated with the Vpt. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsRxUpcViolationOnEnforcer2 1.3.6.1.4.1.562.2.4.1.114.4.140.1.92 passportcounter64 read-only
This attribute counts the number of UPC violations observed by the Generic Cell Rate Algorithm (GCRA) Enforcer 2. This attribute is only applicable if UPC is enforced or monitored. This attribute is not applicable for standard Vpt Vccs. This attribute is not applicable and is not displayed on CQC-based ATM cards. Enforcer2 is applicable only if the rxTrafficDescType for this connection is 4, 5, 6, 7 or 8. When the value of rxTrafficDescType 4 or 5, Enforcer 2 enforces conformance of traffic received from the interface to PCR CLP0. When the value of rxTrafficDescType 6, Enforcer 2 enforces conformance of traffic received from the interface to SCR CLP0+1. When the value of rxTrafficDescType 7 or 8, Enforcer 2 enforces conformance of traffic received from the interface to SCR CLP0. If UPC is enforced, enforcer 2 discards non-conforming cells for rxTrafficDescType values of 4, 6 and 7. It tags non-conforming cells for rxTrafficDescType values of 5 and 8. Discarded cells are counted in the rxCellDiscard attribute. For basic Vpts, this attribute provides an aggregated total of all rxUpcViolationOnEnforcer2 values for the Vccs associated with the Vpt. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsRxAal5FrameError 1.3.6.1.4.1.562.2.4.1.114.4.140.1.100 passportcounter64 read-only
This attribute counts the number of frames received from the interface on this connection that have AAL5 length errors or AAL5 CRC errors. This attribute is not applicable and is not displayed on CQC-based ATM cards. AAL5 length or CRC errors typically occur because of cell discards due to congestion, UPC, or due to corruption of data between the AAL5 segmentation and reassembly end points. This attribute is applicable only to connections that reassemble incoming cells into frames. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxAal5FrameError values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVpcStatsRxAal5FrameAbort 1.3.6.1.4.1.562.2.4.1.114.4.140.1.102 passportcounter64 read-only
This attribute counts the number of frames received from the interface on this connection that have the AAL5 length field set to zero. This attribute is not applicable and is not displayed for CQC-based ATM cards. An AAL5 length of zero is an indication by the far end segmentation point to this reassembly point that the frame is to be discarded without reassembly. This mechanism is typically used by a segmentation point if it detects an error in a frame after some of the cells belonging to that frame have already been transmitted. This attribute is applicable only to connections that reassemble incoming cells into frames. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxAal5FrameAbort values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
             atmIfVpcTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.4.294 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of five transmit traffic parameters. The first three elements reflect the settings of the first three elements of the txTrafficDescParm attribute in the AtmTrafficProv group. When txTrafficDescType is 1 or 2, parameters 1 through 5 are unused. In this description, PCR is the greater of either the PCR or the requested shaping rate (parameter 1 or parameter 5) specified in the Traffic group under the Vcd or Vpd. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 or 1 traffic; parameters 2 and 3 are unused. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic When txTrafficDescType is 3, 4, 5, 6, 7 or 8, parameter 4 reflects the actual shaping rate in cell/s for this connection. This rate is one of the set of available shaping rates for this type of ATM-FP, based on the number of interfaces doing shaping (attribute perVcQueueInterfaces), the provisioned cell rate, the shapingScalingFactor attribute of the AtmResourceControl component, and whether traffic shaping is enabled. A rate of zero (0) indicates that shaping is not performed. When txTrafficDescType is 3, 4, 5, 6, 7 or 8, parameter 5 reflects the equivalent cell rate in cell/s for this connection as determined by the Connection Admission Control (CAC) algorithm. The equivalent cell rate is useful in determining the admission characteristics of this connection.
                     atmIfVpcTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.4.294.1 no-access
An entry in the atmIfVpcTxTdpTable.
                         atmIfVpcTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.4.294.1.1 integer32 no-access
This variable represents the atmIfVpcTxTdpTable specific index for the atmIfVpcTxTdpTable.
                         atmIfVpcTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.4.294.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVpcTxTdpTable.
             atmIfVpcRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.4.295 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR) are expressed in cells/s. Maximum burst size (MBS) is expressed in cells. Cell Delay Variation Tolerance (CDVT) is expressed in microseconds. When rxTrafficDescType is 1 or 2, none of the parameters are used. When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard; parameter 4 represents the CDVT. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging; parameter 4 represents the CDVT. When rxTrafficDescType is a 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. If Upc is disabled for this connection, the values of PCR, SCR, MBS and CDVT is a combination of provisioned parameters. If Upc is enabled, the values of PCR, SCR, MBS, and CDVT is exactly the values used by the usage parameter control hardware in policing the arriving traffic. These may vary slightly from the provisioned values due to granularity of the hardware. In the case where the PCR is equal to the SCR, the effective MBS is zero.
                     atmIfVpcRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.4.295.1 no-access
An entry in the atmIfVpcRxTdpTable.
                         atmIfVpcRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.4.295.1.1 integer32 no-access
This variable represents the atmIfVpcRxTdpTable specific index for the atmIfVpcRxTdpTable.
                         atmIfVpcRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.4.295.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVpcRxTdpTable.
             atmIfVpcTxQThreshTable 1.3.6.1.4.1.562.2.4.1.114.4.352 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the queue limit and the discard thresholds for the transmit queue of this connection. The first element indicates the queue limit. Depending upon the atmServiceCategory of the connection, the provisioned value of the transmit queue limit is derived from the txQueueLimit attribute under one of the subcomponents of the AtmIf CA component. If the connection has traffic shaping disabled, then this attribute relates to the common queue. If traffic shaping is enabled, then this attribute relates to the per-VC queue. The second element is the threshold that marks the transition from congestion state 1 to congestion state 0. This is the threshold at which traffic with discard priority (DP) = 1 is discarded. This threshold is set approximately at 90 percent of the first parameter, the operational queue limit. The third element is the threshold that marks the transition from congestion state 2 to congestion state 1. This is the threshold at which traffic with DP = 2 is discarded. This threshold is set approximately at 75 percent of the first parameter, the operational queue limit. The fourth element is the threshold that marks the transition from congestion state 3 to congestion state 2. This is the threshold at which traffic with DP = 3 is discarded. This threshold is set approximately at 35 percent of the first parameter, the operational queue limit.
                     atmIfVpcTxQThreshEntry 1.3.6.1.4.1.562.2.4.1.114.4.352.1 no-access
An entry in the atmIfVpcTxQThreshTable.
                         atmIfVpcTxQThreshIndex 1.3.6.1.4.1.562.2.4.1.114.4.352.1.1 integer32 no-access
This variable represents the atmIfVpcTxQThreshTable specific index for the atmIfVpcTxQThreshTable.
                         atmIfVpcTxQThreshValue 1.3.6.1.4.1.562.2.4.1.114.4.352.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVpcTxQThreshTable.
             atmIfVpcFqpTable 1.3.6.1.4.1.562.2.4.1.114.4.357 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of three elements that indicate the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                     atmIfVpcFqpEntry 1.3.6.1.4.1.562.2.4.1.114.4.357.1 no-access
An entry in the atmIfVpcFqpTable.
                         atmIfVpcFqpIndex 1.3.6.1.4.1.562.2.4.1.114.4.357.1.1 integer no-access
This variable represents the atmIfVpcFqpTable specific index for the atmIfVpcFqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                         atmIfVpcFqpValue 1.3.6.1.4.1.562.2.4.1.114.4.357.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVpcFqpTable.
             atmIfVpcBqpTable 1.3.6.1.4.1.562.2.4.1.114.4.358 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of three elements that indicate the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                     atmIfVpcBqpEntry 1.3.6.1.4.1.562.2.4.1.114.4.358.1 no-access
An entry in the atmIfVpcBqpTable.
                         atmIfVpcBqpIndex 1.3.6.1.4.1.562.2.4.1.114.4.358.1.1 integer no-access
This variable represents the atmIfVpcBqpTable specific index for the atmIfVpcBqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                         atmIfVpcBqpValue 1.3.6.1.4.1.562.2.4.1.114.4.358.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVpcBqpTable.
         atmIfVcc 1.3.6.1.4.1.562.2.4.1.114.5
             atmIfVccRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.5.1 no-access
This entry controls the addition and deletion of atmIfVcc components.
                 atmIfVccRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.5.1.1 no-access
A single entry in the table represents a single atmIfVcc component.
                     atmIfVccRowStatus 1.3.6.1.4.1.562.2.4.1.114.5.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVcc components. These components can be added and deleted.
                     atmIfVccComponentName 1.3.6.1.4.1.562.2.4.1.114.5.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                     atmIfVccStorageType 1.3.6.1.4.1.562.2.4.1.114.5.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVcc tables.
                     atmIfVccIndex 1.3.6.1.4.1.562.2.4.1.114.5.1.1.10 asciistringindex no-access
This variable represents the index for the atmIfVcc tables.
             atmIfVccVcd 1.3.6.1.4.1.562.2.4.1.114.5.2
                 atmIfVccVcdRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.5.2.1 no-access
This entry controls the addition and deletion of atmIfVccVcd components.
                     atmIfVccVcdRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.1.1 no-access
A single entry in the table represents a single atmIfVccVcd component.
                         atmIfVccVcdRowStatus 1.3.6.1.4.1.562.2.4.1.114.5.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVccVcd components. These components cannot be added nor deleted.
                         atmIfVccVcdComponentName 1.3.6.1.4.1.562.2.4.1.114.5.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfVccVcdStorageType 1.3.6.1.4.1.562.2.4.1.114.5.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVccVcd tables.
                         atmIfVccVcdIndex 1.3.6.1.4.1.562.2.4.1.114.5.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVccVcd tables.
                 atmIfVccVcdTm 1.3.6.1.4.1.562.2.4.1.114.5.2.2
                     atmIfVccVcdTmRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.5.2.2.1 no-access
This entry controls the addition and deletion of atmIfVccVcdTm components.
                         atmIfVccVcdTmRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.2.1.1 no-access
A single entry in the table represents a single atmIfVccVcdTm component.
                             atmIfVccVcdTmRowStatus 1.3.6.1.4.1.562.2.4.1.114.5.2.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVccVcdTm components. These components cannot be added nor deleted.
                             atmIfVccVcdTmComponentName 1.3.6.1.4.1.562.2.4.1.114.5.2.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                             atmIfVccVcdTmStorageType 1.3.6.1.4.1.562.2.4.1.114.5.2.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVccVcdTm tables.
                             atmIfVccVcdTmIndex 1.3.6.1.4.1.562.2.4.1.114.5.2.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVccVcdTm tables.
                     atmIfVccVcdTmAbr 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2
                         atmIfVccVcdTmAbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.1 no-access
This entry controls the addition and deletion of atmIfVccVcdTmAbr components.
                             atmIfVccVcdTmAbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.1.1 no-access
A single entry in the table represents a single atmIfVccVcdTmAbr component.
                                 atmIfVccVcdTmAbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVccVcdTmAbr components. These components can be added and deleted.
                                 atmIfVccVcdTmAbrComponentName 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                                 atmIfVccVcdTmAbrStorageType 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVccVcdTmAbr tables.
                                 atmIfVccVcdTmAbrIndex 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVccVcdTmAbr tables.
                         atmIfVccVcdTmAbrProvTable 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110 no-access
This group contains provisioned attributes for the ABR ATM connections configured on an ATM interface.
                                 atmIfVccVcdTmAbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1 no-access
An entry in the atmIfVccVcdTmAbrProvTable.
                                     atmIfVccVcdTmAbrInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.10 unsigned32 read-write
This attribute specifies the Initial Cell Rate (ICR) parameter for this connection. ICR is the rate at which a source should send initially and after an idle period. When this attribute is set to sameAsCa, the initial cell rate is determined by the AtmIf CA Abr/0 icr attribute. When the value of this attribute is set to useMcr, ICR is set to the same value as the Minimum Cell Rate (MCR) for the connection. When the value of this attribute is set to usePcr, ICR is set to the same value as the Peak Cell Rate (PCR) for the connection. If this attribute is specified less than the MCR of the connection, then the MCR is used as the ICR. If this attribute is specified more than PCR of the connection, then PCR is used as the ICR. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch. VALUES ( 16777216 = sameAsCa 16777217 = useMcr 16777218 = usePcr )
                                     atmIfVccVcdTmAbrTransientBufferExposure 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.11 unsigned32 read-write
This attribute specifies the Transient Buffer Exposure (TBE) for this connection. TBE is the negotiated number of cells that the network would like to limit the source to send during start-up periods, before the first Resource Management (RM) cell returns. TBE divided by fixedRoundTripTime determines an upper bound for the operational value of initialCellRate, the rate at which a source should send initially and after an idle period. TBE divided by maxCellsPerRmCell specifies the operational value of forwardRmCellLimit, the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. This attribute is ignored under all conditions where the operational attribute abrConnectionType is set to erSwitch.
                                     atmIfVccVcdTmAbrFixedRoundTripTime 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.12 unsigned32 read-write
This attribute specifies the Fixed Round-Trip Time (FRTT) parameter for this connection. FRTT is the sum of the fixed and propagation delays from the source to a destination and back. The value of transientBufferExposure divided by the value of FRTT (in seconds) determines an upper bound for the operational value of initialCellRate, the rate at which a source should send initially and after an idle period. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch.
                                     atmIfVccVcdTmAbrRateDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.13 unsigned32 read-write
This attribute specifies the Rate Decrease Factor (RDF) for this connection. The RDF value is computed by using the provisioned value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 8, RDF is 2E-8 = 1/256. RDF controls the amount by which the cell transmission rate may decrease upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) field set to 1, the Allowed Cell Rate (ACR) value would be reduced by the amount (RDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVccVcdTmAbrRateIncreaseFactor 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.14 unsigned32 read-write
This attribute specifies the Rate Increase Factor (RIF) for this connection. The RIF value is computed by using the provisioned value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 6, RIF is 2E-6 = 1/64. RIF controls the amount by which the cell transmission rate may increase upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) and the No Increase (NI) fields both set to 0, the Allowed Cell Rate (ACR) value would be increased by the amount (RIF*ACR). The ACR is not allowed to exceed the Peak Cell Rate (PCR), in which case the ACR is set to PCR. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVccVcdTmAbrMaxCellPerRmCell 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.15 unsigned32 read-write
This attribute specifies the maximum number of cells an ABR source may transmit for each forward Resource Management (RM) cell. The count of the cells transmitted includes data cells, OAM cells, backward RM cells, and the forward RM cell. A value of 2 is not recommended although it is permitted according to the ATM Forum standard. When this attribute is set to a value of 2, it is possible that only one forward and one backward RM cell are repeatedly transmitted, and all data traffic is queued up indefinitely. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVccVcdTmAbrMaxTimeBetweenRmCells 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.16 unsigned32 read-write
This attribute specifies the TRM parameter for this connection. TRM provides an lower bound on the time interval between forward Resource Management (RM) cells for an ABR source. Since the last forward RM cell was sent, if at least TRM time has elapsed since and at least two other cells have been sent, then the next cell to be transmitted would be a forward RM cell. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. The provisioned value of 781 is signalled as TRM = 0, in the ABR Additional Parameters Information Element. 1563 is signalled as TRM = 1. 3125 is signalled as TRM = 2. 6250 is signalled as TRM = 3. 12500 is signalled as TRM = 4 25000 is signalled as TRM = 5. 50000 is signalled as TRM = 6. 100000 is signalled as TRM = 7. VALUES ( 16777216 = sameAsCa )
                                     atmIfVccVcdTmAbrCutoffDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.17 unsigned32 read-write
This attribute specifies the Cutoff Decrease Factor (CDF) parameter for this connection. When the value of this attribute is non-zero, CDF is computed as the inverse of the value. For example, if the value is 32, the value of CDF is 1/32. When the value of this attribute is 0, CDF is also zero. CDF controls the decrease in the Allowed Cell Rate (ACR) associated with the CRM parameter, the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the ACR value would be decreased by the amount (CDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. The value of CRM is indicated by the forwardRmCellLimit attribute. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVccVcdTmAbrAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.18 unsigned32 read-write
This attribute specifies the Allowed Cell Rate Decrease Time Factor (ADTF) parameter for this connection. ADTF is the maximum time interval permitted between sending forward Resource Management (RM) cells before the Allowed Cell Rate (ACR) is decreased to initialCellRate. In other words, if the source does not transit a forward RM cell for the period specified by adtf, it reduces its ACR to the value of its initialCellRate. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVccVcdTmAbrDgcraMaximumDelay 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.19 unsigned32 read-write
This attribute specifies an upper bound on the delay after which the rate change induced by a backward Resource Management (RM) cell departing from this connection point (in the backward direction) is expected to be observed at this connection point (in the forward direction). This upper bound may be approximated as the sum of the round trip fixed and propagation delays and the maximum queuing delays between the ABR source and this interface. The value of this attribute is used in policing an ABR connection using the Dynamic General Cell Rate Algorithm (DGCRA). A larger value for this attribute implies a more lenient policer. When there is a reduction in the Allowed Cell Rate (ACR), the policer waits for a correspondingly longer period of time before it enforces at the new cell rate. The value of this attribute must not be less than the dgcraMinimumDelay attribute. VALUES ( 16777216 = sameAsCa )
                                     atmIfVccVcdTmAbrDgcraMinimumDelay 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.20 unsigned32 read-write
This attribute specifies a lower bound on the delay after which the rate change induced by a backward Resource Management (RM) cell departing from this connection point (in the backward direction) is expected to be observed at this connection point (in the forward connection). This lower bound may be approximated as the sum of the round trip fixed and propagation delays between the ABR source and this interface. The value of this attribute is used in policing an ABR connection using the Dynamic General Cell Rate Algorithm (DGCRA). A smaller value for this attribute implies a more lenient policer. When there is a increase in the Allowed Cell Rate (ACR), the policer waits for a correspondingly shorter period of time before it enforces at the new cell rate. VALUES ( 16777216 = sameAsCa )
                                     atmIfVccVcdTmAbrFarEndAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.21 unsigned32 read-write
This attribute specifies the Allowed Cell Rate Decrease Time Factor (ADTF) of the far end ABR source. The value specified should be the same as the ADTF parameter at the far end of this ABR connection. The value of this attribute is used in policing an ABR connection using the Dynamic Generic Cell Rate Algorithm (DGCRA). A larger value for this attribute implies a more lenient policer. When the delay between two consecutive forward Resource Management (RM) cells received at this interface corresponds to a value greater than the value of this attribute, the policer begins to limit enforce the incoming traffic at the initial cell rate (ICR) of the far end, as specified by the farEndInitialCellRate attribute. VALUES ( 1024 = sameAsLocal )
                                     atmIfVccVcdTmAbrFarEndInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.5.2.2.2.110.1.22 unsigned32 read-write
This attribute specifies the Initial Cell Rate (ICR) of the far end ABR source. The value specified should be the same as the ICR parameter at the far end of this ABR connection. The value of this attribute is used in policing an ABR connection using the Dynamic Generic Cell Rate Algorithm (DGCRA). A larger value for this attribute implies a more lenient policer. When the delay between two consecutive forward Resource Management (RM) cells received at this interface corresponds to a value greater than the farEndAcrDecreaseTimeFactor attribute, the policer begins to enforce the incoming traffic at the value of this attribute. If this attribute is specified less than the MCR of the connection, then the MCR is used as the feIcr. If this attribute is more than the PCR of the connection, then PCR is used as the feIcr. VALUES ( 16777219 = sameAsLocal )
                     atmIfVccVcdTmProvTable 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100 no-access
This group contains traffic related provisionable attributes for the Vcc, Vpc, and Vpt components. Changing any of the attributes in this group causes a service interruption on the Vcc, Vpc, or Vpt component.
                             atmIfVccVcdTmProvEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1 no-access
An entry in the atmIfVccVcdTmProvTable.
                                 atmIfVccVcdTmTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.10 integer read-write
This attribute specifies the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. This attribute can have a value of 9 if and only if the atmServiceCategory is availableBitRate. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                                 atmIfVccVcdTmFwdQosClass 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.21 integer read-write
This attribute specifies the quality of service for the forward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                 atmIfVccVcdTmTxQueueLimit 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.22 unsigned32 read-write
This attribute specifies an override to the default transmit queue limit for this connection. A value other than sameAsCa may be specified only for ATM IP cards. This attribute is not applicable for basic Vpts. A value of sameAsCa means to use the default common or per-VC transmit queue limit as defined by the CA service category for this connection. A value from 5 to 63,488 indicates that a specific transmit queue limit is requested which differs from the default which is defined under the CA component for this service category. A specific value is ignored for connections where common queuing is specified for the service category. The actual transmit queue limit for a connection is visible in the Vcc Tm, Vpc Tm, or Vpt Tm txQueueThresholds attribute. VALUES ( 0 = sameAsCa )
                                 atmIfVccVcdTmHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.25 integer read-write
This attribute specifies the holding priority of this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This value provisioned in the Vcd or Vpd may be overridden by certain applications, for example Vcc Test, which run over this connection. The default holding priority for a provisioned connection is higher then default holding priorities for dynamic (SVC) connections. This attribute is not applicable for Vpt Vccs. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                 atmIfVccVcdTmRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.30 integer read-write
This attribute specifies the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute. When this attribute is set to sameAsTx, the rxTrafficDescType as well as the rxTrafficDescParm are taken from the txTrafficDescType and txTrafficDescParm values. Enumeration: 'sameAsTx': 15, 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                                 atmIfVccVcdTmBwdQosClass 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.41 integer read-write
This attribute specifies the quality of service for the backward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. The sameAsFwd selection sets the backward quality of service to be the same as the forward quality of service. Enumeration: 'sameAsFwd': 15, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                 atmIfVccVcdTmAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.42 integer read-write
This attribute specifies the ATM service category for both directions of the connection. The value derivedFromBBC may only be used if the SrcPvc component is provisioned under this Vcc. Otherwise a specific ATM service category must be specified. If this attribute is set to derivedFromBBC, the Broadband Bearer Capability (BBC) and bestEffort attributes are used to determine the atmServiceCategory of this connection. If this attribute is set to other than derivedFromBBC, the value of this attribute is used to override the provisioned BBC Information Element parameters. In those cases, the BBC attributes are not used. The constantBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduced value to the application. The rtVariableBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by CTD are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The availableBitRate service is an ATM layer service category for which the limiting ATM layer transfer characteristics provided by the network may change subsequent to connection establishment. ABR service has a flow control mechanism which supports several types of feedback to control the source rate in response to changing ATM layer transfer characteristics. ABR service is not intended to support real-time applications. The unspecifiedBitRate service is intended for non-real time applications; that is, those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'derivedFromBBC': 15, 'constantBitRate': 1, 'unspecifiedBitRate': 0, 'availableBitRate': 4, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                                 atmIfVccVcdTmTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.50 integer read-write
This attribute specifies whether this connection uses traffic shaping when transmitting traffic to the ATM interface. This attribute is ignored if the atmServiceCategory is availableBitRate. When sameAsCa is selected, traffic shaping for the connection is based on the trafficShaping attribute of the connection's service category component under the CA. If the service category has trafficShaping set to enabled or inverseUpc, then traffic shaping is enabled for the connection. Note that enabling traffic shaping may have no effect under certain cases. These cases are listed in the description of the trafficShaping operational attribute, which is under the Vcc Tm, Vpc Tm, or Vpt Tm components. When disabled is selected, traffic shaping for this connection is disabled regardless of the provisioning of the connection's service category component. Enumeration: 'disabled': 1, 'sameAsCa': 2.
                                 atmIfVccVcdTmUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.60 integer read-write
This attribute only applies when this connection is unshaped. This attribute specifies the transmit queueing method for this connection if it is unshaped. The two possible methods are per-VC queuing and common queuing. On ATM IP FPs, this attribute must be set to sameAsCa. This attribute is ignored in the following situations: - if the connection has trafficShaping enabled or inverseUpc, or - if the atmServiceCategory is availableBitRate, or - if the atmServiceCategory is constantBitRate and this is a CQC- based ATM FP. - for basic Vpts and standard Vpt Vccs When this attribute is set to sameAsCa, the transmit queueing method for the connection is based on the unshapedTransmitQueueing attribute of the connection's service category component under the CA. When this attribute is set to common, transmit traffic on this unshaped connection is destined for the common queue. Enumeration: 'sameAsCa': 3, 'common': 1.
                                 atmIfVccVcdTmWeight 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.61 unsigned32 read-write
This attribute specifies an override for the weight of this unshaped connection. This attribute is ignored for shaped connections, for ABR connections, for connections on a CQC-based ATM FP, and basic Vpts. When the value is set to sameAsCa, the weight is determined by the fairnessWeight attribute under the CA service category component for all but standard Vpt Vccs. For standard Vpt Vccs, the weight is determined by the Vcc's service category, when the value is set to sameAsCa. When this attribute is set to a value from 1 to 4095, that value is used for the fairness weight of this connection relative to other connections. For all but standard Vpt Vccs, fairness weight determines the proportion of transmit cell opportunities which are allocated to this connection, compared to other connections in the same service category. For standard Vpt Vccs, fairness weight determines the proportion of transmit cell opportunities which are allocated to this connection, compared to other connections associated with the Vpt. When the value is set to upToQueueLimit, the fairness weight is limited only by the txQueueLimit. VALUES ( 0 = upToQueueLimit 65535 = sameAsCa )
                                 atmIfVccVcdTmForceTagging 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.62 integer read-write
This attribute specifies whether force tagging is enforced for this connection for cells in the transmit direction. On CQC-based ATM cards, and for Vpts, this attribute is not applicable and is ignored. When the value is set to sameAsCa, the force tagging functionality is determined by the forceTagging attribute under the CA service category component. When the value is set to enabled, force tagging is enabled for cells in the transmit direction on this connection. When this option is selected, the CLP bit is set to 1 for all cells in the transmit direction. Cells which are tagged are counted in the txCellClp attribute. When the value is set to disabled, force tagging is disabled for cells in the transmit direction on this connection. When this option is selected, the CLP bit is unchanged for cells in the transmit direction. Enumeration: 'disabled': 1, 'sameAsCa': 2, 'enabled': 0.
                                 atmIfVccVcdTmUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.70 integer read-write
This attribute specifies whether this connection enforces usage parameter control when receiving traffic from the ATM interface. When sameAsCa is selected, UPC for the connection is based on the usageParameterControl attribute of the service category component under the AtmIf CA. If the service category has UPC enforced or monitored, then UPC is set to that value for the connection. When disabled is selected, UPC for this connection is disabled regardless of the provisioning of the service category. When enforced is selected, UPC for this connection is enforced regardless of the provisioning of the service category. ATM IP cards provide the ability to monitor UPC violations without tagging or discarding. When monitored is selected, UPC is actively checking conformance for the connection and counting the violations, but is not discarding or tagging cells which do not conform to the connection traffic contract. If this is a connection of serviceCategory abr on an ATM IP card, and the abrConnectionType is sourceDest, virtualSourceDest or explicitRate, selecting enforced enables dynamic generic cell rate algorithm (DGCRA) to discard violating cells. Selecting monitored enables DGCRA to count violating cells. Note that setting UPC to enforced or monitored may have no effect under certain cases. These cases are listed in the description of the usageParameterControl operational attribute, which is under the Vcc, Vpc, and Vpt components. Enumeration: 'disabled': 1, 'enforced': 0, 'monitored': 4, 'sameAsCa': 2.
                                 atmIfVccVcdTmBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.71 integer read-write
This attribute specifies the bearer capability. This attribute is only used for SPVC and SPVP connections. It is one of the Broadband Bearer Capability (BBC) attributes. The purpose of the BBC information element is to indicate a requested broadband connection-oriented bearer service to be provided by the network. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is set, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements. When c is set, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (vbr or cbr) and timing requirements are user defined (that is, transparent to the network).When x is set the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. Class vp service is used to specify a transparent VP service. When the value of this attribute is vp, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except or VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP connections. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'derivedFromServiceCategory': 31.
                                 atmIfVccVcdTmTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.72 integer read-write
This attribute specifies the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no notApplicable specifies that the user does not want to specify the transfer capability. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value no indication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required. The value no for end-to-end timing indicates that end-to-end timing is not required. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'n10': 10, 'notApplicable': 30, 'derivedFromServiceCategory': 31, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                                 atmIfVccVcdTmTxWredThreshold 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.73 unsigned32 read-write
This attribute determines at what percentage of the queue being at the EPD threshold, WRED starts. When the value is set to 25%, WRED starts as soon as the queue is 25% of the way to the EPD threshold. When the value is set to 50%, WRED starts later, after the queue is 50% of the way to the EPD threshold. When the value is set to 75%, WRED starts only when the queue is 75% of the way to the EPD threshold. The EPD threshold is 85% of the transmit queue length. This attribue is ignored if txWredMode or txPacketWiseDiscard is disabled. It is always ignored on CQC-based ATM FP.
                                 atmIfVccVcdTmClippingBbc 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.74 integer read-write
This attribute specifies the value for the clipping susceptibility parameter in the BBC Information Element. This attribute is only used for SPVC connections. It is one of the Broadband Bearer Capability attributes. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. Enumeration: 'yes': 1, 'no': 0.
                                 atmIfVccVcdTmBestEffort 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.75 integer read-write
This attribute specifies the value of the best effort parameter in the ATM Traffic Descriptor Information Element. This attribute is only used for Soft PVC connections. It is one of the Broadband Bearer Capability attributes. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'notIndicated': 1, 'derivedFromServiceCategory': 15, 'indicated': 0.
                                 atmIfVccVcdTmTxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.76 integer read-write
This attribute specifies whether packet-wise discard functions are to be enabled or disabled in the transmit data direction for this connection. Packet-wise discard functions should only be requested if this connection is transferring AAL5 frame traffic. This attribute is not applicable for Vpts. Packet-wise functions increase the 'goodput' of the link. The transmit packet-wise functions are Early Packet Discard (EPD) and Partial Packet Discard (PPD). EPD allows the connection to discard an entire frame once the transmit queue has reached the EPD threshold. EPD increases the 'goodput' of a link, since discarding an entire frame means that some queue capacity is guarded for some other frame which is already partially transmitted. All cells of the frame are discarded from the Beginning of Message (BOM) cell up to and including the End of Message (EOM) cell. PPD allows the connection to discard the remainder of a cell- forwarded AAL5 frame if one cell of this frame has been discarded. All cells are discarded up to but not including the EOM cell. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded at the AAL5 reassembly point are not transmitted. On CQC-based ATM cards, the packet-wise discard functions are PPD and EPD. PPD is available at VCC cell-transfer points. PPD is not applicable at frame-cell conversion points, and is not applicable for Vpcs. PPD is configured by this attribute. Packet-wise discard should only be enabled for connections carrying AAL5 segmentation traffic. Setting the value to enabled for any other traffic type may result in all traffic being discarded. On CQC-based ATM FPs, EPD is automatically enabled at frame-to-cell conversion points, independent of the setting of this attribute. On ATM IP cards, packet-wise discard functions include EPD and PPD. PPD and EPD apply to individual VCCs and VCCs within VPCs at all connection points, including tandem VPC connections. Both PPD and EPD are controlled by this attribute. This attribute may safely be set to enabled for any connection (Vcc or Vpc) on ATM IP FPs since they have the ability to automatically detect AAL5-segmented traffic on a connection, and only enable packet- wise discards if AAL5-segmented traffic is detected. When this attribute is set to enabled, packet-wise discard functions are applied to transmit traffic at this connection point. When this attribute is set to disabled, packet-wise discard functions are not applied to transmit traffic at this connection point. At a SPVC origin on a PNNI interface, a value of enabled specifies that frame discard is requested in the backward direction. When this attribute is set to disabled, backward frame discard is not requested in the SPVC call setup. The transmit packet-wise discard functions that are active are visible in the Vcc/Vpc Tm txPacketWiseDiscard operational attribute. Enumeration: 'disabled': 0, 'enabled': 1.
                                 atmIfVccVcdTmTxWredMode 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.77 integer read-write
This attribute specifies the activation of weighted random early detection (WRED) functionality. WRED is only available on ATM IP FPs. On CQC-based ATM FPs, this attribute is ignored. If txPacketWiseDiscard is set to disabled this attribute is ignored. This attribute is not applicable for Vpts or Vpt Vccs. WRED is applied in the transmit direction for this connection. WRED function should be enabled only for connections which are transferring TCP/IP traffic. WRED acts to prevent synchronization of multiple TCP/IP sources by randomly discarding a small percentage of frames when transmit queue congestion reaches the designated level. W-RED may also be used to differentiate service on VCC's by preferentially discarding one VCC before another. Discards start at 0% of cells, when the queue is part-way to the Early Packet Discard (EPD) threshold, and rise to 100% of cells discarded at the EPD threshold. WRED discards all the cells in a frame. If this attribute is set to enabled, WRED is enabled for all applications linked to the given Vcc. If it is set to perFlow, each TCP application has individual control over whether to enable or disable WRED If txPacketWiseDiscard is set to disabled, or if this attribute is set to disabled, WRED functionality is disabled. If WRED is active, it is visible in the Vcc/Vpc Tm txPacketWiseDiscard operational attribute. Enumeration: 'disabled': 0, 'enabled': 1, 'perFlow': 2.
                                 atmIfVccVcdTmRxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.78 integer read-write
This attribute specifies whether packet-wise discard functions are to be enabled or disabled in the receive data direction for this connection. Packet-wise discard functions should only be requested if this connection is transferring AAL5 frame traffic. This attribute is not applicable for Vpts. Packet-wise functions increase the 'goodput' of the link. The receive packet-wise function is Partial Packet Discard (PPD). PPD allows the connection to discard the remainder of a cell- forwarded AAL5 frame if one cell of this frame has been discarded, for example due to UPC. All cells are discarded up to but not including the EOM cell. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded at the AAL5 reassembly point are not transmitted. PPD is available at all VCC connection points where UPC may be activated. PPD is not applicable for Vpcs. On CQC-based ATM FPs, packet-wise discards should only be enabled for connections carrying AAL5 segmentation traffic. Setting the value to enabled for any other traffic type may result in traffic being discarded. On ATM IP cards, this attribute may safely be set to enabled for any connection (Vcc or Vpc) since they have the ability to automatically detect AAL5-segmented traffic on a connection, and only enables packet-wise discards if AAL5-segmented traffic is detected. When this attribute is set to enabled, packet-wise discard functions are applied to receive traffic at this connection point. When this attribute is set to disabled, packet-wise discard functions are not applied to receive traffic at this connection point. At a SPVC origin on a PNNI interface, a value of enabled specifies that frame discard is requested in the forward direction. When this attribute is set to disabled, forward frame discard is not requested in the SPVC call setup. The receive packet-wise discard functions that are active are visible in the Vcc/Vpc Tm rxPacketWiseDiscard operational attribute. Enumeration: 'disabled': 0, 'enabled': 1.
                                 atmIfVccVcdTmAbrConnectionType 1.3.6.1.4.1.562.2.4.1.114.5.2.2.100.1.90 integer read-write
This attribute specifies the type of ABR behavior which is to be enforced at this connection. This attribute is only applicable if the atmServiceCategory attribute is availableBitRate. If the atmServicecategory attribute is not availableBitRate, this attribute value is ignored. The actual ABR functionality which is in effect is visible in the Vcc/Vpc/Vpt Tm abrConnectionType operational attribute. For CQC-based ATM cards, the only allowable values are sameAsCa, nonAbrInterworking or abrSwitch. If abrSwitch is selected, the CQC implements EFCI marking behavior. sameAsCa is used to request the default behavior as specified in the CA Abr component for this Vcc. Otherwise, this attribute overrides the default behavior. virtualSourceDest is used to request that this connection point function as a virtual source/virtual destination. VS/VD functionality is only supported on ATM IP FPs. sourceDest requires that this connection point function as a S/D for RM cells. S/D mode is automatically invoked at this connection point either if this is a connection end point, or if the next hop connection point is configured as nonAbrInterworking. nonAbrInterworking is used to request that this connection point function as an interworking between ABR and non-ABR service categories. This means that there are no RM cells on the link side of this connection, and that the next hop connection point is performing as an ABR sourceDest. abrSwitch is used to request ABR switch behavior for this connection point. The ABR switch behavior is first, to confirm to virtualSourceDest or nonAbrInterworking setting on the next hop, and otherwise to implement ABR ER switch behavior. For CQC- based FPs, ABR switch behavior is implemented as EFCI marking. Enumeration: 'abrSwitch': 0, 'nonAbrInterworking': 5, 'sameAsCa': 14, 'virtualSourceDest': 3, 'sourceDest': 4.
                     atmIfVccVcdTmTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.5.2.2.456 no-access
This attribute is a vector of five traffic parameters whose meanings are defined by the txTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR), Minimum Cell Rate (MCR) and requested shaping rate are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. CDVT is expressed in microseconds. The values of PCR, SCR, MCR, MBS and CDVT are used for connection admission control (CAC). The value of CDVT is only used for connections where the atmServiceCategory is constantBitRate. For all other values of atmServiceCategory, CDVT is ignored. The values of PCR, SCR, MCR and requested shaping rate are used to determine the actual shaping rate where traffic shaping is enabled. When txTrafficDescType is 1 or 2, all of the parameters must be set to zero. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be non-zero. Parameters 2 and 3 must be zero. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell discard; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell tagging; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents the CDVT; parameter 3 represents the MCR; parameter 4 and parameter 5 represent are not used and must be zero. Parameter 1 must be non-zero and must be greater than or equal to parameter 3. Parameter 3 may be optionally zero. Whenever it is valid for PCR to be specified, parameter 5 may also be used to specify a requested shaping rate. A non-zero value in parameter 5 overrides the value in parameter 1 and is used as the peak cell rate in calculations of CAC and shaping rate. When the atmServiceCategory is availableBitRate (ABR), the shaping rate is dynamically chosen, based on the ABR flow control mechanism, as a value between the MCR and the PCR or the requested shaping rate if applicable. For txTrafficDescType 3, 4 and 5, the transmit traffic is shaped at the next available shaping rate less than the PCR. For txTrafficDescType 6, 7 and 8 if linear traffic shaping is selected, the transmit traffic is shaped at the highest available rate which is between PCR and SCR. However, if there is no available shaping rate between PCR and SCR, traffic is shaped at the next rate above the PCR. For txTrafficDescType 6, 7 and 8 if inverse-UPC traffic shaping is selected, the transmit traffic is shaped at a variable rate which conforms to the PCR, SCR and MBS of the connection traffic descriptor. Inverse-UPC traffic shaping is available only on ATM IP cards.
                             atmIfVccVcdTmTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.2.456.1 no-access
An entry in the atmIfVccVcdTmTxTdpTable.
                                 atmIfVccVcdTmTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.5.2.2.456.1.1 integer32 no-access
This variable represents the atmIfVccVcdTmTxTdpTable specific index for the atmIfVccVcdTmTxTdpTable.
                                 atmIfVccVcdTmTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.5.2.2.456.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVccVcdTmTxTdpTable.
                     atmIfVccVcdTmRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.5.2.2.457 no-access
This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR) and Minimum Cell Rate (MCR) are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. The value of CDVT is expressed in microseconds. The values of PCR, SCR, MCR, MBS and CDVT are used for usage parameter control (UPC). When rxTrafficDescType is 1 or 2, all of the parameters must be set to zero (unused). When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic. Parameter 1 must be non-zero. Parameters 2 and 3 must be set to zero (unused). When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is a 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to Parameter 2. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameter 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents the CDVT; parameter 3 represents the MCR. Parameter 4 is not used and must be zero. Parameter 1,must be non- zero and must be greater than or equal to parameter 3. Parameter 3 may optionally be zero. When rxTrafficDescType is any value from 3 through 8, parameter 4 represents the CDVT. If the value of CDVT either in parameter 2 or in parameter 4 is zero, the CDVT is taken from the CA defaults for the particular atmServiceCategory of this connection. On a CQC-based ATM card, when rxTrafficDescriptorType is 3 through 8, there are certain extreme combinations of rxTrafficDescParm which are outside the capabilities of the UPC hardware. The check prov command detects such cases and generates an error message. If this happens, adjust the parameters until they fall within the supported limits. To calculate the limits, use the following formulae: I1 = 1 000 000 000 / PCR L1 = CDVT * 1000 I2 = 1,000,000,000 / SCR L2 = CDVT + (MBS - 1) * (I2 - I1) I1 and I2 must be less than or equal to 335,523,840. I1 + L1 must be less than or equal to 1,342,156,800. I2 + L2 must be less than or equal to 1,342,156,800. Note that I2 and L2 only apply when the rxTrafficDescriptorType is 6 through 8. If the values of I1, L1, I2 or L2 are closer to the limits described above, a further restriction applies. Specifically, if either: I1 > 41,940,480 or I2 > 41,940,480 or I1 + L1 > 167,769,600 or I2 + L2 > 167,769,600 then both I1 and I2 must be greater than 20,480. Parameter 5 of the rxTrafficDescParm is always unused. If the rxTrafficDescType is sameAsTx, the values provisioned in this attribute are ignored. The traffic parameters for the receive direction are taken from the txTrafficDescParm.
                             atmIfVccVcdTmRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.2.457.1 no-access
An entry in the atmIfVccVcdTmRxTdpTable.
                                 atmIfVccVcdTmRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.5.2.2.457.1.1 integer32 no-access
This variable represents the atmIfVccVcdTmRxTdpTable specific index for the atmIfVccVcdTmRxTdpTable.
                                 atmIfVccVcdTmRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.5.2.2.457.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVccVcdTmRxTdpTable.
                     atmIfVccVcdTmFqpTable 1.3.6.1.4.1.562.2.4.1.114.5.2.2.458 no-access
This attribute is a vector of three elements that specify the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). It is signalled through the extended QoS information element. The ctd specifies the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR and rt-VBR). It is signalled through the end to end transit delay information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                             atmIfVccVcdTmFqpEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.2.458.1 no-access
An entry in the atmIfVccVcdTmFqpTable.
                                 atmIfVccVcdTmFqpIndex 1.3.6.1.4.1.562.2.4.1.114.5.2.2.458.1.1 integer no-access
This variable represents the atmIfVccVcdTmFqpTable specific index for the atmIfVccVcdTmFqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                                 atmIfVccVcdTmFqpValue 1.3.6.1.4.1.562.2.4.1.114.5.2.2.458.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVccVcdTmFqpTable.
                     atmIfVccVcdTmBqpTable 1.3.6.1.4.1.562.2.4.1.114.5.2.2.459 no-access
This attribute is a vector of two elements that specify the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). It is signalled through the extended QoS information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                             atmIfVccVcdTmBqpEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.2.459.1 no-access
An entry in the atmIfVccVcdTmBqpTable.
                                 atmIfVccVcdTmBqpIndex 1.3.6.1.4.1.562.2.4.1.114.5.2.2.459.1.1 integer no-access
This variable represents the atmIfVccVcdTmBqpTable specific index for the atmIfVccVcdTmBqpTable. Enumeration: 'cdv': 0, 'clr': 2.
                                 atmIfVccVcdTmBqpValue 1.3.6.1.4.1.562.2.4.1.114.5.2.2.459.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVccVcdTmBqpTable.
                 atmIfVccVcdLbkTable 1.3.6.1.4.1.562.2.4.1.114.5.2.100 no-access
This group contains the provisionable loopback attributes for a Vcc, Vpc, or Vpt component. Note that certain loopback requests may not be possible on a given connection. In such cases, the corresponding operational loopback attribute in the Status group of the Vcc, Vpc, or Vpt component is set to notApplicable and the requested loopback is not performed. If loopbacks are provisioned to be on, and for any reason the segment or end-to-end OAM loopback cells are not relayed, the connection component becomes troubled, and user cell traffic may be discarded. If loopbacks are provisioned to be on, all of the nodes in the segment, and external networks which are in the end-to-end connection must relay the OAM loopback cells.
                         atmIfVccVcdLbkEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.100.1 no-access
An entry in the atmIfVccVcdLbkTable.
                             atmIfVccVcdSegLinkSideLoopback 1.3.6.1.4.1.562.2.4.1.114.5.2.100.1.10 integer read-write
This attribute specifies whether link-side segment loopback insertion should be performed on this connection. When sameAsInterface is selected, the link-side segment loopback insertion for the connection is based on the segLinkSideLoopback attribute of the connection's parent AtmIf componentif the ATM interface has link-side segment loopback insertion turned on, then link-side segment loopback insertion is also on for the connection. When on or off is selected, link-side segment loopback insertion is turned on or off respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that link-side segment loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint. Link-side segment loopback insertion is also not possible if the distributionType of the Vcc is pointToMultipoint. In such cases, the associated segLinkSideLoopbackState attribute indicates notApplicable and link-side segment loopback insertion is not performed. Link-side segment loopback insertion is always possible on a Vpt. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                             atmIfVccVcdSegSwitchSideLoopback 1.3.6.1.4.1.562.2.4.1.114.5.2.100.1.20 integer read-write
This attribute specifies whether switch-side segment loopback insertion should be performed on this connection. When sameAsInterface is selected, the switch-side segment loopback for the connection is based on the segSwitchSideLoopback attribute of the connection's parent AtmIf componentif the ATM interface has switch-side segment loopback insertion turned on, then switch-side segment loopback insertion is also on for the connection. When on or off is selected, switch-side segment loopback insertion is turned on or off respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that switch-side segment loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint or connectionEndPoint. Switch-side segment loopback insertion is also not possible if the distributionType of the Vcc is pointToMultipoint In such cases, the associated segSwitchSideLoopbackState attribute indicates notApplicable and switch-side segment loopback insertion is not performed. Switch- side segment loopback is never possible on a Vpt. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                             atmIfVccVcdEndToEndLoopback 1.3.6.1.4.1.562.2.4.1.114.5.2.100.1.30 integer read-write
This attribute specifies whether end-to-end loopback insertion should be performed on this connection. When sameAsInterface is selected, the end-to-end loopback for the connection is based on the endToEndLoopback attribute of the connection's parent AtmIf componentif the ATM interface has end-to-end loopback insertion turned on, then end-to-end loopback insertion is also on for the connection. When on or off is selected, end-to-end loopback insertion is turned on or off respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that end-to-end loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint or segmentEndPoint. End-to-end loopback insertion is also not possible if the distributionType of the Vcc is pointToMultipoint. In such cases, the associated endToEndLoopbackState attribute indicates notApplicable and end- to-end loopback insertion is not performed. End-to-end loopback insertion is always possible on a Vpt. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                             atmIfVccVcdLoopbackMonitoring 1.3.6.1.4.1.562.2.4.1.114.5.2.100.1.1000 integer read-write
This attribute specifies whether or not a connection monitors the OAM stream for loopback cells. Currently this attributed is only applied to Passport-specific trace cells and only affects connectingPoints. When sameAsInterface is selected, the trace visibility for the connection is based on the traceVisible attribute of the connection's parent AtmIf componentif the ATM interface is trace visible, then the connection is also trace visible. When on or off is selected, the connection is nor isn't visible to trace cells respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that trace visibility only affects connections whose connectionPointType attribute of the Vcc or Vpc component is connectingPoint. Trace visibility is also not possible if the distributionType of the Vcc is pointToMultipoint. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                 atmIfVccVcdTrafficTable 1.3.6.1.4.1.562.2.4.1.114.5.2.110 no-access
This group contains traffic related provisionable attributes for the Vcc and Vpc components. The attributes' operational values are reflected in the Traffic group for these components. Changing any of the attributes in this group causes a service interruption on the Vcc or Vpc component.
                         atmIfVccVcdTrafficEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1 no-access
An entry in the atmIfVccVcdTrafficTable.
                             atmIfVccVcdTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.10 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                             atmIfVccVcdTxQosClass 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.20 integer read-write
This attribute specifies the quality of service for the transmit direction for this connection. The constantBitRate class refers to traffic offered on services such as a constant bit rate video service. This traffic is highest priority. The variableBitRate class refers to traffic offered on services such as packetized audio and video. The connectionOriented class refers to connection-oriented traffic such as Frame Relay or X.25 traffic. The connectionless traffic refers to traffic offered through connectionless trunks such as certain LAN protocols. The unspecified class supports a 'best effort' type of service, where there is a minimum guarantee of bandwidth. This traffic is lowest priority. This attribute is obsolete. The value is migrated into atmServiceCategory. The atmServiceCategory applies in both transmit and receive directions. unspecified maps to unspecifiedBitRate; constantBitRate maps to constantBitRate; variableBitRate maps to variableBitRateRt; connectionOriented maps to variableBitRateNrt connectionless maps to variableBitRateNrt Enumeration: 'constantBitRate': 1, 'connectionOriented': 3, 'variableBitRate': 2, 'connectionless': 4, 'unspecified': 0.
                             atmIfVccVcdFwdQosClass 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.21 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the quality of service for the forward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVccVcdHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.25 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the holding priority of this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This value provisioned in the Vcd or Vpd may be overridden by certain applications, for example Vcc Test, which run over this connection. The default holding priority for a provisioned connection is higher then default holding priorities for dynamic (SVC) connections. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVccVcdRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.30 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute When sameAsTx is selected, the rxTrafficDescType as well as the rxTrafficDescParm are taken from the transmit values. Enumeration: 'sameAsTx': 15, 'n8': 8, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                             atmIfVccVcdRxQosClass 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.40 integer read-write
This attribute specifies the quality of service for the receive direction for this connection. The constantBitRate class refers to traffic offered on services such as a constant bit rate video service. The variableBitRate class refers to traffic offered on services such as packetized audio and video. The connectionOriented class refers to connection-oriented traffic. The connectionless traffic refers to traffic offered through connectionless trunks. The unspecified class supports a 'best effort' type of service, where there is a minimum guarantee of bandwidth. The sameAsTx selection sets the receive quality of service to be the same as the transmit quality of service. This attribute is obsolete. The value of txQosClass is migrated into atmServiceCategory. The value of this attribute is ignored. AtmServiceCategory applies in both transmit and receive directions. Enumeration: 'variableBitRate': 2, 'connectionless': 4, 'constantBitRate': 1, 'sameAsTx': 15, 'unspecified': 0, 'connectionOriented': 3.
                             atmIfVccVcdBwdQosClass 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.41 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the quality of service for the backward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. The sameAsFwd selection sets the backward quality of service to be the same as the forward quality of service. Enumeration: 'sameAsFwd': 15, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVccVcdAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.42 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the ATM service category for both directions of the connection. The value derivedFromBBC may only be used if the SrcPvc component is provisioned under this Vcc.Otherwise a specific ATM service category must be specified. If this attribute is set to derivedFromBBC, the Broadband Bearer Capability (BBC) and bestEffort attributes are used to determine the atmServiceCategory of this connection. If this attribute is set to other than derivedFromBBC, the value of this attribute is used to override the provisioned BBC Information Element parameters. In those cases, the BBC attributes are not used. The constantBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduce value to the application. The rtVariableBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by CTD are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The unspecifiedBitRate service is intended for non-real time applications; that is, those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'constantBitRate': 1, 'derivedFromBBC': 15, 'unspecifiedBitRate': 0, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                             atmIfVccVcdTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.50 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies whether this connection uses traffic shaping when transmitting traffic to the ATM interface. When sameAsInterface is selected, traffic shaping for the connection is based on the trafficShaping attribute of the connection's parent AtmIf componentif the ATM interface has traffic shaping enabled, then traffic shaping is enabled for the connection. Note that enabling traffic shaping may have no effect under certain cases. These cases are listed in the description of the trafficShaping operational attribute, which is under the Vcc and Vpc components. When disabled is selected, traffic shaping for this connection is disabled regardless of the provisioning of the parent AtmIf component. Enumeration: 'disabled': 1, 'sameAsInterface': 2.
                             atmIfVccVcdUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.60 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute only applies when this connection is unshaped. This attribute defines the transmit queueing method for this connection if it is unshaped. Refer to the unshapedTransmitQueueing attribute under the AtmIf for more details on the meaning of this attribute. When this attribute is set to sameAsInterface, the value from the AtmIf is used. When this attribute is set to common, transmit traffic on this unshaped connection is destined for the common queue. Enumeration: 'sameAsInterface': 3, 'common': 1.
                             atmIfVccVcdUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.70 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies whether this connection enforces usage parameter control when receiving traffic from the ATM interface. When sameAsInterface is selected, UPC for the connection is based on the usageParameterControl attribute of the connection's parent AtmIf componentif the ATM interface has UPC enabled, then UPC is enabled for the connection. Note that enabling UPC may have no effect under certain cases. These cases are listed in the description of the usageParameterControl operational attribute, which is under the Vcc and Vpc components. When disabled is selected, UPC for this connection is disabled regardless of the provisioning of the parent AtmIf component. Enumeration: 'disabled': 1, 'sameAsInterface': 2.
                             atmIfVccVcdBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.71 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the bearer capability. This attribute is only used for SPVC and SPVP connections. It is one of the Broadband Bearer Capability (BBC) attributes. The purpose of the BBC information element is to indicate a requested broadband connection-oriented bearer service to be provided by the network. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is set, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements. When c is set, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (vbr or cbr) and timing requirements are user defined (that is, transparent to the network).When x is set the user is requesting an ATM only service from the network. Class vp service is used to specify a transparent VP service. When the value of this attribute is vp, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except or VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP connections. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'derivedFromServiceCategory': 31.
                             atmIfVccVcdTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.72 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no NotApplicable specifies that the user does not want to specify the transfer capability. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value no indication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required. The value no for end-to-end timing indicates that end-to-end timing is not required. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'n10': 10, 'notApplicable': 30, 'derivedFromServiceCategory': 31, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                             atmIfVccVcdClippingBbc 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.74 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the value for the clipping susceptibility parameter in the BBC Information Element. This attribute is only used for SPVC connections. It is one of the Broadband Bearer Capability attributes. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. Enumeration: 'yes': 1, 'no': 0.
                             atmIfVccVcdBestEffort 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.75 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the value of the best effort parameter in the ATM Traffic Descriptor Information Element. This attribute is only used for Soft PVC connections. It is one of the Broadband Bearer Capability attributes. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'notIndicated': 1, 'derivedFromServiceCategory': 15, 'indicated': 0.
                             atmIfVccVcdFwdFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.76 integer read-write
This attribute specifies the activation of frame discard functionality in the forward data direction, at relay points, for this connection. It applies to each hop of the connection. Frame discard functions should not be requested if this connection is not transferring frame (AAL5) traffic. Setting the value to indicated for any other traffic type results in all traffic being discarded. If this connection point is a permanent (provisioned) VCC mid- point, this attribute specifies whether the Partial Packet Discard (PPD) function is to be enabled or disabled in the transmit direction at this connecting point. The PPD function allows the connecting point to discard the remainder of a cell-forwarded AAL5 frame if one cell of this frame has been discarded. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded by the AAL5 reassembly are not transmitted. At a permanent VCC connecting point which is not a connection endpoint, when this attribute is set to indicated, the PPD function is applied to transmit traffic at this connecting point. It should not be indicated for connections whose end points are not performing AAL5 segmentation and reassembly. When this attribute is set to notIndicated, the PPD feature is not applied to transmit traffic at this connecting point. At a SPVC origin on a PNNI interface, a value of indicated specifies that frame discard is requested in the forward direction. The frame discard function for SPVCs consists of PPD at the SPVC origin and at all intermediate connecting points. When this attribute is set to notIndicated, forward frame discard is not requested in the SPVC call setup. Thus PPD is not enabled at the SPVC origin nor at any intermediate connecting point. At all points along a VPC, this setting is ignored. At a permanent VCC connection endpoint, this value is ignored. If AAL5 segmentation and reassembly has been requested, PPD and Early Packet Discard (EPD) are automatically enabled. This attribute has been migrated to txFrameDiscard. Enumeration: 'notIndicated': 0, 'indicated': 1.
                             atmIfVccVcdBwdFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.5.2.110.1.77 integer read-write
This attribute specifies the activation of frame discard functionality in the backward data direction, at relay points, for this connection. It applies to each hop of the connection. Frame discard functions should not be requested if this connection is not transferring frame (AAL5) traffic. Setting the value to indicated for any other traffic type results in all traffic being discarded. If this connection point is a permanent (provisioned) VCC mid- point, this attribute specifies whether the Partial Packet Discard (PPD) function is to be enabled or disabled in the receive direction at this connecting point. The PPD function allows the connecting point to discard the remainder of a cell-forwarded AAL5 frame if one cell of this frame has been discarded. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded by the AAL5 reassembly are not received. At a permanent VCC connecting point which is not a connection endpoint, when this attribute is set to indicated, the PPD function is applied to receive traffic at this connecting point. It should not be indicated for connections whose end points are not performing AAL5 segmentation and reassembly. When this attribute is set to notIndicated, the PPD feature is not applied to receive traffic at this connecting point. At a SPVC origin on a PNNI interface, a value of indicated specifies that frame discard is requested in the backward direction. The frame discard function for SPVCs consists of PPD at the SPVC origin and at all intermediate connecting points. When this attribute is set to notIndicated, backwards frame discard is not requested in the SPVC call setup. Thus PPD is not enabled at the SPVC origin nor at any intermediate connecting point. At all points along a VPC, this setting is ignored. At a permanent VCC connection endpoint, this value is ignored. If AAL5 segmentation and reassembly has been requested, PPD and Early Packet Discard (EPD) are automatically enabled. This attribute has been migrated to rxFrameDiscard. Enumeration: 'notIndicated': 0, 'indicated': 1.
                 atmIfVccVcdAcctTable 1.3.6.1.4.1.562.2.4.1.114.5.2.111 no-access
This group contains the provisionable ATM accounting attributes for a Vcc, Vpc, or Vpt component.
                         atmIfVccVcdAcctEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.111.1 no-access
An entry in the atmIfVccVcdAcctTable.
                             atmIfVccVcdCorrelationTag 1.3.6.1.4.1.562.2.4.1.114.5.2.111.1.10 asciistring read-write
This attribute specifies a unique indentifier for each end of a PVC. It that may be used by downstream processing systems to correlate accounting records issued at different nodes in the network. The attribute can be up to 32 bytes long. If it is less than 32 bytes, it is zero filled on the right to create a 32 byte value. The resulting value is recorded in the attribute callConnId for this PVC's ATM accounting records. If the attribute is a null string then this PVC does not have any accounting records generated for it.
                 atmIfVccVcdTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.5.2.297 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of five traffic parameters whose meanings are defined by the txTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR) and requested shaping rate are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. CDVT is expressed in microseconds. The values of PCR, SCR, MBS and CDVT are used for connection admission control (CAC). The value of CDVT is only used for connections where the atmServiceCategory is constantBitRate. For all other values of atmServiceCategory, CDVT is ignored. The values of PCR, SCR and requested shaping rate are used to determine the actual shaping rate where traffic shaping is enabled. When txTrafficDescType is 1 or 2, all of the parameters must be set to zero. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be non-zero. Parameters 2 and 3 must be zero. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell discard; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell tagging; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. Whenever it is valid for PCR to be specified, parameter 5 may also be used to specify a requested shaping rate. A non-zero value in parameter 5 overrides the value in parameter 1 and is used as the peak cell rate in calculations of CAC and shaping rate. For txTrafficDescType 3, 4 and 5, the transmit traffic is shaped at the next rate less than the PCR. For txTrafficDescType 6, 7 and 8, the transmit traffic is shaped at the highest available rate which is between PCR and SCR. However, if there is no available shaping rate between PCR and SCR, traffic is shaped at the next rate above the PCR.
                         atmIfVccVcdTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.297.1 no-access
An entry in the atmIfVccVcdTxTdpTable.
                             atmIfVccVcdTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.5.2.297.1.1 integer32 no-access
This variable represents the atmIfVccVcdTxTdpTable specific index for the atmIfVccVcdTxTdpTable.
                             atmIfVccVcdTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.5.2.297.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVccVcdTxTdpTable.
                 atmIfVccVcdRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.5.2.298 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR) and sustained cell rate (SCR) are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. The value of CDVT is expressed in microseconds. The values of PCR, SCR, MBS and CDVT are used for usage parameter control (UPC). When rxTrafficDescType is 1 or 2, all of the parameters must be set to zero (unused). When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic. Parameter 1 must be non-zero. Parameters 2 and 3 must be set to zero (unused). When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is a 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to Parameter 2. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameter 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is any value from 3 through 8, parameter 4 represents the CDVT. If this value is zero, the CDVT is taken from the ConnectionAdministrator defaults for the particular atmServiceCategory of this connection. When rxTrafficDescriptorType is 3 through 8, there are certain extreme combinations of rxTrafficDescParm which are outside the capabilities of the UPC hardware. The check prov command detects such cases and generates an error message. If this happens, adjust the parameters until they fall within the supported limits. To calculate the limits, use the following formulae: I1 = 1 000 000 000 / PCR L1 = CDVT * 1000 I2 = 1 000 000 000 / SCR L2 = CDVT + (MBS - 1) * (I2 - I1) I1 and I2 must be less than or equal to 335 523 840. I1 + L1 must be less than or equal to 1 342 156 800. I2 + L2 must be less than or equal to 1 342 156 800. Note that I2 and L2 only apply when the rxTrafficDescriptorType is 6 through 8. If the values of I1, L1, I2 or L2 are closer to the limits described above, a further restriction applies. Specifically, if either: I1 > 41 940 480 or I2 > 41 940 480 or I1 + L1 > 167 769 600 or I2 + L2 > 167 769 600 then both I1 and I2 must be greater than 20 480. Parameter 5 of the rxTrafficDescParm is always unused. If the rxTrafficDescType is sameAsTx, the values in this attribute are taken from the txTrafficDescParm.
                         atmIfVccVcdRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.298.1 no-access
An entry in the atmIfVccVcdRxTdpTable.
                             atmIfVccVcdRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.5.2.298.1.1 integer32 no-access
This variable represents the atmIfVccVcdRxTdpTable specific index for the atmIfVccVcdRxTdpTable.
                             atmIfVccVcdRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.5.2.298.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVccVcdRxTdpTable.
                 atmIfVccVcdFqpTable 1.3.6.1.4.1.562.2.4.1.114.5.2.359 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of three elements that specify the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). It is signalled through the extended QoS information element. The ctd specifies the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). It is signalled through the end to end transit delay information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                         atmIfVccVcdFqpEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.359.1 no-access
An entry in the atmIfVccVcdFqpTable.
                             atmIfVccVcdFqpIndex 1.3.6.1.4.1.562.2.4.1.114.5.2.359.1.1 integer no-access
This variable represents the atmIfVccVcdFqpTable specific index for the atmIfVccVcdFqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                             atmIfVccVcdFqpValue 1.3.6.1.4.1.562.2.4.1.114.5.2.359.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVccVcdFqpTable.
                 atmIfVccVcdBqpTable 1.3.6.1.4.1.562.2.4.1.114.5.2.360 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of three elements that specify the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). It is signalled through the extended QoS information element. The ctd specifies the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). It is signalled through the end to end transit delay information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                         atmIfVccVcdBqpEntry 1.3.6.1.4.1.562.2.4.1.114.5.2.360.1 no-access
An entry in the atmIfVccVcdBqpTable.
                             atmIfVccVcdBqpIndex 1.3.6.1.4.1.562.2.4.1.114.5.2.360.1.1 integer no-access
This variable represents the atmIfVccVcdBqpTable specific index for the atmIfVccVcdBqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                             atmIfVccVcdBqpValue 1.3.6.1.4.1.562.2.4.1.114.5.2.360.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVccVcdBqpTable.
             atmIfVccLoop 1.3.6.1.4.1.562.2.4.1.114.5.3
                 atmIfVccLoopRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.5.3.1 no-access
This entry controls the addition and deletion of atmIfVccLoop components.
                     atmIfVccLoopRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.5.3.1.1 no-access
A single entry in the table represents a single atmIfVccLoop component.
                         atmIfVccLoopRowStatus 1.3.6.1.4.1.562.2.4.1.114.5.3.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVccLoop components. These components can be added and deleted.
                         atmIfVccLoopComponentName 1.3.6.1.4.1.562.2.4.1.114.5.3.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfVccLoopStorageType 1.3.6.1.4.1.562.2.4.1.114.5.3.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVccLoop tables.
                         atmIfVccLoopIndex 1.3.6.1.4.1.562.2.4.1.114.5.3.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVccLoop tables.
             atmIfVccNep 1.3.6.1.4.1.562.2.4.1.114.5.5
                 atmIfVccNepRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.5.5.1 no-access
This entry controls the addition and deletion of atmIfVccNep components.
                     atmIfVccNepRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.5.5.1.1 no-access
A single entry in the table represents a single atmIfVccNep component.
                         atmIfVccNepRowStatus 1.3.6.1.4.1.562.2.4.1.114.5.5.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVccNep components. These components can be added and deleted.
                         atmIfVccNepComponentName 1.3.6.1.4.1.562.2.4.1.114.5.5.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfVccNepStorageType 1.3.6.1.4.1.562.2.4.1.114.5.5.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVccNep tables.
                         atmIfVccNepIndex 1.3.6.1.4.1.562.2.4.1.114.5.5.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVccNep tables.
                 atmIfVccNepProvTable 1.3.6.1.4.1.562.2.4.1.114.5.5.100 no-access
This group contains provisionable attributes for the Nep component.
                         atmIfVccNepProvEntry 1.3.6.1.4.1.562.2.4.1.114.5.5.100.1 no-access
An entry in the atmIfVccNepProvTable.
                             atmIfVccNepApplicationName 1.3.6.1.4.1.562.2.4.1.114.5.5.100.1.10 link read-only
This attribute specifies the application that sends and receives frames using the VCC. This attribute is set, for example, by provisioning the Trunk AtmAccess AtmConnection attribute. If it is properly configured, this attribute will show a value such as 'Trk/22 AtmAccess'.
             atmIfVccTest 1.3.6.1.4.1.562.2.4.1.114.5.6
                 atmIfVccTestRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.5.6.1 no-access
This entry controls the addition and deletion of atmIfVccTest components.
                     atmIfVccTestRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.5.6.1.1 no-access
A single entry in the table represents a single atmIfVccTest component.
                         atmIfVccTestRowStatus 1.3.6.1.4.1.562.2.4.1.114.5.6.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVccTest components. These components can be added and deleted.
                         atmIfVccTestComponentName 1.3.6.1.4.1.562.2.4.1.114.5.6.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfVccTestStorageType 1.3.6.1.4.1.562.2.4.1.114.5.6.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVccTest tables.
                         atmIfVccTestIndex 1.3.6.1.4.1.562.2.4.1.114.5.6.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVccTest tables.
                 atmIfVccTestStateTable 1.3.6.1.4.1.562.2.4.1.114.5.6.100 no-access
This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
                         atmIfVccTestStateEntry 1.3.6.1.4.1.562.2.4.1.114.5.6.100.1 no-access
An entry in the atmIfVccTestStateTable.
                             atmIfVccTestAdminState 1.3.6.1.4.1.562.2.4.1.114.5.6.100.1.1 integer read-only
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component. Enumeration: 'locked': 0, 'shuttingDown': 2, 'unlocked': 1.
                             atmIfVccTestOperationalState 1.3.6.1.4.1.562.2.4.1.114.5.6.100.1.2 integer read-only
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle. Enumeration: 'disabled': 0, 'enabled': 1.
                             atmIfVccTestUsageState 1.3.6.1.4.1.562.2.4.1.114.5.6.100.1.3 integer read-only
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time. Enumeration: 'active': 1, 'idle': 0, 'busy': 2.
                 atmIfVccTestSetupTable 1.3.6.1.4.1.562.2.4.1.114.5.6.110 no-access
This group contains attributes that govern the operation of an ATM connection test. These attributes cannot be changed while the test is running.
                         atmIfVccTestSetupEntry 1.3.6.1.4.1.562.2.4.1.114.5.6.110.1 no-access
An entry in the atmIfVccTestSetupTable.
                             atmIfVccTestFrmTypes 1.3.6.1.4.1.562.2.4.1.114.5.6.110.1.10 octet string read-write
This attribute specifies the types of the test frames to be transmitted during the ATM connection test. It must contain at least one of the following: loading: A set of 'loading frames' is circulated over the link as rapidly as possible. This frame type should be selected when the test is intended to verify the operation of the connection under a specified load. These frames are not checked for bit errors. verification: A single 'verification frame' is transmitted over the link; when the frame is returned, its contents are verified and the next verification frame in the series is transmitted. This frame type should be selected when the test is intended to verify that frames are not being corrupted as they pass over the connection. Description of bits: loading(0) verification(1)
                             atmIfVccTestFrmSize 1.3.6.1.4.1.562.2.4.1.114.5.6.110.1.20 unsigned32 read-write
This attribute defines the size of the test frames used in an ATM connection test.
                             atmIfVccTestFrmPatternType 1.3.6.1.4.1.562.2.4.1.114.5.6.110.1.30 integer read-write
This attribute specifies the bit sequence used to fill the frames used in the ATM connection test. It must contain one of the following values: ccitt32kBitPattern: a pseudo-random sequence of 32 Kbit is used ccitt8MBitPattern: a pseudo-random sequence of 8Mbit is used customizedPattern: the pattern defined in the customizedPattern attribute is used Enumeration: 'ccitt32kBitPattern': 0, 'customizedPattern': 2, 'ccitt8MBitPattern': 1.
                             atmIfVccTestCustomizedPattern 1.3.6.1.4.1.562.2.4.1.114.5.6.110.1.40 hex read-write
This attribute specifies a 32 bit sequence to be used to fill frames when the framePatternType attribute is set to customizedPattern. The default value gives a pattern of alternating 0 and 1 bits.
                             atmIfVccTestDuration 1.3.6.1.4.1.562.2.4.1.114.5.6.110.1.50 unsigned32 read-write
This attribute specifies the maximum number of minutes that the ATM connection test is allowed to run. The maximum allowed value permits the test to be run for up to 21 days.
                             atmIfVccTestBandwidthElastic 1.3.6.1.4.1.562.2.4.1.114.5.6.110.1.60 integer read-write
This attribute specifies whether the connection (VCC) should be configured with elastic bandwidth or not. Elastic bandwidth is of importance in conjuction with IMA links, where some links fail and the resulting bandwidth is less than the requested bandwidth for all connections. In that case, some connections may be reduced in bandwidth based on the setting of the bwElastic attribute. If this attribute is set to yes, the Test application signals to the connection that the bandwidth for this connection is elastic, and may be reduced in the case of IMA link failures. If the bandwidth is reduced, the rate of test cells which can be handled by the connection will also be reduced. If this attribute is set to no, the Test application signals to the connection that the bandwidth for this connection must be maintained at the requested level. If the connection cannot maintain the full bandwidth, the connection may be released (cleared) based on the holding priority of the connection. Enumeration: 'yes': 1, 'no': 0.
                             atmIfVccTestOverrideHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.5.6.110.1.70 integer read-write
This attribute specifies the override holding priority which should be signalled to the VCC connection at the start of the test. Holding priority is of importance in conjuction with IMA links, where some links fail and the resulting bandwidth is less than the requested bandwidth for all connections. In that case, some connections may be released based on the connection's holding priority. Zero (0) is thie highest holding priority, and four (4) is the lowest priority. A setting of zero to four overrides whatever holding priority that has been configured at the connection (VCC). A setting of noOverride means that the connection should use its internally configured holding priority. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'noOverride': 6.
                 atmIfVccTestResultsTable 1.3.6.1.4.1.562.2.4.1.114.5.6.120 no-access
This group contains attributes that show the result of an ATM connection test; if no test is running, the attribute group contains the results of the most recently completed test. The attributes of the Results group are reset to their inital values whenever a test is started or any attribute of the Setup group is set.
                         atmIfVccTestResultsEntry 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1 no-access
An entry in the atmIfVccTestResultsTable.
                             atmIfVccTestElapsedTime 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1.10 unsigned32 read-only
This attribute displays the number of minutes that the test has been running.
                             atmIfVccTestTimeRemaining 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1.20 unsigned32 read-only
This attribute displays the number of minutes that the test will continue to run before stopping automatically.
                             atmIfVccTestCauseOfTermination 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1.30 integer read-only
This attribute displays the reason the test ended. It contains one fo the following values. testTimeExpired: the test ran for the specified duration stoppedByOperator: a STOP command was issued neverStarted: the test has not been started testRunning: the test is currently running Enumeration: 'testTimeExpired': 0, 'testRunning': 3, 'neverStarted': 2, 'stoppedByOperator': 1.
                             atmIfVccTestBytesTx 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1.40 passportcounter64 read-only
This attribute displays the number of bytes sent during the test. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                             atmIfVccTestBytesRx 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1.50 passportcounter64 read-only
This attribute displays the number of bytes received during the test. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                             atmIfVccTestLoadingFrmTx 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1.60 passportcounter64 read-only
This attribute displays the number of loading frames sent during the test. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                             atmIfVccTestLoadingFrmRx 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1.70 passportcounter64 read-only
This attribute displays the number of loading frames received during the test. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                             atmIfVccTestLoadingFrmLost 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1.80 passportcounter64 read-only
This attribute displays the number of loading frames that were lost during the test. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                             atmIfVccTestVerificationFrmTx 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1.90 passportcounter64 read-only
This attribute displays the number of verification frames sent during the test. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                             atmIfVccTestVerificationFrmRx 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1.100 passportcounter64 read-only
This attribute displays the number of verification frames received during the test (including errored verification frames). The counter wraps to zero if it exceeds its maximum value of (2**64)-1. Note that the number of verification frames lost during the test can be computed by the expression verificationFrmTx - verificationFrmRx.
                             atmIfVccTestVerificationFrmBad 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1.110 passportcounter64 read-only
This attribute displays the number of errored verification frames received during the test. A verification frame is considered to be errored if it contains a recognizable verification frame header, but does not match the transmitted frame bit for bit. (Thus, a verification frame that returns after the succeeding verification frame has been transmitted is considered to be errored.) The counter wraps to zero if it exceeds its maximum value of (2**64)-1. Note that the number of correct verification frames received during the test can be computed by the expression verificationFrmRx - verificationFrmBad.
                             atmIfVccTestUnrecognizableFrmRx 1.3.6.1.4.1.562.2.4.1.114.5.6.120.1.120 passportcounter64 read-only
This attribute displays the number of frames received during the test which do not contain a valid loading frame header or verification frame header. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
             atmIfVccTm 1.3.6.1.4.1.562.2.4.1.114.5.7
                 atmIfVccTmRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.5.7.1 no-access
This entry controls the addition and deletion of atmIfVccTm components.
                     atmIfVccTmRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.5.7.1.1 no-access
A single entry in the table represents a single atmIfVccTm component.
                         atmIfVccTmRowStatus 1.3.6.1.4.1.562.2.4.1.114.5.7.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVccTm components. These components cannot be added nor deleted.
                         atmIfVccTmComponentName 1.3.6.1.4.1.562.2.4.1.114.5.7.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfVccTmStorageType 1.3.6.1.4.1.562.2.4.1.114.5.7.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVccTm tables.
                         atmIfVccTmIndex 1.3.6.1.4.1.562.2.4.1.114.5.7.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVccTm tables.
                 atmIfVccTmAbr 1.3.6.1.4.1.562.2.4.1.114.5.7.2
                     atmIfVccTmAbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.5.7.2.1 no-access
This entry controls the addition and deletion of atmIfVccTmAbr components.
                         atmIfVccTmAbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.5.7.2.1.1 no-access
A single entry in the table represents a single atmIfVccTmAbr component.
                             atmIfVccTmAbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.5.7.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVccTmAbr components. These components cannot be added nor deleted.
                             atmIfVccTmAbrComponentName 1.3.6.1.4.1.562.2.4.1.114.5.7.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                             atmIfVccTmAbrStorageType 1.3.6.1.4.1.562.2.4.1.114.5.7.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVccTmAbr tables.
                             atmIfVccTmAbrIndex 1.3.6.1.4.1.562.2.4.1.114.5.7.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVccTmAbr tables.
                     atmIfVccTmAbrOperTable 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110 no-access
This group contains operational attributes for connections using ABR service category.
                             atmIfVccTmAbrOperEntry 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1 no-access
An entry in the atmIfVccTmAbrOperTable.
                                 atmIfVccTmAbrInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.10 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Initial Cell Rate (ICR) parameter for this connection. ICR is the rate at which a source should send initially and after an idle period. For nailed-up connections, this attribute is determined by the provisioned value of the initialCellRate attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element. The ICR for a connection is a value between the MCR and the PCR. Furthermore, ICR has an upper bound determined by the transientBufferExposure divided by fixedRoundTripTime.
                                 atmIfVccTmAbrTransientBufferExposure 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.11 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Transient Buffer Exposure (TBE) for this connection. TBE is the negotiated number of cells that the network would like to limit the resource to send during start-up periods, before the first Resource Management (RM) cell returns. For nailed-up connections, this attribute is determined by the provisioned value of the transientBufferExposure attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                 atmIfVccTmAbrFixedRoundTripTime 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.12 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Fixed Round-Trip Time (FRTT) parameter for this connection. FRTT is the sum of the fixed and propagation delays from the source to a destination and back. For nailed-up connections, this attribute is determined by the provisioned value of the fixedRoundTripTime attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                 atmIfVccTmAbrRateDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.13 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Rate Decrease Factor (RDF) for this connection. The RDF value is computed by using the operational value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 8, RDF is 2E-8 = 1/256. RDF controls the amount by which the cell transmission rate may decrease upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) field set to 1, the Allowed Cell Rate (ACR) value would be reduced by the amount (RDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. For nailed-up connections, this attribute is determined by the provisioned value of the rateDecreaseFactor attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                 atmIfVccTmAbrRateIncreaseFactor 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.14 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Rate Increase Factor (RIF) for this connection. The RIF value is computed by using the operational value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 6, RIF is 2E-6 = 1/64. RIF controls the amount by which the cell transmission rate may increase upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) and the No Increase (NI) fields both set to 0, the Allowed Cell Rate (ACR) value would be increased by the amount (RIF*ACR). The ACR is not allowed to exceed the Peak Cell Rate (PCR), in which case the ACR is set to PCR. For nailed-up connections, this attribute is determined by the provisioned value of the rateIncreaseFactor attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                 atmIfVccTmAbrMaxCellPerRmCell 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.15 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the maximum number of cells an ABR source may transmit for each forward Resource Management (RM) cell. The count of the cells transmitted includes data cells, OAM cells, backward RM cells, and the forward RM cell. For nailed-up connections, this attribute is determined by the provisioned value of the maxCellsPerRmCell attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                 atmIfVccTmAbrMaxTimeBetweenRmCell 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.16 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the TRM parameter for this connection. TRM provides an upper bound on the time interval between forward Resource Management (RM) cells for an ABR source. Since the last forward RM cell was sent, if at least TRM time has elapsed since and at least 2 other cells have been sent, the next cell to be transmitted would be a forward RM cell. For nailed-up connections, this attribute is determined by the provisioned value of the maxTimeBetweenRmCell attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                 atmIfVccTmAbrCutoffDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.17 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Cutoff Decrease Factor (CDF) parameter for this connection. When the value of this attribute is non-zero, CDF is computed as the inverse of the value. For example, if the value is 32, the value of CDF is 1/32. When the value of this attribute is 0, CDF is also zero. CDF controls the decrease in the Allowed Cell Rate (ACR) associated with the forwardRmCellLimit attribute, the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the ACR value would be decreased by the amount (CDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. For nailed-up connections, this attribute is determined by the provisioned value of the cutoffDecreaseFactor attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                 atmIfVccTmAbrAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.18 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Allowed Cell Rate Decrease Time Factor (ADTF) parameter for this connection. ADTF is the time interval permitted between sending forward Resource Management (RM) cells before the Allowed Cell Rate (ACR) is decreased to initialCellRate. In other words, if the source does not transit a forward RM cell for the period specified by adtf, it reduces its ACR to the value of its initialCellRate. For nailed-up connections, this attribute is determined by the provisioned value of the acrDecreaseTimeFactor attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                 atmIfVccTmAbrForwardRmCellLimit 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.19 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the CRM parameter for this connection. CRM is the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the Allowed Cell Rate (ACR) value would be decreased by the amount (CDF*ACR), where CDF is determined by the cutoffDecreaseFactor. The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. The value of CRM is obtained as transientBufferExposure divided by maxCellsPerRmCell.
                                 atmIfVccTmAbrTxRateChangeInfo 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.20 integer read-only
THIS ATTRIBUTE IS HISTORICAL:This attribute indicates the rate change information put into the last forward Resource Management (RM) cell turned around as a backward-RM cell. For connections configured as an ABR Source or Destination, the turned around backward-RM cell is sent over the interface. For connections configured as an ABR Virtual Source or Virtual Destination, the turned around backward-RM cell is sent over the backplane. Enumeration: 'explicitRateIndicated': 2, 'noIncreaseIndicated': 1, 'congestionIndicated': 0.
                                 atmIfVccTmAbrAcrRateChangeInfo 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.21 integer read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the type of change in the Allowed Cell Rate (ACR) as a result of the information in the last backward Resource Management (B-RM) cell received from the interface. This attribute value is only applicable when the Vcc Tm or Vpc Tm abrConnectionType attribute is sourceDest or VirtualSourceDest. In all other cases, this attribute value is notApplicable. A value of noChange indicates that the rate did not change as a result of the last backward RM cell received. A value of decreasedByRdf or increasedByRif indicates that the ACR was increased or decreased by the corresponding factor. This change is as a result of the CI or NI bit setting in the last backward RM cell, or an ADTF timeout. A value of setToExplicitRate indicates that the ACR was set to the ER value in the last backward RM cell. Enumeration: 'increasedByRif': 2, 'noChange': 0, 'decreasedByRdf': 1, 'setToExplicitRate': 3, 'notApplicable': 15.
                                 atmIfVccTmAbrTxFwdRmCells 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.22 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute counts the number of forward Resource Management (RM) cells sent over the interface since the last backward RM-cell was received from the interface. If the value of this attribute is greater than or equal to the value of forwardRmCellLimit, the Allowed Cell Rate (ACR) value would be decreased by the amount (CDF*ACR), where CDF is determined by the cutoffDecreaseFactor. This counter is reset to zero each time a backward-RM cell is received. This counter does not wrap to zero if it reaches its maximum value of 4095 in order to indicate that no backward RM cell has been received.
                                 atmIfVccTmAbrRxEfci 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.23 integer read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the value of the Explicit Forward Congestion Indication (EFCI) bit of the last data cell received from the interface. When a forward Resource Management (RM) cell is turned around as a backward-RM cell, the Congestion Indication (CI) field of the backward-RM cell is set to 1, if the value of this attribute is indicated. This attribute is set to notIndicated each time a backward-RM cell is transmitted. Enumeration: 'notIndicated': 0, 'indicated': 1.
                                 atmIfVccTmAbrBrmRateChangeInfo 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.24 octet string read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest, virtualSourceDest or explicitRate. This attribute indicates the values of key fields which affect the rate change. These fields are from the most recent Backward Resource Management (B-RM) cell on this connection. These fields may have been set by a connection point at some switch prior to the B-RM cell arriving at this connection point. A value of ci indicates that the Congestion Indication (CI) field is set in the B-RM cell. A value of ni indicates that the No Increase (NI) field is set in the B-RM cell. A value of er indicates that a rate decrease is indicated by the Explicit Rate in the B-RM cell having a value lower than the Current Cell Rate (CCR) field in the B-RM cell. The actual explicit rate from the B-RM cell is shown in the brmEr attribute of this component. Description of bits: ci(0) ni(1) er(2)
                                 atmIfVccTmAbrBrmExplicitRate 1.3.6.1.4.1.562.2.4.1.114.5.7.2.110.1.25 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest, virtualSourceDest or explicitRate. This attribute indicates the value of the Explicit Rate field from the most recent Backward Resource Management (B-RM) cell on this connection. This is the rate from the B-RM cell which may be different from the explicit rate (ER) offered at this connection point. Specifically, this attribute may indicate the ER which has been set in the B-RM cell by some connection point before the B-RM cell arrived at this connection point.
                 atmIfVccTmOperTable 1.3.6.1.4.1.562.2.4.1.114.5.7.100 no-access
This group contains attributes for the Tm component to reflect operational traffic attributes.
                         atmIfVccTmOperEntry 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1 no-access
An entry in the atmIfVccTmOperTable.
                             atmIfVccTmTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.10 integer read-only
T his attribute indicates the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                             atmIfVccTmTxQosClass 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.31 integer read-only
This attribute indicates the quality of service for the calling to called direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVccTmTxQueueLength 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.32 unsigned32 read-only
This attribute indicates the current number of cells in the transmit queue for this connection. If this connection has unshapedTransmitQueueing attribute displayed as common, this attribute displays the length of the common queue which is used for this atm service category. If this connection has unshapedTransmitQueueing attribute displayed as fifo, this attribute indicates the number of cells for this connection which are enqueued in a first-in-first-out queuing method for this atm service category. This will only occur for connections on ATM IP cards with atmServiceCategory of nrtVbr or ubr. If this connection has unshapedTransmitQueueing attribute displayed as perVc or as notApplicable, this attribute displays the length of the per-VC queue. This attribute does not apply to basic Vpts.
                             atmIfVccTmTxQueueCongestionState 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.33 unsigned32 read-only
This attribute indicates the congestion state of the transmit queue for this connection. If this connection has unshapedTransmitQueueing attribute displayed as common, this attribute displays the congestion state of the common queue. If this connection has unshapedTransmitQueueing attribute displayed as perVc or as notApplicable, this attribute displays the congestion state of the per- VC queue. The congestion state of a queue is indicated by a numeric value ranging from 0 to 3. When a queue is in a congested state x, only traffic with discard priority (DP) 0 to x are enqueued. Traffic with DP > x is discarded. For example, if the congestion state is 3, there is no congestion and all traffic is enqueued. Likewise, when the congestion state is 0, there is maximum congestion and only traffic with DP=0 is enqueued on that queue. This attribute does not apply to basic Vpts.
                             atmIfVccTmHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.35 integer read-only
This attribute indicates the actual holding priority in effect for this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. Some applications, for example Vcc Test, may override the provisioned holding priority. A value of notApplicable is displayed when this is an elastic connection. Holding priority does not apply to bandwidth elastic connections. Holding priority has no effect if the equivalent cell rate (ECR) for a connection is zero. This attribute does not apply to Vpt Vccs. Enumeration: 'notApplicable': 6, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVccTmRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.40 integer read-only
This attribute indicates the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                             atmIfVccTmRxQosClass 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.61 integer read-only
This attribute indicates the quality of service for the called to calling direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVccTmAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.62 integer read-only
This attribute indicates the ATM service category used for traffic in both directions of the connection. This attribute does not apply to Virtual Link VPTs and will always be displayed as constantBitRate. The constantBitRate service category is intended for real time applications, that is, those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to have significantly reduced value for the application. The rtVariableBitRate service category is intended for real time applications; that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The availableBitRate service is an ATM layer service category for which the limiting ATM layer transfer characteristics provided by the network may change subsequent to connection establishment. ABR service has a flow control mechanism which supports several types of feedback to control the source rate in response to changing ATM layer transfer characteristics. ABR service is not intended to support real-time applications. The unspecifiedBitRate service is intended for non-real time applications, that is those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'constantBitRate': 1, 'availableBitRate': 4, 'unspecifiedBitRate': 0, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                             atmIfVccTmTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.70 integer read-only
This attribute indicates the traffic shaping state of the connection. A value of notApplicable indicates that traffic shaping is not applicable or not supported for this connection. This is the case: - when the txTrafficDescType is 1 or 2. - for standard Vpt Vccs and basic Vpts. - for CQC-based ATM cards, when the atmServiceCategory is constantBitRate. In these cases, the value of notApplicable is set regardless of whether traffic shaping is enabled or disabled in the provisioning data. A value of disabled indicates that traffic shaping is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of linear or inverseUpc indicates that traffic shaping is applicable and supported for the type of connection and has been turned on in the provisioning data. This is the only case that indicates that traffic shaping is performed on the connection. In this case, the actual shaping rate is reflected in the txTrafficDescParm attribute, parameter number 4. A value of linear indicates that traffic is being shaped at the constant rate indicated in txTrafficDescParm 4. A value of inverseUpc is possible only on ATM IP cards. This value indicates that the shaper strictly conforms to the requirements of a dual leaky bucket UPC enforcer. This value is indicated if traffic shaping is enabled, and the txTrafficDescType for this connection is 6, 7 or 8. Traffic shaping for connections with atmServiceCategory as availableBitRate (txTrafficDescType 9) depends upon the abrConnectionType attribute. If abrConnectionType is sourceDest or virtualSourceDest, the value of this attribute is dynamic. If abrConnectionType is erSwitch or efciSwitch, this attribute is notApplicable. Enumeration: 'disabled': 1, 'notApplicable': 4, 'inverseUpc': 6, 'dynamic': 7, 'linear': 5.
                             atmIfVccTmBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.71 integer read-only
This attribute indicates the bearer capability for this connection. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is displayed, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements.When c is displayed, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (cbr or vbr), and timing requirements are user defined (that is, transparent to the network). When the value of this attribute is x, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. Class vp service is used to indicate a transparent VP service when the user is requesting an ATM only service from the network. In this case, the network does not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except for VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP and SVP connections. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'notApplicable': 30.
                             atmIfVccTmTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.72 integer read-only
This attribute indicates the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance, or in the case that the transfer capability in the call request was set to NoIndication. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value NoIndication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required for the connection. The value no for end-to-end timing indicates that end-to-end timing is not required for the connection. Enumeration: 'n10': 10, 'notApplicable': 30, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                             atmIfVccTmClippingBbc 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.74 integer read-only
This attribute indicates the value of the clipping susceptibility parameter in the broadband bearer capability (BBC) Information Element. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'yes': 1, 'no': 0.
                             atmIfVccTmUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.75 integer read-only
This attribute indicates the unshaped transmit queuing state of the connection. A value of common indicates that transmit traffic is being enqueued onto the common transmit queue for this service category. The txQueueLength attribute indicates the current length of the common transmit queue. A value of fifo indicates that transmit traffic is being queued in a first-in-first-out basis for this service category. This is similar to common queueing, but the txQueueLength attribute indicates the number of cells in this connection queue. A value of fifo will only be indicated for connections on ATM IP cards with atmServiceCategory of nrtVbr or ubr. A value of perVc indicates that transmit traffic is being enqueued onto a per-VC queue for this connection. A value of notApplicable indicates that transmit traffic is being shaped for this connection, or that unshaped transmit queuing is not applicable for this type of connection. Transmit traffic for a shaped connection is enqueued onto a per-VC queue, but this attribute is only applicable for unshaped connections. Unshaped transmit queuing is not applicable for basic Vpts. Enumeration: 'notApplicable': 4, 'perVc': 0, 'fifo': 5, 'common': 1.
                             atmIfVccTmBestEffort 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.76 integer read-only
This attribute indicates value of best effort parameter in the ATM Traffic Descriptor Information Element. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'notIndicated': 1, 'indicated': 0.
                             atmIfVccTmForceTagging 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.78 integer read-only
This attribute indicates the state of force tagging option for this connection. Force tagging refers to setting the CLP bit for all cells on a connection. For CQC-based ATM cards, this attribute is not applicable and is not displayed. A value of enabled indicates that the CLP bit is being set to 1 for all cells in the transmit direction on this connection. A value of disabled indicates that the CLP bit is unchanged for cells in the transmit direction on this connection. disabled is always displayed for Vpts since forced tagging is applied on a per Vpt Vcc basis. Enumeration: 'disabled': 1, 'enabled': 0.
                             atmIfVccTmWeight 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.79 unsigned32 read-only
This attribute indicates the relative weight of this unshaped connection. Connections with a larger weight get a larger proportion of the link bandwidth, or in the case of standard Vpt Vccs, the Vpt bandwidth. For all but standard Vpt Vccs, the default connection weight is determined by the weight policy for a service category and the traffic descriptor for a connection. For standard Vpt Vccs, the default connection weight is determined by the Vcc's service category. For CQC-based ATM cards, this attribute is not applicable and is not displayed. A value from 1 to 4095 indicates an actual weight. The value upToQueueLimit indicates that the weight of a connection is up to the transmit queue limit for this connection. upToQueueLimit is used with common (first-in-first-out) queueing. This attribute is displayed as notApplicable if: - this connection has trafficShaping displayed as linear or inverseUpc. - this is a basic Vpt. VALUES ( 0 = upToQueueLimit 65534 = notApplicable )
                             atmIfVccTmUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.80 integer read-only
This attribute indicates the UPC state of the connection. A value of notApplicable indicates that UPC is not applicable or not supported for the connection. This is the case: - when the connection's rxTrafficDescType is 1 or 2. - for standard Vpt Vccs and basic Vpts. A value of notApplicable is set regardless of whether UPC is disabled or enabled in provisioning data. A value of disabled indicates that UPC is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of enforced indicates that UPC is actively checking conformance for the connection and is discarding or tagging cells which do not conform to the connection traffic contract. The traffic descriptor parameters used for UPC conformance are reflected in the rxTrafficDescParms of the connection. On ATM IP cards, the counts of UPC violations are visible in the Vcc, Vpc, or Vpt rxUpcViolationsOnEnforcer1 or rxUpcViolationsOnEnforcer2 attributes. ATM IP cards provide the ability to monitor UPC violations without tagging or discarding. A value of monitored indicates that UPC is actively checking conformance for the connection and counting the violations, but is not discarding or tagging cells which do not conform to the connection traffic contract. The traffic descriptor parameters used for UPC conformance are reflected in the rxTrafficDescParms of the connection. The counts of UPC violations are visible in the Vcc, Vpc, or Vpt rxUpcViolationsOnEnforcer1 or rxUpcViolationsOnEnforcer2 attributes. The value of monitored appears only on ATM IP cards. If the atmServiceCategory for this connection indicates availableBitRate, a value of abrEnforced indicates that Dynamic Generic Cell Rate Algorithm (DGCRA) is active for the connection and that violating cells are discarded. The cell rate which is in effect at any particular instant is indicated in rxTrafficDescParm 4 of the connection. If the atmServiceCategory for this connection indicates availableBitRate, a value of abrMonitored indicates that Dynamic Generic Cell Rate Algorithm (DGCRA) is active for the connection but that violating cells are counted only. The cell rate which is in effect at any particular instant is indicated in rxTrafficDescParm 4 of the connection. Enumeration: 'enforced': 0, 'monitored': 4, 'abrEnforced': 6, 'abrMonitored': 5, 'disabled': 1, 'notApplicable': 3.
                             atmIfVccTmTxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.85 octet string read-only
This attribute indicates the current set of packet-wise discard functions in effect in the transmit data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an intermediate connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. On CQC-based ATM cards, PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. A value of wred indicates that Weighted Random Early Detection is in effect at this connection point. W-RED can be enabled by provisioning for PVCs and SPVCs. On ATM IP cards, all packet-wise discard functions also apply to provisioned virtual path connections (VPCs). On CQC-based ATM cards, packet-wise functions are not applicable for VPCs. This attribute is not applicable for Vpts. Description of bits: ppd(0) epd(1) wred(2)
                             atmIfVccTmRxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.86 octet string read-only
This attribute indicates the current set of packet-wise discard functions in effect in the receive data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an intermediate connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. On ATM IP cards, all packet-wise discard functions also apply to provisioned virtual path connections (VPCs). On CQC-based ATM cards, packet-wise functions are not applicable for VPCs. This attribute is not applicable for Vpts. Description of bits: ppd(0) epd(1)
                             atmIfVccTmBandwidthElastic 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.90 integer read-only
This attribute is only of importance for connections which are carried on a link with a variable bandwidth. For example, the bandwidth may be reduced in the event that one or more physical links in the IMA group fail, such that the originally requested bandwidth cannot be maintained. This attribute shows whether the application (for example, Trunk) running on this connection can continue to operate if the bandwidth is reduced. If the bandwidth is reduced, the amount by which it is reduced is displayed in the bandwidthReduction attribute. A value of yes, indicates that this connection is elastic, and the bandwidth may be reduced but the connection is not released. A value of no indicates that the bandwidth for this connection is not reduced in the event of link bandwidth reduction. However, this connection may be released based on its holdingPriority. Bandwidth elasticity has no effect for connections which have an equivalent cell rate (ECR) of zero. This attribute is not applicable for Vpts and Vpt Vccs. Enumeration: 'yes': 1, 'no': 0.
                             atmIfVccTmBandwidthReduction 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.100 unsigned32 read-only
This attribute shows the amount by which the bandwidth has been reduced for this connection. This value is non-zero only for connections which have bandwidthElastic displayed as yes, and which are also operating in a reduced bandwidth mode. This is typically the case for selected connections running over an IMA link. This attribute takes a value from 0 (no reduction) up to the ECR. For all connections which are running at their full allocated bandwidth, bwReduction has the value 0. Connections which have been reduced in allocated bandwidth have a positive number for this attribute. The bwReduction may be subtracted from the ECR (which is displayed as txTrafficDescParm 5) to determine the actual bandwidth allocated to this connection.
                             atmIfVccTmAbrConnectionType 1.3.6.1.4.1.562.2.4.1.114.5.7.100.1.110 integer read-only
This attribute indicates the type of ABR behavior which is in effect at this connection. This attribute is only applicable if the atmServiceCategory attribute is availableBitRate. If the atmServiceCategory attribute is not availableBitRate, or if the connection is not active, this attribute value is displayed as notApplicable. For CQC-based ATM cards, the only possible values are notApplicable, efciSwitch or nonAbrInterworking. In EFCI marking mode, the Explicit Forward Congestion Indication (EFCI) field in the data cell headers is used to indicate transmit queue congestion. For ATM IP cards, if the connectionPointType is displayed as connectionEndPoint, this attribute has the value sourceDest. In this mode, the ABR Source and Destination behavior is in effect at this connection. This attribute is also sourceDest in the case where the next hop connection is specified as nonAbrInterworking. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. If the connectionPointType is not connectionEndPoint, the value of this attribute depends upon the abrConnectionType provisioning and the card type to which the traffic is forwarded on the backplane. The default abrConnectionType is provisioned at the CA Abr abrConnectionType attribute, and may be overridden for a provisioned connection in the Vcd Tm abrConnectionType or Vpd Tm abrConnectionType attribute. If the CA Abr abrConnectionType attribute is virtualSourceDest at either one of the two connection points, and if both the connection points are defined on ATM IP cards, virtual source and destination behavior is applied to the connection. In this instance, the attribute displays the value virtualSourceDest. This attribute has the value erSwitch if ABR explicit rate functionality is in effect at this connection. In this mode, the switch may modify the Explicit Rate (ER) field of backward Resource Management (RM) cells to indicate the status of congestion at this connection point. This attribute has the value nonAbrInterworking in the case where this connection point is functioning as an SPVC origin for an ABR connection where the link side of this connection is configured as a non-ABR ATM service category. This means that there are no RM cells on the link side of this connection, and that the next hop connection point is performing as an ABR sourceDest. Enumeration: 'nonAbrInterworking': 5, 'erSwitch': 1, 'efciSwitch': 2, 'notApplicable': 15, 'virtualSourceDest': 3, 'sourceDest': 4.
                 atmIfVccTmTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.5.7.451 no-access
This attribute is a vector of five transmit traffic parameters whose mapping is defined by the txTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR), Minimum Cell Rate (MCR), actual cell rate (ACR), explicit rate (ER), equivalent cell rate (ECR), and actual shaping rate are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. CDVT is expressed in microseconds. When txTrafficDescType is 1 or 2, parameters 1 through 5 are unused. In this description, PCR is the greater of either the PCR or the requested shaping rate (parameter 1 or parameter 5) specified in the txTrafficDescParm attribute under the Vcd Tm or Vpd Tm component. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 or 1 traffic; parameters 2 and 3 are unused. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic. When txTrafficDescType is 3, 4, 5, 6, 7, or 8, parameter 4 reflects the actual shaping rate in cell/s for this connection. For CQC-based ATM cards, the set of available shaping rates is based on the number of interfaces doing shaping (attribute perVcQueueInterfaces), and the shapingScalingFactor attribute of the Arc Cqc Override component. A rate of zero (0) indicates that shaping is not performed, or that the interface is down. When txTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents the Cell Delay Variation Toleration (CDVT); parameter 3 represents the Minimum Cell Rate (MCR); the meaning of parameter 4 depends upon the value of the abrConnectionType attribute. if abrConnectionType is sourceDest or virtualSourceDest, parameter 4 represents the Allowed Cell Rate (ACR); If abrConnectionType is erSwitch, parameter 4 represents the Explicit Rate (ER); and if abrConnectionType is efciSwitch, parameter 4 reflects the actual shaping rate in cell/s for this connection. When txTrafficDescType is 3, 4, 5, 6, 7, 8, or 9, parameter 5 reflects the equivalent cell rate in cell/s for this connection as determined by the Connection Admission Control (CAC) algorithm. The equivalent cell rate is useful in determining the admission characteristics of this connection.
                         atmIfVccTmTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.5.7.451.1 no-access
An entry in the atmIfVccTmTxTdpTable.
                             atmIfVccTmTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.5.7.451.1.1 integer32 no-access
This variable represents the atmIfVccTmTxTdpTable specific index for the atmIfVccTmTxTdpTable.
                             atmIfVccTmTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.5.7.451.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVccTmTxTdpTable.
                 atmIfVccTmTxQThreshTable 1.3.6.1.4.1.562.2.4.1.114.5.7.452 no-access
This attribute indicates the queue limit and the discard thresholds for the transmit queue of this connection. If this connection has unshapedTransmitQueueing attribute displayed as common, this attribute displays the thresholds of the common queue. If this connection has unshapedTransmitQueueing attribute displayed as perVc or as notApplicable, this attribute displays the thresholds of the per-VC queue. The first element indicates the queue limit. The second element is the threshold that marks the transition from congestion state 1 to congestion state 0. This is the threshold at which traffic with discard priority (DP) = 1 is discarded. This threshold is set at approximately 90 percent of the first parameter, the operational queue limit. The third element is the threshold that marks the transition from congestion state 2 to congestion state 1. This is the threshold at which traffic with DP = 2 is discarded. This threshold is set at approximately 75 percent of the first parameter, the operational queue limit. The fourth element is the threshold that marks the transition from congestion state 3 to congestion state 2. This is the threshold at which traffic with DP = 3 is discarded. This threshold is set at approximately 35 percent of the first parameter, the operational queue limit. This attribute does not apply to basic Vpts.
                         atmIfVccTmTxQThreshEntry 1.3.6.1.4.1.562.2.4.1.114.5.7.452.1 no-access
An entry in the atmIfVccTmTxQThreshTable.
                             atmIfVccTmTxQThreshIndex 1.3.6.1.4.1.562.2.4.1.114.5.7.452.1.1 integer32 no-access
This variable represents the atmIfVccTmTxQThreshTable specific index for the atmIfVccTmTxQThreshTable.
                             atmIfVccTmTxQThreshValue 1.3.6.1.4.1.562.2.4.1.114.5.7.452.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVccTmTxQThreshTable.
                 atmIfVccTmRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.5.7.453 no-access
This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR), minimum cell rate (MCR) are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. Cell delay variation tolerance (CDVT) is expressed in microseconds. When rxTrafficDescType is 1 or 2, none of the parameters are used. When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard; parameter 4 represents the CDVT. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging; parameter 4 represents the CDVT. When rxTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents CDVT; parameter 3 represents the MCR; parameter 4 indicates the instantaneous rate at which dynamic generic cell rate algorithm (DGCRA) is in effect. If upc is disabled for this connection, the values of PCR, SCR, MBS and CDVT are the provisioned parameters. If upc is enabled, the values of PCR, SCR, MBS, and CDVT are exactly the values used by the usage parameter control hardware in policing the arriving traffic. These may vary slightly from the provisioned values due to granularity of the hardware. In the case where the PCR is equal to the SCR, the effective MBS is zero.
                         atmIfVccTmRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.5.7.453.1 no-access
An entry in the atmIfVccTmRxTdpTable.
                             atmIfVccTmRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.5.7.453.1.1 integer32 no-access
This variable represents the atmIfVccTmRxTdpTable specific index for the atmIfVccTmRxTdpTable.
                             atmIfVccTmRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.5.7.453.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVccTmRxTdpTable.
                 atmIfVccTmTqpTable 1.3.6.1.4.1.562.2.4.1.114.5.7.454 no-access
This attribute is a vector of three elements that indicate the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                         atmIfVccTmTqpEntry 1.3.6.1.4.1.562.2.4.1.114.5.7.454.1 no-access
An entry in the atmIfVccTmTqpTable.
                             atmIfVccTmTqpIndex 1.3.6.1.4.1.562.2.4.1.114.5.7.454.1.1 integer no-access
This variable represents the atmIfVccTmTqpTable specific index for the atmIfVccTmTqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                             atmIfVccTmTqpValue 1.3.6.1.4.1.562.2.4.1.114.5.7.454.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVccTmTqpTable.
                 atmIfVccTmRqpTable 1.3.6.1.4.1.562.2.4.1.114.5.7.455 no-access
This attribute is a vector of three elements that indicate the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                         atmIfVccTmRqpEntry 1.3.6.1.4.1.562.2.4.1.114.5.7.455.1 no-access
An entry in the atmIfVccTmRqpTable.
                             atmIfVccTmRqpIndex 1.3.6.1.4.1.562.2.4.1.114.5.7.455.1.1 integer no-access
This variable represents the atmIfVccTmRqpTable specific index for the atmIfVccTmRqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                             atmIfVccTmRqpValue 1.3.6.1.4.1.562.2.4.1.114.5.7.455.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVccTmRqpTable.
             atmIfVccStateTable 1.3.6.1.4.1.562.2.4.1.114.5.100 no-access
This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
                     atmIfVccStateEntry 1.3.6.1.4.1.562.2.4.1.114.5.100.1 no-access
An entry in the atmIfVccStateTable.
                         atmIfVccAdminState 1.3.6.1.4.1.562.2.4.1.114.5.100.1.1 integer read-only
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component. Enumeration: 'locked': 0, 'shuttingDown': 2, 'unlocked': 1.
                         atmIfVccOperationalState 1.3.6.1.4.1.562.2.4.1.114.5.100.1.2 integer read-only
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle. Enumeration: 'disabled': 0, 'enabled': 1.
                         atmIfVccUsageState 1.3.6.1.4.1.562.2.4.1.114.5.100.1.3 integer read-only
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time. Enumeration: 'active': 1, 'idle': 0, 'busy': 2.
             atmIfVccOperTable 1.3.6.1.4.1.562.2.4.1.114.5.110 no-access
This group contains operational information for a Vcc, Vpc, or Vpt component.
                     atmIfVccOperEntry 1.3.6.1.4.1.562.2.4.1.114.5.110.1 no-access
An entry in the atmIfVccOperTable.
                         atmIfVccConnectionPointType 1.3.6.1.4.1.562.2.4.1.114.5.110.1.10 integer read-only
This attribute reflects the role of the connection component at this interface. A value of connectionEndPoint indicates that user cells, end-to-end OAM cells, and segment OAM cells are processed by the connection component. A value of segmentEndPoint indicates that user cells and end-to- end OAM cells are relayed by the connection component, while segment OAM cells are processed by the connection component. A value of connectingPoint indicates that user cells, end-to-end OAM cells, and segment OAM cells are relayed by the connection component. A value of unknown indicates that the connection component is inactive. Enumeration: 'connectionEndPoint': 0, 'connectingPoint': 2, 'unknown': 3, 'segmentEndPoint': 1.
             atmIfVccConnInfoTable 1.3.6.1.4.1.562.2.4.1.114.5.115 no-access
This group contains operational connection characteristics information for a Vcc component.
                     atmIfVccConnInfoEntry 1.3.6.1.4.1.562.2.4.1.114.5.115.1 no-access
An entry in the atmIfVccConnInfoTable.
                         atmIfVccDistributionType 1.3.6.1.4.1.562.2.4.1.114.5.115.1.11 integer read-only
This attribute indicates the way data is distributed in the connection. A value of pointToPoint indicates this connection point is part of a point-to-point connection. A value of pointToMultipoint indicates this connection point is part of a point-to-multipoint connection. Enumeration: 'pointToPoint': 0, 'pointToMultipoint': 1.
                         atmIfVccNumLeaves 1.3.6.1.4.1.562.2.4.1.114.5.115.1.12 gauge32 read-only
This attribute indicates the number of destination leaves of the connection. If the distributionType is pointToPoint the value of this attribute is 0.
                         atmIfVccCallDirection 1.3.6.1.4.1.562.2.4.1.114.5.115.1.13 integer read-only
This attribute indicates the direction of the call setup request for an SVC. A value of fromLink means that the call setup originated from the link. A value of toLink means that the call setup was directed to the link. For PVC connections, the value of this attribute is notApplicable. For SPVC connections, the value of this attribute is notApplicable for Vccs with the SourcePVC and DestinationPVC subcomponents. For Signalling channels, the value of this attribute is notApplicable. Enumeration: 'fromLink': 0, 'toLink': 1, 'notApplicable': 2.
             atmIfVccStatusTable 1.3.6.1.4.1.562.2.4.1.114.5.120 no-access
This group contains operational status information for a Vcc, Vpc, or Vpt component.
                     atmIfVccStatusEntry 1.3.6.1.4.1.562.2.4.1.114.5.120.1 no-access
An entry in the atmIfVccStatusTable.
                         atmIfVccOperStatus 1.3.6.1.4.1.562.2.4.1.114.5.120.1.20 integer read-only
This attribute indicates the present operational status of the Vcc, Vpc, or Vpt component. Its value is dependent upon the current state of the segLinkSideLoopbackState and endToEndLoopbackState attributes. The value is end2endUp when the endToEndLoopbackState is good and the segLinkSideLoopbackState is either good or unknown. The value is end2endDown when the endToEndLoopbackState is bad and the segLinkSideLoopbackState is either good or unknown. The value is localUpEnd2endUnknown when the endToEndLoopbackState is unknown and the segLinkSideLoopbackState is good. The value is localDown when segLinkSideLoopbackState is bad. The value is localUpEnd2endUnknown when the endToEndLoopbackState is notApplicable and the segLinkSideLoopbackState is good. The value is unknown when the endToEndLoopbackState is either unknown or notApplicable and the segLinkSideLoopbackState is unknown. Enumeration: 'unknown': 0, 'localUpEnd2endUnknown': 3, 'end2endUp': 1, 'end2endDown': 2, 'localDown': 4.
                         atmIfVccLocalFailureCause 1.3.6.1.4.1.562.2.4.1.114.5.120.1.25 integer read-only
This attribute indicates the failure cause of the Vcc, Vpc, or Vpt component. noFailure indicates that there is currently no bandwidth related failure for this connection. portDown indicates that the interface corresponding to the parent AtmIf is down. localBwLoss indicates that the Ima corresponding to this AtmIf has lost some, but not all bandwidth, and as a result, this connection has been released. notAdmitted indicates that this connection has failed to be admitted by the Connection Admission Control (CAC) algorithm. appNotRegistered indicates that there is no application registered to use this connection. This may be the case, for example when there is a Vcc Test application, but the test has not been started. Check the status of the application to determine why it is not functional. disabledByApp indicates that the application using this connection has requested that the connection be disabled. An example is a connection used by a trunk application where the trunk has timed out on an attempt to stage. Check the application to determine why it is not fully functional. bwReduced indicates that this connection is operating in a reduced bandwidth state. It is a bandwidth elastic connection which currently has been allocated less than the requested (equivalent) bandwidth. vpDown indicates that this connection has been notified of a fault detected at the associated VP-layer. vpDown is applicable for Vpt Vccs only. Enumeration: 'bwReduced': 6, 'notAdmitted': 3, 'appNotRegistered': 4, 'portDown': 2, 'disabledByApp': 5, 'noFailure': 0, 'localBwLoss': 1, 'vpDown': 7.
                         atmIfVccTroubled 1.3.6.1.4.1.562.2.4.1.114.5.120.1.28 integer read-only
This attribute indicates whether or not the connection is in a troubled state. Connections become troubled because of OAM failures; when one of the attributes segLinkSideLoopbackState, segSwitchSideLoopbackState, endToEndLoopbackState, aisState (when receiving AIS cells only) or rdiState go bad, this attribute is set to yes; otherwise it is set to no. Enumeration: 'yes': 1, 'no': 0.
                         atmIfVccSegLinkSideLoopbackState 1.3.6.1.4.1.562.2.4.1.114.5.120.1.30 integer read-only
This attribute contains the current state of the link-side segment loopback for this connection. Link-side segment loopback cells are transmitted (inserted) by a connection component in the direction of the link (port). The value of this attribute is dependent upon the current setting of the segLinkSideLoopback provisionable attribute, the connection point type as specified by the connectionPointType attribute, and the current loopback state (if applicable). The value is notApplicable when the connectionPointType is a connectingPoint. The value is notApplicable when the distributionType is pointToMultipoint. The value is good when the segLinkSideLoopback is on, the connectionPointType is a segmentEndPoint or a connectionEndPoint, and the segment link side loopback is working. The value is bad when the segLinkSideLoopback is on, the connectionPointType is a segmentEndPoint or a connectionEndPoint, and the link side segment loopback is not working. The value is unknown when the segLinkSideLoopback is off. The value is unknown when the segLinkSideLoopback is on, the connectionPointType is a segmentEndPoint and the segment switch side loopback has not yet been determined. The state of this attribute determines, in part, the value of the operStatus attribute. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVccSegSwitchSideLoopbackState 1.3.6.1.4.1.562.2.4.1.114.5.120.1.40 integer read-only
This attribute contains the current state of the switch-side segment loopback for this connection. Switch-side segment loopback cells are transmitted (inserted) by a connection component in the direction of the bus. The value of this attribute is dependent upon the current setting of the segSwitchSideLoopback provisionable attribute, the connection point type as specified by the connectionPointType attribute, and the current loopback state (if applicable). The value is only applicable when the connectionPointType is a segmentEndPoint. The value is notApplicable when the connectionPointType is a connectingPoint or connectionEndPoint. The value is notApplicable when the distributionType is pointToMultipoint. The value is good when the segSwitchSideLoopback is on, the connectionPointType is a segmentEndPoint and the segment switch side loopback is working. The value is bad when the segSwitchSideLoopback is on, the connectionPointType is a segmentEndPoint and the switch side segment loopback is not working. The value is unknown when the segSwitchSideLoopback is off. The value is unknown when the segSwitchSideLoopback is on, the connectionPointType is a segmentEndPoint and the segment switch side loopback has not been determined. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVccEndToEndLoopbackState 1.3.6.1.4.1.562.2.4.1.114.5.120.1.50 integer read-only
This attribute contains the current state of the end-to-end loopback for this connection. Its value is dependent upon the current setting of the endToEndLoopback provisionable attribute and the connection point type as specified by the connectionPointType attribute. The value is only applicable when the connectionPointType is a connectionEndPoint. The value is notApplicable when the connectionPointType is a connectingPoint or segmentEndPoint. The value is notApplicable when the distributionType is a pointToMultipoint. The value is good when the endToEndLoopback is on, the connectionPointType is a connectionEndPoint and the end-to-end loopback is working. The value is bad when the endToEndLoopback is on, the connectionPointType is a connectionEndPoint and the end-to-end loopback is not working. The value is unknown when the endToEndLoopback is off. The value is unknown when the endToEndLoopback is on, the connectionPointType is a connectionEndPoint and the end-to-end loopback status has not been determined. The state of this attribute determines, in part, the value of the operStatus attribute. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVccRxOamCellCongestionState 1.3.6.1.4.1.562.2.4.1.114.5.120.1.55 integer read-only
This attribute contains the current state of the receive side OAM cell congestion for this connection. Its value reflects whether the rate of received OAM cells for this connection is below a specified threshold. The connection maintains a count of the number of OAM cells which are terminated per second. Once that count exceeds the specified threshold, extraction of all OAM cells for this connection is disabled for a period of one minute. This is a congestion management mechanism to prevent the processor from being overloaded with handling OAM cells for a particular connection. This mechanism ensures that tasks, such as trunks obtain enough processor cycles to remain in service, and are not adversely affected by excessive rate of OAM cells on a particular connection. The value is good when the rate of received OAM cells is less than the allowed threshold. The value is bad when the arrival rate has exceeded the allowed threshold. It remains bad for one minute, before returning to good again. During this timeout, extraction of all OAM cells is disabled for this connection. As a result, other loopback failure conditions may occur. The value is unknown when the application has not yet begun to use this connection. An example is the Test component before a test has been started. Each type of OAM cell is counted separately. The threshold for AIS cells is three cells per second. If more than three AIS cells are received within a one second interval, this attribute is set to bad. The threshold for RDI cells and each loopback type is also three, but the threshold for trace cells is 250 per second. The state of this attribute has no direct effect on the value of the operStatus attribute or on the number of troubled connections. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVccAisState 1.3.6.1.4.1.562.2.4.1.114.5.120.1.60 integer read-only
This attribute contains the current state of the Alarm Indication Signal for this connection. A value of good indicates that the connection's application is active and no alarm has occurred. A value of bad indicates that the connection's application is active and an alarm has occurred. A value of unknown indicates that the connection's application is inactive. A value of notApplicable occurs when the connectionPointType is either a segmentEndPoint or a connectingPoint. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVccRdiState 1.3.6.1.4.1.562.2.4.1.114.5.120.1.70 integer read-only
This attribute indicates the current state of the Remote Defect Indication for this connection. A value of good indicates that the connection's application is active and no alarm has occurred. A value of bad indicates that the connection's application is active and an alarm has occurred. A value of unknown indicates that the connection's application is inactive. A value of notApplicable occurs when the connectionPointType is either a segmentEndPoint or a connectingPoint. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
             atmIfVccTrafficTable 1.3.6.1.4.1.562.2.4.1.114.5.130 no-access
This group is HISTORICAL. Please refer to the group AtmTmOper; This attribute group contains attributes for the Vcc and Vpc components to reflect operational traffic attributes.
                     atmIfVccTrafficEntry 1.3.6.1.4.1.562.2.4.1.114.5.130.1 no-access
An entry in the atmIfVccTrafficTable.
                         atmIfVccTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.5.130.1.10 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. Enumeration: 'n8': 8, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                         atmIfVccTxQosClass 1.3.6.1.4.1.562.2.4.1.114.5.130.1.30 integer read-only
This attribute indicates the quality of service for the transmit direction for this connection. The constantBitRate class refers to traffic offered on services such as a constant bit rate video service. This traffic is highest priority. The variableBitRate class refers to traffic offered on services such as packetized audio and video. The connectionOriented class refers to connection-oriented traffic such as Frame Relay or X.25 traffic. The connectionless traffic refers to traffic offered through connectionless trunks such as certain LAN protocols. The unspecified class supports a 'best effort' type of service, where there is a minimum guarantee of bandwidth. This traffic is lowest priority. This attribute is obsolete, replaced by the UNI 4.0 attribute atmServiceCategory. Enumeration: 'constantBitRate': 1, 'connectionOriented': 3, 'variableBitRate': 2, 'connectionless': 4, 'unspecified': 0.
                         atmIfVccFwdQosClass 1.3.6.1.4.1.562.2.4.1.114.5.130.1.31 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the quality of service for the calling to called direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                         atmIfVccTxQueueLength 1.3.6.1.4.1.562.2.4.1.114.5.130.1.32 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the current length of the transmit queue for this connection. If this connection has traffic shaping disabled, then this attribute displays the common queue length. If traffic shaping is enabled, then this attribute displays the per-VC queue length.
                         atmIfVccTxQueueCongestionState 1.3.6.1.4.1.562.2.4.1.114.5.130.1.33 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the congestion state of the transmit queue for this connection. If the connection has traffic shaping disabled, then this attribute displays the common queue congestion state. If traffic shaping is enabled, then this attribute displays the per-VC queue congestion state. The congestion state of a queue is indicated by a numeric value ranging from 0 to 3. When a queue is in a congested state x, only traffic with discard priority (DP) 0 to x are enqueued. Traffic with DP > x is discarded. Therefore, if the congestion state is 3, there is no congestion and all traffic is enqueued. Likewise, when the congestion state is 0, there is maximum congestion and only traffic with DP=0 is enqueued on that queue.
                         atmIfVccHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.5.130.1.35 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the actual holding priority in effect for this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. Some applications, for example Vcc Test, may override the provisioned holding priority. A value of notApplicable is displayed when this is an elastic connection. Holding priority does not apply to bandwidth elastic connections. Holding priority has no effect for ubr atmServiceCategory or txTrafficDescriptorType 1 or 2 connections. Enumeration: 'notApplicable': 6, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                         atmIfVccRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.5.130.1.40 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute. Enumeration: 'n8': 8, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                         atmIfVccRxQosClass 1.3.6.1.4.1.562.2.4.1.114.5.130.1.60 integer read-only
This attribute reflects the value of the provisioned attribute in the Vcd or Vpd. Refer to that attribute for more detailed explanation. This attribute is obsolete replaced by the UNI 4.0 attribute atmServiceCategory. Enumeration: 'constantBitRate': 1, 'connectionOriented': 3, 'variableBitRate': 2, 'connectionless': 4, 'unspecified': 0.
                         atmIfVccBwdQosClass 1.3.6.1.4.1.562.2.4.1.114.5.130.1.61 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the quality of service for the called to calling direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                         atmIfVccAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.5.130.1.62 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the ATM service category used for traffic in both directions of the connection. The constantBitRate service category is intended for real time applications, that is, those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to have significantly reduced value of the application. The rtVariableBitRate service category is intended for real time applications; that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The unspecifiedBitRate service is intended for non-real time applications, that is those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'constantBitRate': 1, 'unspecifiedBitRate': 0, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                         atmIfVccTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.5.130.1.70 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the traffic shaping state of the connection. A value of notApplicable indicates that traffic shaping is not applicable or not supported for this connection. This is the case when the atmServiceCategory is constantBitRate, or when the txTrafficDescType is 1 or 2. In these cases, the value of notApplicable is set regardless of whether traffic shaping is enabled or disabled in the provisioning data. A value of disabled indicates that traffic shaping is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of enabled indicates that traffic shaping is applicable and supported for the type of connection and has been turned on in the provisioning data. This is the only case that indicates that traffic shaping is performed on the connection. In this case, the actual shaping rate is reflected in the txTrafficDescParm attribute, parameter number 4. Enumeration: 'disabled': 1, 'notApplicable': 4, 'enabled': 0.
                         atmIfVccBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.5.130.1.71 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the bearer capability for this connection. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is displayed, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements.When c is displayed, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (cbr or vbr) and timing requirements are user defined (that is, transparent to the network). When the value of this attribute is x, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. Class vp service is used to indicate a transparent VP service when the user is requesting an ATM only service from the network. In this case, the network does not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except for VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP and SVP connections. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'notApplicable': 30.
                         atmIfVccTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.5.130.1.72 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance, or in the case that the transfer capability in the call request was set to NoIndication. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value NoIndication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required for the connection. The value no for end-to-end timing indicates that end-to-end timing is not required for the connection. Enumeration: 'n10': 10, 'notApplicable': 30, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                         atmIfVccClippingBbc 1.3.6.1.4.1.562.2.4.1.114.5.130.1.74 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the value of the clipping susceptibility parameter in the BBC Information Element. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'yes': 1, 'no': 0.
                         atmIfVccUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.5.130.1.75 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the unshaped transmit queuing state of the connection. A value of common indicates that transmit traffic is being enqueued onto common transmit queues. A value of perVc indicates that transmit traffic is being enqueued onto a per-VC queue for this connection. This is the case when trafficShaping is disabled, but per-VC queueing has been configured for this connection. A value of notApplicable indicates that transmit traffic is being shaped for this connection. Transmit traffic for a shaped connection is enqueued onto a per-VC queue, but this attribute is only applicable for unshaped connections. Enumeration: 'notApplicable': 4, 'perVc': 0, 'common': 1.
                         atmIfVccBestEffort 1.3.6.1.4.1.562.2.4.1.114.5.130.1.76 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates value of best effort parameter in the ATM Traffic Descriptor Information Element. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'notIndicated': 1, 'indicated': 0.
                         atmIfVccUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.5.130.1.80 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the UPC state of the connection. A value of notApplicable indicates that UPC is not applicable or not supported for the connection. This is the case when the connection's rxTrafficDescType is 1 or 2. A value of notApplicable is set regardless of whether UPC is disabled or enabled in provisioning data. A value of disabled indicates that UPC is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of enabled indicates that UPC is applicable and supported for the type of connection and has been turned on in the provisioning data. This is the only case that indicates that UPC is enforced on the connection. In this case the traffic descriptor parameters used for UPC enforcement are reflected in the rxTrafficDescParms of the connection. Enumeration: 'disabled': 1, 'notApplicable': 3, 'enabled': 0.
                         atmIfVccTxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.5.130.1.85 octet string read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the set of current frame discard functions in effect in the transmit data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an interim connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. Frame discard functions are not applicable for Virtual Path Connections (VPCs). Description of bits: ppd(0) epd(1)
                         atmIfVccRxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.5.130.1.86 octet string read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the set of current frame discard functions in effect in the receive data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an interim connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. Frame discard functions are not applicable for Virtual Path Connections (VPCs). Description of bits: ppd(0) epd(1)
                         atmIfVccBandwidthElastic 1.3.6.1.4.1.562.2.4.1.114.5.130.1.90 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is only of importance for connections which are carried on a link with a variable bandwidth. For example, the bandwidth may be reduced in the event that one or more physical links in the IMA group fail, such that the originally requested bandwidth cannot be maintained. This attribute shows whether the application (for example, Trunk) running on this connection can continue to operate if the bandwidth is reduced. If the bandwidth is reduced, the amount by which it is reduced is displayed in the bandwidthReduction attribute. A value of yes, indicates that this connection is elastic, and the bandwidth may be reduced but the connection is not released. A value of no indicates that the bandwidth for this connection is not reduced in the event of link bandwidth reduction. However, this connection may be released based on its holdingPriority. Bandwidth elasticity has no effect for ubr atmServiceCategory or txTrafficDescriptorType 1 or 2 connections. Enumeration: 'yes': 1, 'no': 0.
                         atmIfVccBandwidthReduction 1.3.6.1.4.1.562.2.4.1.114.5.130.1.100 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute shows the amount by which the bandwidth has been reduced for this connection. This value is non-zero only for connections which have bandwidthElastic displayed as yes, and which are also operating in a reduced bandwidth mode. This is typically be the case for selected connections running over an IMA link. This attribute takes a value from 0 (no reduction) up to the ECR. All connections which are running at their full allocated bandwidth, bwReduction have the value 0. Connections which have been reduced in allocated bandwidth have a positive number for this attribute. The bwReduction may be subtracted from the ECR (which is displayed as txTrafficDescParm 5) to determine the actual bandwidth allocated to this connection.
             atmIfVccStatsTable 1.3.6.1.4.1.562.2.4.1.114.5.140 no-access
This group contains traffic statistics for a Vcc, Vpc, or Vpt component.
                     atmIfVccStatsEntry 1.3.6.1.4.1.562.2.4.1.114.5.140.1 no-access
An entry in the atmIfVccStatsTable.
                         atmIfVccStatsTxCell 1.3.6.1.4.1.562.2.4.1.114.5.140.1.10 passportcounter64 read-only
This attribute counts the number of cells that have been transmitted from the interface on this connection. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsTxCellClp 1.3.6.1.4.1.562.2.4.1.114.5.140.1.20 passportcounter64 read-only
This attribute counts the number of cells that have been transmitted from the interface on this connection with the CLP=1. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccTxDiscard 1.3.6.1.4.1.562.2.4.1.114.5.140.1.30 passportcounter64 read-only
This attribute is replaced by new attributes txCellDiscard and txFrameDiscard. This attribute counts the number of cells or frames received from the bus on this connection that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion or when the connection's interface is disabled. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccTxDiscardClp 1.3.6.1.4.1.562.2.4.1.114.5.140.1.40 passportcounter64 read-only
This attribute is replaced by new attributes txCellDiscardClp and txFrameDiscardClp. This attribute counts the number of cells or frames received from the bus on this connection with CLP=1 that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion or when the connection's interface is disabled. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsTxCellDiscard 1.3.6.1.4.1.562.2.4.1.114.5.140.1.42 passportcounter64 read-only
This attribute counts the number of cells received from the bus on this connection that have been discarded. Discarded cells are not counted in the txCell attribute. Cells are discarded due to transmit congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection's interface is disabled. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections usually have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txCellDiscard values for all such connections associated with the Vpt. For Vccs on CQC-based ATM cards, if the connection segments frames into cells, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsTxCellDiscardClp 1.3.6.1.4.1.562.2.4.1.114.5.140.1.43 passportcounter64 read-only
This attribute counts the number of cells received from the bus on this connection with CLP=1 that have been discarded. This count is included in the txCellDiscard attribute. Discarded cells are not counted in the txCellClp attribute. Cells are discarded due to transmit congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection's interface is disabled. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txCellDiscardClp values for all such connections associated with the Vpt. For Vccs on CQC-based ATM cards, if the connection segments frames into cells, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsTxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.5.140.1.46 passportcounter64 read-only
This attribute counts the number of frames received from the bus on this connection that have been discarded. Frames are discarded due to congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection interface is disabled. This count is independent of the txCell or txCellDiscard attribute. For CQC-based ATM cards, this attribute is applicable only to connections that segment frames into cells. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txFrameDiscard values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to EPD, PPD, and W-RED for a standard Vpt Vcc are not included in this attribute. These discards are counted in the Vcc's parent Vpt txFrameDiscard attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsTxFrameDiscardClp 1.3.6.1.4.1.562.2.4.1.114.5.140.1.47 passportcounter64 read-only
This attribute counts the number of discarded frames on this connection that were received from the bus and composed of one or more CLP=1 cells. Frames are discarded due to congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection interface is disabled. This count is included in the txFrameDiscard attribute. For CQC-based ATM cards, this attribute is applicable only to connections that segment frames into cells. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txFrameDiscardClp values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to EPD, PPD, and W-RED for a standard Vpt Vcc are not included in this attribute. These discards are counted in the Vcc's parent Vpt txFrameDiscardClp attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccTxUtilization 1.3.6.1.4.1.562.2.4.1.114.5.140.1.48 gauge32 read-only
This attribute indicates the current transmit utilization during the most recent minute, expressed as a percentage of the total bandwidth which can be carried by this connection. This attribute is only applicable for Vpts and not for Vpcs or Vccs. When the Vpt is shaped, the value of this attribute is calculated using its actual shaping rate (ASR) and should not exceed 100. When the Vpt is unshaped, the value of this attribute is calculated using its peak cell rate (PCR) and should not exceed 200. If the PCR is 0, the value 255 is used.
                         atmIfVccStatsRxCell 1.3.6.1.4.1.562.2.4.1.114.5.140.1.50 passportcounter64 read-only
This attribute counts cells that have been received from the interface on this connection. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsRxCellClp 1.3.6.1.4.1.562.2.4.1.114.5.140.1.60 passportcounter64 read-only
This attribute counts cells that have been received from the interface on this connection with the CLP=1. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccRxDiscard 1.3.6.1.4.1.562.2.4.1.114.5.140.1.70 passportcounter64 read-only
This attribute is replaced by new attributes rxCellDiscard and rxFrameDiscard. This attribute counts the number of cells or frames received from the interface on this connection that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion, non-conformance with UPC or AAL reassembly problems. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccRxDiscardClp 1.3.6.1.4.1.562.2.4.1.114.5.140.1.80 passportcounter64 read-only
This attribute is replaced by new attributes rxCellDiscardClp and rxFrameDiscardClp. This attribute counts the number of cells or frames received from the interface on this connection with CLP=1 that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion, non-conformance with UPC or AAL reassembly problems. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsRxCellDiscard 1.3.6.1.4.1.562.2.4.1.114.5.140.1.82 passportcounter64 read-only
This attribute counts the number of cells received from the interface on this connection that have been discarded. This count is included in the rxCell attribute. This count includes cells discarded due to non-conformance with UPC, cells which are part of a frame which has been discarded due to an AAL5 frame reassembly error, cells which are discarded due to congestion, or cells which are received while the next hop connection to which the traffic is directed across the backplane is down. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections have a connectionPointType of connectionEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxCellDiscard values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to non-conformance with UPC at the VP layer, for a standard Vpt Vcc, are not included in this attribute. These discards are counted in the Vcc's parent Vpt rxCellDiscard attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsRxCellDiscardClp 1.3.6.1.4.1.562.2.4.1.114.5.140.1.83 passportcounter64 read-only
This attribute counts the number of cells received from the interface on this connection with CLP=1 that have been discarded. This count is included in the rxCell and rxCellDiscard attributes. This count includes cells discarded due to non-conformance with UPC, cells which are part of a frame which has been discarded due to an AAL5 frame reassembly error, cells which are discarded due to congestion, or cells which are received while the next hop connection to which the traffic is directed across the backplane is down. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections have a connectionPointType of connectionEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxCellDiscardClp values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to non-conformance with UPC at the VP layer, for a standard Vpt Vcc, are not included in this attribute. These discards are counted in the Vcc's parent Vpt rxCellDiscardClp attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsRxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.5.140.1.86 passportcounter64 read-only
This attribute counts the number of frames received from the interface on this connection that have been discarded. This count is independent of the rxCellDiscard attribute. This count includes frames discarded due to an AAL5 frame reassembly error, frames discarded due to early packet discard (EPD), and frames discarded due to processor (CPU) congestion. This attribute is applicable only for connections that reassemble incoming cells into frames. Connections which reassemble cells into frames have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; even though they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxFrameDiscard values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsRxFrameDiscardClp 1.3.6.1.4.1.562.2.4.1.114.5.140.1.88 passportcounter64 read-only
This attribute counts the number of discarded frames on this connection that were received from the interface and composed of one or more CLP1 cells. This count is included in the rxFrameDiscard attribute. It is independent of the rxCellDiscard attribute. This count includes frames discarded due to an AAL5 frame reassembly error, frames discarded due to early packet discard (EPD), and frames discarded due to processor (CPU) congestion. This attribute is applicable only for connections that reassemble incoming cells into frames. Connections which reassemble cells into frames have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; even though they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxFrameDiscardClp values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccRxUtilization 1.3.6.1.4.1.562.2.4.1.114.5.140.1.89 gauge32 read-only
This attribute indicates the current receive utilization during the most recent minute, expressed as a percentage of the total bandwidth which can be carried by this connection. This attribute is only applicable for Vpts and not for Vpcs or Vccs. When the Vpt is shaped, the value of this attribute is calculated using its actual shaping rate (ASR) and should not exceed 100. When the Vpt is unshaped, the value of this attribute is calculated using its peak cell rate (PCR) and should not exceed 200. If the PCR is 0, the value 255 is used.
                         atmIfVccStatsRxUpcViolationOnEnforcer1 1.3.6.1.4.1.562.2.4.1.114.5.140.1.90 passportcounter64 read-only
This attribute counts the number of UPC violations observed by the Generic Cell Rate Algorithm (GCRA) Enforcer 1. This attribute is only applicable if UPC is enforced or monitored. This attribute is not applicable for standard Vpt Vccs. This attribute is not applicable and is not displayed on CQC-based ATM cards. When the value of rxTrafficDescType for this connection is 3, 4, 5, 6, 7 or 8, Enforcer 1 enforces conformance of traffic received from the interface to PCR CLP0+1. When the value of rxTrafficDescType for this connection is 9, Enforcer 1 performs the Dynamic Generic Cell Rate Algorithm (DGCRA) used for the Available Bit Rate (ABR) service category. If UPC is enforced all non-conforming cells are discarded by this enforcer. These discarded cells are included in rxCellDiscard. For basic Vpts, this attribute provides an aggregated total of all rxUpcViolationOnEnforcer1 values for the Vccs associated with the Vpt. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsRxUpcViolationOnEnforcer2 1.3.6.1.4.1.562.2.4.1.114.5.140.1.92 passportcounter64 read-only
This attribute counts the number of UPC violations observed by the Generic Cell Rate Algorithm (GCRA) Enforcer 2. This attribute is only applicable if UPC is enforced or monitored. This attribute is not applicable for standard Vpt Vccs. This attribute is not applicable and is not displayed on CQC-based ATM cards. Enforcer2 is applicable only if the rxTrafficDescType for this connection is 4, 5, 6, 7 or 8. When the value of rxTrafficDescType 4 or 5, Enforcer 2 enforces conformance of traffic received from the interface to PCR CLP0. When the value of rxTrafficDescType 6, Enforcer 2 enforces conformance of traffic received from the interface to SCR CLP0+1. When the value of rxTrafficDescType 7 or 8, Enforcer 2 enforces conformance of traffic received from the interface to SCR CLP0. If UPC is enforced, enforcer 2 discards non-conforming cells for rxTrafficDescType values of 4, 6 and 7. It tags non-conforming cells for rxTrafficDescType values of 5 and 8. Discarded cells are counted in the rxCellDiscard attribute. For basic Vpts, this attribute provides an aggregated total of all rxUpcViolationOnEnforcer2 values for the Vccs associated with the Vpt. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsRxAal5FrameError 1.3.6.1.4.1.562.2.4.1.114.5.140.1.100 passportcounter64 read-only
This attribute counts the number of frames received from the interface on this connection that have AAL5 length errors or AAL5 CRC errors. This attribute is not applicable and is not displayed on CQC-based ATM cards. AAL5 length or CRC errors typically occur because of cell discards due to congestion, UPC, or due to corruption of data between the AAL5 segmentation and reassembly end points. This attribute is applicable only to connections that reassemble incoming cells into frames. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxAal5FrameError values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVccStatsRxAal5FrameAbort 1.3.6.1.4.1.562.2.4.1.114.5.140.1.102 passportcounter64 read-only
This attribute counts the number of frames received from the interface on this connection that have the AAL5 length field set to zero. This attribute is not applicable and is not displayed for CQC-based ATM cards. An AAL5 length of zero is an indication by the far end segmentation point to this reassembly point that the frame is to be discarded without reassembly. This mechanism is typically used by a segmentation point if it detects an error in a frame after some of the cells belonging to that frame have already been transmitted. This attribute is applicable only to connections that reassemble incoming cells into frames. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxAal5FrameAbort values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
             atmIfVccTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.5.294 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of five transmit traffic parameters. The first three elements reflect the settings of the first three elements of the txTrafficDescParm attribute in the AtmTrafficProv group. When txTrafficDescType is 1 or 2, parameters 1 through 5 are unused. In this description, PCR is the greater of either the PCR or the requested shaping rate (parameter 1 or parameter 5) specified in the Traffic group under the Vcd or Vpd. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 or 1 traffic; parameters 2 and 3 are unused. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic When txTrafficDescType is 3, 4, 5, 6, 7 or 8, parameter 4 reflects the actual shaping rate in cell/s for this connection. This rate is one of the set of available shaping rates for this type of ATM-FP, based on the number of interfaces doing shaping (attribute perVcQueueInterfaces), the provisioned cell rate, the shapingScalingFactor attribute of the AtmResourceControl component, and whether traffic shaping is enabled. A rate of zero (0) indicates that shaping is not performed. When txTrafficDescType is 3, 4, 5, 6, 7 or 8, parameter 5 reflects the equivalent cell rate in cell/s for this connection as determined by the Connection Admission Control (CAC) algorithm. The equivalent cell rate is useful in determining the admission characteristics of this connection.
                     atmIfVccTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.5.294.1 no-access
An entry in the atmIfVccTxTdpTable.
                         atmIfVccTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.5.294.1.1 integer32 no-access
This variable represents the atmIfVccTxTdpTable specific index for the atmIfVccTxTdpTable.
                         atmIfVccTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.5.294.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVccTxTdpTable.
             atmIfVccRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.5.295 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR) are expressed in cells/s. Maximum burst size (MBS) is expressed in cells. Cell Delay Variation Tolerance (CDVT) is expressed in microseconds. When rxTrafficDescType is 1 or 2, none of the parameters are used. When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard; parameter 4 represents the CDVT. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging; parameter 4 represents the CDVT. When rxTrafficDescType is a 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. If Upc is disabled for this connection, the values of PCR, SCR, MBS and CDVT is a combination of provisioned parameters. If Upc is enabled, the values of PCR, SCR, MBS, and CDVT is exactly the values used by the usage parameter control hardware in policing the arriving traffic. These may vary slightly from the provisioned values due to granularity of the hardware. In the case where the PCR is equal to the SCR, the effective MBS is zero.
                     atmIfVccRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.5.295.1 no-access
An entry in the atmIfVccRxTdpTable.
                         atmIfVccRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.5.295.1.1 integer32 no-access
This variable represents the atmIfVccRxTdpTable specific index for the atmIfVccRxTdpTable.
                         atmIfVccRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.5.295.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVccRxTdpTable.
             atmIfVccTxQThreshTable 1.3.6.1.4.1.562.2.4.1.114.5.352 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the queue limit and the discard thresholds for the transmit queue of this connection. The first element indicates the queue limit. Depending upon the atmServiceCategory of the connection, the provisioned value of the transmit queue limit is derived from the txQueueLimit attribute under one of the subcomponents of the AtmIf CA component. If the connection has traffic shaping disabled, then this attribute relates to the common queue. If traffic shaping is enabled, then this attribute relates to the per-VC queue. The second element is the threshold that marks the transition from congestion state 1 to congestion state 0. This is the threshold at which traffic with discard priority (DP) = 1 is discarded. This threshold is set approximately at 90 percent of the first parameter, the operational queue limit. The third element is the threshold that marks the transition from congestion state 2 to congestion state 1. This is the threshold at which traffic with DP = 2 is discarded. This threshold is set approximately at 75 percent of the first parameter, the operational queue limit. The fourth element is the threshold that marks the transition from congestion state 3 to congestion state 2. This is the threshold at which traffic with DP = 3 is discarded. This threshold is set approximately at 35 percent of the first parameter, the operational queue limit.
                     atmIfVccTxQThreshEntry 1.3.6.1.4.1.562.2.4.1.114.5.352.1 no-access
An entry in the atmIfVccTxQThreshTable.
                         atmIfVccTxQThreshIndex 1.3.6.1.4.1.562.2.4.1.114.5.352.1.1 integer32 no-access
This variable represents the atmIfVccTxQThreshTable specific index for the atmIfVccTxQThreshTable.
                         atmIfVccTxQThreshValue 1.3.6.1.4.1.562.2.4.1.114.5.352.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVccTxQThreshTable.
             atmIfVccFqpTable 1.3.6.1.4.1.562.2.4.1.114.5.357 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of three elements that indicate the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                     atmIfVccFqpEntry 1.3.6.1.4.1.562.2.4.1.114.5.357.1 no-access
An entry in the atmIfVccFqpTable.
                         atmIfVccFqpIndex 1.3.6.1.4.1.562.2.4.1.114.5.357.1.1 integer no-access
This variable represents the atmIfVccFqpTable specific index for the atmIfVccFqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                         atmIfVccFqpValue 1.3.6.1.4.1.562.2.4.1.114.5.357.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVccFqpTable.
             atmIfVccBqpTable 1.3.6.1.4.1.562.2.4.1.114.5.358 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of three elements that indicate the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                     atmIfVccBqpEntry 1.3.6.1.4.1.562.2.4.1.114.5.358.1 no-access
An entry in the atmIfVccBqpTable.
                         atmIfVccBqpIndex 1.3.6.1.4.1.562.2.4.1.114.5.358.1.1 integer no-access
This variable represents the atmIfVccBqpTable specific index for the atmIfVccBqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                         atmIfVccBqpValue 1.3.6.1.4.1.562.2.4.1.114.5.358.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVccBqpTable.
         atmIfNAcct 1.3.6.1.4.1.562.2.4.1.114.8
             atmIfNAcctRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.8.1 no-access
This entry controls the addition and deletion of atmIfNAcct components.
                 atmIfNAcctRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.8.1.1 no-access
A single entry in the table represents a single atmIfNAcct component.
                     atmIfNAcctRowStatus 1.3.6.1.4.1.562.2.4.1.114.8.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfNAcct components. These components can be added and deleted.
                     atmIfNAcctComponentName 1.3.6.1.4.1.562.2.4.1.114.8.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                     atmIfNAcctStorageType 1.3.6.1.4.1.562.2.4.1.114.8.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfNAcct tables.
                     atmIfNAcctIndex 1.3.6.1.4.1.562.2.4.1.114.8.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfNAcct tables.
             atmIfNAcctProvTable 1.3.6.1.4.1.562.2.4.1.114.8.10 no-access
This group contains the provisionable attributes for PVC accounting.
                   atmIfNAcctProvEntry 1.3.6.1.4.1.562.2.4.1.114.8.10.1 no-access
An entry in the atmIfNAcctProvTable.
                       atmIfNAcctAccountCollection 1.3.6.1.4.1.562.2.4.1.114.8.10.1.1 octet string read-write
This attribute specifies the reason(s) for which accounting data is collected: billing, test, study, audit or force. If the set of reasons is not empty then accounting records will be generated by this interface in the following situations: - on a TODA (time of day accounting) changeover if TODA is enabled; - every 12 hours (per connection) if TODA is disabled; - when the PVC is deleted (a call record is generated with final cell counts). If none of the reasons is present, then accounting will be suppressed for all PVCs on this interface. Accounting can be suppressed on individual PVCs by specifying a null correlationTag attribute in the AtmIf NAcct component. The reason for collection is recorded in the accounting record, in the attribute callingCollectReason or calledCollectReason, as appropriate. Description of bits: bill(0) test(1) study(2) audit(3) force(4)
                       atmIfNAcctAccountConnectionType 1.3.6.1.4.1.562.2.4.1.114.8.10.1.2 integer read-write
This attribute specifies whether accounting records generated for the PVCs on this interface should be marked as originating, terminating or intermediate. This attribute, in combination with the direction of the call, determines the value of attribute connPointType of the accounting record. It may be used by downstream accounting processing to correlate the records. If the value is origTerm then the value of attribute connPointType in the accounting records generated for incoming calls will be originating and records generated for outgoing calls will be terminating. If the value is intermediate then the value of attribute connPointType in the accounting records generated for all calls will be intermediate. Enumeration: 'origTerm': 0, 'intermediate': 1.
                       atmIfNAcctAccountClass 1.3.6.1.4.1.562.2.4.1.114.8.10.1.3 unsigned32 read-write
This attribute specifies the accounting class associated with the PVCs on this interface. Its meaning is determined by the network operator. Its value is recorded in the accounting records generated by this interface, in the attributes, callingServiceType and calledServiceType.
                       atmIfNAcctServiceExchange 1.3.6.1.4.1.562.2.4.1.114.8.10.1.4 unsigned32 read-write
This attribute specifies the data service exchange associated with this interface. Its meaning is determined by the network operator. Its value is recorded in the accounting records generated by this interface, in the attributes, callingDse and calledDse.
         atmIfVpt 1.3.6.1.4.1.562.2.4.1.114.9
             atmIfVptRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.1 no-access
This entry controls the addition and deletion of atmIfVpt components.
                 atmIfVptRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.1.1 no-access
A single entry in the table represents a single atmIfVpt component.
                     atmIfVptRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVpt components. These components can be added and deleted.
                     atmIfVptComponentName 1.3.6.1.4.1.562.2.4.1.114.9.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                     atmIfVptStorageType 1.3.6.1.4.1.562.2.4.1.114.9.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVpt tables.
                     atmIfVptIndex 1.3.6.1.4.1.562.2.4.1.114.9.1.1.10 integer32 no-access
This variable represents the index for the atmIfVpt tables.
             atmIfVptVpd 1.3.6.1.4.1.562.2.4.1.114.9.2
                 atmIfVptVpdRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.2.1 no-access
This entry controls the addition and deletion of atmIfVptVpd components.
                     atmIfVptVpdRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.1.1 no-access
A single entry in the table represents a single atmIfVptVpd component.
                         atmIfVptVpdRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVptVpd components. These components cannot be added nor deleted.
                         atmIfVptVpdComponentName 1.3.6.1.4.1.562.2.4.1.114.9.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfVptVpdStorageType 1.3.6.1.4.1.562.2.4.1.114.9.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptVpd tables.
                         atmIfVptVpdIndex 1.3.6.1.4.1.562.2.4.1.114.9.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptVpd tables.
                 atmIfVptVpdTm 1.3.6.1.4.1.562.2.4.1.114.9.2.2
                     atmIfVptVpdTmRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.2.2.1 no-access
This entry controls the addition and deletion of atmIfVptVpdTm components.
                         atmIfVptVpdTmRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.2.1.1 no-access
A single entry in the table represents a single atmIfVptVpdTm component.
                             atmIfVptVpdTmRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.2.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVptVpdTm components. These components cannot be added nor deleted.
                             atmIfVptVpdTmComponentName 1.3.6.1.4.1.562.2.4.1.114.9.2.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                             atmIfVptVpdTmStorageType 1.3.6.1.4.1.562.2.4.1.114.9.2.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptVpdTm tables.
                             atmIfVptVpdTmIndex 1.3.6.1.4.1.562.2.4.1.114.9.2.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptVpdTm tables.
                     atmIfVptVpdTmAbr 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2
                         atmIfVptVpdTmAbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.1 no-access
This entry controls the addition and deletion of atmIfVptVpdTmAbr components.
                             atmIfVptVpdTmAbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.1.1 no-access
A single entry in the table represents a single atmIfVptVpdTmAbr component.
                                 atmIfVptVpdTmAbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVptVpdTmAbr components. These components can be added and deleted.
                                 atmIfVptVpdTmAbrComponentName 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                                 atmIfVptVpdTmAbrStorageType 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptVpdTmAbr tables.
                                 atmIfVptVpdTmAbrIndex 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptVpdTmAbr tables.
                         atmIfVptVpdTmAbrProvTable 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110 no-access
This group contains provisioned attributes for the ABR ATM connections configured on an ATM interface.
                                 atmIfVptVpdTmAbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1 no-access
An entry in the atmIfVptVpdTmAbrProvTable.
                                     atmIfVptVpdTmAbrInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.10 unsigned32 read-write
This attribute specifies the Initial Cell Rate (ICR) parameter for this connection. ICR is the rate at which a source should send initially and after an idle period. When this attribute is set to sameAsCa, the initial cell rate is determined by the AtmIf CA Abr/0 icr attribute. When the value of this attribute is set to useMcr, ICR is set to the same value as the Minimum Cell Rate (MCR) for the connection. When the value of this attribute is set to usePcr, ICR is set to the same value as the Peak Cell Rate (PCR) for the connection. If this attribute is specified less than the MCR of the connection, then the MCR is used as the ICR. If this attribute is specified more than PCR of the connection, then PCR is used as the ICR. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch. VALUES ( 16777216 = sameAsCa 16777217 = useMcr 16777218 = usePcr )
                                     atmIfVptVpdTmAbrTransientBufferExposure 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.11 unsigned32 read-write
This attribute specifies the Transient Buffer Exposure (TBE) for this connection. TBE is the negotiated number of cells that the network would like to limit the source to send during start-up periods, before the first Resource Management (RM) cell returns. TBE divided by fixedRoundTripTime determines an upper bound for the operational value of initialCellRate, the rate at which a source should send initially and after an idle period. TBE divided by maxCellsPerRmCell specifies the operational value of forwardRmCellLimit, the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. This attribute is ignored under all conditions where the operational attribute abrConnectionType is set to erSwitch.
                                     atmIfVptVpdTmAbrFixedRoundTripTime 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.12 unsigned32 read-write
This attribute specifies the Fixed Round-Trip Time (FRTT) parameter for this connection. FRTT is the sum of the fixed and propagation delays from the source to a destination and back. The value of transientBufferExposure divided by the value of FRTT (in seconds) determines an upper bound for the operational value of initialCellRate, the rate at which a source should send initially and after an idle period. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch.
                                     atmIfVptVpdTmAbrRateDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.13 unsigned32 read-write
This attribute specifies the Rate Decrease Factor (RDF) for this connection. The RDF value is computed by using the provisioned value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 8, RDF is 2E-8 = 1/256. RDF controls the amount by which the cell transmission rate may decrease upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) field set to 1, the Allowed Cell Rate (ACR) value would be reduced by the amount (RDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVptVpdTmAbrRateIncreaseFactor 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.14 unsigned32 read-write
This attribute specifies the Rate Increase Factor (RIF) for this connection. The RIF value is computed by using the provisioned value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 6, RIF is 2E-6 = 1/64. RIF controls the amount by which the cell transmission rate may increase upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) and the No Increase (NI) fields both set to 0, the Allowed Cell Rate (ACR) value would be increased by the amount (RIF*ACR). The ACR is not allowed to exceed the Peak Cell Rate (PCR), in which case the ACR is set to PCR. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVptVpdTmAbrMaxCellPerRmCell 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.15 unsigned32 read-write
This attribute specifies the maximum number of cells an ABR source may transmit for each forward Resource Management (RM) cell. The count of the cells transmitted includes data cells, OAM cells, backward RM cells, and the forward RM cell. A value of 2 is not recommended although it is permitted according to the ATM Forum standard. When this attribute is set to a value of 2, it is possible that only one forward and one backward RM cell are repeatedly transmitted, and all data traffic is queued up indefinitely. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVptVpdTmAbrMaxTimeBetweenRmCells 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.16 unsigned32 read-write
This attribute specifies the TRM parameter for this connection. TRM provides an lower bound on the time interval between forward Resource Management (RM) cells for an ABR source. Since the last forward RM cell was sent, if at least TRM time has elapsed since and at least two other cells have been sent, then the next cell to be transmitted would be a forward RM cell. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. The provisioned value of 781 is signalled as TRM = 0, in the ABR Additional Parameters Information Element. 1563 is signalled as TRM = 1. 3125 is signalled as TRM = 2. 6250 is signalled as TRM = 3. 12500 is signalled as TRM = 4 25000 is signalled as TRM = 5. 50000 is signalled as TRM = 6. 100000 is signalled as TRM = 7. VALUES ( 16777216 = sameAsCa )
                                     atmIfVptVpdTmAbrCutoffDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.17 unsigned32 read-write
This attribute specifies the Cutoff Decrease Factor (CDF) parameter for this connection. When the value of this attribute is non-zero, CDF is computed as the inverse of the value. For example, if the value is 32, the value of CDF is 1/32. When the value of this attribute is 0, CDF is also zero. CDF controls the decrease in the Allowed Cell Rate (ACR) associated with the CRM parameter, the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the ACR value would be decreased by the amount (CDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. The value of CRM is indicated by the forwardRmCellLimit attribute. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVptVpdTmAbrAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.18 unsigned32 read-write
This attribute specifies the Allowed Cell Rate Decrease Time Factor (ADTF) parameter for this connection. ADTF is the maximum time interval permitted between sending forward Resource Management (RM) cells before the Allowed Cell Rate (ACR) is decreased to initialCellRate. In other words, if the source does not transit a forward RM cell for the period specified by adtf, it reduces its ACR to the value of its initialCellRate. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch. VALUES ( 16777216 = sameAsCa )
                                     atmIfVptVpdTmAbrDgcraMaximumDelay 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.19 unsigned32 read-write
This attribute specifies an upper bound on the delay after which the rate change induced by a backward Resource Management (RM) cell departing from this connection point (in the backward direction) is expected to be observed at this connection point (in the forward direction). This upper bound may be approximated as the sum of the round trip fixed and propagation delays and the maximum queuing delays between the ABR source and this interface. The value of this attribute is used in policing an ABR connection using the Dynamic General Cell Rate Algorithm (DGCRA). A larger value for this attribute implies a more lenient policer. When there is a reduction in the Allowed Cell Rate (ACR), the policer waits for a correspondingly longer period of time before it enforces at the new cell rate. The value of this attribute must not be less than the dgcraMinimumDelay attribute. VALUES ( 16777216 = sameAsCa )
                                     atmIfVptVpdTmAbrDgcraMinimumDelay 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.20 unsigned32 read-write
This attribute specifies a lower bound on the delay after which the rate change induced by a backward Resource Management (RM) cell departing from this connection point (in the backward direction) is expected to be observed at this connection point (in the forward connection). This lower bound may be approximated as the sum of the round trip fixed and propagation delays between the ABR source and this interface. The value of this attribute is used in policing an ABR connection using the Dynamic General Cell Rate Algorithm (DGCRA). A smaller value for this attribute implies a more lenient policer. When there is a increase in the Allowed Cell Rate (ACR), the policer waits for a correspondingly shorter period of time before it enforces at the new cell rate. VALUES ( 16777216 = sameAsCa )
                                     atmIfVptVpdTmAbrFarEndAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.21 unsigned32 read-write
This attribute specifies the Allowed Cell Rate Decrease Time Factor (ADTF) of the far end ABR source. The value specified should be the same as the ADTF parameter at the far end of this ABR connection. The value of this attribute is used in policing an ABR connection using the Dynamic Generic Cell Rate Algorithm (DGCRA). A larger value for this attribute implies a more lenient policer. When the delay between two consecutive forward Resource Management (RM) cells received at this interface corresponds to a value greater than the value of this attribute, the policer begins to limit enforce the incoming traffic at the initial cell rate (ICR) of the far end, as specified by the farEndInitialCellRate attribute. VALUES ( 1024 = sameAsLocal )
                                     atmIfVptVpdTmAbrFarEndInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.9.2.2.2.110.1.22 unsigned32 read-write
This attribute specifies the Initial Cell Rate (ICR) of the far end ABR source. The value specified should be the same as the ICR parameter at the far end of this ABR connection. The value of this attribute is used in policing an ABR connection using the Dynamic Generic Cell Rate Algorithm (DGCRA). A larger value for this attribute implies a more lenient policer. When the delay between two consecutive forward Resource Management (RM) cells received at this interface corresponds to a value greater than the farEndAcrDecreaseTimeFactor attribute, the policer begins to enforce the incoming traffic at the value of this attribute. If this attribute is specified less than the MCR of the connection, then the MCR is used as the feIcr. If this attribute is more than the PCR of the connection, then PCR is used as the feIcr. VALUES ( 16777219 = sameAsLocal )
                     atmIfVptVpdTmProvTable 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100 no-access
This group contains traffic related provisionable attributes for the Vcc, Vpc, and Vpt components. Changing any of the attributes in this group causes a service interruption on the Vcc, Vpc, or Vpt component.
                             atmIfVptVpdTmProvEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1 no-access
An entry in the atmIfVptVpdTmProvTable.
                                 atmIfVptVpdTmTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.10 integer read-write
This attribute specifies the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. This attribute can have a value of 9 if and only if the atmServiceCategory is availableBitRate. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                                 atmIfVptVpdTmFwdQosClass 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.21 integer read-write
This attribute specifies the quality of service for the forward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                 atmIfVptVpdTmTxQueueLimit 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.22 unsigned32 read-write
This attribute specifies an override to the default transmit queue limit for this connection. A value other than sameAsCa may be specified only for ATM IP cards. This attribute is not applicable for basic Vpts. A value of sameAsCa means to use the default common or per-VC transmit queue limit as defined by the CA service category for this connection. A value from 5 to 63,488 indicates that a specific transmit queue limit is requested which differs from the default which is defined under the CA component for this service category. A specific value is ignored for connections where common queuing is specified for the service category. The actual transmit queue limit for a connection is visible in the Vcc Tm, Vpc Tm, or Vpt Tm txQueueThresholds attribute. VALUES ( 0 = sameAsCa )
                                 atmIfVptVpdTmHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.25 integer read-write
This attribute specifies the holding priority of this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This value provisioned in the Vcd or Vpd may be overridden by certain applications, for example Vcc Test, which run over this connection. The default holding priority for a provisioned connection is higher then default holding priorities for dynamic (SVC) connections. This attribute is not applicable for Vpt Vccs. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                 atmIfVptVpdTmRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.30 integer read-write
This attribute specifies the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute. When this attribute is set to sameAsTx, the rxTrafficDescType as well as the rxTrafficDescParm are taken from the txTrafficDescType and txTrafficDescParm values. Enumeration: 'sameAsTx': 15, 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                                 atmIfVptVpdTmBwdQosClass 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.41 integer read-write
This attribute specifies the quality of service for the backward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. The sameAsFwd selection sets the backward quality of service to be the same as the forward quality of service. Enumeration: 'sameAsFwd': 15, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                 atmIfVptVpdTmAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.42 integer read-write
This attribute specifies the ATM service category for both directions of the connection. The value derivedFromBBC may only be used if the SrcPvc component is provisioned under this Vcc. Otherwise a specific ATM service category must be specified. If this attribute is set to derivedFromBBC, the Broadband Bearer Capability (BBC) and bestEffort attributes are used to determine the atmServiceCategory of this connection. If this attribute is set to other than derivedFromBBC, the value of this attribute is used to override the provisioned BBC Information Element parameters. In those cases, the BBC attributes are not used. The constantBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduced value to the application. The rtVariableBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by CTD are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The availableBitRate service is an ATM layer service category for which the limiting ATM layer transfer characteristics provided by the network may change subsequent to connection establishment. ABR service has a flow control mechanism which supports several types of feedback to control the source rate in response to changing ATM layer transfer characteristics. ABR service is not intended to support real-time applications. The unspecifiedBitRate service is intended for non-real time applications; that is, those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'derivedFromBBC': 15, 'constantBitRate': 1, 'unspecifiedBitRate': 0, 'availableBitRate': 4, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                                 atmIfVptVpdTmTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.50 integer read-write
This attribute specifies whether this connection uses traffic shaping when transmitting traffic to the ATM interface. This attribute is ignored if the atmServiceCategory is availableBitRate. When sameAsCa is selected, traffic shaping for the connection is based on the trafficShaping attribute of the connection's service category component under the CA. If the service category has trafficShaping set to enabled or inverseUpc, then traffic shaping is enabled for the connection. Note that enabling traffic shaping may have no effect under certain cases. These cases are listed in the description of the trafficShaping operational attribute, which is under the Vcc Tm, Vpc Tm, or Vpt Tm components. When disabled is selected, traffic shaping for this connection is disabled regardless of the provisioning of the connection's service category component. Enumeration: 'disabled': 1, 'sameAsCa': 2.
                                 atmIfVptVpdTmUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.60 integer read-write
This attribute only applies when this connection is unshaped. This attribute specifies the transmit queueing method for this connection if it is unshaped. The two possible methods are per-VC queuing and common queuing. On ATM IP FPs, this attribute must be set to sameAsCa. This attribute is ignored in the following situations: - if the connection has trafficShaping enabled or inverseUpc, or - if the atmServiceCategory is availableBitRate, or - if the atmServiceCategory is constantBitRate and this is a CQC- based ATM FP. - for basic Vpts and standard Vpt Vccs When this attribute is set to sameAsCa, the transmit queueing method for the connection is based on the unshapedTransmitQueueing attribute of the connection's service category component under the CA. When this attribute is set to common, transmit traffic on this unshaped connection is destined for the common queue. Enumeration: 'sameAsCa': 3, 'common': 1.
                                 atmIfVptVpdTmWeight 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.61 unsigned32 read-write
This attribute specifies an override for the weight of this unshaped connection. This attribute is ignored for shaped connections, for ABR connections, for connections on a CQC-based ATM FP, and basic Vpts. When the value is set to sameAsCa, the weight is determined by the fairnessWeight attribute under the CA service category component for all but standard Vpt Vccs. For standard Vpt Vccs, the weight is determined by the Vcc's service category, when the value is set to sameAsCa. When this attribute is set to a value from 1 to 4095, that value is used for the fairness weight of this connection relative to other connections. For all but standard Vpt Vccs, fairness weight determines the proportion of transmit cell opportunities which are allocated to this connection, compared to other connections in the same service category. For standard Vpt Vccs, fairness weight determines the proportion of transmit cell opportunities which are allocated to this connection, compared to other connections associated with the Vpt. When the value is set to upToQueueLimit, the fairness weight is limited only by the txQueueLimit. VALUES ( 0 = upToQueueLimit 65535 = sameAsCa )
                                 atmIfVptVpdTmForceTagging 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.62 integer read-write
This attribute specifies whether force tagging is enforced for this connection for cells in the transmit direction. On CQC-based ATM cards, and for Vpts, this attribute is not applicable and is ignored. When the value is set to sameAsCa, the force tagging functionality is determined by the forceTagging attribute under the CA service category component. When the value is set to enabled, force tagging is enabled for cells in the transmit direction on this connection. When this option is selected, the CLP bit is set to 1 for all cells in the transmit direction. Cells which are tagged are counted in the txCellClp attribute. When the value is set to disabled, force tagging is disabled for cells in the transmit direction on this connection. When this option is selected, the CLP bit is unchanged for cells in the transmit direction. Enumeration: 'disabled': 1, 'sameAsCa': 2, 'enabled': 0.
                                 atmIfVptVpdTmUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.70 integer read-write
This attribute specifies whether this connection enforces usage parameter control when receiving traffic from the ATM interface. When sameAsCa is selected, UPC for the connection is based on the usageParameterControl attribute of the service category component under the AtmIf CA. If the service category has UPC enforced or monitored, then UPC is set to that value for the connection. When disabled is selected, UPC for this connection is disabled regardless of the provisioning of the service category. When enforced is selected, UPC for this connection is enforced regardless of the provisioning of the service category. ATM IP cards provide the ability to monitor UPC violations without tagging or discarding. When monitored is selected, UPC is actively checking conformance for the connection and counting the violations, but is not discarding or tagging cells which do not conform to the connection traffic contract. If this is a connection of serviceCategory abr on an ATM IP card, and the abrConnectionType is sourceDest, virtualSourceDest or explicitRate, selecting enforced enables dynamic generic cell rate algorithm (DGCRA) to discard violating cells. Selecting monitored enables DGCRA to count violating cells. Note that setting UPC to enforced or monitored may have no effect under certain cases. These cases are listed in the description of the usageParameterControl operational attribute, which is under the Vcc, Vpc, and Vpt components. Enumeration: 'disabled': 1, 'enforced': 0, 'monitored': 4, 'sameAsCa': 2.
                                 atmIfVptVpdTmBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.71 integer read-write
This attribute specifies the bearer capability. This attribute is only used for SPVC and SPVP connections. It is one of the Broadband Bearer Capability (BBC) attributes. The purpose of the BBC information element is to indicate a requested broadband connection-oriented bearer service to be provided by the network. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is set, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements. When c is set, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (vbr or cbr) and timing requirements are user defined (that is, transparent to the network).When x is set the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. Class vp service is used to specify a transparent VP service. When the value of this attribute is vp, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except or VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP connections. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'derivedFromServiceCategory': 31.
                                 atmIfVptVpdTmTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.72 integer read-write
This attribute specifies the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no notApplicable specifies that the user does not want to specify the transfer capability. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value no indication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required. The value no for end-to-end timing indicates that end-to-end timing is not required. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'n10': 10, 'notApplicable': 30, 'derivedFromServiceCategory': 31, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                                 atmIfVptVpdTmTxWredThreshold 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.73 unsigned32 read-write
This attribute determines at what percentage of the queue being at the EPD threshold, WRED starts. When the value is set to 25%, WRED starts as soon as the queue is 25% of the way to the EPD threshold. When the value is set to 50%, WRED starts later, after the queue is 50% of the way to the EPD threshold. When the value is set to 75%, WRED starts only when the queue is 75% of the way to the EPD threshold. The EPD threshold is 85% of the transmit queue length. This attribue is ignored if txWredMode or txPacketWiseDiscard is disabled. It is always ignored on CQC-based ATM FP.
                                 atmIfVptVpdTmClippingBbc 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.74 integer read-write
This attribute specifies the value for the clipping susceptibility parameter in the BBC Information Element. This attribute is only used for SPVC connections. It is one of the Broadband Bearer Capability attributes. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. Enumeration: 'yes': 1, 'no': 0.
                                 atmIfVptVpdTmBestEffort 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.75 integer read-write
This attribute specifies the value of the best effort parameter in the ATM Traffic Descriptor Information Element. This attribute is only used for Soft PVC connections. It is one of the Broadband Bearer Capability attributes. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'notIndicated': 1, 'derivedFromServiceCategory': 15, 'indicated': 0.
                                 atmIfVptVpdTmTxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.76 integer read-write
This attribute specifies whether packet-wise discard functions are to be enabled or disabled in the transmit data direction for this connection. Packet-wise discard functions should only be requested if this connection is transferring AAL5 frame traffic. This attribute is not applicable for Vpts. Packet-wise functions increase the 'goodput' of the link. The transmit packet-wise functions are Early Packet Discard (EPD) and Partial Packet Discard (PPD). EPD allows the connection to discard an entire frame once the transmit queue has reached the EPD threshold. EPD increases the 'goodput' of a link, since discarding an entire frame means that some queue capacity is guarded for some other frame which is already partially transmitted. All cells of the frame are discarded from the Beginning of Message (BOM) cell up to and including the End of Message (EOM) cell. PPD allows the connection to discard the remainder of a cell- forwarded AAL5 frame if one cell of this frame has been discarded. All cells are discarded up to but not including the EOM cell. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded at the AAL5 reassembly point are not transmitted. On CQC-based ATM cards, the packet-wise discard functions are PPD and EPD. PPD is available at VCC cell-transfer points. PPD is not applicable at frame-cell conversion points, and is not applicable for Vpcs. PPD is configured by this attribute. Packet-wise discard should only be enabled for connections carrying AAL5 segmentation traffic. Setting the value to enabled for any other traffic type may result in all traffic being discarded. On CQC-based ATM FPs, EPD is automatically enabled at frame-to-cell conversion points, independent of the setting of this attribute. On ATM IP cards, packet-wise discard functions include EPD and PPD. PPD and EPD apply to individual VCCs and VCCs within VPCs at all connection points, including tandem VPC connections. Both PPD and EPD are controlled by this attribute. This attribute may safely be set to enabled for any connection (Vcc or Vpc) on ATM IP FPs since they have the ability to automatically detect AAL5-segmented traffic on a connection, and only enable packet- wise discards if AAL5-segmented traffic is detected. When this attribute is set to enabled, packet-wise discard functions are applied to transmit traffic at this connection point. When this attribute is set to disabled, packet-wise discard functions are not applied to transmit traffic at this connection point. At a SPVC origin on a PNNI interface, a value of enabled specifies that frame discard is requested in the backward direction. When this attribute is set to disabled, backward frame discard is not requested in the SPVC call setup. The transmit packet-wise discard functions that are active are visible in the Vcc/Vpc Tm txPacketWiseDiscard operational attribute. Enumeration: 'disabled': 0, 'enabled': 1.
                                 atmIfVptVpdTmTxWredMode 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.77 integer read-write
This attribute specifies the activation of weighted random early detection (WRED) functionality. WRED is only available on ATM IP FPs. On CQC-based ATM FPs, this attribute is ignored. If txPacketWiseDiscard is set to disabled this attribute is ignored. This attribute is not applicable for Vpts or Vpt Vccs. WRED is applied in the transmit direction for this connection. WRED function should be enabled only for connections which are transferring TCP/IP traffic. WRED acts to prevent synchronization of multiple TCP/IP sources by randomly discarding a small percentage of frames when transmit queue congestion reaches the designated level. W-RED may also be used to differentiate service on VCC's by preferentially discarding one VCC before another. Discards start at 0% of cells, when the queue is part-way to the Early Packet Discard (EPD) threshold, and rise to 100% of cells discarded at the EPD threshold. WRED discards all the cells in a frame. If this attribute is set to enabled, WRED is enabled for all applications linked to the given Vcc. If it is set to perFlow, each TCP application has individual control over whether to enable or disable WRED If txPacketWiseDiscard is set to disabled, or if this attribute is set to disabled, WRED functionality is disabled. If WRED is active, it is visible in the Vcc/Vpc Tm txPacketWiseDiscard operational attribute. Enumeration: 'disabled': 0, 'enabled': 1, 'perFlow': 2.
                                 atmIfVptVpdTmRxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.78 integer read-write
This attribute specifies whether packet-wise discard functions are to be enabled or disabled in the receive data direction for this connection. Packet-wise discard functions should only be requested if this connection is transferring AAL5 frame traffic. This attribute is not applicable for Vpts. Packet-wise functions increase the 'goodput' of the link. The receive packet-wise function is Partial Packet Discard (PPD). PPD allows the connection to discard the remainder of a cell- forwarded AAL5 frame if one cell of this frame has been discarded, for example due to UPC. All cells are discarded up to but not including the EOM cell. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded at the AAL5 reassembly point are not transmitted. PPD is available at all VCC connection points where UPC may be activated. PPD is not applicable for Vpcs. On CQC-based ATM FPs, packet-wise discards should only be enabled for connections carrying AAL5 segmentation traffic. Setting the value to enabled for any other traffic type may result in traffic being discarded. On ATM IP cards, this attribute may safely be set to enabled for any connection (Vcc or Vpc) since they have the ability to automatically detect AAL5-segmented traffic on a connection, and only enables packet-wise discards if AAL5-segmented traffic is detected. When this attribute is set to enabled, packet-wise discard functions are applied to receive traffic at this connection point. When this attribute is set to disabled, packet-wise discard functions are not applied to receive traffic at this connection point. At a SPVC origin on a PNNI interface, a value of enabled specifies that frame discard is requested in the forward direction. When this attribute is set to disabled, forward frame discard is not requested in the SPVC call setup. The receive packet-wise discard functions that are active are visible in the Vcc/Vpc Tm rxPacketWiseDiscard operational attribute. Enumeration: 'disabled': 0, 'enabled': 1.
                                 atmIfVptVpdTmAbrConnectionType 1.3.6.1.4.1.562.2.4.1.114.9.2.2.100.1.90 integer read-write
This attribute specifies the type of ABR behavior which is to be enforced at this connection. This attribute is only applicable if the atmServiceCategory attribute is availableBitRate. If the atmServicecategory attribute is not availableBitRate, this attribute value is ignored. The actual ABR functionality which is in effect is visible in the Vcc/Vpc/Vpt Tm abrConnectionType operational attribute. For CQC-based ATM cards, the only allowable values are sameAsCa, nonAbrInterworking or abrSwitch. If abrSwitch is selected, the CQC implements EFCI marking behavior. sameAsCa is used to request the default behavior as specified in the CA Abr component for this Vcc. Otherwise, this attribute overrides the default behavior. virtualSourceDest is used to request that this connection point function as a virtual source/virtual destination. VS/VD functionality is only supported on ATM IP FPs. sourceDest requires that this connection point function as a S/D for RM cells. S/D mode is automatically invoked at this connection point either if this is a connection end point, or if the next hop connection point is configured as nonAbrInterworking. nonAbrInterworking is used to request that this connection point function as an interworking between ABR and non-ABR service categories. This means that there are no RM cells on the link side of this connection, and that the next hop connection point is performing as an ABR sourceDest. abrSwitch is used to request ABR switch behavior for this connection point. The ABR switch behavior is first, to confirm to virtualSourceDest or nonAbrInterworking setting on the next hop, and otherwise to implement ABR ER switch behavior. For CQC- based FPs, ABR switch behavior is implemented as EFCI marking. Enumeration: 'abrSwitch': 0, 'nonAbrInterworking': 5, 'sameAsCa': 14, 'virtualSourceDest': 3, 'sourceDest': 4.
                     atmIfVptVpdTmTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.2.2.456 no-access
This attribute is a vector of five traffic parameters whose meanings are defined by the txTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR), Minimum Cell Rate (MCR) and requested shaping rate are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. CDVT is expressed in microseconds. The values of PCR, SCR, MCR, MBS and CDVT are used for connection admission control (CAC). The value of CDVT is only used for connections where the atmServiceCategory is constantBitRate. For all other values of atmServiceCategory, CDVT is ignored. The values of PCR, SCR, MCR and requested shaping rate are used to determine the actual shaping rate where traffic shaping is enabled. When txTrafficDescType is 1 or 2, all of the parameters must be set to zero. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be non-zero. Parameters 2 and 3 must be zero. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell discard; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell tagging; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents the CDVT; parameter 3 represents the MCR; parameter 4 and parameter 5 represent are not used and must be zero. Parameter 1 must be non-zero and must be greater than or equal to parameter 3. Parameter 3 may be optionally zero. Whenever it is valid for PCR to be specified, parameter 5 may also be used to specify a requested shaping rate. A non-zero value in parameter 5 overrides the value in parameter 1 and is used as the peak cell rate in calculations of CAC and shaping rate. When the atmServiceCategory is availableBitRate (ABR), the shaping rate is dynamically chosen, based on the ABR flow control mechanism, as a value between the MCR and the PCR or the requested shaping rate if applicable. For txTrafficDescType 3, 4 and 5, the transmit traffic is shaped at the next available shaping rate less than the PCR. For txTrafficDescType 6, 7 and 8 if linear traffic shaping is selected, the transmit traffic is shaped at the highest available rate which is between PCR and SCR. However, if there is no available shaping rate between PCR and SCR, traffic is shaped at the next rate above the PCR. For txTrafficDescType 6, 7 and 8 if inverse-UPC traffic shaping is selected, the transmit traffic is shaped at a variable rate which conforms to the PCR, SCR and MBS of the connection traffic descriptor. Inverse-UPC traffic shaping is available only on ATM IP cards.
                             atmIfVptVpdTmTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.2.456.1 no-access
An entry in the atmIfVptVpdTmTxTdpTable.
                                 atmIfVptVpdTmTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.2.2.456.1.1 integer32 no-access
This variable represents the atmIfVptVpdTmTxTdpTable specific index for the atmIfVptVpdTmTxTdpTable.
                                 atmIfVptVpdTmTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.2.2.456.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVpdTmTxTdpTable.
                     atmIfVptVpdTmRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.2.2.457 no-access
This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR) and Minimum Cell Rate (MCR) are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. The value of CDVT is expressed in microseconds. The values of PCR, SCR, MCR, MBS and CDVT are used for usage parameter control (UPC). When rxTrafficDescType is 1 or 2, all of the parameters must be set to zero (unused). When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic. Parameter 1 must be non-zero. Parameters 2 and 3 must be set to zero (unused). When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is a 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to Parameter 2. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameter 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents the CDVT; parameter 3 represents the MCR. Parameter 4 is not used and must be zero. Parameter 1,must be non- zero and must be greater than or equal to parameter 3. Parameter 3 may optionally be zero. When rxTrafficDescType is any value from 3 through 8, parameter 4 represents the CDVT. If the value of CDVT either in parameter 2 or in parameter 4 is zero, the CDVT is taken from the CA defaults for the particular atmServiceCategory of this connection. On a CQC-based ATM card, when rxTrafficDescriptorType is 3 through 8, there are certain extreme combinations of rxTrafficDescParm which are outside the capabilities of the UPC hardware. The check prov command detects such cases and generates an error message. If this happens, adjust the parameters until they fall within the supported limits. To calculate the limits, use the following formulae: I1 = 1 000 000 000 / PCR L1 = CDVT * 1000 I2 = 1,000,000,000 / SCR L2 = CDVT + (MBS - 1) * (I2 - I1) I1 and I2 must be less than or equal to 335,523,840. I1 + L1 must be less than or equal to 1,342,156,800. I2 + L2 must be less than or equal to 1,342,156,800. Note that I2 and L2 only apply when the rxTrafficDescriptorType is 6 through 8. If the values of I1, L1, I2 or L2 are closer to the limits described above, a further restriction applies. Specifically, if either: I1 > 41,940,480 or I2 > 41,940,480 or I1 + L1 > 167,769,600 or I2 + L2 > 167,769,600 then both I1 and I2 must be greater than 20,480. Parameter 5 of the rxTrafficDescParm is always unused. If the rxTrafficDescType is sameAsTx, the values provisioned in this attribute are ignored. The traffic parameters for the receive direction are taken from the txTrafficDescParm.
                             atmIfVptVpdTmRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.2.457.1 no-access
An entry in the atmIfVptVpdTmRxTdpTable.
                                 atmIfVptVpdTmRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.2.2.457.1.1 integer32 no-access
This variable represents the atmIfVptVpdTmRxTdpTable specific index for the atmIfVptVpdTmRxTdpTable.
                                 atmIfVptVpdTmRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.2.2.457.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVpdTmRxTdpTable.
                     atmIfVptVpdTmFqpTable 1.3.6.1.4.1.562.2.4.1.114.9.2.2.458 no-access
This attribute is a vector of three elements that specify the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). It is signalled through the extended QoS information element. The ctd specifies the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR and rt-VBR). It is signalled through the end to end transit delay information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                             atmIfVptVpdTmFqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.2.458.1 no-access
An entry in the atmIfVptVpdTmFqpTable.
                                 atmIfVptVpdTmFqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.2.2.458.1.1 integer no-access
This variable represents the atmIfVptVpdTmFqpTable specific index for the atmIfVptVpdTmFqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                                 atmIfVptVpdTmFqpValue 1.3.6.1.4.1.562.2.4.1.114.9.2.2.458.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVpdTmFqpTable.
                     atmIfVptVpdTmBqpTable 1.3.6.1.4.1.562.2.4.1.114.9.2.2.459 no-access
This attribute is a vector of two elements that specify the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). It is signalled through the extended QoS information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                             atmIfVptVpdTmBqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.2.459.1 no-access
An entry in the atmIfVptVpdTmBqpTable.
                                 atmIfVptVpdTmBqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.2.2.459.1.1 integer no-access
This variable represents the atmIfVptVpdTmBqpTable specific index for the atmIfVptVpdTmBqpTable. Enumeration: 'cdv': 0, 'clr': 2.
                                 atmIfVptVpdTmBqpValue 1.3.6.1.4.1.562.2.4.1.114.9.2.2.459.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVpdTmBqpTable.
                 atmIfVptVpdLbkTable 1.3.6.1.4.1.562.2.4.1.114.9.2.100 no-access
This group contains the provisionable loopback attributes for a Vcc, Vpc, or Vpt component. Note that certain loopback requests may not be possible on a given connection. In such cases, the corresponding operational loopback attribute in the Status group of the Vcc, Vpc, or Vpt component is set to notApplicable and the requested loopback is not performed. If loopbacks are provisioned to be on, and for any reason the segment or end-to-end OAM loopback cells are not relayed, the connection component becomes troubled, and user cell traffic may be discarded. If loopbacks are provisioned to be on, all of the nodes in the segment, and external networks which are in the end-to-end connection must relay the OAM loopback cells.
                         atmIfVptVpdLbkEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.100.1 no-access
An entry in the atmIfVptVpdLbkTable.
                             atmIfVptVpdSegLinkSideLoopback 1.3.6.1.4.1.562.2.4.1.114.9.2.100.1.10 integer read-write
This attribute specifies whether link-side segment loopback insertion should be performed on this connection. When sameAsInterface is selected, the link-side segment loopback insertion for the connection is based on the segLinkSideLoopback attribute of the connection's parent AtmIf componentif the ATM interface has link-side segment loopback insertion turned on, then link-side segment loopback insertion is also on for the connection. When on or off is selected, link-side segment loopback insertion is turned on or off respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that link-side segment loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint. Link-side segment loopback insertion is also not possible if the distributionType of the Vcc is pointToMultipoint. In such cases, the associated segLinkSideLoopbackState attribute indicates notApplicable and link-side segment loopback insertion is not performed. Link-side segment loopback insertion is always possible on a Vpt. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                             atmIfVptVpdSegSwitchSideLoopback 1.3.6.1.4.1.562.2.4.1.114.9.2.100.1.20 integer read-write
This attribute specifies whether switch-side segment loopback insertion should be performed on this connection. When sameAsInterface is selected, the switch-side segment loopback for the connection is based on the segSwitchSideLoopback attribute of the connection's parent AtmIf componentif the ATM interface has switch-side segment loopback insertion turned on, then switch-side segment loopback insertion is also on for the connection. When on or off is selected, switch-side segment loopback insertion is turned on or off respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that switch-side segment loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint or connectionEndPoint. Switch-side segment loopback insertion is also not possible if the distributionType of the Vcc is pointToMultipoint In such cases, the associated segSwitchSideLoopbackState attribute indicates notApplicable and switch-side segment loopback insertion is not performed. Switch- side segment loopback is never possible on a Vpt. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                             atmIfVptVpdEndToEndLoopback 1.3.6.1.4.1.562.2.4.1.114.9.2.100.1.30 integer read-write
This attribute specifies whether end-to-end loopback insertion should be performed on this connection. When sameAsInterface is selected, the end-to-end loopback for the connection is based on the endToEndLoopback attribute of the connection's parent AtmIf componentif the ATM interface has end-to-end loopback insertion turned on, then end-to-end loopback insertion is also on for the connection. When on or off is selected, end-to-end loopback insertion is turned on or off respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that end-to-end loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint or segmentEndPoint. End-to-end loopback insertion is also not possible if the distributionType of the Vcc is pointToMultipoint. In such cases, the associated endToEndLoopbackState attribute indicates notApplicable and end- to-end loopback insertion is not performed. End-to-end loopback insertion is always possible on a Vpt. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                             atmIfVptVpdLoopbackMonitoring 1.3.6.1.4.1.562.2.4.1.114.9.2.100.1.1000 integer read-write
This attribute specifies whether or not a connection monitors the OAM stream for loopback cells. Currently this attributed is only applied to Passport-specific trace cells and only affects connectingPoints. When sameAsInterface is selected, the trace visibility for the connection is based on the traceVisible attribute of the connection's parent AtmIf componentif the ATM interface is trace visible, then the connection is also trace visible. When on or off is selected, the connection is nor isn't visible to trace cells respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that trace visibility only affects connections whose connectionPointType attribute of the Vcc or Vpc component is connectingPoint. Trace visibility is also not possible if the distributionType of the Vcc is pointToMultipoint. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                 atmIfVptVpdTrafficTable 1.3.6.1.4.1.562.2.4.1.114.9.2.110 no-access
This group contains traffic related provisionable attributes for the Vcc and Vpc components. The attributes' operational values are reflected in the Traffic group for these components. Changing any of the attributes in this group causes a service interruption on the Vcc or Vpc component.
                         atmIfVptVpdTrafficEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1 no-access
An entry in the atmIfVptVpdTrafficTable.
                             atmIfVptVpdTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.10 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                             atmIfVptVpdTxQosClass 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.20 integer read-write
This attribute specifies the quality of service for the transmit direction for this connection. The constantBitRate class refers to traffic offered on services such as a constant bit rate video service. This traffic is highest priority. The variableBitRate class refers to traffic offered on services such as packetized audio and video. The connectionOriented class refers to connection-oriented traffic such as Frame Relay or X.25 traffic. The connectionless traffic refers to traffic offered through connectionless trunks such as certain LAN protocols. The unspecified class supports a 'best effort' type of service, where there is a minimum guarantee of bandwidth. This traffic is lowest priority. This attribute is obsolete. The value is migrated into atmServiceCategory. The atmServiceCategory applies in both transmit and receive directions. unspecified maps to unspecifiedBitRate; constantBitRate maps to constantBitRate; variableBitRate maps to variableBitRateRt; connectionOriented maps to variableBitRateNrt connectionless maps to variableBitRateNrt Enumeration: 'constantBitRate': 1, 'connectionOriented': 3, 'variableBitRate': 2, 'connectionless': 4, 'unspecified': 0.
                             atmIfVptVpdFwdQosClass 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.21 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the quality of service for the forward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVptVpdHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.25 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the holding priority of this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This value provisioned in the Vcd or Vpd may be overridden by certain applications, for example Vcc Test, which run over this connection. The default holding priority for a provisioned connection is higher then default holding priorities for dynamic (SVC) connections. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVptVpdRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.30 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute When sameAsTx is selected, the rxTrafficDescType as well as the rxTrafficDescParm are taken from the transmit values. Enumeration: 'sameAsTx': 15, 'n8': 8, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                             atmIfVptVpdRxQosClass 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.40 integer read-write
This attribute specifies the quality of service for the receive direction for this connection. The constantBitRate class refers to traffic offered on services such as a constant bit rate video service. The variableBitRate class refers to traffic offered on services such as packetized audio and video. The connectionOriented class refers to connection-oriented traffic. The connectionless traffic refers to traffic offered through connectionless trunks. The unspecified class supports a 'best effort' type of service, where there is a minimum guarantee of bandwidth. The sameAsTx selection sets the receive quality of service to be the same as the transmit quality of service. This attribute is obsolete. The value of txQosClass is migrated into atmServiceCategory. The value of this attribute is ignored. AtmServiceCategory applies in both transmit and receive directions. Enumeration: 'variableBitRate': 2, 'connectionless': 4, 'constantBitRate': 1, 'sameAsTx': 15, 'unspecified': 0, 'connectionOriented': 3.
                             atmIfVptVpdBwdQosClass 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.41 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the quality of service for the backward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. The sameAsFwd selection sets the backward quality of service to be the same as the forward quality of service. Enumeration: 'sameAsFwd': 15, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVptVpdAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.42 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the ATM service category for both directions of the connection. The value derivedFromBBC may only be used if the SrcPvc component is provisioned under this Vcc.Otherwise a specific ATM service category must be specified. If this attribute is set to derivedFromBBC, the Broadband Bearer Capability (BBC) and bestEffort attributes are used to determine the atmServiceCategory of this connection. If this attribute is set to other than derivedFromBBC, the value of this attribute is used to override the provisioned BBC Information Element parameters. In those cases, the BBC attributes are not used. The constantBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduce value to the application. The rtVariableBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by CTD are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The unspecifiedBitRate service is intended for non-real time applications; that is, those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'constantBitRate': 1, 'derivedFromBBC': 15, 'unspecifiedBitRate': 0, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                             atmIfVptVpdTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.50 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies whether this connection uses traffic shaping when transmitting traffic to the ATM interface. When sameAsInterface is selected, traffic shaping for the connection is based on the trafficShaping attribute of the connection's parent AtmIf componentif the ATM interface has traffic shaping enabled, then traffic shaping is enabled for the connection. Note that enabling traffic shaping may have no effect under certain cases. These cases are listed in the description of the trafficShaping operational attribute, which is under the Vcc and Vpc components. When disabled is selected, traffic shaping for this connection is disabled regardless of the provisioning of the parent AtmIf component. Enumeration: 'disabled': 1, 'sameAsInterface': 2.
                             atmIfVptVpdUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.60 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute only applies when this connection is unshaped. This attribute defines the transmit queueing method for this connection if it is unshaped. Refer to the unshapedTransmitQueueing attribute under the AtmIf for more details on the meaning of this attribute. When this attribute is set to sameAsInterface, the value from the AtmIf is used. When this attribute is set to common, transmit traffic on this unshaped connection is destined for the common queue. Enumeration: 'sameAsInterface': 3, 'common': 1.
                             atmIfVptVpdUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.70 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies whether this connection enforces usage parameter control when receiving traffic from the ATM interface. When sameAsInterface is selected, UPC for the connection is based on the usageParameterControl attribute of the connection's parent AtmIf componentif the ATM interface has UPC enabled, then UPC is enabled for the connection. Note that enabling UPC may have no effect under certain cases. These cases are listed in the description of the usageParameterControl operational attribute, which is under the Vcc and Vpc components. When disabled is selected, UPC for this connection is disabled regardless of the provisioning of the parent AtmIf component. Enumeration: 'disabled': 1, 'sameAsInterface': 2.
                             atmIfVptVpdBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.71 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the bearer capability. This attribute is only used for SPVC and SPVP connections. It is one of the Broadband Bearer Capability (BBC) attributes. The purpose of the BBC information element is to indicate a requested broadband connection-oriented bearer service to be provided by the network. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is set, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements. When c is set, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (vbr or cbr) and timing requirements are user defined (that is, transparent to the network).When x is set the user is requesting an ATM only service from the network. Class vp service is used to specify a transparent VP service. When the value of this attribute is vp, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except or VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP connections. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'derivedFromServiceCategory': 31.
                             atmIfVptVpdTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.72 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no NotApplicable specifies that the user does not want to specify the transfer capability. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value no indication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required. The value no for end-to-end timing indicates that end-to-end timing is not required. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'n10': 10, 'notApplicable': 30, 'derivedFromServiceCategory': 31, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                             atmIfVptVpdClippingBbc 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.74 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the value for the clipping susceptibility parameter in the BBC Information Element. This attribute is only used for SPVC connections. It is one of the Broadband Bearer Capability attributes. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. Enumeration: 'yes': 1, 'no': 0.
                             atmIfVptVpdBestEffort 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.75 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the value of the best effort parameter in the ATM Traffic Descriptor Information Element. This attribute is only used for Soft PVC connections. It is one of the Broadband Bearer Capability attributes. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'notIndicated': 1, 'derivedFromServiceCategory': 15, 'indicated': 0.
                             atmIfVptVpdFwdFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.76 integer read-write
This attribute specifies the activation of frame discard functionality in the forward data direction, at relay points, for this connection. It applies to each hop of the connection. Frame discard functions should not be requested if this connection is not transferring frame (AAL5) traffic. Setting the value to indicated for any other traffic type results in all traffic being discarded. If this connection point is a permanent (provisioned) VCC mid- point, this attribute specifies whether the Partial Packet Discard (PPD) function is to be enabled or disabled in the transmit direction at this connecting point. The PPD function allows the connecting point to discard the remainder of a cell-forwarded AAL5 frame if one cell of this frame has been discarded. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded by the AAL5 reassembly are not transmitted. At a permanent VCC connecting point which is not a connection endpoint, when this attribute is set to indicated, the PPD function is applied to transmit traffic at this connecting point. It should not be indicated for connections whose end points are not performing AAL5 segmentation and reassembly. When this attribute is set to notIndicated, the PPD feature is not applied to transmit traffic at this connecting point. At a SPVC origin on a PNNI interface, a value of indicated specifies that frame discard is requested in the forward direction. The frame discard function for SPVCs consists of PPD at the SPVC origin and at all intermediate connecting points. When this attribute is set to notIndicated, forward frame discard is not requested in the SPVC call setup. Thus PPD is not enabled at the SPVC origin nor at any intermediate connecting point. At all points along a VPC, this setting is ignored. At a permanent VCC connection endpoint, this value is ignored. If AAL5 segmentation and reassembly has been requested, PPD and Early Packet Discard (EPD) are automatically enabled. This attribute has been migrated to txFrameDiscard. Enumeration: 'notIndicated': 0, 'indicated': 1.
                             atmIfVptVpdBwdFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.9.2.110.1.77 integer read-write
This attribute specifies the activation of frame discard functionality in the backward data direction, at relay points, for this connection. It applies to each hop of the connection. Frame discard functions should not be requested if this connection is not transferring frame (AAL5) traffic. Setting the value to indicated for any other traffic type results in all traffic being discarded. If this connection point is a permanent (provisioned) VCC mid- point, this attribute specifies whether the Partial Packet Discard (PPD) function is to be enabled or disabled in the receive direction at this connecting point. The PPD function allows the connecting point to discard the remainder of a cell-forwarded AAL5 frame if one cell of this frame has been discarded. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded by the AAL5 reassembly are not received. At a permanent VCC connecting point which is not a connection endpoint, when this attribute is set to indicated, the PPD function is applied to receive traffic at this connecting point. It should not be indicated for connections whose end points are not performing AAL5 segmentation and reassembly. When this attribute is set to notIndicated, the PPD feature is not applied to receive traffic at this connecting point. At a SPVC origin on a PNNI interface, a value of indicated specifies that frame discard is requested in the backward direction. The frame discard function for SPVCs consists of PPD at the SPVC origin and at all intermediate connecting points. When this attribute is set to notIndicated, backwards frame discard is not requested in the SPVC call setup. Thus PPD is not enabled at the SPVC origin nor at any intermediate connecting point. At all points along a VPC, this setting is ignored. At a permanent VCC connection endpoint, this value is ignored. If AAL5 segmentation and reassembly has been requested, PPD and Early Packet Discard (EPD) are automatically enabled. This attribute has been migrated to rxFrameDiscard. Enumeration: 'notIndicated': 0, 'indicated': 1.
                 atmIfVptVpdAcctTable 1.3.6.1.4.1.562.2.4.1.114.9.2.111 no-access
This group contains the provisionable ATM accounting attributes for a Vcc, Vpc, or Vpt component.
                         atmIfVptVpdAcctEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.111.1 no-access
An entry in the atmIfVptVpdAcctTable.
                             atmIfVptVpdCorrelationTag 1.3.6.1.4.1.562.2.4.1.114.9.2.111.1.10 asciistring read-write
This attribute specifies a unique indentifier for each end of a PVC. It that may be used by downstream processing systems to correlate accounting records issued at different nodes in the network. The attribute can be up to 32 bytes long. If it is less than 32 bytes, it is zero filled on the right to create a 32 byte value. The resulting value is recorded in the attribute callConnId for this PVC's ATM accounting records. If the attribute is a null string then this PVC does not have any accounting records generated for it.
                 atmIfVptVpdProvTable 1.3.6.1.4.1.562.2.4.1.114.9.2.112 no-access
This group contains the provisionable ATM Virtual Path Descriptor attributes for a Vpt component.
                         atmIfVptVpdProvEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.112.1 no-access
An entry in the atmIfVptVpdProvTable.
                             atmIfVptVpdVptType 1.3.6.1.4.1.562.2.4.1.114.9.2.112.1.10 integer read-write
This attribute specifies the type of the Vpt. On CQC-based ATM FPs all Vpts must be basic. Vpts on ATM IP FPs may be of any type. A value of basic configures one level of traffic management (TM) for the VPT, at the VC level. VCs within the VP are treated like independent VCC connections, and thus, are scheduled the same as other VCs under the AtmIf, with no scheduling done for the VP itself. A value of standard configures two levels of TM for the VPT, one level for VP TM and one level for VC level TM. VCs within the VP use weighted fair queueing (standard VPT VCC scheduling) to schedule VCs within the VPT, with VCs differentiated as either real-time (CBR, rt-VBR) or non-real-time (nrt-VBR, UBR) connections. The VP itself has a full range of emission scheduling and service category differentiation available between itself and the other connections under the AtmIf. Enumeration: 'standard': 1, 'virtualLink': 2, 'basic': 0.
                 atmIfVptVpdTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.2.297 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of five traffic parameters whose meanings are defined by the txTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR) and requested shaping rate are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. CDVT is expressed in microseconds. The values of PCR, SCR, MBS and CDVT are used for connection admission control (CAC). The value of CDVT is only used for connections where the atmServiceCategory is constantBitRate. For all other values of atmServiceCategory, CDVT is ignored. The values of PCR, SCR and requested shaping rate are used to determine the actual shaping rate where traffic shaping is enabled. When txTrafficDescType is 1 or 2, all of the parameters must be set to zero. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be non-zero. Parameters 2 and 3 must be zero. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell discard; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell tagging; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. Whenever it is valid for PCR to be specified, parameter 5 may also be used to specify a requested shaping rate. A non-zero value in parameter 5 overrides the value in parameter 1 and is used as the peak cell rate in calculations of CAC and shaping rate. For txTrafficDescType 3, 4 and 5, the transmit traffic is shaped at the next rate less than the PCR. For txTrafficDescType 6, 7 and 8, the transmit traffic is shaped at the highest available rate which is between PCR and SCR. However, if there is no available shaping rate between PCR and SCR, traffic is shaped at the next rate above the PCR.
                         atmIfVptVpdTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.297.1 no-access
An entry in the atmIfVptVpdTxTdpTable.
                             atmIfVptVpdTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.2.297.1.1 integer32 no-access
This variable represents the atmIfVptVpdTxTdpTable specific index for the atmIfVptVpdTxTdpTable.
                             atmIfVptVpdTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.2.297.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVpdTxTdpTable.
                 atmIfVptVpdRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.2.298 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR) and sustained cell rate (SCR) are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. The value of CDVT is expressed in microseconds. The values of PCR, SCR, MBS and CDVT are used for usage parameter control (UPC). When rxTrafficDescType is 1 or 2, all of the parameters must be set to zero (unused). When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic. Parameter 1 must be non-zero. Parameters 2 and 3 must be set to zero (unused). When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is a 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to Parameter 2. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameter 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is any value from 3 through 8, parameter 4 represents the CDVT. If this value is zero, the CDVT is taken from the ConnectionAdministrator defaults for the particular atmServiceCategory of this connection. When rxTrafficDescriptorType is 3 through 8, there are certain extreme combinations of rxTrafficDescParm which are outside the capabilities of the UPC hardware. The check prov command detects such cases and generates an error message. If this happens, adjust the parameters until they fall within the supported limits. To calculate the limits, use the following formulae: I1 = 1 000 000 000 / PCR L1 = CDVT * 1000 I2 = 1 000 000 000 / SCR L2 = CDVT + (MBS - 1) * (I2 - I1) I1 and I2 must be less than or equal to 335 523 840. I1 + L1 must be less than or equal to 1 342 156 800. I2 + L2 must be less than or equal to 1 342 156 800. Note that I2 and L2 only apply when the rxTrafficDescriptorType is 6 through 8. If the values of I1, L1, I2 or L2 are closer to the limits described above, a further restriction applies. Specifically, if either: I1 > 41 940 480 or I2 > 41 940 480 or I1 + L1 > 167 769 600 or I2 + L2 > 167 769 600 then both I1 and I2 must be greater than 20 480. Parameter 5 of the rxTrafficDescParm is always unused. If the rxTrafficDescType is sameAsTx, the values in this attribute are taken from the txTrafficDescParm.
                         atmIfVptVpdRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.298.1 no-access
An entry in the atmIfVptVpdRxTdpTable.
                             atmIfVptVpdRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.2.298.1.1 integer32 no-access
This variable represents the atmIfVptVpdRxTdpTable specific index for the atmIfVptVpdRxTdpTable.
                             atmIfVptVpdRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.2.298.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVpdRxTdpTable.
                 atmIfVptVpdFqpTable 1.3.6.1.4.1.562.2.4.1.114.9.2.359 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of three elements that specify the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). It is signalled through the extended QoS information element. The ctd specifies the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). It is signalled through the end to end transit delay information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                         atmIfVptVpdFqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.359.1 no-access
An entry in the atmIfVptVpdFqpTable.
                             atmIfVptVpdFqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.2.359.1.1 integer no-access
This variable represents the atmIfVptVpdFqpTable specific index for the atmIfVptVpdFqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                             atmIfVptVpdFqpValue 1.3.6.1.4.1.562.2.4.1.114.9.2.359.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVpdFqpTable.
                 atmIfVptVpdBqpTable 1.3.6.1.4.1.562.2.4.1.114.9.2.360 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of three elements that specify the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). It is signalled through the extended QoS information element. The ctd specifies the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). It is signalled through the end to end transit delay information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                         atmIfVptVpdBqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.2.360.1 no-access
An entry in the atmIfVptVpdBqpTable.
                             atmIfVptVpdBqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.2.360.1.1 integer no-access
This variable represents the atmIfVptVpdBqpTable specific index for the atmIfVptVpdBqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                             atmIfVptVpdBqpValue 1.3.6.1.4.1.562.2.4.1.114.9.2.360.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVpdBqpTable.
             atmIfVptCA 1.3.6.1.4.1.562.2.4.1.114.9.5
                 atmIfVptCARowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.5.1 no-access
This entry controls the addition and deletion of atmIfVptCA components.
                     atmIfVptCARowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.1.1 no-access
A single entry in the table represents a single atmIfVptCA component.
                         atmIfVptCARowStatus 1.3.6.1.4.1.562.2.4.1.114.9.5.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVptCA components. These components can be added and deleted.
                         atmIfVptCAComponentName 1.3.6.1.4.1.562.2.4.1.114.9.5.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfVptCAStorageType 1.3.6.1.4.1.562.2.4.1.114.9.5.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptCA tables.
                         atmIfVptCAIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptCA tables.
                 atmIfVptCACbr 1.3.6.1.4.1.562.2.4.1.114.9.5.2
                     atmIfVptCACbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.5.2.1 no-access
This entry controls the addition and deletion of atmIfVptCACbr components.
                         atmIfVptCACbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.2.1.1 no-access
A single entry in the table represents a single atmIfVptCACbr component.
                             atmIfVptCACbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.5.2.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVptCACbr components. These components can be added.
                             atmIfVptCACbrComponentName 1.3.6.1.4.1.562.2.4.1.114.9.5.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                             atmIfVptCACbrStorageType 1.3.6.1.4.1.562.2.4.1.114.9.5.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptCACbr tables.
                             atmIfVptCACbrIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.2.1.1.10 integer32 no-access
This variable represents the index for the atmIfVptCACbr tables.
                     atmIfVptCACbrProvTable 1.3.6.1.4.1.562.2.4.1.114.9.5.2.100 no-access
This group contains provisioned attributes which control Connection Admission Control (CAC) and Usage Parameter Control (UPC) attributes for the CBR ATM connections managed by this Vpt. Any attributes of the AtmIf CA Cbr that cannot be overridden in the Vpt CA Cbr affect all connections, including Vpt Vccs.
                             atmIfVptCACbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.2.100.1 no-access
An entry in the atmIfVptCACbrProvTable.
                                 atmIfVptCACbrPool 1.3.6.1.4.1.562.2.4.1.114.9.5.2.100.1.10 integer read-write
This attribute specifies the bandwidth pool which is to be used to support the constant bit rate (CBR) service category. The percentage of Vpt bandwidth capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to CBR traffic. The percentage allocated to each bandwidth pool can be provisioned through the bandwidthPool attribute under the CA. Enumeration: 'pool3': 3, 'pool2': 2, 'pool1': 1, 'pool5': 5, 'pool4': 4.
                                 atmIfVptCACbrCdvt 1.3.6.1.4.1.562.2.4.1.114.9.5.2.100.1.20 unsigned32 read-write
This attribute specifies the default cell delay variation tolerance (CDVT) for connections of the CBR service category. An override to this default may be specified for a provisioned connection under the Vcd Tm or Vpd Tm component. This attribute is used by the CAC function to compute the equivalent cell rate (ECR) required by a given CBR connection. The larger the value of CDVT, the larger is its ECR. If Usage Parameter Control (UPC) is enabled for a connection, CDVT is used by the UPC function on the ingress to decide whether a cell is conforming or non-conforming based on the connection's traffic descriptor type. The larger the CDVT value, the more tolerant is the UPC of bandwidth usage beyond the traffic contract.
                                 atmIfVptCACbrCdv 1.3.6.1.4.1.562.2.4.1.114.9.5.2.100.1.30 unsigned32 read-write
This attribute specifies the peak-to-peak cell delay variation (CDV) which is contributed to connections associated with this Vpt for CBR traffic. The CDV is a measure of the delay jitter introduced mostly by traffic buffering and cell scheduling. The value of this attribute is used by PNNI in the Resource Availability Information Group (RAIG) topology updates and route selection. It is also used by CAC at connection set-up time to determine whether this Vpt can meet the ATM connection's CDV requirement. If so, the value of this attribute is added to the cumulative CDV field of the extended QoS information element.
                                 atmIfVptCACbrMaxCtd 1.3.6.1.4.1.562.2.4.1.114.9.5.2.100.1.40 unsigned32 read-write
This attribute specifies the maximum cell transfer delay (MaxCTD) which is applied to all connections associated with this Vpt for CBR traffic. MaxCTD is the sum of the fixed delay and the CDV. The components of the fixed delay include propagation delay through the physical media, delays induced by the transmission system, and fixed components of switch processing delay. This attribute is used by PNNI in the Resource Availability Information Group (RAIG) topology updates and route selection. It is also used by CAC at connection set-up time to determine whether this Vpt can meet the ATM connection's MaxCTD requirement.
                                 atmIfVptCACbrCellLossRatio 1.3.6.1.4.1.562.2.4.1.114.9.5.2.100.1.50 unsigned32 read-write
This attribute specifies the tolerable cell loss ratio (CLR) for CBR traffic. The number is the negative logarithm (base 10) of the CLR. For example, if the target CLR = 1E-10 then Cbr cellLossRatio = 10. This number must be the same as the RtVbr cellLossRatio since CBR and rt-VBR traffic have the same discard priority. The Cbr cellLossRatio is used by the Connection Admission Control (CAC) algorithm to compute the required (equivalent) cell rate for CBR connections. There is a trade-off between the service category CLR and the achievable Vpt bandwidth utilization. To guarantee an excellent service category, the CLR should be as small as possible (e.g., 1E- 10). However, a smaller CLR results in a larger equivalent cell rate for a given connection and hence a lower Vpt bandwidth utilization. Setting this attribute to 0 means that a CLR of 1 can be tolerated. In this case, no bandwidth is reserved for CBR connections, and CAC is effectively turned off. All CBR connections are admitted.
                 atmIfVptCARtVbr 1.3.6.1.4.1.562.2.4.1.114.9.5.3
                     atmIfVptCARtVbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.5.3.1 no-access
This entry controls the addition and deletion of atmIfVptCARtVbr components.
                         atmIfVptCARtVbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.3.1.1 no-access
A single entry in the table represents a single atmIfVptCARtVbr component.
                             atmIfVptCARtVbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.5.3.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVptCARtVbr components. These components can be added.
                             atmIfVptCARtVbrComponentName 1.3.6.1.4.1.562.2.4.1.114.9.5.3.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                             atmIfVptCARtVbrStorageType 1.3.6.1.4.1.562.2.4.1.114.9.5.3.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptCARtVbr tables.
                             atmIfVptCARtVbrIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.3.1.1.10 integer32 no-access
This variable represents the index for the atmIfVptCARtVbr tables.
                     atmIfVptCARtVbrProvTable 1.3.6.1.4.1.562.2.4.1.114.9.5.3.100 no-access
This group contains provisioned attributes which control Connection Admission Control (CAC) and UPC attributes for the rt- VBR ATM connections associated with this Vpt. Any attributes of the AtmIf CA RtVbr that cannot be overridden in the Vpt CA RtVbr affect all connections, including Vpt Vccs.
                             atmIfVptCARtVbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.3.100.1 no-access
An entry in the atmIfVptCARtVbrProvTable.
                                 atmIfVptCARtVbrPool 1.3.6.1.4.1.562.2.4.1.114.9.5.3.100.1.10 integer read-write
This attribute specifies the bandwidth pool which is to be used to support the real-time variable bit rate (rt-VBR) service category. The percentage of Vpt capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to rt-VBR traffic. The percentage allocated to each bandwidth pool can be provisioned through the bandwidthPool attribute under the Vpt CA. Enumeration: 'pool3': 3, 'pool2': 2, 'pool1': 1, 'pool5': 5, 'pool4': 4.
                                 atmIfVptCARtVbrCdv 1.3.6.1.4.1.562.2.4.1.114.9.5.3.100.1.30 unsigned32 read-write
This attribute specifies the peak-to-peak cell delay variation (CDV) which is contributed to all rt-VBR connections associated with this Vpt. The CDV is a measure of the delay jitter introduced mostly by traffic buffering and cell scheduling. The value of this attribute is used by PNNI in the Resource Availability Information Group (RAIG) topology updates and route selection. It is also used by CAC at connection set-up time to determine whether this Vpt can meet the CDV requirement for that connection. If so, the value of this attribute is added to the cumulative CDV field of the extended QoS information element.
                                 atmIfVptCARtVbrMaxCtd 1.3.6.1.4.1.562.2.4.1.114.9.5.3.100.1.40 unsigned32 read-write
This attribute specifies the maximum cell transfer delay (MaxCTD) which is applied to all rt-VBR connections associated with this Vpt. MaxCTD is the sum of the fixed delay and the CDV. The components of the fixed delay include propagation delay through the physical media, delays induced by the transmission system, and fixed components of switch processing delay. This attribute is used by PNNI in the Resource Availability Information Group (RAIG) topology updates and route selection. It is also used by CAC at connection set-up time to determine whether this Vpt can meet the ATM connection's MaxCTD requirement.
                                 atmIfVptCARtVbrCellLossRatio 1.3.6.1.4.1.562.2.4.1.114.9.5.3.100.1.50 unsigned32 read-write
This attribute specifies the tolerable cell loss ratio (CLR) for rt- VBR traffic. The number is the negative logarithm (base 10) of the CLR. For example, if the target CLR = 1E-10 then RtVbr cellLossRatio = 10. This number must be the same as the Cbr cellLossRatio since CBR and rt-VBR traffic have the same discard priority. The RtVbr cellLossRatio is used by the Connection Admission Control (CAC) algorithm to compute the required (equivalent) cell rate for rt-VBR connections. This number must be less than or equal to the NrtVbr cellLossRatio, since rt-VBR traffic has a higher discard priority. There is a trade-off between the service category CLR and the achievable Vpt bandwidth utilization. To guarantee an excellent service category, the CLR should be as small as possible (e.g., 1E- 10). However, a smaller CLR results in a larger equivalent cell rate for a given connection and hence a lower Vpt bandwidth utilization. Setting this attribute to 0 means that a CLR of 1 can be tolerated. In this case, no bandwidth is reserved for rt-VBR connections and CAC is effectively turned off. All rt-VBR connections are admitted.
                 atmIfVptCANrtVbr 1.3.6.1.4.1.562.2.4.1.114.9.5.4
                     atmIfVptCANrtVbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.5.4.1 no-access
This entry controls the addition and deletion of atmIfVptCANrtVbr components.
                         atmIfVptCANrtVbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.4.1.1 no-access
A single entry in the table represents a single atmIfVptCANrtVbr component.
                             atmIfVptCANrtVbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.5.4.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVptCANrtVbr components. These components can be added.
                             atmIfVptCANrtVbrComponentName 1.3.6.1.4.1.562.2.4.1.114.9.5.4.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                             atmIfVptCANrtVbrStorageType 1.3.6.1.4.1.562.2.4.1.114.9.5.4.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptCANrtVbr tables.
                             atmIfVptCANrtVbrIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.4.1.1.10 integer32 no-access
This variable represents the index for the atmIfVptCANrtVbr tables.
                     atmIfVptCANrtVbrProvTable 1.3.6.1.4.1.562.2.4.1.114.9.5.4.100 no-access
This group contains provisioned attributes which control Connection Admission Control (CAC) and UPC attributes for the nrt-VBR ATM connections associated with this Vpt. Any attributes of the AtmIf CA NrtVbr that cannot be overridden in the Vpt CA NrtVbr affect all connections, including Vpt Vccs.
                             atmIfVptCANrtVbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.4.100.1 no-access
An entry in the atmIfVptCANrtVbrProvTable.
                                 atmIfVptCANrtVbrPool 1.3.6.1.4.1.562.2.4.1.114.9.5.4.100.1.1 integer read-write
This attribute specifies the bandwidth pool which is to be used to support the non-real time variable bit rate (nrt-VBR) service category. The percentage of Vpt bandwidth capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to nrt-VBR traffic. The percentage allocated to each bandwidth pool can be provisioned through the bandwidthPool attribute under the CA. Enumeration: 'pool3': 3, 'pool2': 2, 'pool1': 1, 'pool5': 5, 'pool4': 4.
                                 atmIfVptCANrtVbrCellLossRatio 1.3.6.1.4.1.562.2.4.1.114.9.5.4.100.1.3 unsigned32 read-write
This attribute specifies the tolerable cell loss ratio (CLR) for nrt- VBR traffic. The number is the negative logarithm (base 10) of the CLR. In other words if the target CLR = 1E-10 then NrtVbr cellLossRatio = 10. This number must be greater than or equal to RtVbr cellLossRatio since rt-VBR traffic has a higher discard priority. The NrtVbr cellLossRatio is used by the Connection Admission Control (CAC) algorithm to compute the required (equivalent) cell rate for nrt-VBR connections. There is a trade-off between the service category CLR and the achievable Vpt bandwidth utilization. To guarantee an excellent service category, the CLR should be as small as possible (e.g., 1E- 10). However, a smaller CLR results in a larger equivalent cell rate for a given connection and hence a lower Vpt bandwidth utilization. Setting this attribute to 0 means that a CLR of 1 can be tolerated. In this case, no bandwidth is reserved for nrt-VBR connections, and CAC is effectively turned off. All nrt-VBR connections are admitted.
                 atmIfVptCAAbr 1.3.6.1.4.1.562.2.4.1.114.9.5.5
                     atmIfVptCAAbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.5.5.1 no-access
This entry controls the addition and deletion of atmIfVptCAAbr components.
                         atmIfVptCAAbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.5.1.1 no-access
A single entry in the table represents a single atmIfVptCAAbr component.
                             atmIfVptCAAbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.5.5.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVptCAAbr components. These components can be added.
                             atmIfVptCAAbrComponentName 1.3.6.1.4.1.562.2.4.1.114.9.5.5.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                             atmIfVptCAAbrStorageType 1.3.6.1.4.1.562.2.4.1.114.9.5.5.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptCAAbr tables.
                             atmIfVptCAAbrIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.5.1.1.10 integer32 no-access
This variable represents the index for the atmIfVptCAAbr tables.
                     atmIfVptCAAbrProvTable 1.3.6.1.4.1.562.2.4.1.114.9.5.5.100 no-access
This group contains provisioned attributes which control Connection Admission Control (CAC) attributes for ABR connections associated with this Vpt. Any attributes of the AtmIf CA Abr that cannot be overridden in the Vpt CA Abr affect all connections, including Vpt Vccs.
                             atmIfVptCAAbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.5.100.1 no-access
An entry in the atmIfVptCAAbrProvTable.
                                 atmIfVptCAAbrPool 1.3.6.1.4.1.562.2.4.1.114.9.5.5.100.1.10 integer read-write
This attribute specifies the bandwidth pool which is to be used to support the available bit rate (ABR) service category. The percentage of Vpt bandwidth capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to ABR traffic. The percentage allocated to each bandwidth pool can be provisioned through the bandwidthPool attribute under the CA. Enumeration: 'pool3': 3, 'pool2': 2, 'pool1': 1, 'pool5': 5, 'pool4': 4.
                 atmIfVptCAUbr 1.3.6.1.4.1.562.2.4.1.114.9.5.6
                     atmIfVptCAUbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.5.6.1 no-access
This entry controls the addition and deletion of atmIfVptCAUbr components.
                         atmIfVptCAUbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.6.1.1 no-access
A single entry in the table represents a single atmIfVptCAUbr component.
                             atmIfVptCAUbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.5.6.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVptCAUbr components. These components can be added.
                             atmIfVptCAUbrComponentName 1.3.6.1.4.1.562.2.4.1.114.9.5.6.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                             atmIfVptCAUbrStorageType 1.3.6.1.4.1.562.2.4.1.114.9.5.6.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptCAUbr tables.
                             atmIfVptCAUbrIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.6.1.1.10 integer32 no-access
This variable represents the index for the atmIfVptCAUbr tables.
                     atmIfVptCAUbrProvTable 1.3.6.1.4.1.562.2.4.1.114.9.5.6.100 no-access
This group contains provisioned attributes which control Connection Admission Control (CAC) attributes for UBR connections associated with this Vpt. Any attributes of the AtmIf CA Ubr that cannot be overridden in the Vpt CA Ubr affect all connections, including Vpt Vccs.
                             atmIfVptCAUbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.6.100.1 no-access
An entry in the atmIfVptCAUbrProvTable.
                                 atmIfVptCAUbrMaxVccs 1.3.6.1.4.1.562.2.4.1.114.9.5.6.100.1.6 unsigned32 read-write
This attribute specifies the maximum number of UBR Vccs that can be configured associated with this Vpt. The value must not exceed the maxVccs attribute of the parent Vpt CA component. If this attribute is set to sameAsCa, the maximum number of UBR Vccs is the same as specified by the maxVccs attribute of the Vpt CA. Changes to this attribute are not critical to the Vpt. If the value is changed to a number smaller than the current number of active VCCs, no new VCCs can be admitted until the number of active VCCs drops below the value of this attribute. The current number of active VCCs is indicated by the sum of the permanentVccs and switchedVccs operational attribute under the Vpt CA component. VALUES ( 16385 = sameAsCa )
                                 atmIfVptCAUbrPool 1.3.6.1.4.1.562.2.4.1.114.9.5.6.100.1.10 integer read-write
This attribute specifies the bandwidth pool which is to be used to support the unspecified bit rate (UBR) service category. The percentage of Vpt bandwidth capacity reserved for the given bandwidth pool is the maximum bandwidth that can be allocated to UBR traffic. The percentage allocated to each bandwidth pool can be provisioned through the bandwidthPool attribute under the CA. Enumeration: 'pool3': 3, 'pool2': 2, 'pool1': 1, 'pool5': 5, 'pool4': 4.
                                 atmIfVptCAUbrMinimumCellRate 1.3.6.1.4.1.562.2.4.1.114.9.5.6.100.1.11 unsigned32 read-write
This attribute specifies the default minimum cell rate (MCR) which is allocated from the UBR pool bandwidth for each UBR connection which is admitted. UBR connections normally are serviced on a best effort basis, but this attribute allows allocation of a default minimum bandwidth for each connection.
                     atmIfVptCAUbrOperTable 1.3.6.1.4.1.562.2.4.1.114.9.5.6.110 no-access
This group contains operational attributes which show operational attributes for UBR connections associated with this Vpt.
                             atmIfVptCAUbrOperEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.6.110.1 no-access
An entry in the atmIfVptCAUbrOperTable.
                                 atmIfVptCAUbrVccUsage 1.3.6.1.4.1.562.2.4.1.114.9.5.6.110.1.12 unsigned32 read-only
This attribute indicates the number of active UBR Vccs under this Vpt. It includes switched and permanent connections.
                 atmIfVptCAProvTable 1.3.6.1.4.1.562.2.4.1.114.9.5.100 no-access
This group contains provisioned attributes which control Connection Admission Control (CAC) attributes for the ATM connections associated with a Virtual Path Terminator. Note that the names of some of the attributes follow the conventions of UNI 4.0 for forward compatibility reasons. This does not imply conformance in general with the UNI 4.0 specification. The provisioned attributes of this ConnectionAdministrator will override those of the AtmIf CA, for all connections associated with this Vpt. Any attributes of the AtmIf CA that cannot be overridden in the Vpt CA affect all connections, including Vpt Vccs.
                         atmIfVptCAProvEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.100.1 no-access
An entry in the atmIfVptCAProvTable.
                             atmIfVptCAMaxVccs 1.3.6.1.4.1.562.2.4.1.114.9.5.100.1.6 unsigned32 read-write
This attribute specifies the maximum number of Vccs that can be associated with this Vpt. The value must not exceed the maxVccs attribute of the Atmif CA.
                             atmIfVptCAPermittedAtmServiceCategories 1.3.6.1.4.1.562.2.4.1.114.9.5.100.1.25 octet string read-write
This attribute specifies which ATM service categories are permitted on this Vpt for SVCs. The value of this attribute does not affect control Vccs, such as signalling and ILMI channels. If the value is empty, no SVCs are permitted to use this Vpt. Description of bits: unspecifiedBitRate(0) constantBitRate(1) rtVariableBitRate(2) nrtVariableBitRate(3)
                 atmIfVptCAOperTable 1.3.6.1.4.1.562.2.4.1.114.9.5.110 no-access
This group contains operational attributes giving statistics about the ATM connections associated with a Virtual Path Terminator (VPT).
                         atmIfVptCAOperEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.110.1 no-access
An entry in the atmIfVptCAOperTable.
                             atmIfVptCAPermanentVccs 1.3.6.1.4.1.562.2.4.1.114.9.5.110.1.20 unsigned32 read-only
This attribute indicates the number of permanent Vccs that are currently associated with this Vpt.
                             atmIfVptCASwitchedVccs 1.3.6.1.4.1.562.2.4.1.114.9.5.110.1.30 gauge32 read-only
This attribute indicates the number of switched Vccs that are currently associated with this Vpt.
                             atmIfVptCATroubledVccs 1.3.6.1.4.1.562.2.4.1.114.9.5.110.1.70 unsigned32 read-only
This attribute indicates the number of troubled Vccs associated with this Vpt. A Vcc is 'troubled' if its operational troubled attribute has the value yes.
                             atmIfVptCAConnectionPoolUsage 1.3.6.1.4.1.562.2.4.1.114.9.5.110.1.81 gauge32 read-only
This attribute indicates the number of allocated VCCs associated with this VPT. Each of these VCCs uses a connection out of the pool defined by the Arc totalConnectionPoolAvailable attribute.
                 atmIfVptCAPoolAvailBwTable 1.3.6.1.4.1.562.2.4.1.114.9.5.460 no-access
This attribute indicates the total available bandwidth in the corresponding bandwidthPool. A non-zero number indicates that there is still bandwidth available in the pool which has not been allocated.
                         atmIfVptCAPoolAvailBwEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.460.1 no-access
An entry in the atmIfVptCAPoolAvailBwTable.
                             atmIfVptCAPoolAvailBwIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.460.1.1 integer32 no-access
This variable represents the atmIfVptCAPoolAvailBwTable specific index for the atmIfVptCAPoolAvailBwTable.
                             atmIfVptCAPoolAvailBwValue 1.3.6.1.4.1.562.2.4.1.114.9.5.460.1.2 integer read-only
This variable represents an individual value for the atmIfVptCAPoolAvailBwTable.
                 atmIfVptCABwPoolTable 1.3.6.1.4.1.562.2.4.1.114.9.5.461 no-access
Total bandwidth capacity is partitioned into five bandwidth pools. This attribute specifies the percentage of Vpt bandwidth that is allowed for each pool. The percentage for each pool ranges from 0% to 12,800%. This allows for both under and over subscription of the VPT bandwidth. Under subscription occurs when the sum of the percentages assigned to the five pools is less than 100%. Over subscription occurs when the sum of the percentages for the five pools exceeds 100%.
                         atmIfVptCABwPoolEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.461.1 no-access
An entry in the atmIfVptCABwPoolTable.
                             atmIfVptCABwPoolIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.461.1.1 integer32 no-access
This variable represents the atmIfVptCABwPoolTable specific index for the atmIfVptCABwPoolTable.
                             atmIfVptCABwPoolValue 1.3.6.1.4.1.562.2.4.1.114.9.5.461.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptCABwPoolTable.
                 atmIfVptCAPoolProvBwTable 1.3.6.1.4.1.562.2.4.1.114.9.5.462 no-access
This attribute indicates the total provisioned bandwidth from the corresponding bandwidthPool. Its value is the sum of the equivalent cell rates (ECR) of the provisioned connections.
                         atmIfVptCAPoolProvBwEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.462.1 no-access
An entry in the atmIfVptCAPoolProvBwTable.
                             atmIfVptCAPoolProvBwIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.462.1.1 integer32 no-access
This variable represents the atmIfVptCAPoolProvBwTable specific index for the atmIfVptCAPoolProvBwTable.
                             atmIfVptCAPoolProvBwValue 1.3.6.1.4.1.562.2.4.1.114.9.5.462.1.2 gauge32 read-only
This variable represents an individual value for the atmIfVptCAPoolProvBwTable.
                 atmIfVptCAPoolRequBwTable 1.3.6.1.4.1.562.2.4.1.114.9.5.463 no-access
This attribute indicates the total requested bandwidth from the corresponding bandwidthPool. Its value is the sum of the equivalent cell rates (ECR) for connections which are admitted and connections which are requesting admission, but have not yet been admitted.
                         atmIfVptCAPoolRequBwEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.463.1 no-access
An entry in the atmIfVptCAPoolRequBwTable.
                             atmIfVptCAPoolRequBwIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.463.1.1 integer32 no-access
This variable represents the atmIfVptCAPoolRequBwTable specific index for the atmIfVptCAPoolRequBwTable.
                             atmIfVptCAPoolRequBwValue 1.3.6.1.4.1.562.2.4.1.114.9.5.463.1.2 gauge32 read-only
This variable represents an individual value for the atmIfVptCAPoolRequBwTable.
                 atmIfVptCAPoolAdmitBwTable 1.3.6.1.4.1.562.2.4.1.114.9.5.464 no-access
This attribute indicates the total admitted bandwidth in the corresponding bandwidthPool. Its value is the sum of the equivalent cell rates (ECR) of the admitted connections.
                         atmIfVptCAPoolAdmitBwEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.464.1 no-access
An entry in the atmIfVptCAPoolAdmitBwTable.
                             atmIfVptCAPoolAdmitBwIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.464.1.1 integer32 no-access
This variable represents the atmIfVptCAPoolAdmitBwTable specific index for the atmIfVptCAPoolAdmitBwTable.
                             atmIfVptCAPoolAdmitBwValue 1.3.6.1.4.1.562.2.4.1.114.9.5.464.1.2 gauge32 read-only
This variable represents an individual value for the atmIfVptCAPoolAdmitBwTable.
                 atmIfVptCAPoolAdmConnsTable 1.3.6.1.4.1.562.2.4.1.114.9.5.465 no-access
This attribute indicates the total number of connections which are currently admitted in the corresponding bandwidthPool.
                         atmIfVptCAPoolAdmConnsEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.465.1 no-access
An entry in the atmIfVptCAPoolAdmConnsTable.
                             atmIfVptCAPoolAdmConnsIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.465.1.1 integer32 no-access
This variable represents the atmIfVptCAPoolAdmConnsTable specific index for the atmIfVptCAPoolAdmConnsTable.
                             atmIfVptCAPoolAdmConnsValue 1.3.6.1.4.1.562.2.4.1.114.9.5.465.1.2 gauge32 read-only
This variable represents an individual value for the atmIfVptCAPoolAdmConnsTable.
                 atmIfVptCAPoolWaitAdmConnsTable 1.3.6.1.4.1.562.2.4.1.114.9.5.466 no-access
This attribute indicates the total number of connections which have currently requested admission in the corresponding bandwidthPool but are not yet admitted.
                         atmIfVptCAPoolWaitAdmConnsEntry 1.3.6.1.4.1.562.2.4.1.114.9.5.466.1 no-access
An entry in the atmIfVptCAPoolWaitAdmConnsTable.
                             atmIfVptCAPoolWaitAdmConnsIndex 1.3.6.1.4.1.562.2.4.1.114.9.5.466.1.1 integer32 no-access
This variable represents the atmIfVptCAPoolWaitAdmConnsTable specific index for the atmIfVptCAPoolWaitAdmConnsTable.
                             atmIfVptCAPoolWaitAdmConnsValue 1.3.6.1.4.1.562.2.4.1.114.9.5.466.1.2 gauge32 read-only
This variable represents an individual value for the atmIfVptCAPoolWaitAdmConnsTable.
             atmIfVptTm 1.3.6.1.4.1.562.2.4.1.114.9.9
                 atmIfVptTmRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.9.1 no-access
This entry controls the addition and deletion of atmIfVptTm components.
                     atmIfVptTmRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.9.1.1 no-access
A single entry in the table represents a single atmIfVptTm component.
                         atmIfVptTmRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.9.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVptTm components. These components cannot be added nor deleted.
                         atmIfVptTmComponentName 1.3.6.1.4.1.562.2.4.1.114.9.9.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         atmIfVptTmStorageType 1.3.6.1.4.1.562.2.4.1.114.9.9.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptTm tables.
                         atmIfVptTmIndex 1.3.6.1.4.1.562.2.4.1.114.9.9.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptTm tables.
                 atmIfVptTmAbr 1.3.6.1.4.1.562.2.4.1.114.9.9.2
                     atmIfVptTmAbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.9.2.1 no-access
This entry controls the addition and deletion of atmIfVptTmAbr components.
                         atmIfVptTmAbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.9.2.1.1 no-access
A single entry in the table represents a single atmIfVptTmAbr component.
                             atmIfVptTmAbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.9.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVptTmAbr components. These components cannot be added nor deleted.
                             atmIfVptTmAbrComponentName 1.3.6.1.4.1.562.2.4.1.114.9.9.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                             atmIfVptTmAbrStorageType 1.3.6.1.4.1.562.2.4.1.114.9.9.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptTmAbr tables.
                             atmIfVptTmAbrIndex 1.3.6.1.4.1.562.2.4.1.114.9.9.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptTmAbr tables.
                     atmIfVptTmAbrOperTable 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110 no-access
This group contains operational attributes for connections using ABR service category.
                             atmIfVptTmAbrOperEntry 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1 no-access
An entry in the atmIfVptTmAbrOperTable.
                                 atmIfVptTmAbrInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.10 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Initial Cell Rate (ICR) parameter for this connection. ICR is the rate at which a source should send initially and after an idle period. For nailed-up connections, this attribute is determined by the provisioned value of the initialCellRate attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element. The ICR for a connection is a value between the MCR and the PCR. Furthermore, ICR has an upper bound determined by the transientBufferExposure divided by fixedRoundTripTime.
                                 atmIfVptTmAbrTransientBufferExposure 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.11 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Transient Buffer Exposure (TBE) for this connection. TBE is the negotiated number of cells that the network would like to limit the resource to send during start-up periods, before the first Resource Management (RM) cell returns. For nailed-up connections, this attribute is determined by the provisioned value of the transientBufferExposure attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                 atmIfVptTmAbrFixedRoundTripTime 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.12 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Fixed Round-Trip Time (FRTT) parameter for this connection. FRTT is the sum of the fixed and propagation delays from the source to a destination and back. For nailed-up connections, this attribute is determined by the provisioned value of the fixedRoundTripTime attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                 atmIfVptTmAbrRateDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.13 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Rate Decrease Factor (RDF) for this connection. The RDF value is computed by using the operational value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 8, RDF is 2E-8 = 1/256. RDF controls the amount by which the cell transmission rate may decrease upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) field set to 1, the Allowed Cell Rate (ACR) value would be reduced by the amount (RDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. For nailed-up connections, this attribute is determined by the provisioned value of the rateDecreaseFactor attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                 atmIfVptTmAbrRateIncreaseFactor 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.14 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Rate Increase Factor (RIF) for this connection. The RIF value is computed by using the operational value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 6, RIF is 2E-6 = 1/64. RIF controls the amount by which the cell transmission rate may increase upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) and the No Increase (NI) fields both set to 0, the Allowed Cell Rate (ACR) value would be increased by the amount (RIF*ACR). The ACR is not allowed to exceed the Peak Cell Rate (PCR), in which case the ACR is set to PCR. For nailed-up connections, this attribute is determined by the provisioned value of the rateIncreaseFactor attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                 atmIfVptTmAbrMaxCellPerRmCell 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.15 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the maximum number of cells an ABR source may transmit for each forward Resource Management (RM) cell. The count of the cells transmitted includes data cells, OAM cells, backward RM cells, and the forward RM cell. For nailed-up connections, this attribute is determined by the provisioned value of the maxCellsPerRmCell attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                 atmIfVptTmAbrMaxTimeBetweenRmCell 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.16 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the TRM parameter for this connection. TRM provides an upper bound on the time interval between forward Resource Management (RM) cells for an ABR source. Since the last forward RM cell was sent, if at least TRM time has elapsed since and at least 2 other cells have been sent, the next cell to be transmitted would be a forward RM cell. For nailed-up connections, this attribute is determined by the provisioned value of the maxTimeBetweenRmCell attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                 atmIfVptTmAbrCutoffDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.17 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Cutoff Decrease Factor (CDF) parameter for this connection. When the value of this attribute is non-zero, CDF is computed as the inverse of the value. For example, if the value is 32, the value of CDF is 1/32. When the value of this attribute is 0, CDF is also zero. CDF controls the decrease in the Allowed Cell Rate (ACR) associated with the forwardRmCellLimit attribute, the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the ACR value would be decreased by the amount (CDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. For nailed-up connections, this attribute is determined by the provisioned value of the cutoffDecreaseFactor attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                 atmIfVptTmAbrAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.18 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Allowed Cell Rate Decrease Time Factor (ADTF) parameter for this connection. ADTF is the time interval permitted between sending forward Resource Management (RM) cells before the Allowed Cell Rate (ACR) is decreased to initialCellRate. In other words, if the source does not transit a forward RM cell for the period specified by adtf, it reduces its ACR to the value of its initialCellRate. For nailed-up connections, this attribute is determined by the provisioned value of the acrDecreaseTimeFactor attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                 atmIfVptTmAbrForwardRmCellLimit 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.19 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the CRM parameter for this connection. CRM is the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the Allowed Cell Rate (ACR) value would be decreased by the amount (CDF*ACR), where CDF is determined by the cutoffDecreaseFactor. The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. The value of CRM is obtained as transientBufferExposure divided by maxCellsPerRmCell.
                                 atmIfVptTmAbrTxRateChangeInfo 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.20 integer read-only
THIS ATTRIBUTE IS HISTORICAL:This attribute indicates the rate change information put into the last forward Resource Management (RM) cell turned around as a backward-RM cell. For connections configured as an ABR Source or Destination, the turned around backward-RM cell is sent over the interface. For connections configured as an ABR Virtual Source or Virtual Destination, the turned around backward-RM cell is sent over the backplane. Enumeration: 'explicitRateIndicated': 2, 'noIncreaseIndicated': 1, 'congestionIndicated': 0.
                                 atmIfVptTmAbrAcrRateChangeInfo 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.21 integer read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the type of change in the Allowed Cell Rate (ACR) as a result of the information in the last backward Resource Management (B-RM) cell received from the interface. This attribute value is only applicable when the Vcc Tm or Vpc Tm abrConnectionType attribute is sourceDest or VirtualSourceDest. In all other cases, this attribute value is notApplicable. A value of noChange indicates that the rate did not change as a result of the last backward RM cell received. A value of decreasedByRdf or increasedByRif indicates that the ACR was increased or decreased by the corresponding factor. This change is as a result of the CI or NI bit setting in the last backward RM cell, or an ADTF timeout. A value of setToExplicitRate indicates that the ACR was set to the ER value in the last backward RM cell. Enumeration: 'increasedByRif': 2, 'noChange': 0, 'decreasedByRdf': 1, 'setToExplicitRate': 3, 'notApplicable': 15.
                                 atmIfVptTmAbrTxFwdRmCells 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.22 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute counts the number of forward Resource Management (RM) cells sent over the interface since the last backward RM-cell was received from the interface. If the value of this attribute is greater than or equal to the value of forwardRmCellLimit, the Allowed Cell Rate (ACR) value would be decreased by the amount (CDF*ACR), where CDF is determined by the cutoffDecreaseFactor. This counter is reset to zero each time a backward-RM cell is received. This counter does not wrap to zero if it reaches its maximum value of 4095 in order to indicate that no backward RM cell has been received.
                                 atmIfVptTmAbrRxEfci 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.23 integer read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the value of the Explicit Forward Congestion Indication (EFCI) bit of the last data cell received from the interface. When a forward Resource Management (RM) cell is turned around as a backward-RM cell, the Congestion Indication (CI) field of the backward-RM cell is set to 1, if the value of this attribute is indicated. This attribute is set to notIndicated each time a backward-RM cell is transmitted. Enumeration: 'notIndicated': 0, 'indicated': 1.
                                 atmIfVptTmAbrBrmRateChangeInfo 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.24 octet string read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest, virtualSourceDest or explicitRate. This attribute indicates the values of key fields which affect the rate change. These fields are from the most recent Backward Resource Management (B-RM) cell on this connection. These fields may have been set by a connection point at some switch prior to the B-RM cell arriving at this connection point. A value of ci indicates that the Congestion Indication (CI) field is set in the B-RM cell. A value of ni indicates that the No Increase (NI) field is set in the B-RM cell. A value of er indicates that a rate decrease is indicated by the Explicit Rate in the B-RM cell having a value lower than the Current Cell Rate (CCR) field in the B-RM cell. The actual explicit rate from the B-RM cell is shown in the brmEr attribute of this component. Description of bits: ci(0) ni(1) er(2)
                                 atmIfVptTmAbrBrmExplicitRate 1.3.6.1.4.1.562.2.4.1.114.9.9.2.110.1.25 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest, virtualSourceDest or explicitRate. This attribute indicates the value of the Explicit Rate field from the most recent Backward Resource Management (B-RM) cell on this connection. This is the rate from the B-RM cell which may be different from the explicit rate (ER) offered at this connection point. Specifically, this attribute may indicate the ER which has been set in the B-RM cell by some connection point before the B-RM cell arrived at this connection point.
                 atmIfVptTmOperTable 1.3.6.1.4.1.562.2.4.1.114.9.9.100 no-access
This group contains attributes for the Tm component to reflect operational traffic attributes.
                         atmIfVptTmOperEntry 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1 no-access
An entry in the atmIfVptTmOperTable.
                             atmIfVptTmTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.10 integer read-only
T his attribute indicates the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                             atmIfVptTmTxQosClass 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.31 integer read-only
This attribute indicates the quality of service for the calling to called direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVptTmTxQueueLength 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.32 unsigned32 read-only
This attribute indicates the current number of cells in the transmit queue for this connection. If this connection has unshapedTransmitQueueing attribute displayed as common, this attribute displays the length of the common queue which is used for this atm service category. If this connection has unshapedTransmitQueueing attribute displayed as fifo, this attribute indicates the number of cells for this connection which are enqueued in a first-in-first-out queuing method for this atm service category. This will only occur for connections on ATM IP cards with atmServiceCategory of nrtVbr or ubr. If this connection has unshapedTransmitQueueing attribute displayed as perVc or as notApplicable, this attribute displays the length of the per-VC queue. This attribute does not apply to basic Vpts.
                             atmIfVptTmTxQueueCongestionState 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.33 unsigned32 read-only
This attribute indicates the congestion state of the transmit queue for this connection. If this connection has unshapedTransmitQueueing attribute displayed as common, this attribute displays the congestion state of the common queue. If this connection has unshapedTransmitQueueing attribute displayed as perVc or as notApplicable, this attribute displays the congestion state of the per- VC queue. The congestion state of a queue is indicated by a numeric value ranging from 0 to 3. When a queue is in a congested state x, only traffic with discard priority (DP) 0 to x are enqueued. Traffic with DP > x is discarded. For example, if the congestion state is 3, there is no congestion and all traffic is enqueued. Likewise, when the congestion state is 0, there is maximum congestion and only traffic with DP=0 is enqueued on that queue. This attribute does not apply to basic Vpts.
                             atmIfVptTmHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.35 integer read-only
This attribute indicates the actual holding priority in effect for this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. Some applications, for example Vcc Test, may override the provisioned holding priority. A value of notApplicable is displayed when this is an elastic connection. Holding priority does not apply to bandwidth elastic connections. Holding priority has no effect if the equivalent cell rate (ECR) for a connection is zero. This attribute does not apply to Vpt Vccs. Enumeration: 'notApplicable': 6, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVptTmRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.40 integer read-only
This attribute indicates the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                             atmIfVptTmRxQosClass 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.61 integer read-only
This attribute indicates the quality of service for the called to calling direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                             atmIfVptTmAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.62 integer read-only
This attribute indicates the ATM service category used for traffic in both directions of the connection. This attribute does not apply to Virtual Link VPTs and will always be displayed as constantBitRate. The constantBitRate service category is intended for real time applications, that is, those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to have significantly reduced value for the application. The rtVariableBitRate service category is intended for real time applications; that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The availableBitRate service is an ATM layer service category for which the limiting ATM layer transfer characteristics provided by the network may change subsequent to connection establishment. ABR service has a flow control mechanism which supports several types of feedback to control the source rate in response to changing ATM layer transfer characteristics. ABR service is not intended to support real-time applications. The unspecifiedBitRate service is intended for non-real time applications, that is those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'constantBitRate': 1, 'availableBitRate': 4, 'unspecifiedBitRate': 0, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                             atmIfVptTmTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.70 integer read-only
This attribute indicates the traffic shaping state of the connection. A value of notApplicable indicates that traffic shaping is not applicable or not supported for this connection. This is the case: - when the txTrafficDescType is 1 or 2. - for standard Vpt Vccs and basic Vpts. - for CQC-based ATM cards, when the atmServiceCategory is constantBitRate. In these cases, the value of notApplicable is set regardless of whether traffic shaping is enabled or disabled in the provisioning data. A value of disabled indicates that traffic shaping is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of linear or inverseUpc indicates that traffic shaping is applicable and supported for the type of connection and has been turned on in the provisioning data. This is the only case that indicates that traffic shaping is performed on the connection. In this case, the actual shaping rate is reflected in the txTrafficDescParm attribute, parameter number 4. A value of linear indicates that traffic is being shaped at the constant rate indicated in txTrafficDescParm 4. A value of inverseUpc is possible only on ATM IP cards. This value indicates that the shaper strictly conforms to the requirements of a dual leaky bucket UPC enforcer. This value is indicated if traffic shaping is enabled, and the txTrafficDescType for this connection is 6, 7 or 8. Traffic shaping for connections with atmServiceCategory as availableBitRate (txTrafficDescType 9) depends upon the abrConnectionType attribute. If abrConnectionType is sourceDest or virtualSourceDest, the value of this attribute is dynamic. If abrConnectionType is erSwitch or efciSwitch, this attribute is notApplicable. Enumeration: 'disabled': 1, 'notApplicable': 4, 'inverseUpc': 6, 'dynamic': 7, 'linear': 5.
                             atmIfVptTmBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.71 integer read-only
This attribute indicates the bearer capability for this connection. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is displayed, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements.When c is displayed, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (cbr or vbr), and timing requirements are user defined (that is, transparent to the network). When the value of this attribute is x, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. Class vp service is used to indicate a transparent VP service when the user is requesting an ATM only service from the network. In this case, the network does not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except for VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP and SVP connections. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'notApplicable': 30.
                             atmIfVptTmTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.72 integer read-only
This attribute indicates the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance, or in the case that the transfer capability in the call request was set to NoIndication. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value NoIndication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required for the connection. The value no for end-to-end timing indicates that end-to-end timing is not required for the connection. Enumeration: 'n10': 10, 'notApplicable': 30, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                             atmIfVptTmClippingBbc 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.74 integer read-only
This attribute indicates the value of the clipping susceptibility parameter in the broadband bearer capability (BBC) Information Element. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'yes': 1, 'no': 0.
                             atmIfVptTmUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.75 integer read-only
This attribute indicates the unshaped transmit queuing state of the connection. A value of common indicates that transmit traffic is being enqueued onto the common transmit queue for this service category. The txQueueLength attribute indicates the current length of the common transmit queue. A value of fifo indicates that transmit traffic is being queued in a first-in-first-out basis for this service category. This is similar to common queueing, but the txQueueLength attribute indicates the number of cells in this connection queue. A value of fifo will only be indicated for connections on ATM IP cards with atmServiceCategory of nrtVbr or ubr. A value of perVc indicates that transmit traffic is being enqueued onto a per-VC queue for this connection. A value of notApplicable indicates that transmit traffic is being shaped for this connection, or that unshaped transmit queuing is not applicable for this type of connection. Transmit traffic for a shaped connection is enqueued onto a per-VC queue, but this attribute is only applicable for unshaped connections. Unshaped transmit queuing is not applicable for basic Vpts. Enumeration: 'notApplicable': 4, 'perVc': 0, 'fifo': 5, 'common': 1.
                             atmIfVptTmBestEffort 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.76 integer read-only
This attribute indicates value of best effort parameter in the ATM Traffic Descriptor Information Element. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'notIndicated': 1, 'indicated': 0.
                             atmIfVptTmForceTagging 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.78 integer read-only
This attribute indicates the state of force tagging option for this connection. Force tagging refers to setting the CLP bit for all cells on a connection. For CQC-based ATM cards, this attribute is not applicable and is not displayed. A value of enabled indicates that the CLP bit is being set to 1 for all cells in the transmit direction on this connection. A value of disabled indicates that the CLP bit is unchanged for cells in the transmit direction on this connection. disabled is always displayed for Vpts since forced tagging is applied on a per Vpt Vcc basis. Enumeration: 'disabled': 1, 'enabled': 0.
                             atmIfVptTmWeight 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.79 unsigned32 read-only
This attribute indicates the relative weight of this unshaped connection. Connections with a larger weight get a larger proportion of the link bandwidth, or in the case of standard Vpt Vccs, the Vpt bandwidth. For all but standard Vpt Vccs, the default connection weight is determined by the weight policy for a service category and the traffic descriptor for a connection. For standard Vpt Vccs, the default connection weight is determined by the Vcc's service category. For CQC-based ATM cards, this attribute is not applicable and is not displayed. A value from 1 to 4095 indicates an actual weight. The value upToQueueLimit indicates that the weight of a connection is up to the transmit queue limit for this connection. upToQueueLimit is used with common (first-in-first-out) queueing. This attribute is displayed as notApplicable if: - this connection has trafficShaping displayed as linear or inverseUpc. - this is a basic Vpt. VALUES ( 0 = upToQueueLimit 65534 = notApplicable )
                             atmIfVptTmUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.80 integer read-only
This attribute indicates the UPC state of the connection. A value of notApplicable indicates that UPC is not applicable or not supported for the connection. This is the case: - when the connection's rxTrafficDescType is 1 or 2. - for standard Vpt Vccs and basic Vpts. A value of notApplicable is set regardless of whether UPC is disabled or enabled in provisioning data. A value of disabled indicates that UPC is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of enforced indicates that UPC is actively checking conformance for the connection and is discarding or tagging cells which do not conform to the connection traffic contract. The traffic descriptor parameters used for UPC conformance are reflected in the rxTrafficDescParms of the connection. On ATM IP cards, the counts of UPC violations are visible in the Vcc, Vpc, or Vpt rxUpcViolationsOnEnforcer1 or rxUpcViolationsOnEnforcer2 attributes. ATM IP cards provide the ability to monitor UPC violations without tagging or discarding. A value of monitored indicates that UPC is actively checking conformance for the connection and counting the violations, but is not discarding or tagging cells which do not conform to the connection traffic contract. The traffic descriptor parameters used for UPC conformance are reflected in the rxTrafficDescParms of the connection. The counts of UPC violations are visible in the Vcc, Vpc, or Vpt rxUpcViolationsOnEnforcer1 or rxUpcViolationsOnEnforcer2 attributes. The value of monitored appears only on ATM IP cards. If the atmServiceCategory for this connection indicates availableBitRate, a value of abrEnforced indicates that Dynamic Generic Cell Rate Algorithm (DGCRA) is active for the connection and that violating cells are discarded. The cell rate which is in effect at any particular instant is indicated in rxTrafficDescParm 4 of the connection. If the atmServiceCategory for this connection indicates availableBitRate, a value of abrMonitored indicates that Dynamic Generic Cell Rate Algorithm (DGCRA) is active for the connection but that violating cells are counted only. The cell rate which is in effect at any particular instant is indicated in rxTrafficDescParm 4 of the connection. Enumeration: 'enforced': 0, 'monitored': 4, 'abrEnforced': 6, 'abrMonitored': 5, 'disabled': 1, 'notApplicable': 3.
                             atmIfVptTmTxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.85 octet string read-only
This attribute indicates the current set of packet-wise discard functions in effect in the transmit data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an intermediate connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. On CQC-based ATM cards, PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. A value of wred indicates that Weighted Random Early Detection is in effect at this connection point. W-RED can be enabled by provisioning for PVCs and SPVCs. On ATM IP cards, all packet-wise discard functions also apply to provisioned virtual path connections (VPCs). On CQC-based ATM cards, packet-wise functions are not applicable for VPCs. This attribute is not applicable for Vpts. Description of bits: ppd(0) epd(1) wred(2)
                             atmIfVptTmRxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.86 octet string read-only
This attribute indicates the current set of packet-wise discard functions in effect in the receive data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an intermediate connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. On ATM IP cards, all packet-wise discard functions also apply to provisioned virtual path connections (VPCs). On CQC-based ATM cards, packet-wise functions are not applicable for VPCs. This attribute is not applicable for Vpts. Description of bits: ppd(0) epd(1)
                             atmIfVptTmBandwidthElastic 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.90 integer read-only
This attribute is only of importance for connections which are carried on a link with a variable bandwidth. For example, the bandwidth may be reduced in the event that one or more physical links in the IMA group fail, such that the originally requested bandwidth cannot be maintained. This attribute shows whether the application (for example, Trunk) running on this connection can continue to operate if the bandwidth is reduced. If the bandwidth is reduced, the amount by which it is reduced is displayed in the bandwidthReduction attribute. A value of yes, indicates that this connection is elastic, and the bandwidth may be reduced but the connection is not released. A value of no indicates that the bandwidth for this connection is not reduced in the event of link bandwidth reduction. However, this connection may be released based on its holdingPriority. Bandwidth elasticity has no effect for connections which have an equivalent cell rate (ECR) of zero. This attribute is not applicable for Vpts and Vpt Vccs. Enumeration: 'yes': 1, 'no': 0.
                             atmIfVptTmBandwidthReduction 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.100 unsigned32 read-only
This attribute shows the amount by which the bandwidth has been reduced for this connection. This value is non-zero only for connections which have bandwidthElastic displayed as yes, and which are also operating in a reduced bandwidth mode. This is typically the case for selected connections running over an IMA link. This attribute takes a value from 0 (no reduction) up to the ECR. For all connections which are running at their full allocated bandwidth, bwReduction has the value 0. Connections which have been reduced in allocated bandwidth have a positive number for this attribute. The bwReduction may be subtracted from the ECR (which is displayed as txTrafficDescParm 5) to determine the actual bandwidth allocated to this connection.
                             atmIfVptTmAbrConnectionType 1.3.6.1.4.1.562.2.4.1.114.9.9.100.1.110 integer read-only
This attribute indicates the type of ABR behavior which is in effect at this connection. This attribute is only applicable if the atmServiceCategory attribute is availableBitRate. If the atmServiceCategory attribute is not availableBitRate, or if the connection is not active, this attribute value is displayed as notApplicable. For CQC-based ATM cards, the only possible values are notApplicable, efciSwitch or nonAbrInterworking. In EFCI marking mode, the Explicit Forward Congestion Indication (EFCI) field in the data cell headers is used to indicate transmit queue congestion. For ATM IP cards, if the connectionPointType is displayed as connectionEndPoint, this attribute has the value sourceDest. In this mode, the ABR Source and Destination behavior is in effect at this connection. This attribute is also sourceDest in the case where the next hop connection is specified as nonAbrInterworking. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. If the connectionPointType is not connectionEndPoint, the value of this attribute depends upon the abrConnectionType provisioning and the card type to which the traffic is forwarded on the backplane. The default abrConnectionType is provisioned at the CA Abr abrConnectionType attribute, and may be overridden for a provisioned connection in the Vcd Tm abrConnectionType or Vpd Tm abrConnectionType attribute. If the CA Abr abrConnectionType attribute is virtualSourceDest at either one of the two connection points, and if both the connection points are defined on ATM IP cards, virtual source and destination behavior is applied to the connection. In this instance, the attribute displays the value virtualSourceDest. This attribute has the value erSwitch if ABR explicit rate functionality is in effect at this connection. In this mode, the switch may modify the Explicit Rate (ER) field of backward Resource Management (RM) cells to indicate the status of congestion at this connection point. This attribute has the value nonAbrInterworking in the case where this connection point is functioning as an SPVC origin for an ABR connection where the link side of this connection is configured as a non-ABR ATM service category. This means that there are no RM cells on the link side of this connection, and that the next hop connection point is performing as an ABR sourceDest. Enumeration: 'nonAbrInterworking': 5, 'erSwitch': 1, 'efciSwitch': 2, 'notApplicable': 15, 'virtualSourceDest': 3, 'sourceDest': 4.
                 atmIfVptTmTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.9.451 no-access
This attribute is a vector of five transmit traffic parameters whose mapping is defined by the txTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR), Minimum Cell Rate (MCR), actual cell rate (ACR), explicit rate (ER), equivalent cell rate (ECR), and actual shaping rate are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. CDVT is expressed in microseconds. When txTrafficDescType is 1 or 2, parameters 1 through 5 are unused. In this description, PCR is the greater of either the PCR or the requested shaping rate (parameter 1 or parameter 5) specified in the txTrafficDescParm attribute under the Vcd Tm or Vpd Tm component. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 or 1 traffic; parameters 2 and 3 are unused. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic. When txTrafficDescType is 3, 4, 5, 6, 7, or 8, parameter 4 reflects the actual shaping rate in cell/s for this connection. For CQC-based ATM cards, the set of available shaping rates is based on the number of interfaces doing shaping (attribute perVcQueueInterfaces), and the shapingScalingFactor attribute of the Arc Cqc Override component. A rate of zero (0) indicates that shaping is not performed, or that the interface is down. When txTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents the Cell Delay Variation Toleration (CDVT); parameter 3 represents the Minimum Cell Rate (MCR); the meaning of parameter 4 depends upon the value of the abrConnectionType attribute. if abrConnectionType is sourceDest or virtualSourceDest, parameter 4 represents the Allowed Cell Rate (ACR); If abrConnectionType is erSwitch, parameter 4 represents the Explicit Rate (ER); and if abrConnectionType is efciSwitch, parameter 4 reflects the actual shaping rate in cell/s for this connection. When txTrafficDescType is 3, 4, 5, 6, 7, 8, or 9, parameter 5 reflects the equivalent cell rate in cell/s for this connection as determined by the Connection Admission Control (CAC) algorithm. The equivalent cell rate is useful in determining the admission characteristics of this connection.
                         atmIfVptTmTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.9.451.1 no-access
An entry in the atmIfVptTmTxTdpTable.
                             atmIfVptTmTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.9.451.1.1 integer32 no-access
This variable represents the atmIfVptTmTxTdpTable specific index for the atmIfVptTmTxTdpTable.
                             atmIfVptTmTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.9.451.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptTmTxTdpTable.
                 atmIfVptTmTxQThreshTable 1.3.6.1.4.1.562.2.4.1.114.9.9.452 no-access
This attribute indicates the queue limit and the discard thresholds for the transmit queue of this connection. If this connection has unshapedTransmitQueueing attribute displayed as common, this attribute displays the thresholds of the common queue. If this connection has unshapedTransmitQueueing attribute displayed as perVc or as notApplicable, this attribute displays the thresholds of the per-VC queue. The first element indicates the queue limit. The second element is the threshold that marks the transition from congestion state 1 to congestion state 0. This is the threshold at which traffic with discard priority (DP) = 1 is discarded. This threshold is set at approximately 90 percent of the first parameter, the operational queue limit. The third element is the threshold that marks the transition from congestion state 2 to congestion state 1. This is the threshold at which traffic with DP = 2 is discarded. This threshold is set at approximately 75 percent of the first parameter, the operational queue limit. The fourth element is the threshold that marks the transition from congestion state 3 to congestion state 2. This is the threshold at which traffic with DP = 3 is discarded. This threshold is set at approximately 35 percent of the first parameter, the operational queue limit. This attribute does not apply to basic Vpts.
                         atmIfVptTmTxQThreshEntry 1.3.6.1.4.1.562.2.4.1.114.9.9.452.1 no-access
An entry in the atmIfVptTmTxQThreshTable.
                             atmIfVptTmTxQThreshIndex 1.3.6.1.4.1.562.2.4.1.114.9.9.452.1.1 integer32 no-access
This variable represents the atmIfVptTmTxQThreshTable specific index for the atmIfVptTmTxQThreshTable.
                             atmIfVptTmTxQThreshValue 1.3.6.1.4.1.562.2.4.1.114.9.9.452.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptTmTxQThreshTable.
                 atmIfVptTmRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.9.453 no-access
This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR), minimum cell rate (MCR) are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. Cell delay variation tolerance (CDVT) is expressed in microseconds. When rxTrafficDescType is 1 or 2, none of the parameters are used. When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard; parameter 4 represents the CDVT. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging; parameter 4 represents the CDVT. When rxTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents CDVT; parameter 3 represents the MCR; parameter 4 indicates the instantaneous rate at which dynamic generic cell rate algorithm (DGCRA) is in effect. If upc is disabled for this connection, the values of PCR, SCR, MBS and CDVT are the provisioned parameters. If upc is enabled, the values of PCR, SCR, MBS, and CDVT are exactly the values used by the usage parameter control hardware in policing the arriving traffic. These may vary slightly from the provisioned values due to granularity of the hardware. In the case where the PCR is equal to the SCR, the effective MBS is zero.
                         atmIfVptTmRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.9.453.1 no-access
An entry in the atmIfVptTmRxTdpTable.
                             atmIfVptTmRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.9.453.1.1 integer32 no-access
This variable represents the atmIfVptTmRxTdpTable specific index for the atmIfVptTmRxTdpTable.
                             atmIfVptTmRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.9.453.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptTmRxTdpTable.
                 atmIfVptTmTqpTable 1.3.6.1.4.1.562.2.4.1.114.9.9.454 no-access
This attribute is a vector of three elements that indicate the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                         atmIfVptTmTqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.9.454.1 no-access
An entry in the atmIfVptTmTqpTable.
                             atmIfVptTmTqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.9.454.1.1 integer no-access
This variable represents the atmIfVptTmTqpTable specific index for the atmIfVptTmTqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                             atmIfVptTmTqpValue 1.3.6.1.4.1.562.2.4.1.114.9.9.454.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptTmTqpTable.
                 atmIfVptTmRqpTable 1.3.6.1.4.1.562.2.4.1.114.9.9.455 no-access
This attribute is a vector of three elements that indicate the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                         atmIfVptTmRqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.9.455.1 no-access
An entry in the atmIfVptTmRqpTable.
                             atmIfVptTmRqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.9.455.1.1 integer no-access
This variable represents the atmIfVptTmRqpTable specific index for the atmIfVptTmRqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                             atmIfVptTmRqpValue 1.3.6.1.4.1.562.2.4.1.114.9.9.455.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptTmRqpTable.
             atmIfVptVcc 1.3.6.1.4.1.562.2.4.1.114.9.20
                   atmIfVptVccRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.20.1 no-access
This entry controls the addition and deletion of atmIfVptVcc components.
                       atmIfVptVccRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.1.1 no-access
A single entry in the table represents a single atmIfVptVcc component.
                           atmIfVptVccRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.20.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVptVcc components. These components can be added and deleted.
                           atmIfVptVccComponentName 1.3.6.1.4.1.562.2.4.1.114.9.20.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                           atmIfVptVccStorageType 1.3.6.1.4.1.562.2.4.1.114.9.20.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptVcc tables.
                           atmIfVptVccIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.1.1.10 integer32 no-access
This variable represents the index for the atmIfVptVcc tables.
                   atmIfVptVccVcd 1.3.6.1.4.1.562.2.4.1.114.9.20.2
                       atmIfVptVccVcdRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.1 no-access
This entry controls the addition and deletion of atmIfVptVccVcd components.
                           atmIfVptVccVcdRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.1.1 no-access
A single entry in the table represents a single atmIfVptVccVcd component.
                               atmIfVptVccVcdRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.20.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVptVccVcd components. These components cannot be added nor deleted.
                               atmIfVptVccVcdComponentName 1.3.6.1.4.1.562.2.4.1.114.9.20.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                               atmIfVptVccVcdStorageType 1.3.6.1.4.1.562.2.4.1.114.9.20.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptVccVcd tables.
                               atmIfVptVccVcdIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptVccVcd tables.
                       atmIfVptVccVcdTm 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2
                           atmIfVptVccVcdTmRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.1 no-access
This entry controls the addition and deletion of atmIfVptVccVcdTm components.
                               atmIfVptVccVcdTmRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.1.1 no-access
A single entry in the table represents a single atmIfVptVccVcdTm component.
                                   atmIfVptVccVcdTmRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVptVccVcdTm components. These components cannot be added nor deleted.
                                   atmIfVptVccVcdTmComponentName 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                                   atmIfVptVccVcdTmStorageType 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptVccVcdTm tables.
                                   atmIfVptVccVcdTmIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptVccVcdTm tables.
                           atmIfVptVccVcdTmAbr 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2
                               atmIfVptVccVcdTmAbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.1 no-access
This entry controls the addition and deletion of atmIfVptVccVcdTmAbr components.
                                   atmIfVptVccVcdTmAbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.1.1 no-access
A single entry in the table represents a single atmIfVptVccVcdTmAbr component.
                                       atmIfVptVccVcdTmAbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVptVccVcdTmAbr components. These components can be added and deleted.
                                       atmIfVptVccVcdTmAbrComponentName 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                                       atmIfVptVccVcdTmAbrStorageType 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptVccVcdTmAbr tables.
                                       atmIfVptVccVcdTmAbrIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptVccVcdTmAbr tables.
                               atmIfVptVccVcdTmAbrProvTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110 no-access
This group contains provisioned attributes for the ABR ATM connections configured on an ATM interface.
                                       atmIfVptVccVcdTmAbrProvEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1 no-access
An entry in the atmIfVptVccVcdTmAbrProvTable.
                                           atmIfVptVccVcdTmAbrInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.10 unsigned32 read-write
This attribute specifies the Initial Cell Rate (ICR) parameter for this connection. ICR is the rate at which a source should send initially and after an idle period. When this attribute is set to sameAsCa, the initial cell rate is determined by the AtmIf CA Abr/0 icr attribute. When the value of this attribute is set to useMcr, ICR is set to the same value as the Minimum Cell Rate (MCR) for the connection. When the value of this attribute is set to usePcr, ICR is set to the same value as the Peak Cell Rate (PCR) for the connection. If this attribute is specified less than the MCR of the connection, then the MCR is used as the ICR. If this attribute is specified more than PCR of the connection, then PCR is used as the ICR. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch. VALUES ( 16777216 = sameAsCa 16777217 = useMcr 16777218 = usePcr )
                                           atmIfVptVccVcdTmAbrTransientBufferExposure 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.11 unsigned32 read-write
This attribute specifies the Transient Buffer Exposure (TBE) for this connection. TBE is the negotiated number of cells that the network would like to limit the source to send during start-up periods, before the first Resource Management (RM) cell returns. TBE divided by fixedRoundTripTime determines an upper bound for the operational value of initialCellRate, the rate at which a source should send initially and after an idle period. TBE divided by maxCellsPerRmCell specifies the operational value of forwardRmCellLimit, the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. This attribute is ignored under all conditions where the operational attribute abrConnectionType is set to erSwitch.
                                           atmIfVptVccVcdTmAbrFixedRoundTripTime 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.12 unsigned32 read-write
This attribute specifies the Fixed Round-Trip Time (FRTT) parameter for this connection. FRTT is the sum of the fixed and propagation delays from the source to a destination and back. The value of transientBufferExposure divided by the value of FRTT (in seconds) determines an upper bound for the operational value of initialCellRate, the rate at which a source should send initially and after an idle period. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch.
                                           atmIfVptVccVcdTmAbrRateDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.13 unsigned32 read-write
This attribute specifies the Rate Decrease Factor (RDF) for this connection. The RDF value is computed by using the provisioned value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 8, RDF is 2E-8 = 1/256. RDF controls the amount by which the cell transmission rate may decrease upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) field set to 1, the Allowed Cell Rate (ACR) value would be reduced by the amount (RDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. VALUES ( 16777216 = sameAsCa )
                                           atmIfVptVccVcdTmAbrRateIncreaseFactor 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.14 unsigned32 read-write
This attribute specifies the Rate Increase Factor (RIF) for this connection. The RIF value is computed by using the provisioned value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 6, RIF is 2E-6 = 1/64. RIF controls the amount by which the cell transmission rate may increase upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) and the No Increase (NI) fields both set to 0, the Allowed Cell Rate (ACR) value would be increased by the amount (RIF*ACR). The ACR is not allowed to exceed the Peak Cell Rate (PCR), in which case the ACR is set to PCR. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. VALUES ( 16777216 = sameAsCa )
                                           atmIfVptVccVcdTmAbrMaxCellPerRmCell 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.15 unsigned32 read-write
This attribute specifies the maximum number of cells an ABR source may transmit for each forward Resource Management (RM) cell. The count of the cells transmitted includes data cells, OAM cells, backward RM cells, and the forward RM cell. A value of 2 is not recommended although it is permitted according to the ATM Forum standard. When this attribute is set to a value of 2, it is possible that only one forward and one backward RM cell are repeatedly transmitted, and all data traffic is queued up indefinitely. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. VALUES ( 16777216 = sameAsCa )
                                           atmIfVptVccVcdTmAbrMaxTimeBetweenRmCells 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.16 unsigned32 read-write
This attribute specifies the TRM parameter for this connection. TRM provides an lower bound on the time interval between forward Resource Management (RM) cells for an ABR source. Since the last forward RM cell was sent, if at least TRM time has elapsed since and at least two other cells have been sent, then the next cell to be transmitted would be a forward RM cell. This attribute is ignored under all conditions where the operational attribute abrConnectionType has the value erSwitch. The provisioned value of 781 is signalled as TRM = 0, in the ABR Additional Parameters Information Element. 1563 is signalled as TRM = 1. 3125 is signalled as TRM = 2. 6250 is signalled as TRM = 3. 12500 is signalled as TRM = 4 25000 is signalled as TRM = 5. 50000 is signalled as TRM = 6. 100000 is signalled as TRM = 7. VALUES ( 16777216 = sameAsCa )
                                           atmIfVptVccVcdTmAbrCutoffDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.17 unsigned32 read-write
This attribute specifies the Cutoff Decrease Factor (CDF) parameter for this connection. When the value of this attribute is non-zero, CDF is computed as the inverse of the value. For example, if the value is 32, the value of CDF is 1/32. When the value of this attribute is 0, CDF is also zero. CDF controls the decrease in the Allowed Cell Rate (ACR) associated with the CRM parameter, the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the ACR value would be decreased by the amount (CDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. The value of CRM is indicated by the forwardRmCellLimit attribute. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch. VALUES ( 16777216 = sameAsCa )
                                           atmIfVptVccVcdTmAbrAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.18 unsigned32 read-write
This attribute specifies the Allowed Cell Rate Decrease Time Factor (ADTF) parameter for this connection. ADTF is the maximum time interval permitted between sending forward Resource Management (RM) cells before the Allowed Cell Rate (ACR) is decreased to initialCellRate. In other words, if the source does not transit a forward RM cell for the period specified by adtf, it reduces its ACR to the value of its initialCellRate. This attribute is ignored under all conditions where the operational attribute abrConnectionType indicates erSwitch or efciSwitch. VALUES ( 16777216 = sameAsCa )
                                           atmIfVptVccVcdTmAbrDgcraMaximumDelay 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.19 unsigned32 read-write
This attribute specifies an upper bound on the delay after which the rate change induced by a backward Resource Management (RM) cell departing from this connection point (in the backward direction) is expected to be observed at this connection point (in the forward direction). This upper bound may be approximated as the sum of the round trip fixed and propagation delays and the maximum queuing delays between the ABR source and this interface. The value of this attribute is used in policing an ABR connection using the Dynamic General Cell Rate Algorithm (DGCRA). A larger value for this attribute implies a more lenient policer. When there is a reduction in the Allowed Cell Rate (ACR), the policer waits for a correspondingly longer period of time before it enforces at the new cell rate. The value of this attribute must not be less than the dgcraMinimumDelay attribute. VALUES ( 16777216 = sameAsCa )
                                           atmIfVptVccVcdTmAbrDgcraMinimumDelay 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.20 unsigned32 read-write
This attribute specifies a lower bound on the delay after which the rate change induced by a backward Resource Management (RM) cell departing from this connection point (in the backward direction) is expected to be observed at this connection point (in the forward connection). This lower bound may be approximated as the sum of the round trip fixed and propagation delays between the ABR source and this interface. The value of this attribute is used in policing an ABR connection using the Dynamic General Cell Rate Algorithm (DGCRA). A smaller value for this attribute implies a more lenient policer. When there is a increase in the Allowed Cell Rate (ACR), the policer waits for a correspondingly shorter period of time before it enforces at the new cell rate. VALUES ( 16777216 = sameAsCa )
                                           atmIfVptVccVcdTmAbrFarEndAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.21 unsigned32 read-write
This attribute specifies the Allowed Cell Rate Decrease Time Factor (ADTF) of the far end ABR source. The value specified should be the same as the ADTF parameter at the far end of this ABR connection. The value of this attribute is used in policing an ABR connection using the Dynamic Generic Cell Rate Algorithm (DGCRA). A larger value for this attribute implies a more lenient policer. When the delay between two consecutive forward Resource Management (RM) cells received at this interface corresponds to a value greater than the value of this attribute, the policer begins to limit enforce the incoming traffic at the initial cell rate (ICR) of the far end, as specified by the farEndInitialCellRate attribute. VALUES ( 1024 = sameAsLocal )
                                           atmIfVptVccVcdTmAbrFarEndInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.2.110.1.22 unsigned32 read-write
This attribute specifies the Initial Cell Rate (ICR) of the far end ABR source. The value specified should be the same as the ICR parameter at the far end of this ABR connection. The value of this attribute is used in policing an ABR connection using the Dynamic Generic Cell Rate Algorithm (DGCRA). A larger value for this attribute implies a more lenient policer. When the delay between two consecutive forward Resource Management (RM) cells received at this interface corresponds to a value greater than the farEndAcrDecreaseTimeFactor attribute, the policer begins to enforce the incoming traffic at the value of this attribute. If this attribute is specified less than the MCR of the connection, then the MCR is used as the feIcr. If this attribute is more than the PCR of the connection, then PCR is used as the feIcr. VALUES ( 16777219 = sameAsLocal )
                           atmIfVptVccVcdTmProvTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100 no-access
This group contains traffic related provisionable attributes for the Vcc, Vpc, and Vpt components. Changing any of the attributes in this group causes a service interruption on the Vcc, Vpc, or Vpt component.
                                   atmIfVptVccVcdTmProvEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1 no-access
An entry in the atmIfVptVccVcdTmProvTable.
                                       atmIfVptVccVcdTmTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.10 integer read-write
This attribute specifies the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. This attribute can have a value of 9 if and only if the atmServiceCategory is availableBitRate. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                                       atmIfVptVccVcdTmFwdQosClass 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.21 integer read-write
This attribute specifies the quality of service for the forward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                       atmIfVptVccVcdTmTxQueueLimit 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.22 unsigned32 read-write
This attribute specifies an override to the default transmit queue limit for this connection. A value other than sameAsCa may be specified only for ATM IP cards. This attribute is not applicable for basic Vpts. A value of sameAsCa means to use the default common or per-VC transmit queue limit as defined by the CA service category for this connection. A value from 5 to 63,488 indicates that a specific transmit queue limit is requested which differs from the default which is defined under the CA component for this service category. A specific value is ignored for connections where common queuing is specified for the service category. The actual transmit queue limit for a connection is visible in the Vcc Tm, Vpc Tm, or Vpt Tm txQueueThresholds attribute. VALUES ( 0 = sameAsCa )
                                       atmIfVptVccVcdTmHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.25 integer read-write
This attribute specifies the holding priority of this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This value provisioned in the Vcd or Vpd may be overridden by certain applications, for example Vcc Test, which run over this connection. The default holding priority for a provisioned connection is higher then default holding priorities for dynamic (SVC) connections. This attribute is not applicable for Vpt Vccs. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                       atmIfVptVccVcdTmRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.30 integer read-write
This attribute specifies the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute. When this attribute is set to sameAsTx, the rxTrafficDescType as well as the rxTrafficDescParm are taken from the txTrafficDescType and txTrafficDescParm values. Enumeration: 'sameAsTx': 15, 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                                       atmIfVptVccVcdTmBwdQosClass 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.41 integer read-write
This attribute specifies the quality of service for the backward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. The sameAsFwd selection sets the backward quality of service to be the same as the forward quality of service. Enumeration: 'sameAsFwd': 15, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                       atmIfVptVccVcdTmAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.42 integer read-write
This attribute specifies the ATM service category for both directions of the connection. The value derivedFromBBC may only be used if the SrcPvc component is provisioned under this Vcc. Otherwise a specific ATM service category must be specified. If this attribute is set to derivedFromBBC, the Broadband Bearer Capability (BBC) and bestEffort attributes are used to determine the atmServiceCategory of this connection. If this attribute is set to other than derivedFromBBC, the value of this attribute is used to override the provisioned BBC Information Element parameters. In those cases, the BBC attributes are not used. The constantBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduced value to the application. The rtVariableBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by CTD are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The availableBitRate service is an ATM layer service category for which the limiting ATM layer transfer characteristics provided by the network may change subsequent to connection establishment. ABR service has a flow control mechanism which supports several types of feedback to control the source rate in response to changing ATM layer transfer characteristics. ABR service is not intended to support real-time applications. The unspecifiedBitRate service is intended for non-real time applications; that is, those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'derivedFromBBC': 15, 'constantBitRate': 1, 'unspecifiedBitRate': 0, 'availableBitRate': 4, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                                       atmIfVptVccVcdTmTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.50 integer read-write
This attribute specifies whether this connection uses traffic shaping when transmitting traffic to the ATM interface. This attribute is ignored if the atmServiceCategory is availableBitRate. When sameAsCa is selected, traffic shaping for the connection is based on the trafficShaping attribute of the connection's service category component under the CA. If the service category has trafficShaping set to enabled or inverseUpc, then traffic shaping is enabled for the connection. Note that enabling traffic shaping may have no effect under certain cases. These cases are listed in the description of the trafficShaping operational attribute, which is under the Vcc Tm, Vpc Tm, or Vpt Tm components. When disabled is selected, traffic shaping for this connection is disabled regardless of the provisioning of the connection's service category component. Enumeration: 'disabled': 1, 'sameAsCa': 2.
                                       atmIfVptVccVcdTmUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.60 integer read-write
This attribute only applies when this connection is unshaped. This attribute specifies the transmit queueing method for this connection if it is unshaped. The two possible methods are per-VC queuing and common queuing. On ATM IP FPs, this attribute must be set to sameAsCa. This attribute is ignored in the following situations: - if the connection has trafficShaping enabled or inverseUpc, or - if the atmServiceCategory is availableBitRate, or - if the atmServiceCategory is constantBitRate and this is a CQC- based ATM FP. - for basic Vpts and standard Vpt Vccs When this attribute is set to sameAsCa, the transmit queueing method for the connection is based on the unshapedTransmitQueueing attribute of the connection's service category component under the CA. When this attribute is set to common, transmit traffic on this unshaped connection is destined for the common queue. Enumeration: 'sameAsCa': 3, 'common': 1.
                                       atmIfVptVccVcdTmWeight 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.61 unsigned32 read-write
This attribute specifies an override for the weight of this unshaped connection. This attribute is ignored for shaped connections, for ABR connections, for connections on a CQC-based ATM FP, and basic Vpts. When the value is set to sameAsCa, the weight is determined by the fairnessWeight attribute under the CA service category component for all but standard Vpt Vccs. For standard Vpt Vccs, the weight is determined by the Vcc's service category, when the value is set to sameAsCa. When this attribute is set to a value from 1 to 4095, that value is used for the fairness weight of this connection relative to other connections. For all but standard Vpt Vccs, fairness weight determines the proportion of transmit cell opportunities which are allocated to this connection, compared to other connections in the same service category. For standard Vpt Vccs, fairness weight determines the proportion of transmit cell opportunities which are allocated to this connection, compared to other connections associated with the Vpt. When the value is set to upToQueueLimit, the fairness weight is limited only by the txQueueLimit. VALUES ( 0 = upToQueueLimit 65535 = sameAsCa )
                                       atmIfVptVccVcdTmForceTagging 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.62 integer read-write
This attribute specifies whether force tagging is enforced for this connection for cells in the transmit direction. On CQC-based ATM cards, and for Vpts, this attribute is not applicable and is ignored. When the value is set to sameAsCa, the force tagging functionality is determined by the forceTagging attribute under the CA service category component. When the value is set to enabled, force tagging is enabled for cells in the transmit direction on this connection. When this option is selected, the CLP bit is set to 1 for all cells in the transmit direction. Cells which are tagged are counted in the txCellClp attribute. When the value is set to disabled, force tagging is disabled for cells in the transmit direction on this connection. When this option is selected, the CLP bit is unchanged for cells in the transmit direction. Enumeration: 'disabled': 1, 'sameAsCa': 2, 'enabled': 0.
                                       atmIfVptVccVcdTmUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.70 integer read-write
This attribute specifies whether this connection enforces usage parameter control when receiving traffic from the ATM interface. When sameAsCa is selected, UPC for the connection is based on the usageParameterControl attribute of the service category component under the AtmIf CA. If the service category has UPC enforced or monitored, then UPC is set to that value for the connection. When disabled is selected, UPC for this connection is disabled regardless of the provisioning of the service category. When enforced is selected, UPC for this connection is enforced regardless of the provisioning of the service category. ATM IP cards provide the ability to monitor UPC violations without tagging or discarding. When monitored is selected, UPC is actively checking conformance for the connection and counting the violations, but is not discarding or tagging cells which do not conform to the connection traffic contract. If this is a connection of serviceCategory abr on an ATM IP card, and the abrConnectionType is sourceDest, virtualSourceDest or explicitRate, selecting enforced enables dynamic generic cell rate algorithm (DGCRA) to discard violating cells. Selecting monitored enables DGCRA to count violating cells. Note that setting UPC to enforced or monitored may have no effect under certain cases. These cases are listed in the description of the usageParameterControl operational attribute, which is under the Vcc, Vpc, and Vpt components. Enumeration: 'disabled': 1, 'enforced': 0, 'monitored': 4, 'sameAsCa': 2.
                                       atmIfVptVccVcdTmBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.71 integer read-write
This attribute specifies the bearer capability. This attribute is only used for SPVC and SPVP connections. It is one of the Broadband Bearer Capability (BBC) attributes. The purpose of the BBC information element is to indicate a requested broadband connection-oriented bearer service to be provided by the network. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is set, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements. When c is set, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (vbr or cbr) and timing requirements are user defined (that is, transparent to the network).When x is set the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. Class vp service is used to specify a transparent VP service. When the value of this attribute is vp, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except or VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP connections. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'derivedFromServiceCategory': 31.
                                       atmIfVptVccVcdTmTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.72 integer read-write
This attribute specifies the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no notApplicable specifies that the user does not want to specify the transfer capability. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value no indication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required. The value no for end-to-end timing indicates that end-to-end timing is not required. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'n10': 10, 'notApplicable': 30, 'derivedFromServiceCategory': 31, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                                       atmIfVptVccVcdTmTxWredThreshold 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.73 unsigned32 read-write
This attribute determines at what percentage of the queue being at the EPD threshold, WRED starts. When the value is set to 25%, WRED starts as soon as the queue is 25% of the way to the EPD threshold. When the value is set to 50%, WRED starts later, after the queue is 50% of the way to the EPD threshold. When the value is set to 75%, WRED starts only when the queue is 75% of the way to the EPD threshold. The EPD threshold is 85% of the transmit queue length. This attribue is ignored if txWredMode or txPacketWiseDiscard is disabled. It is always ignored on CQC-based ATM FP.
                                       atmIfVptVccVcdTmClippingBbc 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.74 integer read-write
This attribute specifies the value for the clipping susceptibility parameter in the BBC Information Element. This attribute is only used for SPVC connections. It is one of the Broadband Bearer Capability attributes. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. Enumeration: 'yes': 1, 'no': 0.
                                       atmIfVptVccVcdTmBestEffort 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.75 integer read-write
This attribute specifies the value of the best effort parameter in the ATM Traffic Descriptor Information Element. This attribute is only used for Soft PVC connections. It is one of the Broadband Bearer Capability attributes. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'notIndicated': 1, 'derivedFromServiceCategory': 15, 'indicated': 0.
                                       atmIfVptVccVcdTmTxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.76 integer read-write
This attribute specifies whether packet-wise discard functions are to be enabled or disabled in the transmit data direction for this connection. Packet-wise discard functions should only be requested if this connection is transferring AAL5 frame traffic. This attribute is not applicable for Vpts. Packet-wise functions increase the 'goodput' of the link. The transmit packet-wise functions are Early Packet Discard (EPD) and Partial Packet Discard (PPD). EPD allows the connection to discard an entire frame once the transmit queue has reached the EPD threshold. EPD increases the 'goodput' of a link, since discarding an entire frame means that some queue capacity is guarded for some other frame which is already partially transmitted. All cells of the frame are discarded from the Beginning of Message (BOM) cell up to and including the End of Message (EOM) cell. PPD allows the connection to discard the remainder of a cell- forwarded AAL5 frame if one cell of this frame has been discarded. All cells are discarded up to but not including the EOM cell. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded at the AAL5 reassembly point are not transmitted. On CQC-based ATM cards, the packet-wise discard functions are PPD and EPD. PPD is available at VCC cell-transfer points. PPD is not applicable at frame-cell conversion points, and is not applicable for Vpcs. PPD is configured by this attribute. Packet-wise discard should only be enabled for connections carrying AAL5 segmentation traffic. Setting the value to enabled for any other traffic type may result in all traffic being discarded. On CQC-based ATM FPs, EPD is automatically enabled at frame-to-cell conversion points, independent of the setting of this attribute. On ATM IP cards, packet-wise discard functions include EPD and PPD. PPD and EPD apply to individual VCCs and VCCs within VPCs at all connection points, including tandem VPC connections. Both PPD and EPD are controlled by this attribute. This attribute may safely be set to enabled for any connection (Vcc or Vpc) on ATM IP FPs since they have the ability to automatically detect AAL5-segmented traffic on a connection, and only enable packet- wise discards if AAL5-segmented traffic is detected. When this attribute is set to enabled, packet-wise discard functions are applied to transmit traffic at this connection point. When this attribute is set to disabled, packet-wise discard functions are not applied to transmit traffic at this connection point. At a SPVC origin on a PNNI interface, a value of enabled specifies that frame discard is requested in the backward direction. When this attribute is set to disabled, backward frame discard is not requested in the SPVC call setup. The transmit packet-wise discard functions that are active are visible in the Vcc/Vpc Tm txPacketWiseDiscard operational attribute. Enumeration: 'disabled': 0, 'enabled': 1.
                                       atmIfVptVccVcdTmTxWredMode 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.77 integer read-write
This attribute specifies the activation of weighted random early detection (WRED) functionality. WRED is only available on ATM IP FPs. On CQC-based ATM FPs, this attribute is ignored. If txPacketWiseDiscard is set to disabled this attribute is ignored. This attribute is not applicable for Vpts or Vpt Vccs. WRED is applied in the transmit direction for this connection. WRED function should be enabled only for connections which are transferring TCP/IP traffic. WRED acts to prevent synchronization of multiple TCP/IP sources by randomly discarding a small percentage of frames when transmit queue congestion reaches the designated level. W-RED may also be used to differentiate service on VCC's by preferentially discarding one VCC before another. Discards start at 0% of cells, when the queue is part-way to the Early Packet Discard (EPD) threshold, and rise to 100% of cells discarded at the EPD threshold. WRED discards all the cells in a frame. If this attribute is set to enabled, WRED is enabled for all applications linked to the given Vcc. If it is set to perFlow, each TCP application has individual control over whether to enable or disable WRED If txPacketWiseDiscard is set to disabled, or if this attribute is set to disabled, WRED functionality is disabled. If WRED is active, it is visible in the Vcc/Vpc Tm txPacketWiseDiscard operational attribute. Enumeration: 'disabled': 0, 'enabled': 1, 'perFlow': 2.
                                       atmIfVptVccVcdTmRxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.78 integer read-write
This attribute specifies whether packet-wise discard functions are to be enabled or disabled in the receive data direction for this connection. Packet-wise discard functions should only be requested if this connection is transferring AAL5 frame traffic. This attribute is not applicable for Vpts. Packet-wise functions increase the 'goodput' of the link. The receive packet-wise function is Partial Packet Discard (PPD). PPD allows the connection to discard the remainder of a cell- forwarded AAL5 frame if one cell of this frame has been discarded, for example due to UPC. All cells are discarded up to but not including the EOM cell. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded at the AAL5 reassembly point are not transmitted. PPD is available at all VCC connection points where UPC may be activated. PPD is not applicable for Vpcs. On CQC-based ATM FPs, packet-wise discards should only be enabled for connections carrying AAL5 segmentation traffic. Setting the value to enabled for any other traffic type may result in traffic being discarded. On ATM IP cards, this attribute may safely be set to enabled for any connection (Vcc or Vpc) since they have the ability to automatically detect AAL5-segmented traffic on a connection, and only enables packet-wise discards if AAL5-segmented traffic is detected. When this attribute is set to enabled, packet-wise discard functions are applied to receive traffic at this connection point. When this attribute is set to disabled, packet-wise discard functions are not applied to receive traffic at this connection point. At a SPVC origin on a PNNI interface, a value of enabled specifies that frame discard is requested in the forward direction. When this attribute is set to disabled, forward frame discard is not requested in the SPVC call setup. The receive packet-wise discard functions that are active are visible in the Vcc/Vpc Tm rxPacketWiseDiscard operational attribute. Enumeration: 'disabled': 0, 'enabled': 1.
                                       atmIfVptVccVcdTmAbrConnectionType 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.100.1.90 integer read-write
This attribute specifies the type of ABR behavior which is to be enforced at this connection. This attribute is only applicable if the atmServiceCategory attribute is availableBitRate. If the atmServicecategory attribute is not availableBitRate, this attribute value is ignored. The actual ABR functionality which is in effect is visible in the Vcc/Vpc/Vpt Tm abrConnectionType operational attribute. For CQC-based ATM cards, the only allowable values are sameAsCa, nonAbrInterworking or abrSwitch. If abrSwitch is selected, the CQC implements EFCI marking behavior. sameAsCa is used to request the default behavior as specified in the CA Abr component for this Vcc. Otherwise, this attribute overrides the default behavior. virtualSourceDest is used to request that this connection point function as a virtual source/virtual destination. VS/VD functionality is only supported on ATM IP FPs. sourceDest requires that this connection point function as a S/D for RM cells. S/D mode is automatically invoked at this connection point either if this is a connection end point, or if the next hop connection point is configured as nonAbrInterworking. nonAbrInterworking is used to request that this connection point function as an interworking between ABR and non-ABR service categories. This means that there are no RM cells on the link side of this connection, and that the next hop connection point is performing as an ABR sourceDest. abrSwitch is used to request ABR switch behavior for this connection point. The ABR switch behavior is first, to confirm to virtualSourceDest or nonAbrInterworking setting on the next hop, and otherwise to implement ABR ER switch behavior. For CQC- based FPs, ABR switch behavior is implemented as EFCI marking. Enumeration: 'abrSwitch': 0, 'nonAbrInterworking': 5, 'sameAsCa': 14, 'virtualSourceDest': 3, 'sourceDest': 4.
                           atmIfVptVccVcdTmTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.456 no-access
This attribute is a vector of five traffic parameters whose meanings are defined by the txTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR), Minimum Cell Rate (MCR) and requested shaping rate are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. CDVT is expressed in microseconds. The values of PCR, SCR, MCR, MBS and CDVT are used for connection admission control (CAC). The value of CDVT is only used for connections where the atmServiceCategory is constantBitRate. For all other values of atmServiceCategory, CDVT is ignored. The values of PCR, SCR, MCR and requested shaping rate are used to determine the actual shaping rate where traffic shaping is enabled. When txTrafficDescType is 1 or 2, all of the parameters must be set to zero. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be non-zero. Parameters 2 and 3 must be zero. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell discard; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell tagging; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents the CDVT; parameter 3 represents the MCR; parameter 4 and parameter 5 represent are not used and must be zero. Parameter 1 must be non-zero and must be greater than or equal to parameter 3. Parameter 3 may be optionally zero. Whenever it is valid for PCR to be specified, parameter 5 may also be used to specify a requested shaping rate. A non-zero value in parameter 5 overrides the value in parameter 1 and is used as the peak cell rate in calculations of CAC and shaping rate. When the atmServiceCategory is availableBitRate (ABR), the shaping rate is dynamically chosen, based on the ABR flow control mechanism, as a value between the MCR and the PCR or the requested shaping rate if applicable. For txTrafficDescType 3, 4 and 5, the transmit traffic is shaped at the next available shaping rate less than the PCR. For txTrafficDescType 6, 7 and 8 if linear traffic shaping is selected, the transmit traffic is shaped at the highest available rate which is between PCR and SCR. However, if there is no available shaping rate between PCR and SCR, traffic is shaped at the next rate above the PCR. For txTrafficDescType 6, 7 and 8 if inverse-UPC traffic shaping is selected, the transmit traffic is shaped at a variable rate which conforms to the PCR, SCR and MBS of the connection traffic descriptor. Inverse-UPC traffic shaping is available only on ATM IP cards.
                                   atmIfVptVccVcdTmTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.456.1 no-access
An entry in the atmIfVptVccVcdTmTxTdpTable.
                                       atmIfVptVccVcdTmTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.456.1.1 integer32 no-access
This variable represents the atmIfVptVccVcdTmTxTdpTable specific index for the atmIfVptVccVcdTmTxTdpTable.
                                       atmIfVptVccVcdTmTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.456.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVccVcdTmTxTdpTable.
                           atmIfVptVccVcdTmRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.457 no-access
This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR) and Minimum Cell Rate (MCR) are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. The value of CDVT is expressed in microseconds. The values of PCR, SCR, MCR, MBS and CDVT are used for usage parameter control (UPC). When rxTrafficDescType is 1 or 2, all of the parameters must be set to zero (unused). When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic. Parameter 1 must be non-zero. Parameters 2 and 3 must be set to zero (unused). When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is a 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to Parameter 2. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameter 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents the CDVT; parameter 3 represents the MCR. Parameter 4 is not used and must be zero. Parameter 1,must be non- zero and must be greater than or equal to parameter 3. Parameter 3 may optionally be zero. When rxTrafficDescType is any value from 3 through 8, parameter 4 represents the CDVT. If the value of CDVT either in parameter 2 or in parameter 4 is zero, the CDVT is taken from the CA defaults for the particular atmServiceCategory of this connection. On a CQC-based ATM card, when rxTrafficDescriptorType is 3 through 8, there are certain extreme combinations of rxTrafficDescParm which are outside the capabilities of the UPC hardware. The check prov command detects such cases and generates an error message. If this happens, adjust the parameters until they fall within the supported limits. To calculate the limits, use the following formulae: I1 = 1 000 000 000 / PCR L1 = CDVT * 1000 I2 = 1,000,000,000 / SCR L2 = CDVT + (MBS - 1) * (I2 - I1) I1 and I2 must be less than or equal to 335,523,840. I1 + L1 must be less than or equal to 1,342,156,800. I2 + L2 must be less than or equal to 1,342,156,800. Note that I2 and L2 only apply when the rxTrafficDescriptorType is 6 through 8. If the values of I1, L1, I2 or L2 are closer to the limits described above, a further restriction applies. Specifically, if either: I1 > 41,940,480 or I2 > 41,940,480 or I1 + L1 > 167,769,600 or I2 + L2 > 167,769,600 then both I1 and I2 must be greater than 20,480. Parameter 5 of the rxTrafficDescParm is always unused. If the rxTrafficDescType is sameAsTx, the values provisioned in this attribute are ignored. The traffic parameters for the receive direction are taken from the txTrafficDescParm.
                                   atmIfVptVccVcdTmRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.457.1 no-access
An entry in the atmIfVptVccVcdTmRxTdpTable.
                                       atmIfVptVccVcdTmRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.457.1.1 integer32 no-access
This variable represents the atmIfVptVccVcdTmRxTdpTable specific index for the atmIfVptVccVcdTmRxTdpTable.
                                       atmIfVptVccVcdTmRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.457.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVccVcdTmRxTdpTable.
                           atmIfVptVccVcdTmFqpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.458 no-access
This attribute is a vector of three elements that specify the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). It is signalled through the extended QoS information element. The ctd specifies the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR and rt-VBR). It is signalled through the end to end transit delay information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                                   atmIfVptVccVcdTmFqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.458.1 no-access
An entry in the atmIfVptVccVcdTmFqpTable.
                                       atmIfVptVccVcdTmFqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.458.1.1 integer no-access
This variable represents the atmIfVptVccVcdTmFqpTable specific index for the atmIfVptVccVcdTmFqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                                       atmIfVptVccVcdTmFqpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.458.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVccVcdTmFqpTable.
                           atmIfVptVccVcdTmBqpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.459 no-access
This attribute is a vector of two elements that specify the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). It is signalled through the extended QoS information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                                   atmIfVptVccVcdTmBqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.459.1 no-access
An entry in the atmIfVptVccVcdTmBqpTable.
                                       atmIfVptVccVcdTmBqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.459.1.1 integer no-access
This variable represents the atmIfVptVccVcdTmBqpTable specific index for the atmIfVptVccVcdTmBqpTable. Enumeration: 'cdv': 0, 'clr': 2.
                                       atmIfVptVccVcdTmBqpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.2.2.459.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVccVcdTmBqpTable.
                       atmIfVptVccVcdLbkTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.100 no-access
This group contains the provisionable loopback attributes for a Vcc, Vpc, or Vpt component. Note that certain loopback requests may not be possible on a given connection. In such cases, the corresponding operational loopback attribute in the Status group of the Vcc, Vpc, or Vpt component is set to notApplicable and the requested loopback is not performed. If loopbacks are provisioned to be on, and for any reason the segment or end-to-end OAM loopback cells are not relayed, the connection component becomes troubled, and user cell traffic may be discarded. If loopbacks are provisioned to be on, all of the nodes in the segment, and external networks which are in the end-to-end connection must relay the OAM loopback cells.
                               atmIfVptVccVcdLbkEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.100.1 no-access
An entry in the atmIfVptVccVcdLbkTable.
                                   atmIfVptVccVcdSegLinkSideLoopback 1.3.6.1.4.1.562.2.4.1.114.9.20.2.100.1.10 integer read-write
This attribute specifies whether link-side segment loopback insertion should be performed on this connection. When sameAsInterface is selected, the link-side segment loopback insertion for the connection is based on the segLinkSideLoopback attribute of the connection's parent AtmIf componentif the ATM interface has link-side segment loopback insertion turned on, then link-side segment loopback insertion is also on for the connection. When on or off is selected, link-side segment loopback insertion is turned on or off respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that link-side segment loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint. Link-side segment loopback insertion is also not possible if the distributionType of the Vcc is pointToMultipoint. In such cases, the associated segLinkSideLoopbackState attribute indicates notApplicable and link-side segment loopback insertion is not performed. Link-side segment loopback insertion is always possible on a Vpt. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                                   atmIfVptVccVcdSegSwitchSideLoopback 1.3.6.1.4.1.562.2.4.1.114.9.20.2.100.1.20 integer read-write
This attribute specifies whether switch-side segment loopback insertion should be performed on this connection. When sameAsInterface is selected, the switch-side segment loopback for the connection is based on the segSwitchSideLoopback attribute of the connection's parent AtmIf componentif the ATM interface has switch-side segment loopback insertion turned on, then switch-side segment loopback insertion is also on for the connection. When on or off is selected, switch-side segment loopback insertion is turned on or off respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that switch-side segment loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint or connectionEndPoint. Switch-side segment loopback insertion is also not possible if the distributionType of the Vcc is pointToMultipoint In such cases, the associated segSwitchSideLoopbackState attribute indicates notApplicable and switch-side segment loopback insertion is not performed. Switch- side segment loopback is never possible on a Vpt. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                                   atmIfVptVccVcdEndToEndLoopback 1.3.6.1.4.1.562.2.4.1.114.9.20.2.100.1.30 integer read-write
This attribute specifies whether end-to-end loopback insertion should be performed on this connection. When sameAsInterface is selected, the end-to-end loopback for the connection is based on the endToEndLoopback attribute of the connection's parent AtmIf componentif the ATM interface has end-to-end loopback insertion turned on, then end-to-end loopback insertion is also on for the connection. When on or off is selected, end-to-end loopback insertion is turned on or off respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that end-to-end loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint or segmentEndPoint. End-to-end loopback insertion is also not possible if the distributionType of the Vcc is pointToMultipoint. In such cases, the associated endToEndLoopbackState attribute indicates notApplicable and end- to-end loopback insertion is not performed. End-to-end loopback insertion is always possible on a Vpt. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                                   atmIfVptVccVcdLoopbackMonitoring 1.3.6.1.4.1.562.2.4.1.114.9.20.2.100.1.1000 integer read-write
This attribute specifies whether or not a connection monitors the OAM stream for loopback cells. Currently this attributed is only applied to Passport-specific trace cells and only affects connectingPoints. When sameAsInterface is selected, the trace visibility for the connection is based on the traceVisible attribute of the connection's parent AtmIf componentif the ATM interface is trace visible, then the connection is also trace visible. When on or off is selected, the connection is nor isn't visible to trace cells respectively for the connection regardless of the provisioning of the parent AtmIf component. Note that trace visibility only affects connections whose connectionPointType attribute of the Vcc or Vpc component is connectingPoint. Trace visibility is also not possible if the distributionType of the Vcc is pointToMultipoint. Enumeration: 'on': 0, 'off': 1, 'sameAsInterface': 2.
                       atmIfVptVccVcdTrafficTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110 no-access
This group contains traffic related provisionable attributes for the Vcc and Vpc components. The attributes' operational values are reflected in the Traffic group for these components. Changing any of the attributes in this group causes a service interruption on the Vcc or Vpc component.
                               atmIfVptVccVcdTrafficEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1 no-access
An entry in the atmIfVptVccVcdTrafficTable.
                                   atmIfVptVccVcdTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.10 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                                   atmIfVptVccVcdTxQosClass 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.20 integer read-write
This attribute specifies the quality of service for the transmit direction for this connection. The constantBitRate class refers to traffic offered on services such as a constant bit rate video service. This traffic is highest priority. The variableBitRate class refers to traffic offered on services such as packetized audio and video. The connectionOriented class refers to connection-oriented traffic such as Frame Relay or X.25 traffic. The connectionless traffic refers to traffic offered through connectionless trunks such as certain LAN protocols. The unspecified class supports a 'best effort' type of service, where there is a minimum guarantee of bandwidth. This traffic is lowest priority. This attribute is obsolete. The value is migrated into atmServiceCategory. The atmServiceCategory applies in both transmit and receive directions. unspecified maps to unspecifiedBitRate; constantBitRate maps to constantBitRate; variableBitRate maps to variableBitRateRt; connectionOriented maps to variableBitRateNrt connectionless maps to variableBitRateNrt Enumeration: 'constantBitRate': 1, 'connectionOriented': 3, 'variableBitRate': 2, 'connectionless': 4, 'unspecified': 0.
                                   atmIfVptVccVcdFwdQosClass 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.21 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the quality of service for the forward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                   atmIfVptVccVcdHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.25 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the holding priority of this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. This value provisioned in the Vcd or Vpd may be overridden by certain applications, for example Vcc Test, which run over this connection. The default holding priority for a provisioned connection is higher then default holding priorities for dynamic (SVC) connections. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                   atmIfVptVccVcdRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.30 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute When sameAsTx is selected, the rxTrafficDescType as well as the rxTrafficDescParm are taken from the transmit values. Enumeration: 'sameAsTx': 15, 'n8': 8, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                                   atmIfVptVccVcdRxQosClass 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.40 integer read-write
This attribute specifies the quality of service for the receive direction for this connection. The constantBitRate class refers to traffic offered on services such as a constant bit rate video service. The variableBitRate class refers to traffic offered on services such as packetized audio and video. The connectionOriented class refers to connection-oriented traffic. The connectionless traffic refers to traffic offered through connectionless trunks. The unspecified class supports a 'best effort' type of service, where there is a minimum guarantee of bandwidth. The sameAsTx selection sets the receive quality of service to be the same as the transmit quality of service. This attribute is obsolete. The value of txQosClass is migrated into atmServiceCategory. The value of this attribute is ignored. AtmServiceCategory applies in both transmit and receive directions. Enumeration: 'variableBitRate': 2, 'connectionless': 4, 'constantBitRate': 1, 'sameAsTx': 15, 'unspecified': 0, 'connectionOriented': 3.
                                   atmIfVptVccVcdBwdQosClass 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.41 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the quality of service for the backward direction for this connection. This attribute is only used for SPVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified bit rate QOS class; no objective is specified for the performance parameters. The sameAsFwd selection sets the backward quality of service to be the same as the forward quality of service. Enumeration: 'sameAsFwd': 15, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                   atmIfVptVccVcdAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.42 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the ATM service category for both directions of the connection. The value derivedFromBBC may only be used if the SrcPvc component is provisioned under this Vcc.Otherwise a specific ATM service category must be specified. If this attribute is set to derivedFromBBC, the Broadband Bearer Capability (BBC) and bestEffort attributes are used to determine the atmServiceCategory of this connection. If this attribute is set to other than derivedFromBBC, the value of this attribute is used to override the provisioned BBC Information Element parameters. In those cases, the BBC attributes are not used. The constantBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduce value to the application. The rtVariableBitRate service category is intended for real time applications, that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by CTD are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The unspecifiedBitRate service is intended for non-real time applications; that is, those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'constantBitRate': 1, 'derivedFromBBC': 15, 'unspecifiedBitRate': 0, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                                   atmIfVptVccVcdTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.50 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies whether this connection uses traffic shaping when transmitting traffic to the ATM interface. When sameAsInterface is selected, traffic shaping for the connection is based on the trafficShaping attribute of the connection's parent AtmIf componentif the ATM interface has traffic shaping enabled, then traffic shaping is enabled for the connection. Note that enabling traffic shaping may have no effect under certain cases. These cases are listed in the description of the trafficShaping operational attribute, which is under the Vcc and Vpc components. When disabled is selected, traffic shaping for this connection is disabled regardless of the provisioning of the parent AtmIf component. Enumeration: 'disabled': 1, 'sameAsInterface': 2.
                                   atmIfVptVccVcdUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.60 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute only applies when this connection is unshaped. This attribute defines the transmit queueing method for this connection if it is unshaped. Refer to the unshapedTransmitQueueing attribute under the AtmIf for more details on the meaning of this attribute. When this attribute is set to sameAsInterface, the value from the AtmIf is used. When this attribute is set to common, transmit traffic on this unshaped connection is destined for the common queue. Enumeration: 'sameAsInterface': 3, 'common': 1.
                                   atmIfVptVccVcdUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.70 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies whether this connection enforces usage parameter control when receiving traffic from the ATM interface. When sameAsInterface is selected, UPC for the connection is based on the usageParameterControl attribute of the connection's parent AtmIf componentif the ATM interface has UPC enabled, then UPC is enabled for the connection. Note that enabling UPC may have no effect under certain cases. These cases are listed in the description of the usageParameterControl operational attribute, which is under the Vcc and Vpc components. When disabled is selected, UPC for this connection is disabled regardless of the provisioning of the parent AtmIf component. Enumeration: 'disabled': 1, 'sameAsInterface': 2.
                                   atmIfVptVccVcdBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.71 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the bearer capability. This attribute is only used for SPVC and SPVP connections. It is one of the Broadband Bearer Capability (BBC) attributes. The purpose of the BBC information element is to indicate a requested broadband connection-oriented bearer service to be provided by the network. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is set, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements. When c is set, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (vbr or cbr) and timing requirements are user defined (that is, transparent to the network).When x is set the user is requesting an ATM only service from the network. Class vp service is used to specify a transparent VP service. When the value of this attribute is vp, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except or VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP connections. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'derivedFromServiceCategory': 31.
                                   atmIfVptVccVcdTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.72 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no NotApplicable specifies that the user does not want to specify the transfer capability. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value no indication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required. The value no for end-to-end timing indicates that end-to-end timing is not required. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'n10': 10, 'notApplicable': 30, 'derivedFromServiceCategory': 31, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                                   atmIfVptVccVcdClippingBbc 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.74 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the value for the clipping susceptibility parameter in the BBC Information Element. This attribute is only used for SPVC connections. It is one of the Broadband Bearer Capability attributes. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. Enumeration: 'yes': 1, 'no': 0.
                                   atmIfVptVccVcdBestEffort 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.75 integer read-write
This attribute is migrated to the AtmTmProv group. This attribute specifies the value of the best effort parameter in the ATM Traffic Descriptor Information Element. This attribute is only used for Soft PVC connections. It is one of the Broadband Bearer Capability attributes. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. The value derivedFromServiceCategory specifies that the actual value which is used for this connection is derived from the value of the atmServiceCategory. Either, this attribute must be set to derivedFromServiceCategory, or the atmServiceCategory attribute must be set to derivedFromBBC, but not both. Enumeration: 'notIndicated': 1, 'derivedFromServiceCategory': 15, 'indicated': 0.
                                   atmIfVptVccVcdFwdFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.76 integer read-write
This attribute specifies the activation of frame discard functionality in the forward data direction, at relay points, for this connection. It applies to each hop of the connection. Frame discard functions should not be requested if this connection is not transferring frame (AAL5) traffic. Setting the value to indicated for any other traffic type results in all traffic being discarded. If this connection point is a permanent (provisioned) VCC mid- point, this attribute specifies whether the Partial Packet Discard (PPD) function is to be enabled or disabled in the transmit direction at this connecting point. The PPD function allows the connecting point to discard the remainder of a cell-forwarded AAL5 frame if one cell of this frame has been discarded. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded by the AAL5 reassembly are not transmitted. At a permanent VCC connecting point which is not a connection endpoint, when this attribute is set to indicated, the PPD function is applied to transmit traffic at this connecting point. It should not be indicated for connections whose end points are not performing AAL5 segmentation and reassembly. When this attribute is set to notIndicated, the PPD feature is not applied to transmit traffic at this connecting point. At a SPVC origin on a PNNI interface, a value of indicated specifies that frame discard is requested in the forward direction. The frame discard function for SPVCs consists of PPD at the SPVC origin and at all intermediate connecting points. When this attribute is set to notIndicated, forward frame discard is not requested in the SPVC call setup. Thus PPD is not enabled at the SPVC origin nor at any intermediate connecting point. At all points along a VPC, this setting is ignored. At a permanent VCC connection endpoint, this value is ignored. If AAL5 segmentation and reassembly has been requested, PPD and Early Packet Discard (EPD) are automatically enabled. This attribute has been migrated to txFrameDiscard. Enumeration: 'notIndicated': 0, 'indicated': 1.
                                   atmIfVptVccVcdBwdFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.2.110.1.77 integer read-write
This attribute specifies the activation of frame discard functionality in the backward data direction, at relay points, for this connection. It applies to each hop of the connection. Frame discard functions should not be requested if this connection is not transferring frame (AAL5) traffic. Setting the value to indicated for any other traffic type results in all traffic being discarded. If this connection point is a permanent (provisioned) VCC mid- point, this attribute specifies whether the Partial Packet Discard (PPD) function is to be enabled or disabled in the receive direction at this connecting point. The PPD function allows the connecting point to discard the remainder of a cell-forwarded AAL5 frame if one cell of this frame has been discarded. The PPD function increases the 'goodput' of the link, since cells which are only going to be discarded by the AAL5 reassembly are not received. At a permanent VCC connecting point which is not a connection endpoint, when this attribute is set to indicated, the PPD function is applied to receive traffic at this connecting point. It should not be indicated for connections whose end points are not performing AAL5 segmentation and reassembly. When this attribute is set to notIndicated, the PPD feature is not applied to receive traffic at this connecting point. At a SPVC origin on a PNNI interface, a value of indicated specifies that frame discard is requested in the backward direction. The frame discard function for SPVCs consists of PPD at the SPVC origin and at all intermediate connecting points. When this attribute is set to notIndicated, backwards frame discard is not requested in the SPVC call setup. Thus PPD is not enabled at the SPVC origin nor at any intermediate connecting point. At all points along a VPC, this setting is ignored. At a permanent VCC connection endpoint, this value is ignored. If AAL5 segmentation and reassembly has been requested, PPD and Early Packet Discard (EPD) are automatically enabled. This attribute has been migrated to rxFrameDiscard. Enumeration: 'notIndicated': 0, 'indicated': 1.
                       atmIfVptVccVcdAcctTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.111 no-access
This group contains the provisionable ATM accounting attributes for a Vcc, Vpc, or Vpt component.
                               atmIfVptVccVcdAcctEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.111.1 no-access
An entry in the atmIfVptVccVcdAcctTable.
                                   atmIfVptVccVcdCorrelationTag 1.3.6.1.4.1.562.2.4.1.114.9.20.2.111.1.10 asciistring read-write
This attribute specifies a unique indentifier for each end of a PVC. It that may be used by downstream processing systems to correlate accounting records issued at different nodes in the network. The attribute can be up to 32 bytes long. If it is less than 32 bytes, it is zero filled on the right to create a 32 byte value. The resulting value is recorded in the attribute callConnId for this PVC's ATM accounting records. If the attribute is a null string then this PVC does not have any accounting records generated for it.
                       atmIfVptVccVcdTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.297 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of five traffic parameters whose meanings are defined by the txTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR) and requested shaping rate are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. CDVT is expressed in microseconds. The values of PCR, SCR, MBS and CDVT are used for connection admission control (CAC). The value of CDVT is only used for connections where the atmServiceCategory is constantBitRate. For all other values of atmServiceCategory, CDVT is ignored. The values of PCR, SCR and requested shaping rate are used to determine the actual shaping rate where traffic shaping is enabled. When txTrafficDescType is 1 or 2, all of the parameters must be set to zero. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be non-zero. Parameters 2 and 3 must be zero. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell discard; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic with cell tagging; parameter 2 represents the PCR for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameter 1 must be greater than or equal to parameter 2. Parameters 1 and 2 must be non-zero. Parameter 3 must be zero. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT; and parameter 5 represents the requested shaping rate. A non-zero value in parameter 5 overrides any value in parameter 1. This result is used as the PCR. Parameters 1, 2 and 3 must be non-zero. Parameter 1 must be greater than or equal to parameter 2. Parameter 5, must either be zero (unused) or greater than or equal to parameter 2. Whenever it is valid for PCR to be specified, parameter 5 may also be used to specify a requested shaping rate. A non-zero value in parameter 5 overrides the value in parameter 1 and is used as the peak cell rate in calculations of CAC and shaping rate. For txTrafficDescType 3, 4 and 5, the transmit traffic is shaped at the next rate less than the PCR. For txTrafficDescType 6, 7 and 8, the transmit traffic is shaped at the highest available rate which is between PCR and SCR. However, if there is no available shaping rate between PCR and SCR, traffic is shaped at the next rate above the PCR.
                               atmIfVptVccVcdTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.297.1 no-access
An entry in the atmIfVptVccVcdTxTdpTable.
                                   atmIfVptVccVcdTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.2.297.1.1 integer32 no-access
This variable represents the atmIfVptVccVcdTxTdpTable specific index for the atmIfVptVccVcdTxTdpTable.
                                   atmIfVptVccVcdTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.2.297.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVccVcdTxTdpTable.
                       atmIfVptVccVcdRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.298 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR) and sustained cell rate (SCR) are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. The value of CDVT is expressed in microseconds. The values of PCR, SCR, MBS and CDVT are used for usage parameter control (UPC). When rxTrafficDescType is 1 or 2, all of the parameters must be set to zero (unused). When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic. Parameter 1 must be non-zero. Parameters 2 and 3 must be set to zero (unused). When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. Parameters 1 and 2 must be non-zero. Parameter 3 must be set to zero (unused). Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is a 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to Parameter 2. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameters 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic. Parameter 1, 2 and 3 must be non- zero. Parameter 1 must be greater than or equal to parameter 2. When rxTrafficDescType is any value from 3 through 8, parameter 4 represents the CDVT. If this value is zero, the CDVT is taken from the ConnectionAdministrator defaults for the particular atmServiceCategory of this connection. When rxTrafficDescriptorType is 3 through 8, there are certain extreme combinations of rxTrafficDescParm which are outside the capabilities of the UPC hardware. The check prov command detects such cases and generates an error message. If this happens, adjust the parameters until they fall within the supported limits. To calculate the limits, use the following formulae: I1 = 1 000 000 000 / PCR L1 = CDVT * 1000 I2 = 1 000 000 000 / SCR L2 = CDVT + (MBS - 1) * (I2 - I1) I1 and I2 must be less than or equal to 335 523 840. I1 + L1 must be less than or equal to 1 342 156 800. I2 + L2 must be less than or equal to 1 342 156 800. Note that I2 and L2 only apply when the rxTrafficDescriptorType is 6 through 8. If the values of I1, L1, I2 or L2 are closer to the limits described above, a further restriction applies. Specifically, if either: I1 > 41 940 480 or I2 > 41 940 480 or I1 + L1 > 167 769 600 or I2 + L2 > 167 769 600 then both I1 and I2 must be greater than 20 480. Parameter 5 of the rxTrafficDescParm is always unused. If the rxTrafficDescType is sameAsTx, the values in this attribute are taken from the txTrafficDescParm.
                               atmIfVptVccVcdRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.298.1 no-access
An entry in the atmIfVptVccVcdRxTdpTable.
                                   atmIfVptVccVcdRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.2.298.1.1 integer32 no-access
This variable represents the atmIfVptVccVcdRxTdpTable specific index for the atmIfVptVccVcdRxTdpTable.
                                   atmIfVptVccVcdRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.2.298.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVccVcdRxTdpTable.
                       atmIfVptVccVcdFqpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.359 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of three elements that specify the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). It is signalled through the extended QoS information element. The ctd specifies the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). It is signalled through the end to end transit delay information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                               atmIfVptVccVcdFqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.359.1 no-access
An entry in the atmIfVptVccVcdFqpTable.
                                   atmIfVptVccVcdFqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.2.359.1.1 integer no-access
This variable represents the atmIfVptVccVcdFqpTable specific index for the atmIfVptVccVcdFqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                                   atmIfVptVccVcdFqpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.2.359.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVccVcdFqpTable.
                       atmIfVptVccVcdBqpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.2.360 no-access
This attribute is migrated to the AtmTmProv group. This attribute is a vector of three elements that specify the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC connections. The cdv element specifies the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). It is signalled through the extended QoS information element. The ctd specifies the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). It is signalled through the end to end transit delay information element. The clr specifies the acceptable Cell Loss Ratio (CLR) of CBR, rt- VBR, and nrt-VBR connections. It is signalled through the extended QoS information element.
                               atmIfVptVccVcdBqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.2.360.1 no-access
An entry in the atmIfVptVccVcdBqpTable.
                                   atmIfVptVccVcdBqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.2.360.1.1 integer no-access
This variable represents the atmIfVptVccVcdBqpTable specific index for the atmIfVptVccVcdBqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                                   atmIfVptVccVcdBqpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.2.360.1.2 unsigned32 read-write
This variable represents an individual value for the atmIfVptVccVcdBqpTable.
                   atmIfVptVccLoop 1.3.6.1.4.1.562.2.4.1.114.9.20.3
                       atmIfVptVccLoopRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.20.3.1 no-access
This entry controls the addition and deletion of atmIfVptVccLoop components.
                           atmIfVptVccLoopRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.3.1.1 no-access
A single entry in the table represents a single atmIfVptVccLoop component.
                               atmIfVptVccLoopRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.20.3.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVptVccLoop components. These components can be added and deleted.
                               atmIfVptVccLoopComponentName 1.3.6.1.4.1.562.2.4.1.114.9.20.3.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                               atmIfVptVccLoopStorageType 1.3.6.1.4.1.562.2.4.1.114.9.20.3.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptVccLoop tables.
                               atmIfVptVccLoopIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.3.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptVccLoop tables.
                   atmIfVptVccNep 1.3.6.1.4.1.562.2.4.1.114.9.20.5
                       atmIfVptVccNepRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.20.5.1 no-access
This entry controls the addition and deletion of atmIfVptVccNep components.
                           atmIfVptVccNepRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.5.1.1 no-access
A single entry in the table represents a single atmIfVptVccNep component.
                               atmIfVptVccNepRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.20.5.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVptVccNep components. These components can be added and deleted.
                               atmIfVptVccNepComponentName 1.3.6.1.4.1.562.2.4.1.114.9.20.5.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                               atmIfVptVccNepStorageType 1.3.6.1.4.1.562.2.4.1.114.9.20.5.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptVccNep tables.
                               atmIfVptVccNepIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.5.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptVccNep tables.
                       atmIfVptVccNepProvTable 1.3.6.1.4.1.562.2.4.1.114.9.20.5.100 no-access
This group contains provisionable attributes for the Nep component.
                               atmIfVptVccNepProvEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.5.100.1 no-access
An entry in the atmIfVptVccNepProvTable.
                                   atmIfVptVccNepApplicationName 1.3.6.1.4.1.562.2.4.1.114.9.20.5.100.1.10 link read-only
This attribute specifies the application that sends and receives frames using the VCC. This attribute is set, for example, by provisioning the Trunk AtmAccess AtmConnection attribute. If it is properly configured, this attribute will show a value such as 'Trk/22 AtmAccess'.
                   atmIfVptVccTest 1.3.6.1.4.1.562.2.4.1.114.9.20.6
                       atmIfVptVccTestRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.20.6.1 no-access
This entry controls the addition and deletion of atmIfVptVccTest components.
                           atmIfVptVccTestRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.6.1.1 no-access
A single entry in the table represents a single atmIfVptVccTest component.
                               atmIfVptVccTestRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.20.6.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfVptVccTest components. These components can be added and deleted.
                               atmIfVptVccTestComponentName 1.3.6.1.4.1.562.2.4.1.114.9.20.6.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                               atmIfVptVccTestStorageType 1.3.6.1.4.1.562.2.4.1.114.9.20.6.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptVccTest tables.
                               atmIfVptVccTestIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.6.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptVccTest tables.
                       atmIfVptVccTestStateTable 1.3.6.1.4.1.562.2.4.1.114.9.20.6.100 no-access
This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
                               atmIfVptVccTestStateEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.6.100.1 no-access
An entry in the atmIfVptVccTestStateTable.
                                   atmIfVptVccTestAdminState 1.3.6.1.4.1.562.2.4.1.114.9.20.6.100.1.1 integer read-only
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component. Enumeration: 'locked': 0, 'shuttingDown': 2, 'unlocked': 1.
                                   atmIfVptVccTestOperationalState 1.3.6.1.4.1.562.2.4.1.114.9.20.6.100.1.2 integer read-only
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle. Enumeration: 'disabled': 0, 'enabled': 1.
                                   atmIfVptVccTestUsageState 1.3.6.1.4.1.562.2.4.1.114.9.20.6.100.1.3 integer read-only
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time. Enumeration: 'active': 1, 'idle': 0, 'busy': 2.
                       atmIfVptVccTestSetupTable 1.3.6.1.4.1.562.2.4.1.114.9.20.6.110 no-access
This group contains attributes that govern the operation of an ATM connection test. These attributes cannot be changed while the test is running.
                               atmIfVptVccTestSetupEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.6.110.1 no-access
An entry in the atmIfVptVccTestSetupTable.
                                   atmIfVptVccTestFrmTypes 1.3.6.1.4.1.562.2.4.1.114.9.20.6.110.1.10 octet string read-write
This attribute specifies the types of the test frames to be transmitted during the ATM connection test. It must contain at least one of the following: loading: A set of 'loading frames' is circulated over the link as rapidly as possible. This frame type should be selected when the test is intended to verify the operation of the connection under a specified load. These frames are not checked for bit errors. verification: A single 'verification frame' is transmitted over the link; when the frame is returned, its contents are verified and the next verification frame in the series is transmitted. This frame type should be selected when the test is intended to verify that frames are not being corrupted as they pass over the connection. Description of bits: loading(0) verification(1)
                                   atmIfVptVccTestFrmSize 1.3.6.1.4.1.562.2.4.1.114.9.20.6.110.1.20 unsigned32 read-write
This attribute defines the size of the test frames used in an ATM connection test.
                                   atmIfVptVccTestFrmPatternType 1.3.6.1.4.1.562.2.4.1.114.9.20.6.110.1.30 integer read-write
This attribute specifies the bit sequence used to fill the frames used in the ATM connection test. It must contain one of the following values: ccitt32kBitPattern: a pseudo-random sequence of 32 Kbit is used ccitt8MBitPattern: a pseudo-random sequence of 8Mbit is used customizedPattern: the pattern defined in the customizedPattern attribute is used Enumeration: 'ccitt32kBitPattern': 0, 'customizedPattern': 2, 'ccitt8MBitPattern': 1.
                                   atmIfVptVccTestCustomizedPattern 1.3.6.1.4.1.562.2.4.1.114.9.20.6.110.1.40 hex read-write
This attribute specifies a 32 bit sequence to be used to fill frames when the framePatternType attribute is set to customizedPattern. The default value gives a pattern of alternating 0 and 1 bits.
                                   atmIfVptVccTestDuration 1.3.6.1.4.1.562.2.4.1.114.9.20.6.110.1.50 unsigned32 read-write
This attribute specifies the maximum number of minutes that the ATM connection test is allowed to run. The maximum allowed value permits the test to be run for up to 21 days.
                                   atmIfVptVccTestBandwidthElastic 1.3.6.1.4.1.562.2.4.1.114.9.20.6.110.1.60 integer read-write
This attribute specifies whether the connection (VCC) should be configured with elastic bandwidth or not. Elastic bandwidth is of importance in conjuction with IMA links, where some links fail and the resulting bandwidth is less than the requested bandwidth for all connections. In that case, some connections may be reduced in bandwidth based on the setting of the bwElastic attribute. If this attribute is set to yes, the Test application signals to the connection that the bandwidth for this connection is elastic, and may be reduced in the case of IMA link failures. If the bandwidth is reduced, the rate of test cells which can be handled by the connection will also be reduced. If this attribute is set to no, the Test application signals to the connection that the bandwidth for this connection must be maintained at the requested level. If the connection cannot maintain the full bandwidth, the connection may be released (cleared) based on the holding priority of the connection. Enumeration: 'yes': 1, 'no': 0.
                                   atmIfVptVccTestOverrideHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.9.20.6.110.1.70 integer read-write
This attribute specifies the override holding priority which should be signalled to the VCC connection at the start of the test. Holding priority is of importance in conjuction with IMA links, where some links fail and the resulting bandwidth is less than the requested bandwidth for all connections. In that case, some connections may be released based on the connection's holding priority. Zero (0) is thie highest holding priority, and four (4) is the lowest priority. A setting of zero to four overrides whatever holding priority that has been configured at the connection (VCC). A setting of noOverride means that the connection should use its internally configured holding priority. Enumeration: 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'noOverride': 6.
                       atmIfVptVccTestResultsTable 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120 no-access
This group contains attributes that show the result of an ATM connection test; if no test is running, the attribute group contains the results of the most recently completed test. The attributes of the Results group are reset to their inital values whenever a test is started or any attribute of the Setup group is set.
                               atmIfVptVccTestResultsEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1 no-access
An entry in the atmIfVptVccTestResultsTable.
                                   atmIfVptVccTestElapsedTime 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1.10 unsigned32 read-only
This attribute displays the number of minutes that the test has been running.
                                   atmIfVptVccTestTimeRemaining 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1.20 unsigned32 read-only
This attribute displays the number of minutes that the test will continue to run before stopping automatically.
                                   atmIfVptVccTestCauseOfTermination 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1.30 integer read-only
This attribute displays the reason the test ended. It contains one fo the following values. testTimeExpired: the test ran for the specified duration stoppedByOperator: a STOP command was issued neverStarted: the test has not been started testRunning: the test is currently running Enumeration: 'testTimeExpired': 0, 'testRunning': 3, 'neverStarted': 2, 'stoppedByOperator': 1.
                                   atmIfVptVccTestBytesTx 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1.40 passportcounter64 read-only
This attribute displays the number of bytes sent during the test. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                                   atmIfVptVccTestBytesRx 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1.50 passportcounter64 read-only
This attribute displays the number of bytes received during the test. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                                   atmIfVptVccTestLoadingFrmTx 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1.60 passportcounter64 read-only
This attribute displays the number of loading frames sent during the test. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                                   atmIfVptVccTestLoadingFrmRx 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1.70 passportcounter64 read-only
This attribute displays the number of loading frames received during the test. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                                   atmIfVptVccTestLoadingFrmLost 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1.80 passportcounter64 read-only
This attribute displays the number of loading frames that were lost during the test. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                                   atmIfVptVccTestVerificationFrmTx 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1.90 passportcounter64 read-only
This attribute displays the number of verification frames sent during the test. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                                   atmIfVptVccTestVerificationFrmRx 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1.100 passportcounter64 read-only
This attribute displays the number of verification frames received during the test (including errored verification frames). The counter wraps to zero if it exceeds its maximum value of (2**64)-1. Note that the number of verification frames lost during the test can be computed by the expression verificationFrmTx - verificationFrmRx.
                                   atmIfVptVccTestVerificationFrmBad 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1.110 passportcounter64 read-only
This attribute displays the number of errored verification frames received during the test. A verification frame is considered to be errored if it contains a recognizable verification frame header, but does not match the transmitted frame bit for bit. (Thus, a verification frame that returns after the succeeding verification frame has been transmitted is considered to be errored.) The counter wraps to zero if it exceeds its maximum value of (2**64)-1. Note that the number of correct verification frames received during the test can be computed by the expression verificationFrmRx - verificationFrmBad.
                                   atmIfVptVccTestUnrecognizableFrmRx 1.3.6.1.4.1.562.2.4.1.114.9.20.6.120.1.120 passportcounter64 read-only
This attribute displays the number of frames received during the test which do not contain a valid loading frame header or verification frame header. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                   atmIfVptVccTm 1.3.6.1.4.1.562.2.4.1.114.9.20.7
                       atmIfVptVccTmRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.20.7.1 no-access
This entry controls the addition and deletion of atmIfVptVccTm components.
                           atmIfVptVccTmRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.7.1.1 no-access
A single entry in the table represents a single atmIfVptVccTm component.
                               atmIfVptVccTmRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.20.7.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVptVccTm components. These components cannot be added nor deleted.
                               atmIfVptVccTmComponentName 1.3.6.1.4.1.562.2.4.1.114.9.20.7.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                               atmIfVptVccTmStorageType 1.3.6.1.4.1.562.2.4.1.114.9.20.7.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptVccTm tables.
                               atmIfVptVccTmIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.7.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptVccTm tables.
                       atmIfVptVccTmAbr 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2
                           atmIfVptVccTmAbrRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.1 no-access
This entry controls the addition and deletion of atmIfVptVccTmAbr components.
                               atmIfVptVccTmAbrRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.1.1 no-access
A single entry in the table represents a single atmIfVptVccTmAbr component.
                                   atmIfVptVccTmAbrRowStatus 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of atmIfVptVccTmAbr components. These components cannot be added nor deleted.
                                   atmIfVptVccTmAbrComponentName 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                                   atmIfVptVccTmAbrStorageType 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfVptVccTmAbr tables.
                                   atmIfVptVccTmAbrIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.1.1.10 nonreplicated no-access
This variable represents the index for the atmIfVptVccTmAbr tables.
                           atmIfVptVccTmAbrOperTable 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110 no-access
This group contains operational attributes for connections using ABR service category.
                                   atmIfVptVccTmAbrOperEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1 no-access
An entry in the atmIfVptVccTmAbrOperTable.
                                       atmIfVptVccTmAbrInitialCellRate 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.10 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Initial Cell Rate (ICR) parameter for this connection. ICR is the rate at which a source should send initially and after an idle period. For nailed-up connections, this attribute is determined by the provisioned value of the initialCellRate attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element. The ICR for a connection is a value between the MCR and the PCR. Furthermore, ICR has an upper bound determined by the transientBufferExposure divided by fixedRoundTripTime.
                                       atmIfVptVccTmAbrTransientBufferExposure 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.11 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Transient Buffer Exposure (TBE) for this connection. TBE is the negotiated number of cells that the network would like to limit the resource to send during start-up periods, before the first Resource Management (RM) cell returns. For nailed-up connections, this attribute is determined by the provisioned value of the transientBufferExposure attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                       atmIfVptVccTmAbrFixedRoundTripTime 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.12 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Fixed Round-Trip Time (FRTT) parameter for this connection. FRTT is the sum of the fixed and propagation delays from the source to a destination and back. For nailed-up connections, this attribute is determined by the provisioned value of the fixedRoundTripTime attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                       atmIfVptVccTmAbrRateDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.13 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Rate Decrease Factor (RDF) for this connection. The RDF value is computed by using the operational value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 8, RDF is 2E-8 = 1/256. RDF controls the amount by which the cell transmission rate may decrease upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) field set to 1, the Allowed Cell Rate (ACR) value would be reduced by the amount (RDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. For nailed-up connections, this attribute is determined by the provisioned value of the rateDecreaseFactor attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                       atmIfVptVccTmAbrRateIncreaseFactor 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.14 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Rate Increase Factor (RIF) for this connection. The RIF value is computed by using the operational value of this attribute, n, as 2 to the inverse power n. For example, if the value of this attribute is 6, RIF is 2E-6 = 1/64. RIF controls the amount by which the cell transmission rate may increase upon receipt of a backward Resource Management (RM) cell. For example, if a backward RM cell is received with the Congestion Indication (CI) and the No Increase (NI) fields both set to 0, the Allowed Cell Rate (ACR) value would be increased by the amount (RIF*ACR). The ACR is not allowed to exceed the Peak Cell Rate (PCR), in which case the ACR is set to PCR. For nailed-up connections, this attribute is determined by the provisioned value of the rateIncreaseFactor attribute. For signalled connections, it is indicated in the ABR Setup Parameters Information Element.
                                       atmIfVptVccTmAbrMaxCellPerRmCell 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.15 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the maximum number of cells an ABR source may transmit for each forward Resource Management (RM) cell. The count of the cells transmitted includes data cells, OAM cells, backward RM cells, and the forward RM cell. For nailed-up connections, this attribute is determined by the provisioned value of the maxCellsPerRmCell attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                       atmIfVptVccTmAbrMaxTimeBetweenRmCell 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.16 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the TRM parameter for this connection. TRM provides an upper bound on the time interval between forward Resource Management (RM) cells for an ABR source. Since the last forward RM cell was sent, if at least TRM time has elapsed since and at least 2 other cells have been sent, the next cell to be transmitted would be a forward RM cell. For nailed-up connections, this attribute is determined by the provisioned value of the maxTimeBetweenRmCell attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                       atmIfVptVccTmAbrCutoffDecreaseFactor 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.17 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Cutoff Decrease Factor (CDF) parameter for this connection. When the value of this attribute is non-zero, CDF is computed as the inverse of the value. For example, if the value is 32, the value of CDF is 1/32. When the value of this attribute is 0, CDF is also zero. CDF controls the decrease in the Allowed Cell Rate (ACR) associated with the forwardRmCellLimit attribute, the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the ACR value would be decreased by the amount (CDF*ACR). The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. For nailed-up connections, this attribute is determined by the provisioned value of the cutoffDecreaseFactor attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                       atmIfVptVccTmAbrAcrDecreaseTimeFactor 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.18 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the Allowed Cell Rate Decrease Time Factor (ADTF) parameter for this connection. ADTF is the time interval permitted between sending forward Resource Management (RM) cells before the Allowed Cell Rate (ACR) is decreased to initialCellRate. In other words, if the source does not transit a forward RM cell for the period specified by adtf, it reduces its ACR to the value of its initialCellRate. For nailed-up connections, this attribute is determined by the provisioned value of the acrDecreaseTimeFactor attribute. For signalled connections, it is indicated in the ABR Additional Parameters Information Element.
                                       atmIfVptVccTmAbrForwardRmCellLimit 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.19 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the CRM parameter for this connection. CRM is the limit of the number of forward Resource Management (RM) cells which may be sent in the absence of received backward RM cells. When this limit is crossed, the Allowed Cell Rate (ACR) value would be decreased by the amount (CDF*ACR), where CDF is determined by the cutoffDecreaseFactor. The ACR is not allowed to fall below the Minimum Cell Rate (MCR), in which case the ACR is set to MCR. The value of CRM is obtained as transientBufferExposure divided by maxCellsPerRmCell.
                                       atmIfVptVccTmAbrTxRateChangeInfo 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.20 integer read-only
THIS ATTRIBUTE IS HISTORICAL:This attribute indicates the rate change information put into the last forward Resource Management (RM) cell turned around as a backward-RM cell. For connections configured as an ABR Source or Destination, the turned around backward-RM cell is sent over the interface. For connections configured as an ABR Virtual Source or Virtual Destination, the turned around backward-RM cell is sent over the backplane. Enumeration: 'explicitRateIndicated': 2, 'noIncreaseIndicated': 1, 'congestionIndicated': 0.
                                       atmIfVptVccTmAbrAcrRateChangeInfo 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.21 integer read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the type of change in the Allowed Cell Rate (ACR) as a result of the information in the last backward Resource Management (B-RM) cell received from the interface. This attribute value is only applicable when the Vcc Tm or Vpc Tm abrConnectionType attribute is sourceDest or VirtualSourceDest. In all other cases, this attribute value is notApplicable. A value of noChange indicates that the rate did not change as a result of the last backward RM cell received. A value of decreasedByRdf or increasedByRif indicates that the ACR was increased or decreased by the corresponding factor. This change is as a result of the CI or NI bit setting in the last backward RM cell, or an ADTF timeout. A value of setToExplicitRate indicates that the ACR was set to the ER value in the last backward RM cell. Enumeration: 'increasedByRif': 2, 'noChange': 0, 'decreasedByRdf': 1, 'setToExplicitRate': 3, 'notApplicable': 15.
                                       atmIfVptVccTmAbrTxFwdRmCells 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.22 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute counts the number of forward Resource Management (RM) cells sent over the interface since the last backward RM-cell was received from the interface. If the value of this attribute is greater than or equal to the value of forwardRmCellLimit, the Allowed Cell Rate (ACR) value would be decreased by the amount (CDF*ACR), where CDF is determined by the cutoffDecreaseFactor. This counter is reset to zero each time a backward-RM cell is received. This counter does not wrap to zero if it reaches its maximum value of 4095 in order to indicate that no backward RM cell has been received.
                                       atmIfVptVccTmAbrRxEfci 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.23 integer read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest or virtualSourceDest. This attribute indicates the value of the Explicit Forward Congestion Indication (EFCI) bit of the last data cell received from the interface. When a forward Resource Management (RM) cell is turned around as a backward-RM cell, the Congestion Indication (CI) field of the backward-RM cell is set to 1, if the value of this attribute is indicated. This attribute is set to notIndicated each time a backward-RM cell is transmitted. Enumeration: 'notIndicated': 0, 'indicated': 1.
                                       atmIfVptVccTmAbrBrmRateChangeInfo 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.24 octet string read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest, virtualSourceDest or explicitRate. This attribute indicates the values of key fields which affect the rate change. These fields are from the most recent Backward Resource Management (B-RM) cell on this connection. These fields may have been set by a connection point at some switch prior to the B-RM cell arriving at this connection point. A value of ci indicates that the Congestion Indication (CI) field is set in the B-RM cell. A value of ni indicates that the No Increase (NI) field is set in the B-RM cell. A value of er indicates that a rate decrease is indicated by the Explicit Rate in the B-RM cell having a value lower than the Current Cell Rate (CCR) field in the B-RM cell. The actual explicit rate from the B-RM cell is shown in the brmEr attribute of this component. Description of bits: ci(0) ni(1) er(2)
                                       atmIfVptVccTmAbrBrmExplicitRate 1.3.6.1.4.1.562.2.4.1.114.9.20.7.2.110.1.25 unsigned32 read-only
This attribute is applicable and is displayed only for connections for which the operational Tm abrConnectionType is displayed as sourceDest, virtualSourceDest or explicitRate. This attribute indicates the value of the Explicit Rate field from the most recent Backward Resource Management (B-RM) cell on this connection. This is the rate from the B-RM cell which may be different from the explicit rate (ER) offered at this connection point. Specifically, this attribute may indicate the ER which has been set in the B-RM cell by some connection point before the B-RM cell arrived at this connection point.
                       atmIfVptVccTmOperTable 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100 no-access
This group contains attributes for the Tm component to reflect operational traffic attributes.
                               atmIfVptVccTmOperEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1 no-access
An entry in the atmIfVptVccTmOperTable.
                                   atmIfVptVccTmTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.10 integer read-only
T his attribute indicates the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                                   atmIfVptVccTmTxQosClass 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.31 integer read-only
This attribute indicates the quality of service for the calling to called direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                   atmIfVptVccTmTxQueueLength 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.32 unsigned32 read-only
This attribute indicates the current number of cells in the transmit queue for this connection. If this connection has unshapedTransmitQueueing attribute displayed as common, this attribute displays the length of the common queue which is used for this atm service category. If this connection has unshapedTransmitQueueing attribute displayed as fifo, this attribute indicates the number of cells for this connection which are enqueued in a first-in-first-out queuing method for this atm service category. This will only occur for connections on ATM IP cards with atmServiceCategory of nrtVbr or ubr. If this connection has unshapedTransmitQueueing attribute displayed as perVc or as notApplicable, this attribute displays the length of the per-VC queue. This attribute does not apply to basic Vpts.
                                   atmIfVptVccTmTxQueueCongestionState 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.33 unsigned32 read-only
This attribute indicates the congestion state of the transmit queue for this connection. If this connection has unshapedTransmitQueueing attribute displayed as common, this attribute displays the congestion state of the common queue. If this connection has unshapedTransmitQueueing attribute displayed as perVc or as notApplicable, this attribute displays the congestion state of the per- VC queue. The congestion state of a queue is indicated by a numeric value ranging from 0 to 3. When a queue is in a congested state x, only traffic with discard priority (DP) 0 to x are enqueued. Traffic with DP > x is discarded. For example, if the congestion state is 3, there is no congestion and all traffic is enqueued. Likewise, when the congestion state is 0, there is maximum congestion and only traffic with DP=0 is enqueued on that queue. This attribute does not apply to basic Vpts.
                                   atmIfVptVccTmHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.35 integer read-only
This attribute indicates the actual holding priority in effect for this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. Some applications, for example Vcc Test, may override the provisioned holding priority. A value of notApplicable is displayed when this is an elastic connection. Holding priority does not apply to bandwidth elastic connections. Holding priority has no effect if the equivalent cell rate (ECR) for a connection is zero. This attribute does not apply to Vpt Vccs. Enumeration: 'notApplicable': 6, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                   atmIfVptVccTmRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.40 integer read-only
This attribute indicates the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute. Enumeration: 'n8': 8, 'n9': 9, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                                   atmIfVptVccTmRxQosClass 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.61 integer read-only
This attribute indicates the quality of service for the called to calling direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                                   atmIfVptVccTmAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.62 integer read-only
This attribute indicates the ATM service category used for traffic in both directions of the connection. This attribute does not apply to Virtual Link VPTs and will always be displayed as constantBitRate. The constantBitRate service category is intended for real time applications, that is, those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to have significantly reduced value for the application. The rtVariableBitRate service category is intended for real time applications; that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The availableBitRate service is an ATM layer service category for which the limiting ATM layer transfer characteristics provided by the network may change subsequent to connection establishment. ABR service has a flow control mechanism which supports several types of feedback to control the source rate in response to changing ATM layer transfer characteristics. ABR service is not intended to support real-time applications. The unspecifiedBitRate service is intended for non-real time applications, that is those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'constantBitRate': 1, 'availableBitRate': 4, 'unspecifiedBitRate': 0, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                                   atmIfVptVccTmTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.70 integer read-only
This attribute indicates the traffic shaping state of the connection. A value of notApplicable indicates that traffic shaping is not applicable or not supported for this connection. This is the case: - when the txTrafficDescType is 1 or 2. - for standard Vpt Vccs and basic Vpts. - for CQC-based ATM cards, when the atmServiceCategory is constantBitRate. In these cases, the value of notApplicable is set regardless of whether traffic shaping is enabled or disabled in the provisioning data. A value of disabled indicates that traffic shaping is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of linear or inverseUpc indicates that traffic shaping is applicable and supported for the type of connection and has been turned on in the provisioning data. This is the only case that indicates that traffic shaping is performed on the connection. In this case, the actual shaping rate is reflected in the txTrafficDescParm attribute, parameter number 4. A value of linear indicates that traffic is being shaped at the constant rate indicated in txTrafficDescParm 4. A value of inverseUpc is possible only on ATM IP cards. This value indicates that the shaper strictly conforms to the requirements of a dual leaky bucket UPC enforcer. This value is indicated if traffic shaping is enabled, and the txTrafficDescType for this connection is 6, 7 or 8. Traffic shaping for connections with atmServiceCategory as availableBitRate (txTrafficDescType 9) depends upon the abrConnectionType attribute. If abrConnectionType is sourceDest or virtualSourceDest, the value of this attribute is dynamic. If abrConnectionType is erSwitch or efciSwitch, this attribute is notApplicable. Enumeration: 'disabled': 1, 'notApplicable': 4, 'inverseUpc': 6, 'dynamic': 7, 'linear': 5.
                                   atmIfVptVccTmBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.71 integer read-only
This attribute indicates the bearer capability for this connection. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is displayed, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements.When c is displayed, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (cbr or vbr), and timing requirements are user defined (that is, transparent to the network). When the value of this attribute is x, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. Class vp service is used to indicate a transparent VP service when the user is requesting an ATM only service from the network. In this case, the network does not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except for VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP and SVP connections. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'notApplicable': 30.
                                   atmIfVptVccTmTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.72 integer read-only
This attribute indicates the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance, or in the case that the transfer capability in the call request was set to NoIndication. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value NoIndication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required for the connection. The value no for end-to-end timing indicates that end-to-end timing is not required for the connection. Enumeration: 'n10': 10, 'notApplicable': 30, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                                   atmIfVptVccTmClippingBbc 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.74 integer read-only
This attribute indicates the value of the clipping susceptibility parameter in the broadband bearer capability (BBC) Information Element. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'yes': 1, 'no': 0.
                                   atmIfVptVccTmUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.75 integer read-only
This attribute indicates the unshaped transmit queuing state of the connection. A value of common indicates that transmit traffic is being enqueued onto the common transmit queue for this service category. The txQueueLength attribute indicates the current length of the common transmit queue. A value of fifo indicates that transmit traffic is being queued in a first-in-first-out basis for this service category. This is similar to common queueing, but the txQueueLength attribute indicates the number of cells in this connection queue. A value of fifo will only be indicated for connections on ATM IP cards with atmServiceCategory of nrtVbr or ubr. A value of perVc indicates that transmit traffic is being enqueued onto a per-VC queue for this connection. A value of notApplicable indicates that transmit traffic is being shaped for this connection, or that unshaped transmit queuing is not applicable for this type of connection. Transmit traffic for a shaped connection is enqueued onto a per-VC queue, but this attribute is only applicable for unshaped connections. Unshaped transmit queuing is not applicable for basic Vpts. Enumeration: 'notApplicable': 4, 'perVc': 0, 'fifo': 5, 'common': 1.
                                   atmIfVptVccTmBestEffort 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.76 integer read-only
This attribute indicates value of best effort parameter in the ATM Traffic Descriptor Information Element. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'notIndicated': 1, 'indicated': 0.
                                   atmIfVptVccTmForceTagging 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.78 integer read-only
This attribute indicates the state of force tagging option for this connection. Force tagging refers to setting the CLP bit for all cells on a connection. For CQC-based ATM cards, this attribute is not applicable and is not displayed. A value of enabled indicates that the CLP bit is being set to 1 for all cells in the transmit direction on this connection. A value of disabled indicates that the CLP bit is unchanged for cells in the transmit direction on this connection. disabled is always displayed for Vpts since forced tagging is applied on a per Vpt Vcc basis. Enumeration: 'disabled': 1, 'enabled': 0.
                                   atmIfVptVccTmWeight 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.79 unsigned32 read-only
This attribute indicates the relative weight of this unshaped connection. Connections with a larger weight get a larger proportion of the link bandwidth, or in the case of standard Vpt Vccs, the Vpt bandwidth. For all but standard Vpt Vccs, the default connection weight is determined by the weight policy for a service category and the traffic descriptor for a connection. For standard Vpt Vccs, the default connection weight is determined by the Vcc's service category. For CQC-based ATM cards, this attribute is not applicable and is not displayed. A value from 1 to 4095 indicates an actual weight. The value upToQueueLimit indicates that the weight of a connection is up to the transmit queue limit for this connection. upToQueueLimit is used with common (first-in-first-out) queueing. This attribute is displayed as notApplicable if: - this connection has trafficShaping displayed as linear or inverseUpc. - this is a basic Vpt. VALUES ( 0 = upToQueueLimit 65534 = notApplicable )
                                   atmIfVptVccTmUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.80 integer read-only
This attribute indicates the UPC state of the connection. A value of notApplicable indicates that UPC is not applicable or not supported for the connection. This is the case: - when the connection's rxTrafficDescType is 1 or 2. - for standard Vpt Vccs and basic Vpts. A value of notApplicable is set regardless of whether UPC is disabled or enabled in provisioning data. A value of disabled indicates that UPC is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of enforced indicates that UPC is actively checking conformance for the connection and is discarding or tagging cells which do not conform to the connection traffic contract. The traffic descriptor parameters used for UPC conformance are reflected in the rxTrafficDescParms of the connection. On ATM IP cards, the counts of UPC violations are visible in the Vcc, Vpc, or Vpt rxUpcViolationsOnEnforcer1 or rxUpcViolationsOnEnforcer2 attributes. ATM IP cards provide the ability to monitor UPC violations without tagging or discarding. A value of monitored indicates that UPC is actively checking conformance for the connection and counting the violations, but is not discarding or tagging cells which do not conform to the connection traffic contract. The traffic descriptor parameters used for UPC conformance are reflected in the rxTrafficDescParms of the connection. The counts of UPC violations are visible in the Vcc, Vpc, or Vpt rxUpcViolationsOnEnforcer1 or rxUpcViolationsOnEnforcer2 attributes. The value of monitored appears only on ATM IP cards. If the atmServiceCategory for this connection indicates availableBitRate, a value of abrEnforced indicates that Dynamic Generic Cell Rate Algorithm (DGCRA) is active for the connection and that violating cells are discarded. The cell rate which is in effect at any particular instant is indicated in rxTrafficDescParm 4 of the connection. If the atmServiceCategory for this connection indicates availableBitRate, a value of abrMonitored indicates that Dynamic Generic Cell Rate Algorithm (DGCRA) is active for the connection but that violating cells are counted only. The cell rate which is in effect at any particular instant is indicated in rxTrafficDescParm 4 of the connection. Enumeration: 'enforced': 0, 'monitored': 4, 'abrEnforced': 6, 'abrMonitored': 5, 'disabled': 1, 'notApplicable': 3.
                                   atmIfVptVccTmTxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.85 octet string read-only
This attribute indicates the current set of packet-wise discard functions in effect in the transmit data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an intermediate connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. On CQC-based ATM cards, PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. A value of wred indicates that Weighted Random Early Detection is in effect at this connection point. W-RED can be enabled by provisioning for PVCs and SPVCs. On ATM IP cards, all packet-wise discard functions also apply to provisioned virtual path connections (VPCs). On CQC-based ATM cards, packet-wise functions are not applicable for VPCs. This attribute is not applicable for Vpts. Description of bits: ppd(0) epd(1) wred(2)
                                   atmIfVptVccTmRxPacketWiseDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.86 octet string read-only
This attribute indicates the current set of packet-wise discard functions in effect in the receive data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an intermediate connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. On ATM IP cards, all packet-wise discard functions also apply to provisioned virtual path connections (VPCs). On CQC-based ATM cards, packet-wise functions are not applicable for VPCs. This attribute is not applicable for Vpts. Description of bits: ppd(0) epd(1)
                                   atmIfVptVccTmBandwidthElastic 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.90 integer read-only
This attribute is only of importance for connections which are carried on a link with a variable bandwidth. For example, the bandwidth may be reduced in the event that one or more physical links in the IMA group fail, such that the originally requested bandwidth cannot be maintained. This attribute shows whether the application (for example, Trunk) running on this connection can continue to operate if the bandwidth is reduced. If the bandwidth is reduced, the amount by which it is reduced is displayed in the bandwidthReduction attribute. A value of yes, indicates that this connection is elastic, and the bandwidth may be reduced but the connection is not released. A value of no indicates that the bandwidth for this connection is not reduced in the event of link bandwidth reduction. However, this connection may be released based on its holdingPriority. Bandwidth elasticity has no effect for connections which have an equivalent cell rate (ECR) of zero. This attribute is not applicable for Vpts and Vpt Vccs. Enumeration: 'yes': 1, 'no': 0.
                                   atmIfVptVccTmBandwidthReduction 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.100 unsigned32 read-only
This attribute shows the amount by which the bandwidth has been reduced for this connection. This value is non-zero only for connections which have bandwidthElastic displayed as yes, and which are also operating in a reduced bandwidth mode. This is typically the case for selected connections running over an IMA link. This attribute takes a value from 0 (no reduction) up to the ECR. For all connections which are running at their full allocated bandwidth, bwReduction has the value 0. Connections which have been reduced in allocated bandwidth have a positive number for this attribute. The bwReduction may be subtracted from the ECR (which is displayed as txTrafficDescParm 5) to determine the actual bandwidth allocated to this connection.
                                   atmIfVptVccTmAbrConnectionType 1.3.6.1.4.1.562.2.4.1.114.9.20.7.100.1.110 integer read-only
This attribute indicates the type of ABR behavior which is in effect at this connection. This attribute is only applicable if the atmServiceCategory attribute is availableBitRate. If the atmServiceCategory attribute is not availableBitRate, or if the connection is not active, this attribute value is displayed as notApplicable. For CQC-based ATM cards, the only possible values are notApplicable, efciSwitch or nonAbrInterworking. In EFCI marking mode, the Explicit Forward Congestion Indication (EFCI) field in the data cell headers is used to indicate transmit queue congestion. For ATM IP cards, if the connectionPointType is displayed as connectionEndPoint, this attribute has the value sourceDest. In this mode, the ABR Source and Destination behavior is in effect at this connection. This attribute is also sourceDest in the case where the next hop connection is specified as nonAbrInterworking. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. If the connectionPointType is not connectionEndPoint, the value of this attribute depends upon the abrConnectionType provisioning and the card type to which the traffic is forwarded on the backplane. The default abrConnectionType is provisioned at the CA Abr abrConnectionType attribute, and may be overridden for a provisioned connection in the Vcd Tm abrConnectionType or Vpd Tm abrConnectionType attribute. If the CA Abr abrConnectionType attribute is virtualSourceDest at either one of the two connection points, and if both the connection points are defined on ATM IP cards, virtual source and destination behavior is applied to the connection. In this instance, the attribute displays the value virtualSourceDest. This attribute has the value erSwitch if ABR explicit rate functionality is in effect at this connection. In this mode, the switch may modify the Explicit Rate (ER) field of backward Resource Management (RM) cells to indicate the status of congestion at this connection point. This attribute has the value nonAbrInterworking in the case where this connection point is functioning as an SPVC origin for an ABR connection where the link side of this connection is configured as a non-ABR ATM service category. This means that there are no RM cells on the link side of this connection, and that the next hop connection point is performing as an ABR sourceDest. Enumeration: 'nonAbrInterworking': 5, 'erSwitch': 1, 'efciSwitch': 2, 'notApplicable': 15, 'virtualSourceDest': 3, 'sourceDest': 4.
                       atmIfVptVccTmTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.7.451 no-access
This attribute is a vector of five transmit traffic parameters whose mapping is defined by the txTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR), Minimum Cell Rate (MCR), actual cell rate (ACR), explicit rate (ER), equivalent cell rate (ECR), and actual shaping rate are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. CDVT is expressed in microseconds. When txTrafficDescType is 1 or 2, parameters 1 through 5 are unused. In this description, PCR is the greater of either the PCR or the requested shaping rate (parameter 1 or parameter 5) specified in the txTrafficDescParm attribute under the Vcd Tm or Vpd Tm component. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 or 1 traffic; parameters 2 and 3 are unused. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic. When txTrafficDescType is 3, 4, 5, 6, 7, or 8, parameter 4 reflects the actual shaping rate in cell/s for this connection. For CQC-based ATM cards, the set of available shaping rates is based on the number of interfaces doing shaping (attribute perVcQueueInterfaces), and the shapingScalingFactor attribute of the Arc Cqc Override component. A rate of zero (0) indicates that shaping is not performed, or that the interface is down. When txTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents the Cell Delay Variation Toleration (CDVT); parameter 3 represents the Minimum Cell Rate (MCR); the meaning of parameter 4 depends upon the value of the abrConnectionType attribute. if abrConnectionType is sourceDest or virtualSourceDest, parameter 4 represents the Allowed Cell Rate (ACR); If abrConnectionType is erSwitch, parameter 4 represents the Explicit Rate (ER); and if abrConnectionType is efciSwitch, parameter 4 reflects the actual shaping rate in cell/s for this connection. When txTrafficDescType is 3, 4, 5, 6, 7, 8, or 9, parameter 5 reflects the equivalent cell rate in cell/s for this connection as determined by the Connection Admission Control (CAC) algorithm. The equivalent cell rate is useful in determining the admission characteristics of this connection.
                               atmIfVptVccTmTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.7.451.1 no-access
An entry in the atmIfVptVccTmTxTdpTable.
                                   atmIfVptVccTmTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.7.451.1.1 integer32 no-access
This variable represents the atmIfVptVccTmTxTdpTable specific index for the atmIfVptVccTmTxTdpTable.
                                   atmIfVptVccTmTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.7.451.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptVccTmTxTdpTable.
                       atmIfVptVccTmTxQThreshTable 1.3.6.1.4.1.562.2.4.1.114.9.20.7.452 no-access
This attribute indicates the queue limit and the discard thresholds for the transmit queue of this connection. If this connection has unshapedTransmitQueueing attribute displayed as common, this attribute displays the thresholds of the common queue. If this connection has unshapedTransmitQueueing attribute displayed as perVc or as notApplicable, this attribute displays the thresholds of the per-VC queue. The first element indicates the queue limit. The second element is the threshold that marks the transition from congestion state 1 to congestion state 0. This is the threshold at which traffic with discard priority (DP) = 1 is discarded. This threshold is set at approximately 90 percent of the first parameter, the operational queue limit. The third element is the threshold that marks the transition from congestion state 2 to congestion state 1. This is the threshold at which traffic with DP = 2 is discarded. This threshold is set at approximately 75 percent of the first parameter, the operational queue limit. The fourth element is the threshold that marks the transition from congestion state 3 to congestion state 2. This is the threshold at which traffic with DP = 3 is discarded. This threshold is set at approximately 35 percent of the first parameter, the operational queue limit. This attribute does not apply to basic Vpts.
                               atmIfVptVccTmTxQThreshEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.7.452.1 no-access
An entry in the atmIfVptVccTmTxQThreshTable.
                                   atmIfVptVccTmTxQThreshIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.7.452.1.1 integer32 no-access
This variable represents the atmIfVptVccTmTxQThreshTable specific index for the atmIfVptVccTmTxQThreshTable.
                                   atmIfVptVccTmTxQThreshValue 1.3.6.1.4.1.562.2.4.1.114.9.20.7.452.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptVccTmTxQThreshTable.
                       atmIfVptVccTmRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.7.453 no-access
This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR), minimum cell rate (MCR) are expressed in cell/s. Maximum burst size (MBS) is expressed in cells. Cell delay variation tolerance (CDVT) is expressed in microseconds. When rxTrafficDescType is 1 or 2, none of the parameters are used. When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard; parameter 4 represents the CDVT. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging; parameter 4 represents the CDVT. When rxTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 9, parameter 1 represents the PCR; parameter 2 represents CDVT; parameter 3 represents the MCR; parameter 4 indicates the instantaneous rate at which dynamic generic cell rate algorithm (DGCRA) is in effect. If upc is disabled for this connection, the values of PCR, SCR, MBS and CDVT are the provisioned parameters. If upc is enabled, the values of PCR, SCR, MBS, and CDVT are exactly the values used by the usage parameter control hardware in policing the arriving traffic. These may vary slightly from the provisioned values due to granularity of the hardware. In the case where the PCR is equal to the SCR, the effective MBS is zero.
                               atmIfVptVccTmRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.7.453.1 no-access
An entry in the atmIfVptVccTmRxTdpTable.
                                   atmIfVptVccTmRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.7.453.1.1 integer32 no-access
This variable represents the atmIfVptVccTmRxTdpTable specific index for the atmIfVptVccTmRxTdpTable.
                                   atmIfVptVccTmRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.7.453.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptVccTmRxTdpTable.
                       atmIfVptVccTmTqpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.7.454 no-access
This attribute is a vector of three elements that indicate the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                               atmIfVptVccTmTqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.7.454.1 no-access
An entry in the atmIfVptVccTmTqpTable.
                                   atmIfVptVccTmTqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.7.454.1.1 integer no-access
This variable represents the atmIfVptVccTmTqpTable specific index for the atmIfVptVccTmTqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                                   atmIfVptVccTmTqpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.7.454.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptVccTmTqpTable.
                       atmIfVptVccTmRqpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.7.455 no-access
This attribute is a vector of three elements that indicate the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                               atmIfVptVccTmRqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.7.455.1 no-access
An entry in the atmIfVptVccTmRqpTable.
                                   atmIfVptVccTmRqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.7.455.1.1 integer no-access
This variable represents the atmIfVptVccTmRqpTable specific index for the atmIfVptVccTmRqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                                   atmIfVptVccTmRqpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.7.455.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptVccTmRqpTable.
                   atmIfVptVccStateTable 1.3.6.1.4.1.562.2.4.1.114.9.20.100 no-access
This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
                           atmIfVptVccStateEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.100.1 no-access
An entry in the atmIfVptVccStateTable.
                               atmIfVptVccAdminState 1.3.6.1.4.1.562.2.4.1.114.9.20.100.1.1 integer read-only
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component. Enumeration: 'locked': 0, 'shuttingDown': 2, 'unlocked': 1.
                               atmIfVptVccOperationalState 1.3.6.1.4.1.562.2.4.1.114.9.20.100.1.2 integer read-only
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle. Enumeration: 'disabled': 0, 'enabled': 1.
                               atmIfVptVccUsageState 1.3.6.1.4.1.562.2.4.1.114.9.20.100.1.3 integer read-only
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time. Enumeration: 'active': 1, 'idle': 0, 'busy': 2.
                   atmIfVptVccOperTable 1.3.6.1.4.1.562.2.4.1.114.9.20.110 no-access
This group contains operational information for a Vcc, Vpc, or Vpt component.
                           atmIfVptVccOperEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.110.1 no-access
An entry in the atmIfVptVccOperTable.
                               atmIfVptVccConnectionPointType 1.3.6.1.4.1.562.2.4.1.114.9.20.110.1.10 integer read-only
This attribute reflects the role of the connection component at this interface. A value of connectionEndPoint indicates that user cells, end-to-end OAM cells, and segment OAM cells are processed by the connection component. A value of segmentEndPoint indicates that user cells and end-to- end OAM cells are relayed by the connection component, while segment OAM cells are processed by the connection component. A value of connectingPoint indicates that user cells, end-to-end OAM cells, and segment OAM cells are relayed by the connection component. A value of unknown indicates that the connection component is inactive. Enumeration: 'connectionEndPoint': 0, 'connectingPoint': 2, 'unknown': 3, 'segmentEndPoint': 1.
                   atmIfVptVccConnInfoTable 1.3.6.1.4.1.562.2.4.1.114.9.20.115 no-access
This group contains operational connection characteristics information for a Vcc component.
                           atmIfVptVccConnInfoEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.115.1 no-access
An entry in the atmIfVptVccConnInfoTable.
                               atmIfVptVccDistributionType 1.3.6.1.4.1.562.2.4.1.114.9.20.115.1.11 integer read-only
This attribute indicates the way data is distributed in the connection. A value of pointToPoint indicates this connection point is part of a point-to-point connection. A value of pointToMultipoint indicates this connection point is part of a point-to-multipoint connection. Enumeration: 'pointToPoint': 0, 'pointToMultipoint': 1.
                               atmIfVptVccNumLeaves 1.3.6.1.4.1.562.2.4.1.114.9.20.115.1.12 gauge32 read-only
This attribute indicates the number of destination leaves of the connection. If the distributionType is pointToPoint the value of this attribute is 0.
                               atmIfVptVccCallDirection 1.3.6.1.4.1.562.2.4.1.114.9.20.115.1.13 integer read-only
This attribute indicates the direction of the call setup request for an SVC. A value of fromLink means that the call setup originated from the link. A value of toLink means that the call setup was directed to the link. For PVC connections, the value of this attribute is notApplicable. For SPVC connections, the value of this attribute is notApplicable for Vccs with the SourcePVC and DestinationPVC subcomponents. For Signalling channels, the value of this attribute is notApplicable. Enumeration: 'fromLink': 0, 'toLink': 1, 'notApplicable': 2.
                   atmIfVptVccStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.20.120 no-access
This group contains operational status information for a Vcc, Vpc, or Vpt component.
                           atmIfVptVccStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.120.1 no-access
An entry in the atmIfVptVccStatusTable.
                               atmIfVptVccOperStatus 1.3.6.1.4.1.562.2.4.1.114.9.20.120.1.20 integer read-only
This attribute indicates the present operational status of the Vcc, Vpc, or Vpt component. Its value is dependent upon the current state of the segLinkSideLoopbackState and endToEndLoopbackState attributes. The value is end2endUp when the endToEndLoopbackState is good and the segLinkSideLoopbackState is either good or unknown. The value is end2endDown when the endToEndLoopbackState is bad and the segLinkSideLoopbackState is either good or unknown. The value is localUpEnd2endUnknown when the endToEndLoopbackState is unknown and the segLinkSideLoopbackState is good. The value is localDown when segLinkSideLoopbackState is bad. The value is localUpEnd2endUnknown when the endToEndLoopbackState is notApplicable and the segLinkSideLoopbackState is good. The value is unknown when the endToEndLoopbackState is either unknown or notApplicable and the segLinkSideLoopbackState is unknown. Enumeration: 'unknown': 0, 'localUpEnd2endUnknown': 3, 'end2endUp': 1, 'end2endDown': 2, 'localDown': 4.
                               atmIfVptVccLocalFailureCause 1.3.6.1.4.1.562.2.4.1.114.9.20.120.1.25 integer read-only
This attribute indicates the failure cause of the Vcc, Vpc, or Vpt component. noFailure indicates that there is currently no bandwidth related failure for this connection. portDown indicates that the interface corresponding to the parent AtmIf is down. localBwLoss indicates that the Ima corresponding to this AtmIf has lost some, but not all bandwidth, and as a result, this connection has been released. notAdmitted indicates that this connection has failed to be admitted by the Connection Admission Control (CAC) algorithm. appNotRegistered indicates that there is no application registered to use this connection. This may be the case, for example when there is a Vcc Test application, but the test has not been started. Check the status of the application to determine why it is not functional. disabledByApp indicates that the application using this connection has requested that the connection be disabled. An example is a connection used by a trunk application where the trunk has timed out on an attempt to stage. Check the application to determine why it is not fully functional. bwReduced indicates that this connection is operating in a reduced bandwidth state. It is a bandwidth elastic connection which currently has been allocated less than the requested (equivalent) bandwidth. vpDown indicates that this connection has been notified of a fault detected at the associated VP-layer. vpDown is applicable for Vpt Vccs only. Enumeration: 'bwReduced': 6, 'notAdmitted': 3, 'appNotRegistered': 4, 'portDown': 2, 'disabledByApp': 5, 'noFailure': 0, 'localBwLoss': 1, 'vpDown': 7.
                               atmIfVptVccTroubled 1.3.6.1.4.1.562.2.4.1.114.9.20.120.1.28 integer read-only
This attribute indicates whether or not the connection is in a troubled state. Connections become troubled because of OAM failures; when one of the attributes segLinkSideLoopbackState, segSwitchSideLoopbackState, endToEndLoopbackState, aisState (when receiving AIS cells only) or rdiState go bad, this attribute is set to yes; otherwise it is set to no. Enumeration: 'yes': 1, 'no': 0.
                               atmIfVptVccSegLinkSideLoopbackState 1.3.6.1.4.1.562.2.4.1.114.9.20.120.1.30 integer read-only
This attribute contains the current state of the link-side segment loopback for this connection. Link-side segment loopback cells are transmitted (inserted) by a connection component in the direction of the link (port). The value of this attribute is dependent upon the current setting of the segLinkSideLoopback provisionable attribute, the connection point type as specified by the connectionPointType attribute, and the current loopback state (if applicable). The value is notApplicable when the connectionPointType is a connectingPoint. The value is notApplicable when the distributionType is pointToMultipoint. The value is good when the segLinkSideLoopback is on, the connectionPointType is a segmentEndPoint or a connectionEndPoint, and the segment link side loopback is working. The value is bad when the segLinkSideLoopback is on, the connectionPointType is a segmentEndPoint or a connectionEndPoint, and the link side segment loopback is not working. The value is unknown when the segLinkSideLoopback is off. The value is unknown when the segLinkSideLoopback is on, the connectionPointType is a segmentEndPoint and the segment switch side loopback has not yet been determined. The state of this attribute determines, in part, the value of the operStatus attribute. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                               atmIfVptVccSegSwitchSideLoopbackState 1.3.6.1.4.1.562.2.4.1.114.9.20.120.1.40 integer read-only
This attribute contains the current state of the switch-side segment loopback for this connection. Switch-side segment loopback cells are transmitted (inserted) by a connection component in the direction of the bus. The value of this attribute is dependent upon the current setting of the segSwitchSideLoopback provisionable attribute, the connection point type as specified by the connectionPointType attribute, and the current loopback state (if applicable). The value is only applicable when the connectionPointType is a segmentEndPoint. The value is notApplicable when the connectionPointType is a connectingPoint or connectionEndPoint. The value is notApplicable when the distributionType is pointToMultipoint. The value is good when the segSwitchSideLoopback is on, the connectionPointType is a segmentEndPoint and the segment switch side loopback is working. The value is bad when the segSwitchSideLoopback is on, the connectionPointType is a segmentEndPoint and the switch side segment loopback is not working. The value is unknown when the segSwitchSideLoopback is off. The value is unknown when the segSwitchSideLoopback is on, the connectionPointType is a segmentEndPoint and the segment switch side loopback has not been determined. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                               atmIfVptVccEndToEndLoopbackState 1.3.6.1.4.1.562.2.4.1.114.9.20.120.1.50 integer read-only
This attribute contains the current state of the end-to-end loopback for this connection. Its value is dependent upon the current setting of the endToEndLoopback provisionable attribute and the connection point type as specified by the connectionPointType attribute. The value is only applicable when the connectionPointType is a connectionEndPoint. The value is notApplicable when the connectionPointType is a connectingPoint or segmentEndPoint. The value is notApplicable when the distributionType is a pointToMultipoint. The value is good when the endToEndLoopback is on, the connectionPointType is a connectionEndPoint and the end-to-end loopback is working. The value is bad when the endToEndLoopback is on, the connectionPointType is a connectionEndPoint and the end-to-end loopback is not working. The value is unknown when the endToEndLoopback is off. The value is unknown when the endToEndLoopback is on, the connectionPointType is a connectionEndPoint and the end-to-end loopback status has not been determined. The state of this attribute determines, in part, the value of the operStatus attribute. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                               atmIfVptVccRxOamCellCongestionState 1.3.6.1.4.1.562.2.4.1.114.9.20.120.1.55 integer read-only
This attribute contains the current state of the receive side OAM cell congestion for this connection. Its value reflects whether the rate of received OAM cells for this connection is below a specified threshold. The connection maintains a count of the number of OAM cells which are terminated per second. Once that count exceeds the specified threshold, extraction of all OAM cells for this connection is disabled for a period of one minute. This is a congestion management mechanism to prevent the processor from being overloaded with handling OAM cells for a particular connection. This mechanism ensures that tasks, such as trunks obtain enough processor cycles to remain in service, and are not adversely affected by excessive rate of OAM cells on a particular connection. The value is good when the rate of received OAM cells is less than the allowed threshold. The value is bad when the arrival rate has exceeded the allowed threshold. It remains bad for one minute, before returning to good again. During this timeout, extraction of all OAM cells is disabled for this connection. As a result, other loopback failure conditions may occur. The value is unknown when the application has not yet begun to use this connection. An example is the Test component before a test has been started. Each type of OAM cell is counted separately. The threshold for AIS cells is three cells per second. If more than three AIS cells are received within a one second interval, this attribute is set to bad. The threshold for RDI cells and each loopback type is also three, but the threshold for trace cells is 250 per second. The state of this attribute has no direct effect on the value of the operStatus attribute or on the number of troubled connections. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                               atmIfVptVccAisState 1.3.6.1.4.1.562.2.4.1.114.9.20.120.1.60 integer read-only
This attribute contains the current state of the Alarm Indication Signal for this connection. A value of good indicates that the connection's application is active and no alarm has occurred. A value of bad indicates that the connection's application is active and an alarm has occurred. A value of unknown indicates that the connection's application is inactive. A value of notApplicable occurs when the connectionPointType is either a segmentEndPoint or a connectingPoint. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                               atmIfVptVccRdiState 1.3.6.1.4.1.562.2.4.1.114.9.20.120.1.70 integer read-only
This attribute indicates the current state of the Remote Defect Indication for this connection. A value of good indicates that the connection's application is active and no alarm has occurred. A value of bad indicates that the connection's application is active and an alarm has occurred. A value of unknown indicates that the connection's application is inactive. A value of notApplicable occurs when the connectionPointType is either a segmentEndPoint or a connectingPoint. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                   atmIfVptVccTrafficTable 1.3.6.1.4.1.562.2.4.1.114.9.20.130 no-access
This group is HISTORICAL. Please refer to the group AtmTmOper; This attribute group contains attributes for the Vcc and Vpc components to reflect operational traffic attributes.
                           atmIfVptVccTrafficEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1 no-access
An entry in the atmIfVptVccTrafficTable.
                               atmIfVptVccTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.10 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. Enumeration: 'n8': 8, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                               atmIfVptVccTxQosClass 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.30 integer read-only
This attribute indicates the quality of service for the transmit direction for this connection. The constantBitRate class refers to traffic offered on services such as a constant bit rate video service. This traffic is highest priority. The variableBitRate class refers to traffic offered on services such as packetized audio and video. The connectionOriented class refers to connection-oriented traffic such as Frame Relay or X.25 traffic. The connectionless traffic refers to traffic offered through connectionless trunks such as certain LAN protocols. The unspecified class supports a 'best effort' type of service, where there is a minimum guarantee of bandwidth. This traffic is lowest priority. This attribute is obsolete, replaced by the UNI 4.0 attribute atmServiceCategory. Enumeration: 'constantBitRate': 1, 'connectionOriented': 3, 'variableBitRate': 2, 'connectionless': 4, 'unspecified': 0.
                               atmIfVptVccFwdQosClass 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.31 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the quality of service for the calling to called direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                               atmIfVptVccTxQueueLength 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.32 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the current length of the transmit queue for this connection. If this connection has traffic shaping disabled, then this attribute displays the common queue length. If traffic shaping is enabled, then this attribute displays the per-VC queue length.
                               atmIfVptVccTxQueueCongestionState 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.33 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the congestion state of the transmit queue for this connection. If the connection has traffic shaping disabled, then this attribute displays the common queue congestion state. If traffic shaping is enabled, then this attribute displays the per-VC queue congestion state. The congestion state of a queue is indicated by a numeric value ranging from 0 to 3. When a queue is in a congested state x, only traffic with discard priority (DP) 0 to x are enqueued. Traffic with DP > x is discarded. Therefore, if the congestion state is 3, there is no congestion and all traffic is enqueued. Likewise, when the congestion state is 0, there is maximum congestion and only traffic with DP=0 is enqueued on that queue.
                               atmIfVptVccHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.35 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the actual holding priority in effect for this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. Some applications, for example Vcc Test, may override the provisioned holding priority. A value of notApplicable is displayed when this is an elastic connection. Holding priority does not apply to bandwidth elastic connections. Holding priority has no effect for ubr atmServiceCategory or txTrafficDescriptorType 1 or 2 connections. Enumeration: 'notApplicable': 6, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                               atmIfVptVccRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.40 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute. Enumeration: 'n8': 8, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                               atmIfVptVccRxQosClass 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.60 integer read-only
This attribute reflects the value of the provisioned attribute in the Vcd or Vpd. Refer to that attribute for more detailed explanation. This attribute is obsolete replaced by the UNI 4.0 attribute atmServiceCategory. Enumeration: 'constantBitRate': 1, 'connectionOriented': 3, 'variableBitRate': 2, 'connectionless': 4, 'unspecified': 0.
                               atmIfVptVccBwdQosClass 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.61 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the quality of service for the called to calling direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                               atmIfVptVccAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.62 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the ATM service category used for traffic in both directions of the connection. The constantBitRate service category is intended for real time applications, that is, those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to have significantly reduced value of the application. The rtVariableBitRate service category is intended for real time applications; that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The unspecifiedBitRate service is intended for non-real time applications, that is those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'constantBitRate': 1, 'unspecifiedBitRate': 0, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                               atmIfVptVccTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.70 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the traffic shaping state of the connection. A value of notApplicable indicates that traffic shaping is not applicable or not supported for this connection. This is the case when the atmServiceCategory is constantBitRate, or when the txTrafficDescType is 1 or 2. In these cases, the value of notApplicable is set regardless of whether traffic shaping is enabled or disabled in the provisioning data. A value of disabled indicates that traffic shaping is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of enabled indicates that traffic shaping is applicable and supported for the type of connection and has been turned on in the provisioning data. This is the only case that indicates that traffic shaping is performed on the connection. In this case, the actual shaping rate is reflected in the txTrafficDescParm attribute, parameter number 4. Enumeration: 'disabled': 1, 'notApplicable': 4, 'enabled': 0.
                               atmIfVptVccBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.71 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the bearer capability for this connection. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is displayed, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements.When c is displayed, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (cbr or vbr) and timing requirements are user defined (that is, transparent to the network). When the value of this attribute is x, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. Class vp service is used to indicate a transparent VP service when the user is requesting an ATM only service from the network. In this case, the network does not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except for VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP and SVP connections. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'notApplicable': 30.
                               atmIfVptVccTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.72 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance, or in the case that the transfer capability in the call request was set to NoIndication. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value NoIndication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required for the connection. The value no for end-to-end timing indicates that end-to-end timing is not required for the connection. Enumeration: 'n10': 10, 'notApplicable': 30, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                               atmIfVptVccClippingBbc 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.74 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the value of the clipping susceptibility parameter in the BBC Information Element. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'yes': 1, 'no': 0.
                               atmIfVptVccUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.75 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the unshaped transmit queuing state of the connection. A value of common indicates that transmit traffic is being enqueued onto common transmit queues. A value of perVc indicates that transmit traffic is being enqueued onto a per-VC queue for this connection. This is the case when trafficShaping is disabled, but per-VC queueing has been configured for this connection. A value of notApplicable indicates that transmit traffic is being shaped for this connection. Transmit traffic for a shaped connection is enqueued onto a per-VC queue, but this attribute is only applicable for unshaped connections. Enumeration: 'notApplicable': 4, 'perVc': 0, 'common': 1.
                               atmIfVptVccBestEffort 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.76 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates value of best effort parameter in the ATM Traffic Descriptor Information Element. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'notIndicated': 1, 'indicated': 0.
                               atmIfVptVccUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.80 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the UPC state of the connection. A value of notApplicable indicates that UPC is not applicable or not supported for the connection. This is the case when the connection's rxTrafficDescType is 1 or 2. A value of notApplicable is set regardless of whether UPC is disabled or enabled in provisioning data. A value of disabled indicates that UPC is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of enabled indicates that UPC is applicable and supported for the type of connection and has been turned on in the provisioning data. This is the only case that indicates that UPC is enforced on the connection. In this case the traffic descriptor parameters used for UPC enforcement are reflected in the rxTrafficDescParms of the connection. Enumeration: 'disabled': 1, 'notApplicable': 3, 'enabled': 0.
                               atmIfVptVccTxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.85 octet string read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the set of current frame discard functions in effect in the transmit data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an interim connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. Frame discard functions are not applicable for Virtual Path Connections (VPCs). Description of bits: ppd(0) epd(1)
                               atmIfVptVccRxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.86 octet string read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the set of current frame discard functions in effect in the receive data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an interim connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. Frame discard functions are not applicable for Virtual Path Connections (VPCs). Description of bits: ppd(0) epd(1)
                               atmIfVptVccBandwidthElastic 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.90 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is only of importance for connections which are carried on a link with a variable bandwidth. For example, the bandwidth may be reduced in the event that one or more physical links in the IMA group fail, such that the originally requested bandwidth cannot be maintained. This attribute shows whether the application (for example, Trunk) running on this connection can continue to operate if the bandwidth is reduced. If the bandwidth is reduced, the amount by which it is reduced is displayed in the bandwidthReduction attribute. A value of yes, indicates that this connection is elastic, and the bandwidth may be reduced but the connection is not released. A value of no indicates that the bandwidth for this connection is not reduced in the event of link bandwidth reduction. However, this connection may be released based on its holdingPriority. Bandwidth elasticity has no effect for ubr atmServiceCategory or txTrafficDescriptorType 1 or 2 connections. Enumeration: 'yes': 1, 'no': 0.
                               atmIfVptVccBandwidthReduction 1.3.6.1.4.1.562.2.4.1.114.9.20.130.1.100 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute shows the amount by which the bandwidth has been reduced for this connection. This value is non-zero only for connections which have bandwidthElastic displayed as yes, and which are also operating in a reduced bandwidth mode. This is typically be the case for selected connections running over an IMA link. This attribute takes a value from 0 (no reduction) up to the ECR. All connections which are running at their full allocated bandwidth, bwReduction have the value 0. Connections which have been reduced in allocated bandwidth have a positive number for this attribute. The bwReduction may be subtracted from the ECR (which is displayed as txTrafficDescParm 5) to determine the actual bandwidth allocated to this connection.
                   atmIfVptVccStatsTable 1.3.6.1.4.1.562.2.4.1.114.9.20.140 no-access
This group contains traffic statistics for a Vcc, Vpc, or Vpt component.
                           atmIfVptVccStatsEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1 no-access
An entry in the atmIfVptVccStatsTable.
                               atmIfVptVccStatsTxCell 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.10 passportcounter64 read-only
This attribute counts the number of cells that have been transmitted from the interface on this connection. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsTxCellClp 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.20 passportcounter64 read-only
This attribute counts the number of cells that have been transmitted from the interface on this connection with the CLP=1. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccTxDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.30 passportcounter64 read-only
This attribute is replaced by new attributes txCellDiscard and txFrameDiscard. This attribute counts the number of cells or frames received from the bus on this connection that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion or when the connection's interface is disabled. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccTxDiscardClp 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.40 passportcounter64 read-only
This attribute is replaced by new attributes txCellDiscardClp and txFrameDiscardClp. This attribute counts the number of cells or frames received from the bus on this connection with CLP=1 that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion or when the connection's interface is disabled. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsTxCellDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.42 passportcounter64 read-only
This attribute counts the number of cells received from the bus on this connection that have been discarded. Discarded cells are not counted in the txCell attribute. Cells are discarded due to transmit congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection's interface is disabled. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections usually have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txCellDiscard values for all such connections associated with the Vpt. For Vccs on CQC-based ATM cards, if the connection segments frames into cells, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsTxCellDiscardClp 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.43 passportcounter64 read-only
This attribute counts the number of cells received from the bus on this connection with CLP=1 that have been discarded. This count is included in the txCellDiscard attribute. Discarded cells are not counted in the txCellClp attribute. Cells are discarded due to transmit congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection's interface is disabled. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txCellDiscardClp values for all such connections associated with the Vpt. For Vccs on CQC-based ATM cards, if the connection segments frames into cells, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsTxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.46 passportcounter64 read-only
This attribute counts the number of frames received from the bus on this connection that have been discarded. Frames are discarded due to congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection interface is disabled. This count is independent of the txCell or txCellDiscard attribute. For CQC-based ATM cards, this attribute is applicable only to connections that segment frames into cells. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txFrameDiscard values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to EPD, PPD, and W-RED for a standard Vpt Vcc are not included in this attribute. These discards are counted in the Vcc's parent Vpt txFrameDiscard attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsTxFrameDiscardClp 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.47 passportcounter64 read-only
This attribute counts the number of discarded frames on this connection that were received from the bus and composed of one or more CLP=1 cells. Frames are discarded due to congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection interface is disabled. This count is included in the txFrameDiscard attribute. For CQC-based ATM cards, this attribute is applicable only to connections that segment frames into cells. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txFrameDiscardClp values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to EPD, PPD, and W-RED for a standard Vpt Vcc are not included in this attribute. These discards are counted in the Vcc's parent Vpt txFrameDiscardClp attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccTxUtilization 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.48 gauge32 read-only
This attribute indicates the current transmit utilization during the most recent minute, expressed as a percentage of the total bandwidth which can be carried by this connection. This attribute is only applicable for Vpts and not for Vpcs or Vccs. When the Vpt is shaped, the value of this attribute is calculated using its actual shaping rate (ASR) and should not exceed 100. When the Vpt is unshaped, the value of this attribute is calculated using its peak cell rate (PCR) and should not exceed 200. If the PCR is 0, the value 255 is used.
                               atmIfVptVccStatsRxCell 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.50 passportcounter64 read-only
This attribute counts cells that have been received from the interface on this connection. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsRxCellClp 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.60 passportcounter64 read-only
This attribute counts cells that have been received from the interface on this connection with the CLP=1. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccRxDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.70 passportcounter64 read-only
This attribute is replaced by new attributes rxCellDiscard and rxFrameDiscard. This attribute counts the number of cells or frames received from the interface on this connection that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion, non-conformance with UPC or AAL reassembly problems. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccRxDiscardClp 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.80 passportcounter64 read-only
This attribute is replaced by new attributes rxCellDiscardClp and rxFrameDiscardClp. This attribute counts the number of cells or frames received from the interface on this connection with CLP=1 that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion, non-conformance with UPC or AAL reassembly problems. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsRxCellDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.82 passportcounter64 read-only
This attribute counts the number of cells received from the interface on this connection that have been discarded. This count is included in the rxCell attribute. This count includes cells discarded due to non-conformance with UPC, cells which are part of a frame which has been discarded due to an AAL5 frame reassembly error, cells which are discarded due to congestion, or cells which are received while the next hop connection to which the traffic is directed across the backplane is down. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections have a connectionPointType of connectionEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxCellDiscard values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to non-conformance with UPC at the VP layer, for a standard Vpt Vcc, are not included in this attribute. These discards are counted in the Vcc's parent Vpt rxCellDiscard attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsRxCellDiscardClp 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.83 passportcounter64 read-only
This attribute counts the number of cells received from the interface on this connection with CLP=1 that have been discarded. This count is included in the rxCell and rxCellDiscard attributes. This count includes cells discarded due to non-conformance with UPC, cells which are part of a frame which has been discarded due to an AAL5 frame reassembly error, cells which are discarded due to congestion, or cells which are received while the next hop connection to which the traffic is directed across the backplane is down. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections have a connectionPointType of connectionEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxCellDiscardClp values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to non-conformance with UPC at the VP layer, for a standard Vpt Vcc, are not included in this attribute. These discards are counted in the Vcc's parent Vpt rxCellDiscardClp attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsRxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.86 passportcounter64 read-only
This attribute counts the number of frames received from the interface on this connection that have been discarded. This count is independent of the rxCellDiscard attribute. This count includes frames discarded due to an AAL5 frame reassembly error, frames discarded due to early packet discard (EPD), and frames discarded due to processor (CPU) congestion. This attribute is applicable only for connections that reassemble incoming cells into frames. Connections which reassemble cells into frames have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; even though they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxFrameDiscard values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsRxFrameDiscardClp 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.88 passportcounter64 read-only
This attribute counts the number of discarded frames on this connection that were received from the interface and composed of one or more CLP1 cells. This count is included in the rxFrameDiscard attribute. It is independent of the rxCellDiscard attribute. This count includes frames discarded due to an AAL5 frame reassembly error, frames discarded due to early packet discard (EPD), and frames discarded due to processor (CPU) congestion. This attribute is applicable only for connections that reassemble incoming cells into frames. Connections which reassemble cells into frames have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; even though they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxFrameDiscardClp values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccRxUtilization 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.89 gauge32 read-only
This attribute indicates the current receive utilization during the most recent minute, expressed as a percentage of the total bandwidth which can be carried by this connection. This attribute is only applicable for Vpts and not for Vpcs or Vccs. When the Vpt is shaped, the value of this attribute is calculated using its actual shaping rate (ASR) and should not exceed 100. When the Vpt is unshaped, the value of this attribute is calculated using its peak cell rate (PCR) and should not exceed 200. If the PCR is 0, the value 255 is used.
                               atmIfVptVccStatsRxUpcViolationOnEnforcer1 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.90 passportcounter64 read-only
This attribute counts the number of UPC violations observed by the Generic Cell Rate Algorithm (GCRA) Enforcer 1. This attribute is only applicable if UPC is enforced or monitored. This attribute is not applicable for standard Vpt Vccs. This attribute is not applicable and is not displayed on CQC-based ATM cards. When the value of rxTrafficDescType for this connection is 3, 4, 5, 6, 7 or 8, Enforcer 1 enforces conformance of traffic received from the interface to PCR CLP0+1. When the value of rxTrafficDescType for this connection is 9, Enforcer 1 performs the Dynamic Generic Cell Rate Algorithm (DGCRA) used for the Available Bit Rate (ABR) service category. If UPC is enforced all non-conforming cells are discarded by this enforcer. These discarded cells are included in rxCellDiscard. For basic Vpts, this attribute provides an aggregated total of all rxUpcViolationOnEnforcer1 values for the Vccs associated with the Vpt. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsRxUpcViolationOnEnforcer2 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.92 passportcounter64 read-only
This attribute counts the number of UPC violations observed by the Generic Cell Rate Algorithm (GCRA) Enforcer 2. This attribute is only applicable if UPC is enforced or monitored. This attribute is not applicable for standard Vpt Vccs. This attribute is not applicable and is not displayed on CQC-based ATM cards. Enforcer2 is applicable only if the rxTrafficDescType for this connection is 4, 5, 6, 7 or 8. When the value of rxTrafficDescType 4 or 5, Enforcer 2 enforces conformance of traffic received from the interface to PCR CLP0. When the value of rxTrafficDescType 6, Enforcer 2 enforces conformance of traffic received from the interface to SCR CLP0+1. When the value of rxTrafficDescType 7 or 8, Enforcer 2 enforces conformance of traffic received from the interface to SCR CLP0. If UPC is enforced, enforcer 2 discards non-conforming cells for rxTrafficDescType values of 4, 6 and 7. It tags non-conforming cells for rxTrafficDescType values of 5 and 8. Discarded cells are counted in the rxCellDiscard attribute. For basic Vpts, this attribute provides an aggregated total of all rxUpcViolationOnEnforcer2 values for the Vccs associated with the Vpt. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsRxAal5FrameError 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.100 passportcounter64 read-only
This attribute counts the number of frames received from the interface on this connection that have AAL5 length errors or AAL5 CRC errors. This attribute is not applicable and is not displayed on CQC-based ATM cards. AAL5 length or CRC errors typically occur because of cell discards due to congestion, UPC, or due to corruption of data between the AAL5 segmentation and reassembly end points. This attribute is applicable only to connections that reassemble incoming cells into frames. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxAal5FrameError values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                               atmIfVptVccStatsRxAal5FrameAbort 1.3.6.1.4.1.562.2.4.1.114.9.20.140.1.102 passportcounter64 read-only
This attribute counts the number of frames received from the interface on this connection that have the AAL5 length field set to zero. This attribute is not applicable and is not displayed for CQC-based ATM cards. An AAL5 length of zero is an indication by the far end segmentation point to this reassembly point that the frame is to be discarded without reassembly. This mechanism is typically used by a segmentation point if it detects an error in a frame after some of the cells belonging to that frame have already been transmitted. This attribute is applicable only to connections that reassemble incoming cells into frames. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxAal5FrameAbort values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                   atmIfVptVccTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.294 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of five transmit traffic parameters. The first three elements reflect the settings of the first three elements of the txTrafficDescParm attribute in the AtmTrafficProv group. When txTrafficDescType is 1 or 2, parameters 1 through 5 are unused. In this description, PCR is the greater of either the PCR or the requested shaping rate (parameter 1 or parameter 5) specified in the Traffic group under the Vcd or Vpd. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 or 1 traffic; parameters 2 and 3 are unused. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic When txTrafficDescType is 3, 4, 5, 6, 7 or 8, parameter 4 reflects the actual shaping rate in cell/s for this connection. This rate is one of the set of available shaping rates for this type of ATM-FP, based on the number of interfaces doing shaping (attribute perVcQueueInterfaces), the provisioned cell rate, the shapingScalingFactor attribute of the AtmResourceControl component, and whether traffic shaping is enabled. A rate of zero (0) indicates that shaping is not performed. When txTrafficDescType is 3, 4, 5, 6, 7 or 8, parameter 5 reflects the equivalent cell rate in cell/s for this connection as determined by the Connection Admission Control (CAC) algorithm. The equivalent cell rate is useful in determining the admission characteristics of this connection.
                           atmIfVptVccTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.294.1 no-access
An entry in the atmIfVptVccTxTdpTable.
                               atmIfVptVccTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.294.1.1 integer32 no-access
This variable represents the atmIfVptVccTxTdpTable specific index for the atmIfVptVccTxTdpTable.
                               atmIfVptVccTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.294.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptVccTxTdpTable.
                   atmIfVptVccRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.295 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR) are expressed in cells/s. Maximum burst size (MBS) is expressed in cells. Cell Delay Variation Tolerance (CDVT) is expressed in microseconds. When rxTrafficDescType is 1 or 2, none of the parameters are used. When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard; parameter 4 represents the CDVT. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging; parameter 4 represents the CDVT. When rxTrafficDescType is a 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. If Upc is disabled for this connection, the values of PCR, SCR, MBS and CDVT is a combination of provisioned parameters. If Upc is enabled, the values of PCR, SCR, MBS, and CDVT is exactly the values used by the usage parameter control hardware in policing the arriving traffic. These may vary slightly from the provisioned values due to granularity of the hardware. In the case where the PCR is equal to the SCR, the effective MBS is zero.
                           atmIfVptVccRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.295.1 no-access
An entry in the atmIfVptVccRxTdpTable.
                               atmIfVptVccRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.295.1.1 integer32 no-access
This variable represents the atmIfVptVccRxTdpTable specific index for the atmIfVptVccRxTdpTable.
                               atmIfVptVccRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.295.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptVccRxTdpTable.
                   atmIfVptVccTxQThreshTable 1.3.6.1.4.1.562.2.4.1.114.9.20.352 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the queue limit and the discard thresholds for the transmit queue of this connection. The first element indicates the queue limit. Depending upon the atmServiceCategory of the connection, the provisioned value of the transmit queue limit is derived from the txQueueLimit attribute under one of the subcomponents of the AtmIf CA component. If the connection has traffic shaping disabled, then this attribute relates to the common queue. If traffic shaping is enabled, then this attribute relates to the per-VC queue. The second element is the threshold that marks the transition from congestion state 1 to congestion state 0. This is the threshold at which traffic with discard priority (DP) = 1 is discarded. This threshold is set approximately at 90 percent of the first parameter, the operational queue limit. The third element is the threshold that marks the transition from congestion state 2 to congestion state 1. This is the threshold at which traffic with DP = 2 is discarded. This threshold is set approximately at 75 percent of the first parameter, the operational queue limit. The fourth element is the threshold that marks the transition from congestion state 3 to congestion state 2. This is the threshold at which traffic with DP = 3 is discarded. This threshold is set approximately at 35 percent of the first parameter, the operational queue limit.
                           atmIfVptVccTxQThreshEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.352.1 no-access
An entry in the atmIfVptVccTxQThreshTable.
                               atmIfVptVccTxQThreshIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.352.1.1 integer32 no-access
This variable represents the atmIfVptVccTxQThreshTable specific index for the atmIfVptVccTxQThreshTable.
                               atmIfVptVccTxQThreshValue 1.3.6.1.4.1.562.2.4.1.114.9.20.352.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptVccTxQThreshTable.
                   atmIfVptVccFqpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.357 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of three elements that indicate the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                           atmIfVptVccFqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.357.1 no-access
An entry in the atmIfVptVccFqpTable.
                               atmIfVptVccFqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.357.1.1 integer no-access
This variable represents the atmIfVptVccFqpTable specific index for the atmIfVptVccFqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                               atmIfVptVccFqpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.357.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptVccFqpTable.
                   atmIfVptVccBqpTable 1.3.6.1.4.1.562.2.4.1.114.9.20.358 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of three elements that indicate the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                           atmIfVptVccBqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.20.358.1 no-access
An entry in the atmIfVptVccBqpTable.
                               atmIfVptVccBqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.20.358.1.1 integer no-access
This variable represents the atmIfVptVccBqpTable specific index for the atmIfVptVccBqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                               atmIfVptVccBqpValue 1.3.6.1.4.1.562.2.4.1.114.9.20.358.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptVccBqpTable.
             atmIfVptStateTable 1.3.6.1.4.1.562.2.4.1.114.9.100 no-access
This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
                     atmIfVptStateEntry 1.3.6.1.4.1.562.2.4.1.114.9.100.1 no-access
An entry in the atmIfVptStateTable.
                         atmIfVptAdminState 1.3.6.1.4.1.562.2.4.1.114.9.100.1.1 integer read-only
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component. Enumeration: 'locked': 0, 'shuttingDown': 2, 'unlocked': 1.
                         atmIfVptOperationalState 1.3.6.1.4.1.562.2.4.1.114.9.100.1.2 integer read-only
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle. Enumeration: 'disabled': 0, 'enabled': 1.
                         atmIfVptUsageState 1.3.6.1.4.1.562.2.4.1.114.9.100.1.3 integer read-only
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time. Enumeration: 'active': 1, 'idle': 0, 'busy': 2.
             atmIfVptOperTable 1.3.6.1.4.1.562.2.4.1.114.9.110 no-access
This group contains operational information for a Vcc, Vpc, or Vpt component.
                     atmIfVptOperEntry 1.3.6.1.4.1.562.2.4.1.114.9.110.1 no-access
An entry in the atmIfVptOperTable.
                         atmIfVptConnectionPointType 1.3.6.1.4.1.562.2.4.1.114.9.110.1.10 integer read-only
This attribute reflects the role of the connection component at this interface. A value of connectionEndPoint indicates that user cells, end-to-end OAM cells, and segment OAM cells are processed by the connection component. A value of segmentEndPoint indicates that user cells and end-to- end OAM cells are relayed by the connection component, while segment OAM cells are processed by the connection component. A value of connectingPoint indicates that user cells, end-to-end OAM cells, and segment OAM cells are relayed by the connection component. A value of unknown indicates that the connection component is inactive. Enumeration: 'connectionEndPoint': 0, 'connectingPoint': 2, 'unknown': 3, 'segmentEndPoint': 1.
             atmIfVptStatusTable 1.3.6.1.4.1.562.2.4.1.114.9.120 no-access
This group contains operational status information for a Vcc, Vpc, or Vpt component.
                     atmIfVptStatusEntry 1.3.6.1.4.1.562.2.4.1.114.9.120.1 no-access
An entry in the atmIfVptStatusTable.
                         atmIfVptOperStatus 1.3.6.1.4.1.562.2.4.1.114.9.120.1.20 integer read-only
This attribute indicates the present operational status of the Vcc, Vpc, or Vpt component. Its value is dependent upon the current state of the segLinkSideLoopbackState and endToEndLoopbackState attributes. The value is end2endUp when the endToEndLoopbackState is good and the segLinkSideLoopbackState is either good or unknown. The value is end2endDown when the endToEndLoopbackState is bad and the segLinkSideLoopbackState is either good or unknown. The value is localUpEnd2endUnknown when the endToEndLoopbackState is unknown and the segLinkSideLoopbackState is good. The value is localDown when segLinkSideLoopbackState is bad. The value is localUpEnd2endUnknown when the endToEndLoopbackState is notApplicable and the segLinkSideLoopbackState is good. The value is unknown when the endToEndLoopbackState is either unknown or notApplicable and the segLinkSideLoopbackState is unknown. Enumeration: 'unknown': 0, 'localUpEnd2endUnknown': 3, 'end2endUp': 1, 'end2endDown': 2, 'localDown': 4.
                         atmIfVptLocalFailureCause 1.3.6.1.4.1.562.2.4.1.114.9.120.1.25 integer read-only
This attribute indicates the failure cause of the Vcc, Vpc, or Vpt component. noFailure indicates that there is currently no bandwidth related failure for this connection. portDown indicates that the interface corresponding to the parent AtmIf is down. localBwLoss indicates that the Ima corresponding to this AtmIf has lost some, but not all bandwidth, and as a result, this connection has been released. notAdmitted indicates that this connection has failed to be admitted by the Connection Admission Control (CAC) algorithm. appNotRegistered indicates that there is no application registered to use this connection. This may be the case, for example when there is a Vcc Test application, but the test has not been started. Check the status of the application to determine why it is not functional. disabledByApp indicates that the application using this connection has requested that the connection be disabled. An example is a connection used by a trunk application where the trunk has timed out on an attempt to stage. Check the application to determine why it is not fully functional. bwReduced indicates that this connection is operating in a reduced bandwidth state. It is a bandwidth elastic connection which currently has been allocated less than the requested (equivalent) bandwidth. vpDown indicates that this connection has been notified of a fault detected at the associated VP-layer. vpDown is applicable for Vpt Vccs only. Enumeration: 'bwReduced': 6, 'notAdmitted': 3, 'appNotRegistered': 4, 'portDown': 2, 'disabledByApp': 5, 'noFailure': 0, 'localBwLoss': 1, 'vpDown': 7.
                         atmIfVptTroubled 1.3.6.1.4.1.562.2.4.1.114.9.120.1.28 integer read-only
This attribute indicates whether or not the connection is in a troubled state. Connections become troubled because of OAM failures; when one of the attributes segLinkSideLoopbackState, segSwitchSideLoopbackState, endToEndLoopbackState, aisState (when receiving AIS cells only) or rdiState go bad, this attribute is set to yes; otherwise it is set to no. Enumeration: 'yes': 1, 'no': 0.
                         atmIfVptSegLinkSideLoopbackState 1.3.6.1.4.1.562.2.4.1.114.9.120.1.30 integer read-only
This attribute contains the current state of the link-side segment loopback for this connection. Link-side segment loopback cells are transmitted (inserted) by a connection component in the direction of the link (port). The value of this attribute is dependent upon the current setting of the segLinkSideLoopback provisionable attribute, the connection point type as specified by the connectionPointType attribute, and the current loopback state (if applicable). The value is notApplicable when the connectionPointType is a connectingPoint. The value is notApplicable when the distributionType is pointToMultipoint. The value is good when the segLinkSideLoopback is on, the connectionPointType is a segmentEndPoint or a connectionEndPoint, and the segment link side loopback is working. The value is bad when the segLinkSideLoopback is on, the connectionPointType is a segmentEndPoint or a connectionEndPoint, and the link side segment loopback is not working. The value is unknown when the segLinkSideLoopback is off. The value is unknown when the segLinkSideLoopback is on, the connectionPointType is a segmentEndPoint and the segment switch side loopback has not yet been determined. The state of this attribute determines, in part, the value of the operStatus attribute. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVptSegSwitchSideLoopbackState 1.3.6.1.4.1.562.2.4.1.114.9.120.1.40 integer read-only
This attribute contains the current state of the switch-side segment loopback for this connection. Switch-side segment loopback cells are transmitted (inserted) by a connection component in the direction of the bus. The value of this attribute is dependent upon the current setting of the segSwitchSideLoopback provisionable attribute, the connection point type as specified by the connectionPointType attribute, and the current loopback state (if applicable). The value is only applicable when the connectionPointType is a segmentEndPoint. The value is notApplicable when the connectionPointType is a connectingPoint or connectionEndPoint. The value is notApplicable when the distributionType is pointToMultipoint. The value is good when the segSwitchSideLoopback is on, the connectionPointType is a segmentEndPoint and the segment switch side loopback is working. The value is bad when the segSwitchSideLoopback is on, the connectionPointType is a segmentEndPoint and the switch side segment loopback is not working. The value is unknown when the segSwitchSideLoopback is off. The value is unknown when the segSwitchSideLoopback is on, the connectionPointType is a segmentEndPoint and the segment switch side loopback has not been determined. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVptEndToEndLoopbackState 1.3.6.1.4.1.562.2.4.1.114.9.120.1.50 integer read-only
This attribute contains the current state of the end-to-end loopback for this connection. Its value is dependent upon the current setting of the endToEndLoopback provisionable attribute and the connection point type as specified by the connectionPointType attribute. The value is only applicable when the connectionPointType is a connectionEndPoint. The value is notApplicable when the connectionPointType is a connectingPoint or segmentEndPoint. The value is notApplicable when the distributionType is a pointToMultipoint. The value is good when the endToEndLoopback is on, the connectionPointType is a connectionEndPoint and the end-to-end loopback is working. The value is bad when the endToEndLoopback is on, the connectionPointType is a connectionEndPoint and the end-to-end loopback is not working. The value is unknown when the endToEndLoopback is off. The value is unknown when the endToEndLoopback is on, the connectionPointType is a connectionEndPoint and the end-to-end loopback status has not been determined. The state of this attribute determines, in part, the value of the operStatus attribute. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVptRxOamCellCongestionState 1.3.6.1.4.1.562.2.4.1.114.9.120.1.55 integer read-only
This attribute contains the current state of the receive side OAM cell congestion for this connection. Its value reflects whether the rate of received OAM cells for this connection is below a specified threshold. The connection maintains a count of the number of OAM cells which are terminated per second. Once that count exceeds the specified threshold, extraction of all OAM cells for this connection is disabled for a period of one minute. This is a congestion management mechanism to prevent the processor from being overloaded with handling OAM cells for a particular connection. This mechanism ensures that tasks, such as trunks obtain enough processor cycles to remain in service, and are not adversely affected by excessive rate of OAM cells on a particular connection. The value is good when the rate of received OAM cells is less than the allowed threshold. The value is bad when the arrival rate has exceeded the allowed threshold. It remains bad for one minute, before returning to good again. During this timeout, extraction of all OAM cells is disabled for this connection. As a result, other loopback failure conditions may occur. The value is unknown when the application has not yet begun to use this connection. An example is the Test component before a test has been started. Each type of OAM cell is counted separately. The threshold for AIS cells is three cells per second. If more than three AIS cells are received within a one second interval, this attribute is set to bad. The threshold for RDI cells and each loopback type is also three, but the threshold for trace cells is 250 per second. The state of this attribute has no direct effect on the value of the operStatus attribute or on the number of troubled connections. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVptAisState 1.3.6.1.4.1.562.2.4.1.114.9.120.1.60 integer read-only
This attribute contains the current state of the Alarm Indication Signal for this connection. A value of good indicates that the connection's application is active and no alarm has occurred. A value of bad indicates that the connection's application is active and an alarm has occurred. A value of unknown indicates that the connection's application is inactive. A value of notApplicable occurs when the connectionPointType is either a segmentEndPoint or a connectingPoint. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
                         atmIfVptRdiState 1.3.6.1.4.1.562.2.4.1.114.9.120.1.70 integer read-only
This attribute indicates the current state of the Remote Defect Indication for this connection. A value of good indicates that the connection's application is active and no alarm has occurred. A value of bad indicates that the connection's application is active and an alarm has occurred. A value of unknown indicates that the connection's application is inactive. A value of notApplicable occurs when the connectionPointType is either a segmentEndPoint or a connectingPoint. Enumeration: 'unknown': 2, 'bad': 1, 'good': 0, 'notApplicable': 3.
             atmIfVptTrafficTable 1.3.6.1.4.1.562.2.4.1.114.9.130 no-access
This group is HISTORICAL. Please refer to the group AtmTmOper; This attribute group contains attributes for the Vcc and Vpc components to reflect operational traffic attributes.
                     atmIfVptTrafficEntry 1.3.6.1.4.1.562.2.4.1.114.9.130.1 no-access
An entry in the atmIfVptTrafficTable.
                         atmIfVptTxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.130.1.10 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the type of traffic management which is applied to the transmit direction of this connection as defined in the ATM Forum. The txTrafficDescType determines the number and meaning of the parameters in the txTrafficDescParm attribute. Enumeration: 'n8': 8, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                         atmIfVptTxQosClass 1.3.6.1.4.1.562.2.4.1.114.9.130.1.30 integer read-only
This attribute indicates the quality of service for the transmit direction for this connection. The constantBitRate class refers to traffic offered on services such as a constant bit rate video service. This traffic is highest priority. The variableBitRate class refers to traffic offered on services such as packetized audio and video. The connectionOriented class refers to connection-oriented traffic such as Frame Relay or X.25 traffic. The connectionless traffic refers to traffic offered through connectionless trunks such as certain LAN protocols. The unspecified class supports a 'best effort' type of service, where there is a minimum guarantee of bandwidth. This traffic is lowest priority. This attribute is obsolete, replaced by the UNI 4.0 attribute atmServiceCategory. Enumeration: 'constantBitRate': 1, 'connectionOriented': 3, 'variableBitRate': 2, 'connectionless': 4, 'unspecified': 0.
                         atmIfVptFwdQosClass 1.3.6.1.4.1.562.2.4.1.114.9.130.1.31 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the quality of service for the calling to called direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                         atmIfVptTxQueueLength 1.3.6.1.4.1.562.2.4.1.114.9.130.1.32 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the current length of the transmit queue for this connection. If this connection has traffic shaping disabled, then this attribute displays the common queue length. If traffic shaping is enabled, then this attribute displays the per-VC queue length.
                         atmIfVptTxQueueCongestionState 1.3.6.1.4.1.562.2.4.1.114.9.130.1.33 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the congestion state of the transmit queue for this connection. If the connection has traffic shaping disabled, then this attribute displays the common queue congestion state. If traffic shaping is enabled, then this attribute displays the per-VC queue congestion state. The congestion state of a queue is indicated by a numeric value ranging from 0 to 3. When a queue is in a congested state x, only traffic with discard priority (DP) 0 to x are enqueued. Traffic with DP > x is discarded. Therefore, if the congestion state is 3, there is no congestion and all traffic is enqueued. Likewise, when the congestion state is 0, there is maximum congestion and only traffic with DP=0 is enqueued on that queue.
                         atmIfVptHoldingPriority 1.3.6.1.4.1.562.2.4.1.114.9.130.1.35 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the actual holding priority in effect for this connection. In a situation where the link bandwidth fluctuates, such as over an IMA link, holding priority is used to determine which connections are held and which are released. Holding priority 4 connections are the first to be released. Holding priority 0 connections are the last to be released. Some applications, for example Vcc Test, may override the provisioned holding priority. A value of notApplicable is displayed when this is an elastic connection. Holding priority does not apply to bandwidth elastic connections. Holding priority has no effect for ubr atmServiceCategory or txTrafficDescriptorType 1 or 2 connections. Enumeration: 'notApplicable': 6, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                         atmIfVptRxTrafficDescType 1.3.6.1.4.1.562.2.4.1.114.9.130.1.40 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the type of traffic management which is applied to the receive direction of this connection as defined in the ATM Forum. The rxTrafficDescType determines the number and meaning of the parameters in the rxTrafficDescParm attribute. Enumeration: 'n8': 8, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4, 'n5': 5, 'n6': 6, 'n7': 7.
                         atmIfVptRxQosClass 1.3.6.1.4.1.562.2.4.1.114.9.130.1.60 integer read-only
This attribute reflects the value of the provisioned attribute in the Vcd or Vpd. Refer to that attribute for more detailed explanation. This attribute is obsolete replaced by the UNI 4.0 attribute atmServiceCategory. Enumeration: 'constantBitRate': 1, 'connectionOriented': 3, 'variableBitRate': 2, 'connectionless': 4, 'unspecified': 0.
                         atmIfVptBwdQosClass 1.3.6.1.4.1.562.2.4.1.114.9.130.1.61 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the quality of service for the called to calling direction for this connection. This is only applicable to Soft PVC and SVC connections. Class 1 supports a QOS that meets Service Class A performance requirements (Circuit emulation, constant bit rate video). Class 2 supports a QOS that meets Service Class B performance requirements (Variable bit rate audio and video). Class 3 supports a QOS that meets Service Class C performance requirements (Connection-Oriented Data Transfer). Class 4 supports a QOS that meets Service Class D performance requirements (Connectionless Data Transfer). Class 0 is the unspecified QOS class; no objective is specified for the performance parameters. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'n0': 0, 'n1': 1, 'n2': 2, 'n3': 3, 'n4': 4.
                         atmIfVptAtmServiceCategory 1.3.6.1.4.1.562.2.4.1.114.9.130.1.62 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the ATM service category used for traffic in both directions of the connection. The constantBitRate service category is intended for real time applications, that is, those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. The consistent availability of a fixed quantity of bandwidth is considered appropriate for CBR service. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to have significantly reduced value of the application. The rtVariableBitRate service category is intended for real time applications; that is those requiring tightly constrained delay and delay variation, as would be appropriate for voice and video applications. Sources are expected to transmit at a rate which varies with time. Equivalently, the source can be described as 'bursty'. Cells which are delayed beyond the value specified by Cell Transfer Delay are assumed to be of significantly reduced value to the application. Real time VBR service may support statistical multiplexing of real time sources. The nrtVariableBitRate service category is intended for non-real time applications which have bursty traffic characteristics and which can be characterized in terms of a PCR, SCR, and MBS. For those cells which are transferred within the traffic contract, the application expects a low cell loss ratio. For all connections, it expects a bound on the mean cell transfer delay. Non-real time VBR service may support statistical multiplexing of connections. The unspecifiedBitRate service is intended for non-real time applications, that is those not requiring tightly constrained delay and delay variation. UBR sources are expected to be bursty. UBR service supports a high degree of statistical multiplexing among sources. UBR service does not specify traffic related service guarantees. No numerical commitments are made with respect to the cell loss ratio experienced by a UBR connection, or as to the cell transfer delay experienced by cells on the connection. Enumeration: 'constantBitRate': 1, 'unspecifiedBitRate': 0, 'rtVariableBitRate': 2, 'nrtVariableBitRate': 3.
                         atmIfVptTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.9.130.1.70 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the traffic shaping state of the connection. A value of notApplicable indicates that traffic shaping is not applicable or not supported for this connection. This is the case when the atmServiceCategory is constantBitRate, or when the txTrafficDescType is 1 or 2. In these cases, the value of notApplicable is set regardless of whether traffic shaping is enabled or disabled in the provisioning data. A value of disabled indicates that traffic shaping is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of enabled indicates that traffic shaping is applicable and supported for the type of connection and has been turned on in the provisioning data. This is the only case that indicates that traffic shaping is performed on the connection. In this case, the actual shaping rate is reflected in the txTrafficDescParm attribute, parameter number 4. Enumeration: 'disabled': 1, 'notApplicable': 4, 'enabled': 0.
                         atmIfVptBearerClassBbc 1.3.6.1.4.1.562.2.4.1.114.9.130.1.71 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the bearer capability for this connection. Class a service is a connection-oriented, constant bit rate ATM transport service. Class a service has end to end timing requirements and may require stringent cell loss, cell delay and cell delay variation performance.When a is displayed, the user is requesting more than an ATM only service. The network may look at the AAL to provide interworking based upon its contents. Class c service is a connection-oriented, variable bit rate ATM transport service. Class c service has no end-to-end timing requirements.When c is displayed, the user is requesting more than an ATM only service. The network interworking function may look at the AAL and provide service based on it. Class x service is a connection-oriented ATM transport service where the AAL, trafficType (cbr or vbr) and timing requirements are user defined (that is, transparent to the network). When the value of this attribute is x, the user is requesting an ATM only service from the network. In this case, the network shall not process any higher layer protocol. Class vp service is used to indicate a transparent VP service when the user is requesting an ATM only service from the network. In this case, the network does not process any higher layer protocol. This service differs from class x service in that with the class vp service both the VCI field (except for VCI values 0, 3, 4, and 6 through 15) and Payload Type field are transported transparently by the network. This attribute value is only applicable to SPVP and SVP connections. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'a': 1, 'x': 16, 'c': 3, 'vp': 24, 'notApplicable': 30.
                         atmIfVptTransferCapabilityBbc 1.3.6.1.4.1.562.2.4.1.114.9.130.1.72 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the transfer capability for this connection. Uni 3.0/3.1 traffic type and end-to-end timing parameters are mapped into this parameter as follows: 0: NoIndication, NoIndication 1: NoIndication, yes 2: NoIndication, no 5: CBR, yes 8: VBR, NoIndication 9: VBR, yes 10: VBR, no A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance, or in the case that the transfer capability in the call request was set to NoIndication. The CBR traffic type refers to traffic offered on services such as a constant bit rate video service or a circuit emulation. The VBR traffic type refers to traffic offered on services such as packetized audio and video, or data. The value NoIndication for traffic type is used if the user has not set the traffic type; similarly for end-to-end timing. The value yes for end-to-end timing indicates that end-to-end timing is required for the connection. The value no for end-to-end timing indicates that end-to-end timing is not required for the connection. Enumeration: 'n10': 10, 'notApplicable': 30, 'n8': 8, 'n9': 9, 'n0': 0, 'n1': 1, 'n2': 2, 'n5': 5.
                         atmIfVptClippingBbc 1.3.6.1.4.1.562.2.4.1.114.9.130.1.74 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the value of the clipping susceptibility parameter in the BBC Information Element. Clipping is an impairment in which the first fraction of a second of information to be transferred is lost. It occurs after a call is answered and before an associated connection is switched through. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'yes': 1, 'no': 0.
                         atmIfVptUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.9.130.1.75 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the unshaped transmit queuing state of the connection. A value of common indicates that transmit traffic is being enqueued onto common transmit queues. A value of perVc indicates that transmit traffic is being enqueued onto a per-VC queue for this connection. This is the case when trafficShaping is disabled, but per-VC queueing has been configured for this connection. A value of notApplicable indicates that transmit traffic is being shaped for this connection. Transmit traffic for a shaped connection is enqueued onto a per-VC queue, but this attribute is only applicable for unshaped connections. Enumeration: 'notApplicable': 4, 'perVc': 0, 'common': 1.
                         atmIfVptBestEffort 1.3.6.1.4.1.562.2.4.1.114.9.130.1.76 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates value of best effort parameter in the ATM Traffic Descriptor Information Element. The value indicated implies that the quality of service for this connection is not guaranteed. The value notIndicated implies that the quality of service for this connection is guaranteed. A value of notApplicable is displayed in the case of nailed-up PVCs for which this attribute has no significance. Enumeration: 'notApplicable': 14, 'notIndicated': 1, 'indicated': 0.
                         atmIfVptUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.9.130.1.80 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the UPC state of the connection. A value of notApplicable indicates that UPC is not applicable or not supported for the connection. This is the case when the connection's rxTrafficDescType is 1 or 2. A value of notApplicable is set regardless of whether UPC is disabled or enabled in provisioning data. A value of disabled indicates that UPC is applicable and supported for the type of connection but has been turned off in the provisioning data. A value of enabled indicates that UPC is applicable and supported for the type of connection and has been turned on in the provisioning data. This is the only case that indicates that UPC is enforced on the connection. In this case the traffic descriptor parameters used for UPC enforcement are reflected in the rxTrafficDescParms of the connection. Enumeration: 'disabled': 1, 'notApplicable': 3, 'enabled': 0.
                         atmIfVptTxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.9.130.1.85 octet string read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the set of current frame discard functions in effect in the transmit data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an interim connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. Frame discard functions are not applicable for Virtual Path Connections (VPCs). Description of bits: ppd(0) epd(1)
                         atmIfVptRxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.9.130.1.86 octet string read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the set of current frame discard functions in effect in the receive data direction at this connection point. A value of ppd indicates that the Partial Packet Discard (PPD) function is in effect. PPD may be applied at an interim connecting point for a connection which is transporting frame traffic (AAL5 at the endpoint). PPD is controlled by provisioning for PVCs and SPVCs, and by call setup parameters in the AAL and Traffic Descriptor Information Elements. A value of epd indicates that the Early Packet Discard (EPD) function is in effect at this connection endpoint. PPD and EPD are enabled by default at a connection endpoint which is performing AAL5 segmentation and assembly. Frame discard functions are not applicable for Virtual Path Connections (VPCs). Description of bits: ppd(0) epd(1)
                         atmIfVptBandwidthElastic 1.3.6.1.4.1.562.2.4.1.114.9.130.1.90 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is only of importance for connections which are carried on a link with a variable bandwidth. For example, the bandwidth may be reduced in the event that one or more physical links in the IMA group fail, such that the originally requested bandwidth cannot be maintained. This attribute shows whether the application (for example, Trunk) running on this connection can continue to operate if the bandwidth is reduced. If the bandwidth is reduced, the amount by which it is reduced is displayed in the bandwidthReduction attribute. A value of yes, indicates that this connection is elastic, and the bandwidth may be reduced but the connection is not released. A value of no indicates that the bandwidth for this connection is not reduced in the event of link bandwidth reduction. However, this connection may be released based on its holdingPriority. Bandwidth elasticity has no effect for ubr atmServiceCategory or txTrafficDescriptorType 1 or 2 connections. Enumeration: 'yes': 1, 'no': 0.
                         atmIfVptBandwidthReduction 1.3.6.1.4.1.562.2.4.1.114.9.130.1.100 integer read-only
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute shows the amount by which the bandwidth has been reduced for this connection. This value is non-zero only for connections which have bandwidthElastic displayed as yes, and which are also operating in a reduced bandwidth mode. This is typically be the case for selected connections running over an IMA link. This attribute takes a value from 0 (no reduction) up to the ECR. All connections which are running at their full allocated bandwidth, bwReduction have the value 0. Connections which have been reduced in allocated bandwidth have a positive number for this attribute. The bwReduction may be subtracted from the ECR (which is displayed as txTrafficDescParm 5) to determine the actual bandwidth allocated to this connection.
             atmIfVptStatsTable 1.3.6.1.4.1.562.2.4.1.114.9.140 no-access
This group contains traffic statistics for a Vcc, Vpc, or Vpt component.
                     atmIfVptStatsEntry 1.3.6.1.4.1.562.2.4.1.114.9.140.1 no-access
An entry in the atmIfVptStatsTable.
                         atmIfVptStatsTxCell 1.3.6.1.4.1.562.2.4.1.114.9.140.1.10 passportcounter64 read-only
This attribute counts the number of cells that have been transmitted from the interface on this connection. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsTxCellClp 1.3.6.1.4.1.562.2.4.1.114.9.140.1.20 passportcounter64 read-only
This attribute counts the number of cells that have been transmitted from the interface on this connection with the CLP=1. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptTxDiscard 1.3.6.1.4.1.562.2.4.1.114.9.140.1.30 passportcounter64 read-only
This attribute is replaced by new attributes txCellDiscard and txFrameDiscard. This attribute counts the number of cells or frames received from the bus on this connection that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion or when the connection's interface is disabled. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptTxDiscardClp 1.3.6.1.4.1.562.2.4.1.114.9.140.1.40 passportcounter64 read-only
This attribute is replaced by new attributes txCellDiscardClp and txFrameDiscardClp. This attribute counts the number of cells or frames received from the bus on this connection with CLP=1 that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion or when the connection's interface is disabled. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsTxCellDiscard 1.3.6.1.4.1.562.2.4.1.114.9.140.1.42 passportcounter64 read-only
This attribute counts the number of cells received from the bus on this connection that have been discarded. Discarded cells are not counted in the txCell attribute. Cells are discarded due to transmit congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection's interface is disabled. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections usually have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txCellDiscard values for all such connections associated with the Vpt. For Vccs on CQC-based ATM cards, if the connection segments frames into cells, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsTxCellDiscardClp 1.3.6.1.4.1.562.2.4.1.114.9.140.1.43 passportcounter64 read-only
This attribute counts the number of cells received from the bus on this connection with CLP=1 that have been discarded. This count is included in the txCellDiscard attribute. Discarded cells are not counted in the txCellClp attribute. Cells are discarded due to transmit congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection's interface is disabled. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txCellDiscardClp values for all such connections associated with the Vpt. For Vccs on CQC-based ATM cards, if the connection segments frames into cells, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsTxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.9.140.1.46 passportcounter64 read-only
This attribute counts the number of frames received from the bus on this connection that have been discarded. Frames are discarded due to congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection interface is disabled. This count is independent of the txCell or txCellDiscard attribute. For CQC-based ATM cards, this attribute is applicable only to connections that segment frames into cells. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txFrameDiscard values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to EPD, PPD, and W-RED for a standard Vpt Vcc are not included in this attribute. These discards are counted in the Vcc's parent Vpt txFrameDiscard attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsTxFrameDiscardClp 1.3.6.1.4.1.562.2.4.1.114.9.140.1.47 passportcounter64 read-only
This attribute counts the number of discarded frames on this connection that were received from the bus and composed of one or more CLP=1 cells. Frames are discarded due to congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection interface is disabled. This count is included in the txFrameDiscard attribute. For CQC-based ATM cards, this attribute is applicable only to connections that segment frames into cells. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all txFrameDiscardClp values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to EPD, PPD, and W-RED for a standard Vpt Vcc are not included in this attribute. These discards are counted in the Vcc's parent Vpt txFrameDiscardClp attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptTxUtilization 1.3.6.1.4.1.562.2.4.1.114.9.140.1.48 gauge32 read-only
This attribute indicates the current transmit utilization during the most recent minute, expressed as a percentage of the total bandwidth which can be carried by this connection. This attribute is only applicable for Vpts and not for Vpcs or Vccs. When the Vpt is shaped, the value of this attribute is calculated using its actual shaping rate (ASR) and should not exceed 100. When the Vpt is unshaped, the value of this attribute is calculated using its peak cell rate (PCR) and should not exceed 200. If the PCR is 0, the value 255 is used.
                         atmIfVptStatsRxCell 1.3.6.1.4.1.562.2.4.1.114.9.140.1.50 passportcounter64 read-only
This attribute counts cells that have been received from the interface on this connection. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsRxCellClp 1.3.6.1.4.1.562.2.4.1.114.9.140.1.60 passportcounter64 read-only
This attribute counts cells that have been received from the interface on this connection with the CLP=1. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptRxDiscard 1.3.6.1.4.1.562.2.4.1.114.9.140.1.70 passportcounter64 read-only
This attribute is replaced by new attributes rxCellDiscard and rxFrameDiscard. This attribute counts the number of cells or frames received from the interface on this connection that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion, non-conformance with UPC or AAL reassembly problems. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptRxDiscardClp 1.3.6.1.4.1.562.2.4.1.114.9.140.1.80 passportcounter64 read-only
This attribute is replaced by new attributes rxCellDiscardClp and rxFrameDiscardClp. This attribute counts the number of cells or frames received from the interface on this connection with CLP=1 that have been discarded. If the connection segments frames into cells, the counter indicates the number of frames discarded. Connections which segment frames into cells have a connectionPointType of connectionEndPoint. If the connection relays cells without adaptation, the counter indicates the number of cells discarded. Connections which relay cells without adaptation have a connectionPointType of segmentEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. Thus, in the AAL1 case, this attribute counts discarded cells. Discards are done due to congestion, non-conformance with UPC or AAL reassembly problems. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsRxCellDiscard 1.3.6.1.4.1.562.2.4.1.114.9.140.1.82 passportcounter64 read-only
This attribute counts the number of cells received from the interface on this connection that have been discarded. This count is included in the rxCell attribute. This count includes cells discarded due to non-conformance with UPC, cells which are part of a frame which has been discarded due to an AAL5 frame reassembly error, cells which are discarded due to congestion, or cells which are received while the next hop connection to which the traffic is directed across the backplane is down. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections have a connectionPointType of connectionEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxCellDiscard values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to non-conformance with UPC at the VP layer, for a standard Vpt Vcc, are not included in this attribute. These discards are counted in the Vcc's parent Vpt rxCellDiscard attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsRxCellDiscardClp 1.3.6.1.4.1.562.2.4.1.114.9.140.1.83 passportcounter64 read-only
This attribute counts the number of cells received from the interface on this connection with CLP=1 that have been discarded. This count is included in the rxCell and rxCellDiscard attributes. This count includes cells discarded due to non-conformance with UPC, cells which are part of a frame which has been discarded due to an AAL5 frame reassembly error, cells which are discarded due to congestion, or cells which are received while the next hop connection to which the traffic is directed across the backplane is down. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. For CQC-based ATM cards, this attribute is applicable only to connections that relay cells without adaptation. Such connections have a connectionPointType of connectionEndPoint or connectingPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxCellDiscardClp values for all such connections associated with the Vpt. For CQC-based ATM cards, for Vpcs, and Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. Discards due to non-conformance with UPC at the VP layer, for a standard Vpt Vcc, are not included in this attribute. These discards are counted in the Vcc's parent Vpt rxCellDiscardClp attribute. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsRxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.9.140.1.86 passportcounter64 read-only
This attribute counts the number of frames received from the interface on this connection that have been discarded. This count is independent of the rxCellDiscard attribute. This count includes frames discarded due to an AAL5 frame reassembly error, frames discarded due to early packet discard (EPD), and frames discarded due to processor (CPU) congestion. This attribute is applicable only for connections that reassemble incoming cells into frames. Connections which reassemble cells into frames have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; even though they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxFrameDiscard values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsRxFrameDiscardClp 1.3.6.1.4.1.562.2.4.1.114.9.140.1.88 passportcounter64 read-only
This attribute counts the number of discarded frames on this connection that were received from the interface and composed of one or more CLP1 cells. This count is included in the rxFrameDiscard attribute. It is independent of the rxCellDiscard attribute. This count includes frames discarded due to an AAL5 frame reassembly error, frames discarded due to early packet discard (EPD), and frames discarded due to processor (CPU) congestion. This attribute is applicable only for connections that reassemble incoming cells into frames. Connections which reassemble cells into frames have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; even though they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxFrameDiscardClp values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptRxUtilization 1.3.6.1.4.1.562.2.4.1.114.9.140.1.89 gauge32 read-only
This attribute indicates the current receive utilization during the most recent minute, expressed as a percentage of the total bandwidth which can be carried by this connection. This attribute is only applicable for Vpts and not for Vpcs or Vccs. When the Vpt is shaped, the value of this attribute is calculated using its actual shaping rate (ASR) and should not exceed 100. When the Vpt is unshaped, the value of this attribute is calculated using its peak cell rate (PCR) and should not exceed 200. If the PCR is 0, the value 255 is used.
                         atmIfVptStatsRxUpcViolationOnEnforcer1 1.3.6.1.4.1.562.2.4.1.114.9.140.1.90 passportcounter64 read-only
This attribute counts the number of UPC violations observed by the Generic Cell Rate Algorithm (GCRA) Enforcer 1. This attribute is only applicable if UPC is enforced or monitored. This attribute is not applicable for standard Vpt Vccs. This attribute is not applicable and is not displayed on CQC-based ATM cards. When the value of rxTrafficDescType for this connection is 3, 4, 5, 6, 7 or 8, Enforcer 1 enforces conformance of traffic received from the interface to PCR CLP0+1. When the value of rxTrafficDescType for this connection is 9, Enforcer 1 performs the Dynamic Generic Cell Rate Algorithm (DGCRA) used for the Available Bit Rate (ABR) service category. If UPC is enforced all non-conforming cells are discarded by this enforcer. These discarded cells are included in rxCellDiscard. For basic Vpts, this attribute provides an aggregated total of all rxUpcViolationOnEnforcer1 values for the Vccs associated with the Vpt. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsRxUpcViolationOnEnforcer2 1.3.6.1.4.1.562.2.4.1.114.9.140.1.92 passportcounter64 read-only
This attribute counts the number of UPC violations observed by the Generic Cell Rate Algorithm (GCRA) Enforcer 2. This attribute is only applicable if UPC is enforced or monitored. This attribute is not applicable for standard Vpt Vccs. This attribute is not applicable and is not displayed on CQC-based ATM cards. Enforcer2 is applicable only if the rxTrafficDescType for this connection is 4, 5, 6, 7 or 8. When the value of rxTrafficDescType 4 or 5, Enforcer 2 enforces conformance of traffic received from the interface to PCR CLP0. When the value of rxTrafficDescType 6, Enforcer 2 enforces conformance of traffic received from the interface to SCR CLP0+1. When the value of rxTrafficDescType 7 or 8, Enforcer 2 enforces conformance of traffic received from the interface to SCR CLP0. If UPC is enforced, enforcer 2 discards non-conforming cells for rxTrafficDescType values of 4, 6 and 7. It tags non-conforming cells for rxTrafficDescType values of 5 and 8. Discarded cells are counted in the rxCellDiscard attribute. For basic Vpts, this attribute provides an aggregated total of all rxUpcViolationOnEnforcer2 values for the Vccs associated with the Vpt. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsRxAal5FrameError 1.3.6.1.4.1.562.2.4.1.114.9.140.1.100 passportcounter64 read-only
This attribute counts the number of frames received from the interface on this connection that have AAL5 length errors or AAL5 CRC errors. This attribute is not applicable and is not displayed on CQC-based ATM cards. AAL5 length or CRC errors typically occur because of cell discards due to congestion, UPC, or due to corruption of data between the AAL5 segmentation and reassembly end points. This attribute is applicable only to connections that reassemble incoming cells into frames. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxAal5FrameError values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
                         atmIfVptStatsRxAal5FrameAbort 1.3.6.1.4.1.562.2.4.1.114.9.140.1.102 passportcounter64 read-only
This attribute counts the number of frames received from the interface on this connection that have the AAL5 length field set to zero. This attribute is not applicable and is not displayed for CQC-based ATM cards. An AAL5 length of zero is an indication by the far end segmentation point to this reassembly point that the frame is to be discarded without reassembly. This mechanism is typically used by a segmentation point if it detects an error in a frame after some of the cells belonging to that frame have already been transmitted. This attribute is applicable only to connections that reassemble incoming cells into frames. Such connections have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; although they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. For Vpts, this attribute provides an aggregated total of all rxAal5FrameAbort values for all applicable connections associated with the Vpt. For Vpcs, and for Vccs that relay cells without adaptation, this attribute is not applicable and is not displayed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1.
             atmIfVptTxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.294 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of five transmit traffic parameters. The first three elements reflect the settings of the first three elements of the txTrafficDescParm attribute in the AtmTrafficProv group. When txTrafficDescType is 1 or 2, parameters 1 through 5 are unused. In this description, PCR is the greater of either the PCR or the requested shaping rate (parameter 1 or parameter 5) specified in the Traffic group under the Vcd or Vpd. When txTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 or 1 traffic; parameters 2 and 3 are unused. When txTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard. When txTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging. When txTrafficDescType is 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic. When txTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic. When txTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic When txTrafficDescType is 3, 4, 5, 6, 7 or 8, parameter 4 reflects the actual shaping rate in cell/s for this connection. This rate is one of the set of available shaping rates for this type of ATM-FP, based on the number of interfaces doing shaping (attribute perVcQueueInterfaces), the provisioned cell rate, the shapingScalingFactor attribute of the AtmResourceControl component, and whether traffic shaping is enabled. A rate of zero (0) indicates that shaping is not performed. When txTrafficDescType is 3, 4, 5, 6, 7 or 8, parameter 5 reflects the equivalent cell rate in cell/s for this connection as determined by the Connection Admission Control (CAC) algorithm. The equivalent cell rate is useful in determining the admission characteristics of this connection.
                     atmIfVptTxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.294.1 no-access
An entry in the atmIfVptTxTdpTable.
                         atmIfVptTxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.294.1.1 integer32 no-access
This variable represents the atmIfVptTxTdpTable specific index for the atmIfVptTxTdpTable.
                         atmIfVptTxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.294.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptTxTdpTable.
             atmIfVptRxTdpTable 1.3.6.1.4.1.562.2.4.1.114.9.295 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of four traffic parameters whose meanings are defined by the rxTrafficDescType attribute. The values of peak cell rate (PCR), sustained cell rate (SCR) are expressed in cells/s. Maximum burst size (MBS) is expressed in cells. Cell Delay Variation Tolerance (CDVT) is expressed in microseconds. When rxTrafficDescType is 1 or 2, none of the parameters are used. When rxTrafficDescType is 3, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 4, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell discard; parameter 4 represents the CDVT. When rxTrafficDescType is 5, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the PCR for CLP equal to 0 traffic with cell tagging; parameter 4 represents the CDVT. When rxTrafficDescType is a 6, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 and 1 traffic; parameter 3 represents the MBS for CLP equal to 0 and 1 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 7, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell discard; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. When rxTrafficDescType is 8, parameter 1 represents the PCR for CLP equal to 0 and 1 traffic; parameter 2 represents the SCR for CLP equal to 0 traffic with cell tagging; parameter 3 represents the MBS for CLP equal to 0 traffic; parameter 4 represents the CDVT. If Upc is disabled for this connection, the values of PCR, SCR, MBS and CDVT is a combination of provisioned parameters. If Upc is enabled, the values of PCR, SCR, MBS, and CDVT is exactly the values used by the usage parameter control hardware in policing the arriving traffic. These may vary slightly from the provisioned values due to granularity of the hardware. In the case where the PCR is equal to the SCR, the effective MBS is zero.
                     atmIfVptRxTdpEntry 1.3.6.1.4.1.562.2.4.1.114.9.295.1 no-access
An entry in the atmIfVptRxTdpTable.
                         atmIfVptRxTdpIndex 1.3.6.1.4.1.562.2.4.1.114.9.295.1.1 integer32 no-access
This variable represents the atmIfVptRxTdpTable specific index for the atmIfVptRxTdpTable.
                         atmIfVptRxTdpValue 1.3.6.1.4.1.562.2.4.1.114.9.295.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptRxTdpTable.
             atmIfVptTxQThreshTable 1.3.6.1.4.1.562.2.4.1.114.9.352 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute indicates the queue limit and the discard thresholds for the transmit queue of this connection. The first element indicates the queue limit. Depending upon the atmServiceCategory of the connection, the provisioned value of the transmit queue limit is derived from the txQueueLimit attribute under one of the subcomponents of the AtmIf CA component. If the connection has traffic shaping disabled, then this attribute relates to the common queue. If traffic shaping is enabled, then this attribute relates to the per-VC queue. The second element is the threshold that marks the transition from congestion state 1 to congestion state 0. This is the threshold at which traffic with discard priority (DP) = 1 is discarded. This threshold is set approximately at 90 percent of the first parameter, the operational queue limit. The third element is the threshold that marks the transition from congestion state 2 to congestion state 1. This is the threshold at which traffic with DP = 2 is discarded. This threshold is set approximately at 75 percent of the first parameter, the operational queue limit. The fourth element is the threshold that marks the transition from congestion state 3 to congestion state 2. This is the threshold at which traffic with DP = 3 is discarded. This threshold is set approximately at 35 percent of the first parameter, the operational queue limit.
                     atmIfVptTxQThreshEntry 1.3.6.1.4.1.562.2.4.1.114.9.352.1 no-access
An entry in the atmIfVptTxQThreshTable.
                         atmIfVptTxQThreshIndex 1.3.6.1.4.1.562.2.4.1.114.9.352.1.1 integer32 no-access
This variable represents the atmIfVptTxQThreshTable specific index for the atmIfVptTxQThreshTable.
                         atmIfVptTxQThreshValue 1.3.6.1.4.1.562.2.4.1.114.9.352.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptTxQThreshTable.
             atmIfVptFqpTable 1.3.6.1.4.1.562.2.4.1.114.9.357 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of three elements that indicate the quality of service parameters for the forward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                     atmIfVptFqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.357.1 no-access
An entry in the atmIfVptFqpTable.
                         atmIfVptFqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.357.1.1 integer no-access
This variable represents the atmIfVptFqpTable specific index for the atmIfVptFqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                         atmIfVptFqpValue 1.3.6.1.4.1.562.2.4.1.114.9.357.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptFqpTable.
             atmIfVptBqpTable 1.3.6.1.4.1.562.2.4.1.114.9.358 no-access
This attribute is HISTORICAL. Please refer to the attribute of the same name in the group AtmTmOper. This attribute is a vector of three elements that indicate the quality of service parameters for the backward direction for this connection. This attribute is used for SPVC and SVC connections on a PNNI interface. The cdv element indicates the acceptable peak-to-peak Cell Delay Variation (CDV) of real-time connections (CBR, and rt-VBR). The ctd element indicates the acceptable maximum Cell Transfer Delay (maxCtd) of real-time connections (CBR, and rt-VBR). The clr element indicates the acceptable Cell Loss Ratio (CLR) of CBR, rt-VBR, and nrt-VBR connections.
                     atmIfVptBqpEntry 1.3.6.1.4.1.562.2.4.1.114.9.358.1 no-access
An entry in the atmIfVptBqpTable.
                         atmIfVptBqpIndex 1.3.6.1.4.1.562.2.4.1.114.9.358.1.1 integer no-access
This variable represents the atmIfVptBqpTable specific index for the atmIfVptBqpTable. Enumeration: 'ctd': 1, 'cdv': 0, 'clr': 2.
                         atmIfVptBqpValue 1.3.6.1.4.1.562.2.4.1.114.9.358.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfVptBqpTable.
         atmIfEp 1.3.6.1.4.1.562.2.4.1.114.10
               atmIfEpRowStatusTable 1.3.6.1.4.1.562.2.4.1.114.10.1 no-access
This entry controls the addition and deletion of atmIfEp components.
                   atmIfEpRowStatusEntry 1.3.6.1.4.1.562.2.4.1.114.10.1.1 no-access
A single entry in the table represents a single atmIfEp component.
                       atmIfEpRowStatus 1.3.6.1.4.1.562.2.4.1.114.10.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of atmIfEp components. These components can be added and deleted.
                       atmIfEpComponentName 1.3.6.1.4.1.562.2.4.1.114.10.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                       atmIfEpStorageType 1.3.6.1.4.1.562.2.4.1.114.10.1.1.4 storagetype read-only
This variable represents the storage type value for the atmIfEp tables.
                       atmIfEpIndex 1.3.6.1.4.1.562.2.4.1.114.10.1.1.10 integer32 no-access
This variable represents the index for the atmIfEp tables.
               atmIfEpProvTable 1.3.6.1.4.1.562.2.4.1.114.10.100 no-access
This group contains provisioned attributes which specify the behavior of an emission priority for the ATM interface.
                       atmIfEpProvEntry 1.3.6.1.4.1.562.2.4.1.114.10.100.1 no-access
An entry in the atmIfEpProvTable.
                           atmIfEpMinimumBandwidthGuarantee 1.3.6.1.4.1.562.2.4.1.114.10.100.1.1 unsigned32 read-write
This attribute specifies the minimum bandwidth guarantee associated with this EmissionPriority. A minimum bandwidth guarantee is designed to prevent starvation of traffic at this EP by traffic at higher EPs. Minimum bandwidth guarantees only operate for EPs within the guaranteed bandwidth range 2 through 7. The minimum bandwidth guarantee specified is a percentage of the bandwidth which remains after all traffic at EP 0 and EP 1 is served. For example, if EP 0 and EP 1 traffic consumes 20% of link bandwidth, the minimum bandwidth guarantee applies to the remaining 80% of the link bandwidth. A minimum bandwidth guarantee of 2% would actually result in this EP getting 2% of 80% (total 1.6%) of the link bandwidth. The sum of minimumBandwidthGuarantee values for all Eps under an AtmIf must not exceed 100%. The value priority specifies that this Ep gets the bandwidth guarantee which is applicable based on the hierarchy of emission priorities. In this case, there is no minimum bandwidth guarantee. A value between 1 and 49 specifies that from 1% to 49% of the remaining link bandwidth is reserved for traffic at this EP. Given a value n of minimumBandwidthGuarantee, then for n% of transmit cell opportunities in the guaranteed bandwidth range, this EP get first opportunity to send a cell. If this EP uses less than n% of the link bandwidth, the extra opportunities are allocated in priority. Due to scheduling and cell arrival times, traffic at this EP may not necessarily achieve full utilization of its minimum bandwidth guarantee. When specifying a value for minimumBandwidthGuarantee, consider the effect on cell delay variation (CDV) of traffic which would normally be of higher priority. For example, if RtVbr service category traffic is assigned to Ep/2 and Ubr traffic is assigned on Ep/7 where Ep/7 has a minimumBandwidthGuarantee of 25%, there can be a large impact on CDV of the RtVbr traffic. Traffic of the Cbr or RtVbr service category which is sensitive to CDV and is of known volume, can be assigned on EP 0 or EP 1 which are independent of the effects of minimum bandwidth guarantee. VALUES ( 0 = priority )
         atmIfCidDataTable 1.3.6.1.4.1.562.2.4.1.114.100 no-access
This group contains the attribute for a component's Customer Identifier (CID). Refer to the attribute description for a detailed explanation of CIDs.
                 atmIfCidDataEntry 1.3.6.1.4.1.562.2.4.1.114.100.1 no-access
An entry in the atmIfCidDataTable.
                     atmIfCustomerIdentifier 1.3.6.1.4.1.562.2.4.1.114.100.1.1 unsigned32 read-write
This attribute holds the Customer Identifier (CID). Every component has a CID. If a component has a cid attribute, the component's CID is the provisioned value of that attribute; otherwise the component inherits the CID of its parent. The top- level component has a CID of 0. Every operator session also has a CID, which is the CID provisioned for the operator's user ID. An operator will see only the stream data for components having a matching CID. Also, the operator will be allowed to issue commands for only those components which have a matching CID. An operator CID of 0 is used to identify the Network Manager (referred to as 'NetMan' in DPN). This CID matches the CID of any component. Values 1 to 8191 inclusive (equivalent to 'basic CIDs' in DPN) may be assigned to specific customers.
         atmIfProvTable 1.3.6.1.4.1.562.2.4.1.114.110 no-access
This group contains provisionable attributes for the AtmIf component.
                 atmIfProvEntry 1.3.6.1.4.1.562.2.4.1.114.110.1 no-access
An entry in the atmIfProvTable.
                     atmIfInterfaceName 1.3.6.1.4.1.562.2.4.1.114.110.1.10 link read-write
This attribute associates the AtmIf component with a specific interface on a Function Processorfor example, Lp/1 Ds3/0. This implicitly defines the logical processor on which the AtmIf is activated.
                     atmIfType 1.3.6.1.4.1.562.2.4.1.114.110.1.20 integer read-write
This attribute indicates the type of AtmIf, either uni or ppi. These types differ only in their handling of OAM cellsall connections passing through a uni interface terminate segment loopback cells; whereas a ppi interface permits these cells to be passed transparently. This is obsoleted. The value is migrated into oamSegmentBoundary. uni maps to yes. ppi maps to no. Enumeration: 'uni': 0, 'ppi': 1.
                     atmIfOamSegmentBoundary 1.3.6.1.4.1.562.2.4.1.114.110.1.30 integer read-write
This attribute specifies whether the interface is on an OAM segment boundary. When yes is selected, the interface is on an OAM segment boundary and all connections passing through the interface terminate OAM segment cells. When no is selected, the interface is not on an OAM segment boundary and the interface permits the segment cells to be passed transparently. Enumeration: 'yes': 1, 'no': 0.
                     atmIfMaxVpcs 1.3.6.1.4.1.562.2.4.1.114.110.1.40 unsigned32 read-write
This attribute specifies the maximum number of VPCs that can be configured on this AtmIf. The value must not exceed the total number of usable VPCs supported by this AtmIf (which is equal to 256 or (256 - (number of VPIs used for VCCs)), according to the ConnectionMapping component). Furthermore, if the AtmIf is linked to an LogicalProcessor of cardType other than 3pE3Atm, 3pDS3Atm, 3pOC3MmAtm, 3pOC3SmAtm, 3pE1Atm, 3pDS1Atm, 2pJ6MAtm, the sum of (maxVccs + maxVpcs + 1) across all AtmIf linked to that Lp must be less than or equal to the totalConnectionPoolCapacity attribute of the Arc component. If the Arc component doesn't exist, the default value of totalConnectionPoolCapacity is used as the limit. This attribute has been migrated to the Ca component.
                     atmIfMaxVccs 1.3.6.1.4.1.562.2.4.1.114.110.1.50 unsigned32 read-write
This attribute specifies the maximum number of usable VCCs that can be configured on this AtmIf. The value must not exceed the number of non-reserved VCC identifiers in the Vcc space supported by this AtmIf (which is specified by the ConnectionMapping component). Furthermore, if the AtmIf is linked to an LogicalProcessor of cardType other than 3pE3Atm, 3pDS3Atm, 3pOC3MmAtm, 3pOC3SmAtm, 3pE1Atm, 3pDS1Atm, 2pJ6MAtm, the sum of (maxVccs + maxVpcs + 1) across all AtmIf linked to that Lp must be less than the totalConnectionPoolCapacity attribute of the Arc component. If the Arc component doesn't exist, the default value of totalConnectionPoolCapacity is used as the limit. This attribute has been migrated to the Ca component.
                     atmIfTrafficShaping 1.3.6.1.4.1.562.2.4.1.114.110.1.60 integer read-write
It is migrated in P6.0 to a combination of the trafficShaping attributes and the emissionPriority attributes under each ATM service category component of the AtmIf CA. This attribute defines whether traffic shaping is enabled or disabled for the entire AtmIf. When this attribute is set to enabled, each provisioned connection under the interface can be individually provisioned to permit or prohibit traffic shaping. When this attribute is set to disabled, no traffic shaping is performed on the transmit path for any of the connections. This attribute may be set to enabled if the interface supports shaping, as defined by the perVcQueueInterfaces attribute in the AtmResourceControl component. If the AtmResourceControl component does not exist, this attribute may not be set to enabled. Enumeration: 'disabled': 1, 'enabled': 0.
                     atmIfUnshapedTransmitQueueing 1.3.6.1.4.1.562.2.4.1.114.110.1.70 integer read-write
It is migrated in P6.0 to the attributes of the same name under each ATM service category component of the AtmIf CA. This attribute applies only for unshaped VCC and VPC connections. This attribute defines the transmit queueing method for all unshaped connections under this AtmIf. Per-VC queueing means that unshaped connections are treated with the same fairness as shaped queues in the transmit round-robin scheduling. The alternative to per-VC queueing is to use the common queue for a particular service category (medium or low priority). The common queue is only counted as one queue in the transmit round-robin scheduling. Thus, if there are multiple connections which are destined for the common queue, they are not fairly allocated a portion of the transmit bandwidth compared to shaped connections. When this attribute is set to perVc, any unshaped connection is allocated its own per-VC queue, and is treated with the same fairness as any shaped connections. Per-VC queues have a maximum rate of 58,962 cell/s (25 Mbit/s) in a multi-port shaping configuration. Per-VC queues also have their own congestion control level. This means that total number of cell/frame blocks allocated for several per-VC queues are higher than would be allowed on the common queue. This can be an advantage in reducing cell loss due to queue congestion. This attribute may only be set to perVc if the interface supports per-VC queueing, (specified by the perVcQueueInterfaces attribute in the AtmResourceControl component). When this attribute is set to common, any unshaped connection is destined for the common queue. The common queue has one set of congestion control levels for all cells enqueued on it. The common queue is only allocated one queue position when scheduling which queue to transmit from. Due to the possibility of unfairness, this value is only recommended in cases where the configuration cannot otherwise achieve full link utilization. When this attribute is set to autoConfigure and the interface support per-VC queueing (specified by the perVcQueueInterfaces attribute in the AtmResourceControl component) per-VC queueing is enabled for all unshaped connections. Otherwise, the common queue is used. The unshapedTransmitQueueingOper attribute indicates whether the transmit queueing is perVc or common. Enumeration: 'perVc': 0, 'autoConfigure': 2, 'common': 1.
                     atmIfUsageParameterControl 1.3.6.1.4.1.562.2.4.1.114.110.1.80 integer read-write
It is migrated in P6.0 to the attributes of the same name under each ATM service category component of the AtmIf CA. This attribute defines whether usage parameter control (UPC) is enabled or disabled for receive traffic for Vcc and Vpc connections for this entire AtmIf. When this attribute is set to enabled, each provisioned connection under the interface can be individually provisioned to enforce or ignore UPC. When this attribute is set to disabled, UPC cannot be enabled on the receive path for any of the connections. Enumeration: 'disabled': 1, 'enabled': 0.
                     atmIfMaxVpiBits 1.3.6.1.4.1.562.2.4.1.114.110.1.85 unsigned32 read-write
This attribute specifies the maximum number of VPI bits that may be active for this AtmIf. These bits start at the least significant bit position and are contiguous. In general, the maximum VPI which may be used on the interface is 2**maxVpiBits - 1. The value of the remaining (inactive) VPI bits is ignored on cells received from the link. If the AtmIf is linked to a LogicalProcessor of cardType 3pOC3MmAtm, 3pOC3SmAtm, 3pE3Atm, 3pDS3Atm, 3pE1Atm, 3pDS1Atm, or 2pJ6MAtm, the value of this attribute must be 8. The maximum VPI supported on these card types is 255. If the AtmIf is linked to a LogicalProcessor of any other cardType, the value of this attribute may be 8 or 12. The maximum VPI supported on these card types is 4095. An exception is that cardType 8pE1Atm and 8pDS1Atm do not support VPI 4095; the maximum VPI on these card types is 4094. If a Uni or an Iisp component is present directly under the AtmIf, the value of this attribute must be 8.
                     atmIfRemoteAtmInterfaceLabel 1.3.6.1.4.1.562.2.4.1.114.110.1.90 asciistring read-write
This attribute specifies a unique indication of the remote ATM service or interface component connected to this one. The value of this attribute can be used by network management applications to discover the network's ATM topology from its configuration information. The syntax of the value, such as component ID, address, or other numerical identifier, must follow the conventions of the network management platform. In absence of such convention or platform, the value should be left empty. The value is only stored by the module. It is neither validated nor used to perform any form of remote connectivity validation.
                     atmIfTxCellMemory 1.3.6.1.4.1.562.2.4.1.114.110.1.91 unsigned32 read-write
This attribute specifies the percentage of total transmit cell memory which is available for use by connections under this AtmIf. This attribute is not applicable, and is ignored for CQC-based ATM FPs. Transmit cell memory is used for storing ATM cells to be transmitted by connections under this AtmIf. It includes all cells in connections at the nrt-VBR or UBR service category. It includes cells in CBR or rt-VBR connections which are doing per-VC queueing. It does not include cells in CBR or rt-VBR connections which are allocated from the dedicated buffer for CBR common queuing or rt-VBR common queuing. If the value of this attribute is specified as 100, connections under this AtmIf may use up to 100% of the total transmit cell memory. If this attribute is specified as an amount less than 100, then only that percentage of the total transmit cell memory may be used by connections under this AtmIf. The minimum value for this attribute is 1% since some cell memory is always required for connections. For 3pDs3Atm2 and 3pE3Atm2 card types, the total cell memory displayed in Lp/x Eng Arc Aqm/0 txCellMemoryThreshold 0 is shared across all three interfaces for the card. Specifying a value of 100% enables complete overbooking of the total transmit cell memory by the three AtmIf's on this card. On a DS3 or E3 card, specifying values for this attribute such that each value is less than 100% but the sum for the three AtmIf's is more than 100% enables partial overbooking of the transmit cell memory. Specifying values for this attribute under the three AtmIf's where the sum of these attributes adds up to exactly 100%, ensures that each AtmIf has a dedicated pool of transmit cells with no overbooking. Specifying values for this attribute under the three AtmIf's where the sum of these attributes adds up to less than 100%, restricts the total size of the free list. This can be used to ensure the functioning of port aggregation even with a small number of connections. For 2pOc3MmAtm2 and 2pOC3SmAtm2 card types, the cell memory displayed in Lp/x Eng Arc Aqm/0 txCellMemoryThreshold 0 is allocated to the first interface for the card. Cell memory displayed in Lp/x Eng Arc Aqm/1 txCellMemoryThreshold 0 is allocated to the second interface for the card. Specifying an amount less than 100% restricts the total size of the free list. This can be used to ensure the functioning of port aggregation even with a small number of connections.
                     atmIfFaultHoldOffTime 1.3.6.1.4.1.562.2.4.1.114.110.1.100 integer read-write
This attribute specifies the delay before faults detected at the VP layer are propagated to the VC layer, and thus to the application using the connection. If the value is 0 (zero), applications using a VirtualPathTerminator are immediately notified of faults detected by the VP. Using this value allows these applications to be advised of faults without requiring loopbacks on each Vcc. Typically, the application goes out of service when advised of a fault. If the value is infinity, applications are not notified of VP layer faults. Using this value allows the applications to survive transient VP layer fault conditions. The value chosen applies only to Vpts and Vccs directly beneath a Vpt. Enumeration: 'n0': 0, 'infinity': 65535.
         atmIfLbkTable 1.3.6.1.4.1.562.2.4.1.114.120 no-access
This group contains the default loopback attribute values for all Vcc, Vpc and Vpt components. Note that these attribute values can be overridden by setting different values in the Vcd component of the provisioned Vcc or the Vpd component of the provisioned Vpc or Vpt. Certain loopback requests may not be possible on a given connection. In such cases, the corresponding operational loopback attribute in the AtmStatus group of the Vcc, Vpc, or Vpt component is set to notApplicable and the requested loopback is not performed.
                 atmIfLbkEntry 1.3.6.1.4.1.562.2.4.1.114.120.1 no-access
An entry in the atmIfLbkTable.
                     atmIfSegLinkSideLoopback 1.3.6.1.4.1.562.2.4.1.114.120.1.10 integer read-write
This attribute specifies the default value for link-side segment loopback insertion for all connections under this interface. Link- side segment loopback is not possible if the oamSegmentBoundary attribute of the AtmIf component is no. Enumeration: 'on': 0, 'off': 1.
                     atmIfSegSwitchSideLoopback 1.3.6.1.4.1.562.2.4.1.114.120.1.20 integer read-write
This attribute specifies the default value for switch-side segment loopback insertion for all connections under this interface. Switch- side segment loopback is not possible if the oamSegmentBoundary attribute of the AtmIf component is no. Enumeration: 'on': 0, 'off': 1.
                     atmIfEndToEndLoopback 1.3.6.1.4.1.562.2.4.1.114.120.1.30 integer read-write
This attribute specifies the default value for end-to-end loopback insertion for all connections under this interface. End-to-end loopback insertion is not possible if the connectionPointType attribute of the Vcc or Vpc component is connectingPoint or segmentEndPoint. End-to-end loopback insertion is possible if the connectionPointType attribute of the Vcc or Vpc component is connectionEndPoint. End-to-end loopback insertion is always possible on a Vpt component. Enumeration: 'on': 0, 'off': 1.
                     atmIfLoopbackMonitoring 1.3.6.1.4.1.562.2.4.1.114.120.1.110 integer read-write
'This attribute specifies the default value for loopback monitoring for all connecting points of this interface. Currently this attribute only applies to Passport specific trace cells. When Passport-specific trace cells are received at connecting points connections under this interface the value of this attribute determines if a response will be generated. This attribute is only applicable to connectingPoint and will be ignored by connectionEndPoints or segmentEndPoints.' Enumeration: 'on': 0, 'off': 1.
         atmIfStateTable 1.3.6.1.4.1.562.2.4.1.114.130 no-access
This group contains the three OSI State attributes and the six OSI Status attributes. The descriptions generically indicate what each attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241- 7001-150, Passport Operations and Maintenance Guide.
                 atmIfStateEntry 1.3.6.1.4.1.562.2.4.1.114.130.1 no-access
An entry in the atmIfStateTable.
                     atmIfAdminState 1.3.6.1.4.1.562.2.4.1.114.130.1.1 integer read-only
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component. The OSI Status attributes, if supported by the component, may provide more details, qualifying the state of the component. Enumeration: 'locked': 0, 'shuttingDown': 2, 'unlocked': 1.
                     atmIfOperationalState 1.3.6.1.4.1.562.2.4.1.114.130.1.2 integer read-only
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle. The OSI Status attributes, if supported by the component, may provide more details, qualifying the state of the component. Enumeration: 'disabled': 0, 'enabled': 1.
                     atmIfUsageState 1.3.6.1.4.1.562.2.4.1.114.130.1.3 integer read-only
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time. The OSI Status attributes, if supported by the component, may provide more details, qualifying the state of the component. Enumeration: 'active': 1, 'idle': 0, 'busy': 2.
                     atmIfAvailabilityStatus 1.3.6.1.4.1.562.2.4.1.114.130.1.4 octet string read-only
If supported by the component, this attribute indicates the OSI Availability status of the component. Note that, even though it is defined as a multi-valued set, at most one value is shown to the user. When no values are in the set, this indicates that either the attribute is not supported or that none of the status conditions described below are present. The value inTest indicates that the resource is undergoing a test procedure. If adminState is locked or shuttingDown, the normal users are precluded from using the resource and controlStatus is reservedForTest. Tests that do not exclude additional users can be present in any operational or administrative state but the reservedForTest condition should not be present. The value failed indicates that the component has an internal fault that prevents it from operating. The operationalState is disabled. The value dependency indicates that the component cannot operate because some other resource on which it depends is unavailable. The operationalState is disabled. The value powerOff indicates the resource requires power to be applied and it is not powered on. The operationalState is disabled. The value offLine indicates the resource requires a routine operation (either manual, automatic, or both) to be performed to place it on-line and make it available for use. The operationalState is disabled. The value offDuty indicates the resource is inactive in accordance with a predetermined time schedule. In the absence of other disabling conditions, the operationalState is enabled or disabled. The value degraded indicates the service provided by the component is degraded in some way, such as in speed or operating capacity. However, the resource remains available for service. The operationalState is enabled. The value notInstalled indicates the resource is not present. The operationalState is disabled. The value logFull is not used. Description of bits: inTest(0) failed(1) powerOff(2) offLine(3) offDuty(4) dependency(5) degraded(6) notInstalled(7) logFull(8)
                     atmIfProceduralStatus 1.3.6.1.4.1.562.2.4.1.114.130.1.5 octet string read-only
If supported by the component, this attribute indicates the OSI Procedural status of the component. Note that, even though it is defined as a multi-valued set, at most one value is shown to the user. When no values are in the set, this indicates that either the attribute is not supported or that none of the status conditions described below are present. The value initializationRequired indicates (for a resource which doesn't initialize autonomously) that initialization is required before it can perform its normal functions, and this procedure has not been initiated. The operationalState is disabled. The value notInitialized indicates (for a resource which does initialize autonomously) that initialization is required before it can perform its normal functions, and this procedure has not been initiated. The operationalState may be enabled or disabled. The value initializing indicates that initialization has been initiated but is not yet complete. The operationalState may be enabled or disabled. The value reporting indicates the resource has completed some processing operation and is notifying the results. The operationalState is enabled. The value terminating indicates the component is in a termination phase. If the resource doesn't reinitialize autonomously, operationalState is disabled; otherwise it is enabled or disabled. Description of bits: initializationRequired(0) notInitialized(1) initializing(2) reporting(3) terminating(4)
                     atmIfControlStatus 1.3.6.1.4.1.562.2.4.1.114.130.1.6 octet string read-only
If supported by the component, this attribute indicates the OSI Control status of the component. Note that, even though it is defined as a multi-valued set, at most one value is shown to the user. When no values are in the set, this indicates that either the attribute is not supported or that none of the status conditions described below are present. The value subjectToTest indicates the resource is available but tests may be conducted simultaneously at unpredictable times, which may cause it to exhibit unusual characteristics. The value partOfServicesLocked indicates that part of the service is restricted from users of a resource. The adminState is unlocked. The value reservedForTest indicates that the component is administratively unavailable because it is undergoing a test procedure. The adminState is locked. The value suspended indicates that the service has been administratively suspended. Description of bits: subjectToTest(0) partOfServicesLocked(1) reservedForTest(2) suspended(3)
                     atmIfAlarmStatus 1.3.6.1.4.1.562.2.4.1.114.130.1.7 octet string read-only
If supported by the component, this attribute indicates the OSI Alarm status of the component. Note that, even though it is defined as a multi-valued set, at most one value is shown to the user. When no values are in the set, this indicates that either the attribute is not supported or that none of the status conditions described below are present. The value underRepair indicates the component is currently being repaired. The operationalState is enabled or disabled. The value critical indicates one or more critical alarms are outstanding against the component. Other, less severe, alarms may also be outstanding. The operationalState is enabled or disabled. The value major indicates one or more major alarms are outstanding against the component. Other, less severe, alarms may also be outstanding. The operationalState is enabled or disabled. The value minor indicates one or more minor alarms are outstanding against the component. Other, less severe, alarms may also be outstanding. The operationalState is enabled or disabled. The value alarmOutstanding generically indicates that an alarm of some severity is outstanding against the component. Description of bits: underRepair(0) critical(1) major(2) minor(3) alarmOutstanding(4)
                     atmIfStandbyStatus 1.3.6.1.4.1.562.2.4.1.114.130.1.8 integer read-only
If supported by the component, this attribute indicates the OSI Standby status of the component. The value notSet indicates that either the attribute is not supported or that none of the status conditions described below are present. Note that this is a non-standard value, used because the original specification indicated this attribute was set-valued and thus, did not provide a value to indicate that none of the other three are applicable. The value hotStandby indicates that the resource is not providing service but will be immediately able to take over the role of the resource to be backed up, without initialization activity, and containing the same information as the resource to be backed up. The value coldStandby indicates the resource is a backup for another resource but will not be immediately able to take over the role of the backed up resource and will require some initialization activity. The value providingService indicates that this component, as a backup resource, is currently backing up another resource. Enumeration: 'notSet': 15, 'coldStandby': 1, 'hotStandby': 0, 'providingService': 2.
                     atmIfUnknownStatus 1.3.6.1.4.1.562.2.4.1.114.130.1.9 integer read-only
This attribute indicates the OSI Unknown status of the component. The value false indicates that all of the other OSI State and Status attribute values can be considered accurate. The value true indicates that the actual state of the component is not known for sure. Enumeration: 'true': 1, 'false': 0.
         atmIfOperTable 1.3.6.1.4.1.562.2.4.1.114.140 no-access
This group contains operational attributes which show the status of the AtmIf component.
                 atmIfOperEntry 1.3.6.1.4.1.562.2.4.1.114.140.1 no-access
An entry in the atmIfOperTable.
                     atmIfTxCellMemoryAvailable 1.3.6.1.4.1.562.2.4.1.114.140.1.1 gauge32 read-only
This attribute is HISTORICAL and is replaced by txCellMemoryUsage. This attribute is only valid for AtmIf's on ATM IP FPs. It is not displayed for AtmIf's on other card types. This attribute indicates the current amount of transmit cells available for this AtmIf. Transmit cell memory is the memory available for storing ATM cells to be transmitted by connections under this AtmIf.
                     atmIfTxCellMemoryCongestionState 1.3.6.1.4.1.562.2.4.1.114.140.1.2 gauge32 read-only
This attribute indicates the congestion state of the transmit cell memory for this AtmIf. This attribute is not applicable, and is not displayed on CQC-based ATM FPs. This attribute indicates which txCellMemoryThreshold corresponds to the current value of txCellMemoryUsage. The congestion state is used to determine if cells of a particular discard priority (DP) are discarded before being queued for transmit. The congestion state of transmit cell memory is indicated by a numeric value ranging from 3 to 0. When transmit cell memory is in congestion state 'x', traffic with DP > 'x' is discarded before transmit. Traffic with DP < 'x' may be queued for transmit, depending on the congestion level of the connection transmit queue. Traffic with DP = 'x' may be either queued or discarded depending on how close the value of txCellMemoryUsage is to the next threshold as displayed in txCellMemoryThreshold. For example, CLP1 traffic is queued until the value indicated by txCellMemoryUsage equals the value indicated in txCellMemoryThreshold 3. At that point, CLP1 traffic is discarded.
                     atmIfTxCellMemoryUsage 1.3.6.1.4.1.562.2.4.1.114.140.1.3 gauge32 read-only
This attribute indicates the current number of transmit cells which are in use for this AtmIf. This attribute is not applicable, and is not displayed on CQC-based ATM FPs. Transmit cell memory is used for storing ATM cells to be transmitted by connections under this AtmIf. It includes all cells in connections at the nrt-VBR or UBR service category. It includes cells in CBR or rt-VBR connections which are doing per-VC queueing. It does not include cells in CBR or rt-VBR connections which are allocated from the dedicated buffer for CBR common queuing or rt-VBR common queuing.
                     atmIfUnshapedTransmitQueueingOper 1.3.6.1.4.1.562.2.4.1.114.140.1.10 integer read-only
This attribute is HISTORICAL in P6.0. This attribute indicates the state of transmit queuing for unshaped connections under this AtmIf. A value of perVc indicates that any unshaped connections use per- VC queueing in the CQC. A value of common indicates that traffic for unshaped connections uses the common queue which corresponds to the atmServiceCategory for this connection. Enumeration: 'perVc': 0, 'common': 1.
         atmIfStatsTable 1.3.6.1.4.1.562.2.4.1.114.150 no-access
This group contains operational attributes which keep statistics about the behavior of the AtmIf component.
                 atmIfStatsEntry 1.3.6.1.4.1.562.2.4.1.114.150.1 no-access
An entry in the atmIfStatsTable.
                     atmIfTransmittedCells 1.3.6.1.4.1.562.2.4.1.114.150.1.10 passportcounter64 read-only
This attribute is renamed in P6.0 to txCell for naming compatibility with the Vcc and Vpc components. This attribute counts cells transmitted from the ATM interface. The counter is reset to zero when the component is created, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds the maximum value of (2**64)-1.
                     atmIfTxCell 1.3.6.1.4.1.562.2.4.1.114.150.1.13 passportcounter64 read-only
This attribute counts cells transmitted from the ATM interface. It does not include cells discarded due to congestion before transmit. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfTxCellClp 1.3.6.1.4.1.562.2.4.1.114.150.1.14 passportcounter64 read-only
This attribute is not applicable and is not displayed on CQC-based ATM cards. This attribute counts cells transmitted from the ATM interface which have the CLP bit set to 1. This includes cells which arrive at this interface with CLP=1, and also cells which are marked with CLP=1 as a result of forced tagging at this interface. This count is included in the txCell attribute. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfTxCellEfci 1.3.6.1.4.1.562.2.4.1.114.150.1.15 passportcounter64 read-only
This attribute is not applicable and is not displayed on CQC-based ATM cards. This attribute counts cells transmitted from the ATM interface which have the EFCI bit set to 1. This includes cells which arrive at this interface with EFCI=1, and also cells which are marked with EFCI=1 as a result of congestion at this interface. This count is included in the txCell attribute. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfTxCellDiscard 1.3.6.1.4.1.562.2.4.1.114.150.1.16 passportcounter64 read-only
This attribute is not applicable and is not displayed on CQC-based ATM cards. This attribute counts cells discarded and not transmitted out the ATM interface. Since cells are discarded before they are transmitted, this count is not included in the txCell attribute. This count is independent of the txFrameDiscard attribute. Transmit cells are discarded due to transmit congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection's interface is disabled. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfTxCellDiscardClp 1.3.6.1.4.1.562.2.4.1.114.150.1.17 passportcounter64 read-only
This attribute is not applicable and is not displayed on CQC-based ATM cards. This attribute counts cells discarded and not transmitted out the ATM interface which have the CLP bit set to 1. Since cells are discarded before they are transmitted, this count is not included in the txCellClp attribute. This count is included in the txCellDiscard attribute, but it is independent of the txFrameDiscardClp attribute. Transmit cells are discarded due to transmit congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection's interface is disabled. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfTxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.150.1.18 passportcounter64 read-only
This attribute is not applicable and is not displayed on CQC-based ATM cards. This attribute counts frames discarded and not transmitted out the ATM interface. This count is independent of txCellDiscard. Transmit frames are discarded due to congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection interface is disabled. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfTxFrameDiscardClp 1.3.6.1.4.1.562.2.4.1.114.150.1.19 passportcounter64 read-only
This attribute is not applicable and is not displayed on CQC-based ATM cards. This attribute counts frames which have at least one cell with the CLP bit set to 1, and have been discarded and not transmitted out the ATM interface. It is independent of the txCellDiscard attribute. This count is included in the txFrameDiscard attribute. Transmit frames are discarded due to congestion, Partial Packet Discard (PPD), Early Packet Discard (EPD), and Weighted Random Early Detection (W-RED) mechanisms, or when the connection interface is disabled. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfReceivedCells 1.3.6.1.4.1.562.2.4.1.114.150.1.20 passportcounter64 read-only
This attribute is renamed in P6.0 to rxCell for naming compatibility with the Vcc and Vpc component. This attribute counts valid cells received from the ATM interface. The counter is reset to zero when the component is created, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfRxCell 1.3.6.1.4.1.562.2.4.1.114.150.1.23 passportcounter64 read-only
This attribute counts valid cells received from the ATM interface. This count includes cells which may be subsequently discarded. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. On ATM IP FPs valid cells include cells that arrive on a VCC whose VPI.VCI cannot be identified. These cells are also counted under the droppedRxCell attribute. The value of this attribute on ATM IP FPs should be greater than or equal to the sum of droppedRxCell and all the Vcc and Vpc rxCell attributes under this interface. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfRxCellClp 1.3.6.1.4.1.562.2.4.1.114.150.1.24 passportcounter64 read-only
This attribute is not applicable and is not displayed on CQC-based ATM cards. This attribute counts valid cells received from the ATM interface which have the CLP bit set to 1. This count includes cells which may be subsequently discarded. This count is included in the rxCell attribute. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfRxCellEfci 1.3.6.1.4.1.562.2.4.1.114.150.1.25 passportcounter64 read-only
This attribute is not applicable and is not displayed on CQC-based ATM cards. This attribute counts valid cells received from the ATM interface which have the EFCI bit set to 1. This count includes cells which may be subsequently discarded. This count is included in the rxCell attribute. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfRxCellDiscard 1.3.6.1.4.1.562.2.4.1.114.150.1.26 passportcounter64 read-only
This attribute is not applicable and is not displayed on CQC-based ATM cards. This attribute counts cells received from the ATM interface which have been discarded. This count is included in the rxCell attribute. This count includes cells discarded due to non-conformance with UPC, cells which are part of a frame which has been discarded due to an AAL5 frame reassembly error, cells which are discarded due to congestion, or cells which are received while the next hop connection to which the traffic is directed across the backplane is down. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfRxCellDiscardClp 1.3.6.1.4.1.562.2.4.1.114.150.1.27 passportcounter64 read-only
This attribute is not applicable and is not displayed on CQC-based ATM cards. This attribute counts valid cells received from the ATM interface which have the CLP bit set to 1, which have been discarded. This count is included in the rxCell and rxCellDiscard attributes. This count includes cells discarded due to non-conformance with UPC, cells which are part of a frame which has been discarded due to an AAL5 frame reassembly error, cells which are discarded due to congestion, or cells which are received while the next hop connection to which the traffic is directed across the backplane is down. The next hop connection is the Vcc or Vpc identified by the nextHop attribute of the Nrp or Rp component. This counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfRxFrameDiscard 1.3.6.1.4.1.562.2.4.1.114.150.1.28 passportcounter64 read-only
This attribute is not applicable and is not displayed on CQC-based ATM cards. This attribute counts frames received from the ATM interface which have been discarded. This count includes the count of rxFrameDiscardClp and aal5RxErrors. It is independent of the rxCellDiscard attribute. This count includes frames discarded due to an AAL5 frame reassembly error, frames discarded due to early packet discard (EPD), and frames discarded due to processor (CPU) congestion. This attribute is applicable only for connections that reassemble incoming cells into frames. Connections which reassemble cells into frames have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; even though they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfRxFrameDiscardClp 1.3.6.1.4.1.562.2.4.1.114.150.1.29 passportcounter64 read-only
This attribute is not applicable and is not displayed on CQC-based ATM cards. This attribute counts frames received from the ATM interface which have been discarded and which have at least one cell with the CLP bit set to 1. This count is included in the rxFrameDiscard attribute. It is independent of the rxCellDiscardClp attribute. This count includes frames discarded due to an AAL5 frame reassembly error, frames discarded due to early packet discard (EPD), and frames discarded due to processor (CPU) congestion. This attribute is applicable only for connections that reassemble incoming cells into frames. Connections which reassemble cells into frames have a connectionPointType of connectionEndPoint. AAL1 connections are an exception to this rule; even though they have a connectionPointType of connectionEndPoint, they do not do adaptation at this point. The counter is reset to zero when the component is activated, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1.
                     atmIfDroppedRxCells 1.3.6.1.4.1.562.2.4.1.114.150.1.30 passportcounter64 read-only
This attribute counts cells received from the interface that were dropped because they contained invalid VPI or VCI values, or dropped because they had no associated connection for the VPI or VCI. On ATM IP FPs this count is included in the rxCell count for the interface. Note that this attribute does not keep an exact count. Idle cells and unassigned cells are ignored without being counted as dropped cells. The counter is reset to zero when the component is created, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1. The VPI and VCI of the last dropped cell are indicated in the attribute lastDroppedRxCellConnection.
                     atmIfLastDroppedRxCellConnection 1.3.6.1.4.1.562.2.4.1.114.150.1.31 integersequence read-only
This attribute indicates the VPI and VCI of the last cell that was dropped. Cells are dropped because they have no associated connection for the VPI and VCI. Dropped cells are counted in the attribute droppedRxCells.
                     atmIfAal5RxErrors 1.3.6.1.4.1.562.2.4.1.114.150.1.32 counter32 read-only
This attribute counts AAL5 frame reassembly errors which have occurred since the component was activated. These errors are either CRC errors or length errors, possibly caused by dropped cells.This attribute includes the count of AAL5 aborted frames. This count is included in the rxFrameDiscard count. The counter is reset to zero when the component is created, or when any critical attribute of the component is changed. The counter wraps to zero if it exceeds its maximum value of (2**64)-1. The VPI and VCI of the last connection which exhibited AAL5 reassembly errors are indicated in the attribute lastAal5ErrorConnection.
                     atmIfLastAal5RxErrorConnection 1.3.6.1.4.1.562.2.4.1.114.150.1.33 integersequence read-only
This attribute indicates the VPI and VCI of the last connection that exhibited AAL5 reassembly errors. These errors are counted in the attribute aal5RxErrors.
                     atmIfLrcFrameErrors 1.3.6.1.4.1.562.2.4.1.114.150.1.34 counter32 read-only
This attribute counts egress LRC frame errors on frames received across the bus. The likely cause of this is a hardware fault on either the sending or receiving card. The counter is reset to zero when the component is created, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1. The VPI and VCI of the last connection which exhibited LRC errors are indicated in the attribute lastLrcFrameErrorConnection.
                     atmIfLastLrcFrameErrorConnection 1.3.6.1.4.1.562.2.4.1.114.150.1.35 integersequence read-only
This attribute indicates the VPI and VCI of the last connection that had LRC frame errors on frames received across the bus. These errors are counted in the attribute lrcFrameErrors.
                     atmIfAal5RxAborts 1.3.6.1.4.1.562.2.4.1.114.150.1.40 counter32 read-only
This attribute is not supported on any card type in Release 6.0 or earlier. This attribute counts AAL5 frame aborts which have been received since the component was activated. An AAL5 aborted frame is one in which the AAL5 frame length has been set to zero. This count is included in aal5RxErrors. The counter is reset to zero when the component is created, or when any critical attribute of the component is changed. The counter wraps to zero when it exceeds its maximum value of (2**64)-1. The VPI and VCI of the last connection which received AAL5 abort errors are displayed in the attribute lastAal5RxAbortConnection.
                     atmIfLastAal5RxAbortConnection 1.3.6.1.4.1.562.2.4.1.114.150.1.50 integersequence read-only
This attribute is not supported on any card type in Release 6.0 or earlier. This attribute indicates the VPI and VCI of the last connection that exhibited AAL5 aborts. These errors are counted in the attribute aal5RxAborts.
                     atmIfTxLinkUtilization 1.3.6.1.4.1.562.2.4.1.114.150.1.59 gauge32 read-only
This attribute indicates the current transmit interface utilization during the most recent minute, expressed as a percentage of the total bandwidth which can be carried by this ATM interface.
                     atmIfRxLinkUtilization 1.3.6.1.4.1.562.2.4.1.114.150.1.60 gauge32 read-only
This attribute indicates the current receive interface utilization during the most recent minute, expressed as a percentage of the total bandwidth which can be carried by this ATM interface.
         atmIfTxCellMemoryThresholdTable 1.3.6.1.4.1.562.2.4.1.114.441 no-access
This attribute is a vector which indicates the size and three discard thresholds for transmit cell memory for this AtmIf. This attribute is not applicable, and is not displayed on CQC-based ATM FPs. Transmit cell memory used for storing ATM cells to be transmitted by connections under this AtmIf. It includes all cells in connections at the nrt-VBR or UBR service category. It includes cells in CBR or rt-VBR connections which are doing per-VC queueing. It does not include cells in CBR or rt-VBR connections which are allocated from the dedicated buffer for CBR common queuing or rt-VBR common queuing. The first value indicates the transmit cell memory size. It is the multiplication of the Lp/x Eng Arc Aqm/y txCellMemoryThreshold 0 attribute by the txCellMemoryPercentage attribute of this AtmIf. The current value of txCellMemoryUsage together with the vector of values in txCellMemoryThreshold determines the txCellMemoryCongestionState. The congestion state determines whether cells of a given discard priority (DP) are discarded or queued for transmit. When the txCellMemoryUsage attribute is between threshold 0 and threshold 1, the txCellMemoryCongestionState indicates the value 0. In congestion state 0, traffic with DP > 0 is discarded. Threshold 1 is set approximately at 90 percent of threshold 0, the total transmit cell memory size. When the txCellMemoryUsage attribute is between threshold 1 and threshold 2, the txCellMemoryCongestionState indicates the value 1. In congestion state 1, traffic with DP > 1 is discarded. Threshold 2 is set approximately at 85 percent of threshold 0, the total transmit cell memory size. When the txCellMemoryUsage attribute is between threshold 2 and threshold 3, the txCellMemoryCongestionState indicates the value 2. In congestion state 2, traffic with DP > 2 is discarded. Threshold 3 is set approximately at 75 percent of threshold 0, the total transmit cell memory size. When the txCellMemoryUsage attribute is below threshold 3, the txCellMemoryCongestionState indicates the value 3. In congestion state 3, traffic with DP=3 is queued.
                 atmIfTxCellMemoryThresholdEntry 1.3.6.1.4.1.562.2.4.1.114.441.1 no-access
An entry in the atmIfTxCellMemoryThresholdTable.
                     atmIfTxCellMemoryThresholdIndex 1.3.6.1.4.1.562.2.4.1.114.441.1.1 integer32 no-access
This variable represents the atmIfTxCellMemoryThresholdTable specific index for the atmIfTxCellMemoryThresholdTable.
                     atmIfTxCellMemoryThresholdValue 1.3.6.1.4.1.562.2.4.1.114.441.1.2 unsigned32 read-only
This variable represents an individual value for the atmIfTxCellMemoryThresholdTable.
 atmCoreMIB 1.3.6.1.4.1.562.2.4.2.123
         atmCoreGroup 1.3.6.1.4.1.562.2.4.2.123.1
             atmCoreGroupBE 1.3.6.1.4.1.562.2.4.2.123.1.5
                 atmCoreGroupBE01 1.3.6.1.4.1.562.2.4.2.123.1.5.2
                     atmCoreGroupBE01A 1.3.6.1.4.1.562.2.4.2.123.1.5.2.2
         atmCoreCapabilities 1.3.6.1.4.1.562.2.4.2.123.3
             atmCoreCapabilitiesBE 1.3.6.1.4.1.562.2.4.2.123.3.5
                 atmCoreCapabilitiesBE01 1.3.6.1.4.1.562.2.4.2.123.3.5.2
                     atmCoreCapabilitiesBE01A 1.3.6.1.4.1.562.2.4.2.123.3.5.2.2