TIMETRA-SAS-QOS-MIB

File: TIMETRA-SAS-QOS-MIB.mib (134788 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
TIMETRA-SAS-GLOBAL-MIB TIMETRA-TC-MIB ATM-TC-MIB
INET-ADDRESS-MIB TIMETRA-SERV-MIB TIMETRA-SAP-MIB
TIMETRA-QOS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
IpAddress Integer32 Counter64
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
RowStatus MacAddress TruthValue
StorageType TimeStamp timetraSASObjs
timetraSASNotifyPrefix timetraSASConfs timetraSASModules
Dot1PPriority IpAddressPrefixLength ServiceAccessPoint
TItemDescription TNamedItem TNamedItemOrEmpty
TDSCPValue TDSCPName TDSCPNameOrEmpty
TIpProtocol TTcpUdpPort TDSCPValueOrNone
TTcpUdpPortOperator TFrameType TFCName
TLspExpValue TQueueId TIngressQueueId
TEgressQueueId TPortSchedulerPIR TPortSchedulerCIR
TIngressMeterId TFCType TSapIngressMeterId
TNetworkIngressMeterId TMplsLspExpProfMapID TDEValue
AtmServiceCategory AtmTrafficDescrParamIndex InetAddressIPv6
InetAddressPrefixLength svcId sapPortId
sapEncapValue tSapIngressIndex tNetworkPolicyIndex
tSlopePolicyEntry tPortSchedulerPlcyEntry tSapIngressFCEntry
tSlopePolicy tNetworkQueuePolicyEntry tSapIngressEntry
tNetworkPolicyEntry tSapEgressEntry tNetworkQueueEntry
tSapEgressQueueEntry tSapIngressQueueEntry tSapIngressMacCriteriaEntry
tSapIngressIPCriteriaEntry tSapIngressIPv6CriteriaEntry tNetworkEgressFCEntry

Defined Types

TPolicyID  
the identification number of a policy.
TEXTUAL-CONVENTION    
  Unsigned32 0..65535  

TSapIngressPolicyID  
the identification number of a SAP ingress policy.
TEXTUAL-CONVENTION    
  TPolicyID  

TSapEgressPolicyID  
the identification number of a SAP egress policy.
TEXTUAL-CONVENTION    
  TPolicyID 1..65535  

TAccessEgressPolicyID  
the identification number of a Access egress policy.
TEXTUAL-CONVENTION    
  TPolicyID 1..65535  

TNetworkPolicyID  
the identification number of a network policy.
TEXTUAL-CONVENTION    
  TPolicyID 1..65535  

TRemarkPolicyID  
the identification number of a Remark policy.
TEXTUAL-CONVENTION    
  TPolicyID 1..65535  

TItemScope  
This textual-convention determines some aspects of an item's behavior regarding creation and use, unused entry garbage collection, and automated promulgation by Element Management System to other systems in the service domain. TItemScope applies to SAP-ingress, SAP-egress, and Network policies, and to IP filters and MAC filters. exclusive: When the scope of an item is defined as exclusive, the item can only be applied once, for example to a single SAP. Attempting to assign the policy to a second SAP is not allowed and will result in an error. If the item is removed from the exclusive SAP, it will become available for assignment to another exclusive SAP. A non-applied exclusive scope policy is a candidate to be removed from the system by a TBD garbage collection command. The system default policies cannot be put into the exclusive scope. An error will be generated if scope exclusive is executed in any policies with a policy-id equal to 1. template: When the scope of an item is defined as template, the item can be applied any number of times. Policies with template scope will not be considered for deletion by a TBD garbage collection command; all items of scope 'template' must be deleted explicitly. The system default policies will always be scope template. An error will occur if a policy-id 1 is attempted to be set to scope exclusive.
TEXTUAL-CONVENTION    
  INTEGER exclusive(1), template(2)  

TItemMatch  
when set to off, the item is not matched. when set to false, packets without the item match the filter. when set to true, packets with the item match the filter.
TEXTUAL-CONVENTION    
  INTEGER off(1), false(2), true(3)  

TPriority  
the priority to apply to a packet
TEXTUAL-CONVENTION    
  INTEGER low(1), high(2)  

TPriorityOrDefault  
the priority to apply to a packet. when set to default(3), the priority from the default-action is used.
TEXTUAL-CONVENTION    
  INTEGER low(1), high(2), default(3)  

TProfile  
the profile marking of a packet at the ingress.
TEXTUAL-CONVENTION    
  INTEGER in(1), out(2)  

TProfileOrDei  
the profile marking of a packet at the ingress.
TEXTUAL-CONVENTION    
  INTEGER in(1), out(2), use-dei(13)  

TProfileOrNone  
Profile marking of a packet.
TEXTUAL-CONVENTION    
  INTEGER none(0), in(1), out(2)  

TAdaptationRule  
The adaptation rule to be applied to calcluate the operational values for the specified entity.
TEXTUAL-CONVENTION    
  INTEGER max(1), min(2), closest(3)  

TRemarkType  
The remarking to be used.
TEXTUAL-CONVENTION    
  INTEGER none(1), dscp(2), precedence(3)  

TPrecValue  
The precedence bits as used in the IPv4 header. This constitutes of 3 bits and hence can hold the values from 0 to 7.
TEXTUAL-CONVENTION    
  INTEGER 0..7  

TPrecValueOrNone  
The precedence bits as used in the IPv4 header. This constitutes of 3 bits and hence can hold the values from 0 to 7. The value '-1' specifies that the precedence value is undefined/unused.
TEXTUAL-CONVENTION    
  INTEGER -1 | 0..7  

TIngressCIRRate  
The rate to be used in kbps. The value -1 means maximum rate.
TEXTUAL-CONVENTION    
  INTEGER -1 | 0..20000000  

TIngressPIRRate  
The rate to be used in kbps. The value -1 means maximum rate.
TEXTUAL-CONVENTION    
  INTEGER -1 | 0..20000000  

TCIRRate  
The rate to be used in kbps. The value -1 means maximum rate.
TEXTUAL-CONVENTION    
  INTEGER -1 | 0..100000000  

TPIRRate  
The rate to be used in kbps. The value -1 means maximum rate.
TEXTUAL-CONVENTION    
  INTEGER -1 | 1..100000000  

TPIRRateOrZero  
The rate to be used in kbps. The value -1 means maximum rate. The value 0 means undefined rate.
TEXTUAL-CONVENTION    
  INTEGER -1 | 0..100000000  

TIngressBurstSize  
The amount of buffer space (in Kbits) assigned to a meter. The value -1 means default value
TEXTUAL-CONVENTION    
  INTEGER -1 | 4..2146959  

TBurstSize  
The amount of buffer space (in kbytes) assigned to a queue. The value -1 means that the actual value is derived from the corresponding buffer policy's default value.
TEXTUAL-CONVENTION    
  INTEGER -1 | 0..131072  

TBurstPercent  
The percentage of buffer space assigned to a queue that is reserved for some purpose.
TEXTUAL-CONVENTION    
  INTEGER 0..100  

TBurstHundredthsOfPercent  
The percentage of buffer space assigned to a queue that is reserved for some purpose, defined to two decimal places.
TEXTUAL-CONVENTION    
  Integer32 0..10000  

TBurstPercentOrDefault  
The percentage of buffer space assigned to a queue that is reserved for some purpose. The value -1 means that the actual value is derived from the corresponding buffer policy's default value.
TEXTUAL-CONVENTION    
  INTEGER -1 | 0..100  

TRatePercent  
The percentage of maximum rate allowed.
TEXTUAL-CONVENTION    
  INTEGER 0..100  

TLevel  
The level of the specified entity while feeding into the parent.
TEXTUAL-CONVENTION    
  INTEGER 1..8  

TLevelOrDefault  
The level of the specified entity while feeding into the parent. The value 0 is used to denote a default value.
TEXTUAL-CONVENTION    
  INTEGER 0 | 1..8  

TWeight  
The weight of the specified entity while feeding into the parent.
TEXTUAL-CONVENTION    
  INTEGER 0..100  

TQWeight  
The Queue weight of the specified entity.
TEXTUAL-CONVENTION    
  INTEGER 0 | 1..100  

TMeterMode  
Meter mode
TEXTUAL-CONVENTION    
  INTEGER priority(1), profile(2)  

TPlcyMode  
Policy mode
TEXTUAL-CONVENTION    
  INTEGER strict(0), roundRobin(1), weightedRoundRobin(2), weightedDeficitRoundRobin(3)  

TMeterRateMode  
Meter Rate mode.The mode can be configured as Two Rate Three Color Marker (trTCM) or Single Rate Three Color Marker (srTCM). The mode command can be executed at anytime.
TEXTUAL-CONVENTION    
  INTEGER trtcm(1), srtcm(2), trtcm1(3), trtcm2(4)  

TPlcyQuanta  
Policy Quata
TEXTUAL-CONVENTION    
  INTEGER  

TQueueMode  
The mode in which the queue is operating. If the queue is operating in the 'priority' mode, it is capable of handling traffic differently with two distinct priorities. These priorities are assigned by the stages preceding the queueing framework in the system. When the queue is operating in the 'profile' mode, in other words the color aware mode, the queue tries to provide the appropriate bandwidth to the packets with different profiles. The profiles are assigned according to the configuration of the forwarding class or the sub-forwarding class. In 'priority' mode, the queue does not have the functionality to support the profiled traffic and in such cases the queue will have a degraded performance. However, the converse is not valid and a queue in 'profile' mode should be capable of supporting the different priorities of traffic.
TEXTUAL-CONVENTION    
  INTEGER priority(1), profile(2)  

TEntryIndicator  
Uniquely identifies an entry in a policy or filter table. The value 0 is not a valid entry-id. When used as insertion point the value 0 indicates that entries must be inserted at the very beginning, i.e.before the first entry defined.
TEXTUAL-CONVENTION    
  Unsigned32 0..65535  

TEntryId  
uniquely identifies an entry in a policy or filter table. to facilitate insertion of entries in the tables, we recommend assigning entry IDs by 10s: 10, 20, 30, etc.
TEXTUAL-CONVENTION    
  TEntryIndicator 1..65535  

TMatchCriteria  
determines whether the entry matches traffic using IP match entries or MAC match entries.
TEXTUAL-CONVENTION    
  INTEGER ip(1), mac(2), none(3), dscp(4), dot1p(5), prec(6)  

TAtmTdpDescrType  
The TAtmTdpDescrType is an enumerated integer whose value indicates the types of cell loss priority to be used in conjunction with traffic parameters. The following values are outlined: Integer Value Interpretation ------------- ------------------------ clp0And1pcr PCR applies to CLP 0 and CLP 1 cell flows clp0And1pcrPlusClp0And1scr PCR applies to CLP 0 and CLP 1 cell flows. SCR applies to CLP 0 and CLP 1 cell flows. clp0And1pcrPlusClp0scr PCR applies to CLP 0 and CLP 1 cell flows. SCR applies to CLP 0 cell flows. clp0And1pcrPlusClp0scrTag PCR applies to CLP 0 and CLP 1 cell flows. SCR applies to CLP 0 cell flows.
TEXTUAL-CONVENTION    
  INTEGER clp0And1pcr(0), clp0And1pcrPlusClp0And1scr(1), clp0And1pcrPlusClp0scr(2), clp0And1pcrPlusClp0scrTag(3)  

TSlopeDropRate  
The slope drop rate. Mapping of drop-rate values in percentage: 0 - 100% cliff drop 1 - 6.25% 2 - 3.125% 3 - 1.5625% 4 - 0.78125% 5 - 0.390625% 6 - 0.1953125% 7 - 0.09765625%
TEXTUAL-CONVENTION    
  INTEGER 0..7  

TSlopeThreshold  
The percentage of the shared buffer
TEXTUAL-CONVENTION    
  INTEGER 0..100  

TMaxProbability  
The slope between the Start Average and Max Average
TEXTUAL-CONVENTION    
  Unsigned32 0..10 | 25 | 50 | 75 | 100  

TNetworkPolicyType  
Network policy type
TEXTUAL-CONVENTION    
  INTEGER ipInterface(1), port(2)  

TDot1PLspExpValue  
MPLS Experimental bits or 802.1p priority. This type is used when these are shared. -1 means not set.
TEXTUAL-CONVENTION    
  INTEGER -1 | 0..7  

TMplsLspExpProfileValue  
MPLS Experimental bits. -1 means not set.
TEXTUAL-CONVENTION    
  INTEGER -1 | 0..7  

TMplsLspExpProfMapEntry  
SEQUENCE    
  tMplsLspExpProfMapIndex TMplsLspExpProfMapID
  tMplsLspExpProfMapRowStatus RowStatus
  tMplsLspExpProfMapDescription TItemDescription
  tMplsLspExpProfMapLastChanged TimeStamp

TMplsLspExpProfileEntry  
SEQUENCE    
  tMplsLspExpProfileBits TMplsLspExpProfileValue
  tMplsLspExpProfileRowStatus RowStatus
  tMplsLspExpProfile TProfile
  tMplsLspExpProfileLastChanged TimeStamp

TAccessEgressEntry  
SEQUENCE    
  tAccessEgressIndex TAccessEgressPolicyID
  tAccessEgressRowStatus RowStatus
  tAccessEgressScope TItemScope
  tAccessEgressDescription TItemDescription
  tAccessEgressLastChanged TimeStamp
  tAccessEgressRemark TruthValue
  tAccessEgressRemarkPolicyId TRemarkPolicyID
  tAccessEgressRemarkType INTEGER

TAccessEgressQueueEntry  
SEQUENCE    
  tAccessEgressQueueIndex TEgressQueueId
  tAccessEgressQueueRowStatus RowStatus
  tAccessEgressQueueCBS TBurstSize
  tAccessEgressQueueMBS TBurstSize
  tAccessEgressQueuePIRAdaptation TAdaptationRule
  tAccessEgressQueueCIRAdaptation TAdaptationRule
  tAccessEgressQueueAdminPIR TPIRRate
  tAccessEgressQueueAdminCIR TCIRRate
  tAccessEgressQueueOperPIR TPIRRate
  tAccessEgressQueueOperCIR TCIRRate
  tAccessEgressQueueLastChanged TimeStamp
  tAccessEgressQueuePolicyName TNamedItem
  tAccessEgressQueuePolicyQueueMode INTEGER
  tAccessEgressQueuePolicyWeight INTEGER

TAccessEgressFCEntry  
SEQUENCE    
  tAccessEgressFCName TFCName
  tAccessEgressFCRowStatus RowStatus
  tAccessEgressFCQueue TEgressQueueId
  tAccessEgressFCDot1PInProfile Dot1PPriority
  tAccessEgressFCDot1POutProfile Dot1PPriority
  tAccessEgressFCLastChanged TimeStamp
  tAccessEgressFCDscpInProfile TDSCPNameOrEmpty
  tAccessEgressFCDscpOutProfile TDSCPNameOrEmpty
  tAccessEgressFCDot1PProfile Dot1PPriority
  tAccessEgressFCForceDEValue TDEValue
  tAccessEgressFCDEMark TruthValue

TSapIngressMeterEntry  
SEQUENCE    
  tSapIngressMeter TSapIngressMeterId
  tSapIngressMeterRowStatus RowStatus
  tSapIngressMeterMCast TruthValue
  tSapIngressMeterCBS TIngressBurstSize
  tSapIngressMeterMBS TIngressBurstSize
  tSapIngressMeterPIRAdaptation TAdaptationRule
  tSapIngressMeterCIRAdaptation TAdaptationRule
  tSapIngressMeterAdminPIR TIngressPIRRate
  tSapIngressMeterAdminCIR TIngressCIRRate
  tSapIngressMeterOperPIR TPIRRate
  tSapIngressMeterOperCIR TCIRRate
  tSapIngressMeterLastChanged TimeStamp
  tSapIngressMeterMode TMeterMode
  tSapIngressMeterRateMode TMeterRateMode
  tSapIngressMeterAdminCBS TIngressBurstSize
  tSapIngressMeterAdminMBS TIngressBurstSize
  tSapIngressMeterOperCBS TIngressBurstSize
  tSapIngressMeterOperMBS TIngressBurstSize
  tSapIngressMeterProfileMode TruthValue
  tSapIngressMeterColorMode INTEGER

TNetworkIngressFCExtnEntry  
SEQUENCE    
  tNetworkIngressFCExtnName TNamedItem
  tNetworkIngressFCExtnRowStatus RowStatus
  tNetworkIngressFCExtnMeter TNetworkIngressMeterId
  tNetworkIngressFCExtnMCastMeter TNetworkIngressMeterId
  tNetworkIngressFCExtnLastChanged TimeStamp

TNetworkIngressMeterEntry  
SEQUENCE    
  tNetworkIngressMeterIndex TNetworkIngressMeterId
  tNetworkIngressMeterRowStatus RowStatus
  tNetworkIngressMeterCBS TIngressBurstSize
  tNetworkIngressMeterMBS TIngressBurstSize
  tNetworkIngressMeterCIRAdaptation TAdaptationRule
  tNetworkIngressMeterPIRAdaptation TAdaptationRule
  tNetworkIngressMeterAdminPIR TIngressPIRRate
  tNetworkIngressMeterAdminCIR TIngressCIRRate
  tNetworkIngressMeterOperPIR TPIRRate
  tNetworkIngressMeterOperCIR TCIRRate
  tNetworkIngressMeterLastChanged TimeStamp
  tNetworkIngressMeterMode TMeterMode
  tNetworkIngressMeterMCast TruthValue
  tNetworkIngressMeterRateMode TMeterRateMode
  tNetworkIngressMeterAdminCBS TIngressBurstSize
  tNetworkIngressMeterAdminMBS TIngressBurstSize
  tNetworkIngressMeterOperCBS TIngressBurstSize
  tNetworkIngressMeterOperMBS TIngressBurstSize

TSasSlopePolicyExtnEntry  
SEQUENCE    
  tSlopeHiQueue1DropRate TSlopeDropRate
  tSlopeHiQueue2DropRate TSlopeDropRate
  tSlopeHiQueue3DropRate TSlopeDropRate
  tSlopeHiQueue4DropRate TSlopeDropRate
  tSlopeHiQueue5DropRate TSlopeDropRate
  tSlopeHiQueue6DropRate TSlopeDropRate
  tSlopeHiQueue7DropRate TSlopeDropRate
  tSlopeHiQueue8DropRate TSlopeDropRate
  tSlopeLoQueue1DropRate TSlopeDropRate
  tSlopeLoQueue2DropRate TSlopeDropRate
  tSlopeLoQueue3DropRate TSlopeDropRate
  tSlopeLoQueue4DropRate TSlopeDropRate
  tSlopeLoQueue5DropRate TSlopeDropRate
  tSlopeLoQueue6DropRate TSlopeDropRate
  tSlopeLoQueue7DropRate TSlopeDropRate
  tSlopeLoQueue8DropRate TSlopeDropRate
  tSlopeHiStartThreshold TSlopeThreshold
  tSlopeLoStartThreshold TSlopeThreshold

TQueueSlopePolicyEntry  
SEQUENCE    
  tSlopePolicyQueueId TQueueId
  tSlopePolicyQueueRowStatus RowStatus
  tSlopePolicyQueueLastChanged TimeStamp
  tSlopePolicyQueueHiAdminStatus INTEGER
  tSlopePolicyQueueHiStartAverage Unsigned32
  tSlopePolicyQueueHiMaxAverage Unsigned32
  tSlopePolicyQueueHiMaxProbability TMaxProbability
  tSlopePolicyQueueLoAdminStatus INTEGER
  tSlopePolicyQueueLoStartAverage Unsigned32
  tSlopePolicyQueueLoMaxAverage Unsigned32
  tSlopePolicyQueueLoMaxProbability TMaxProbability
  tSlopePolicyQueueNonTcpAdminStatus INTEGER
  tSlopePolicyQueueNonTcpStartAverage Unsigned32
  tSlopePolicyQueueNonTcpMaxAverage Unsigned32
  tSlopePolicyQueueNonTcpMaxProbability TMaxProbability
  tSlopePolicyQueueTimeAvgFactor Unsigned32

TSasSapIngressFCEntry  
SEQUENCE    
  tSapIngressFCMeter TSapIngressMeterId
  tSapIngressFCMCastMeter TSapIngressMeterId
  tSapIngressFCBCastMeter TSapIngressMeterId
  tSapIngressFCUnknownMeter TSapIngressMeterId

TSasPortSchedulerPlcyEntry  
SEQUENCE    
  tPortSchedulerPlcyMode TPlcyMode
  tPortSchedulerPlcyQuanta TPlcyQuanta
  tPortSchedulerPlcyQueue1Weight TQWeight
  tPortSchedulerPlcyQueue2Weight TQWeight
  tPortSchedulerPlcyQueue3Weight TQWeight
  tPortSchedulerPlcyQueue4Weight TQWeight
  tPortSchedulerPlcyQueue5Weight TQWeight
  tPortSchedulerPlcyQueue6Weight TQWeight
  tPortSchedulerPlcyQueue7Weight TQWeight
  tPortSchedulerPlcyQueue8Weight TQWeight

SapIngQosMeterStatsEntry  
SEQUENCE    
  sapIngQosMeterId TSapIngressMeterId
  sapIngQosMeterStatsForwardedInProfPackets Counter64
  sapIngQosMeterStatsForwardedOutProfPackets Counter64
  sapIngQosMeterStatsForwardedInProfOctets Counter64
  sapIngQosMeterStatsForwardedOutProfOctets Counter64
  sapIngQosMeterStatsForwardedPackets Counter64
  sapIngQosMeterStatsForwardedOctets Counter64
  sapIngQosMeterStatsDroppedPackets Counter64
  sapIngQosMeterStatsDroppedOctets Counter64

TSapIngressExtnEntry  
SEQUENCE    
  tSapIngressNumQosClassifiers Unsigned32
  tSapIngressQosClassifiersUsed Unsigned32
  tSapIngressQosMetersUsed Unsigned32
  tSapIngressQosClassifiersRequiredInVpls Unsigned32
  tSapIngressQosClassifiersRequiredInEpipe Unsigned32
  tSapIngressQosMetersRequiredInVpls Unsigned32
  tSapIngressQosMetersRequiredInEpipe Unsigned32
  tSapIngressIPCriteriaMatch INTEGER
  tSapIngressMacCriteriaMatch INTEGER
  tSapIngressDefaultFCProfile TProfileOrDei
  tSapIngressIPv6CriteriaEnable TruthValue
  tSapIngressIPv6CriteriaMatch INTEGER
  tSapIngressIPMacMatch INTEGER
  tSapIngressQosClassifiersRequiredInIes Unsigned32
  tSapIngressQosMetersRequiredInIes Unsigned32

TNetworkPolicyExtnEntry  
SEQUENCE    
  tNetworkPolicyType TNetworkPolicyType
  tNetworkPolicyRemarkPolicyId TRemarkPolicyID
  tNetworkIngressMeterColorMode INTEGER
  tNetworkIngressMplsLspExpProfile TMplsLspExpProfMapID
  tNetworkEgressRemarkType INTEGER

TNetworkQueueExtnEntry  
SEQUENCE    
  tNetworkQueuePolicyName TNamedItem
  tNetworkQueuePolicyQueueMode INTEGER
  tNetworkQueuePolicyWeight INTEGER

TNetworkEgressFCExtnEntry  
SEQUENCE    
  tNetworkEgressFCDot1pProfile Dot1PPriority

TQueueMgmtPolicyEntry  
SEQUENCE    
  tQueueMgmtPolicyName TNamedItem
  tQueueMgmtPolicyRowStatus RowStatus
  tQueueMgmtPolicyLastChanged TimeStamp
  tQueueMgmtPolicyDescription TItemDescription
  tQueueMgmtPolicyHiAdminStatus INTEGER
  tQueueMgmtPolicyHiStartAverage Unsigned32
  tQueueMgmtPolicyHiMaxAverage Unsigned32
  tQueueMgmtPolicyHiMaxProbability Unsigned32
  tQueueMgmtPolicyLoAdminStatus INTEGER
  tQueueMgmtPolicyLoStartAverage Unsigned32
  tQueueMgmtPolicyLoMaxAverage Unsigned32
  tQueueMgmtPolicyLoMaxProbability Unsigned32
  tQueueMgmtPolicyCBS INTEGER
  tQueueMgmtPolicyMBS INTEGER
  tQueueMgmtPolicyTimeAvgFactor Unsigned32
  tQueueMgmtPolicyScope TItemScope

TSapEgressExtnEntry  
SEQUENCE    
  tSapEgressRemark TruthValue
  tSapEgressRemarkPolicyId TRemarkPolicyID

TSapEgressQueueExtnEntry  
SEQUENCE    
  tSapEgressQueuePolicyName TNamedItem
  tSapEgressQueuePolicyQueueMode INTEGER
  tSapEgressQueuePolicyWeight INTEGER

TSASRemarkPolicyEntry  
SEQUENCE    
  tSASRemarkPolicyId TRemarkPolicyID
  tSASRemarkPolicyRowStatus RowStatus
  tSASRemarkPolicyDescription TItemDescription
  tSASRemarkPolicyType INTEGER
  tSASRemarkPolicyLastChanged TimeStamp

TSASRemarkPolicyFCEntry  
SEQUENCE    
  tSASRemarkPolicyFCName TFCName
  tSASRemarkPolicyDot1PInProfile Dot1PPriority
  tSASRemarkPolicyDot1POutProfile Dot1PPriority
  tSASRemarkPolicyDSCPInProfile TDSCPNameOrEmpty
  tSASRemarkPolicyDSCPOutProfile TDSCPNameOrEmpty
  tSASRemarkPolicyLspExpInProfile TLspExpValue
  tSASRemarkPolicyLspExpOutProfile TLspExpValue
  tSASRemarkPolicyDot1PLspExpInProfile TDot1PLspExpValue
  tSASRemarkPolicyDot1PLspExpOutProfile TDot1PLspExpValue
  tSASRemarkPolicyDot1PProfile Dot1PPriority
  tSASRemarkPolicyForceDEValue TDEValue
  tSASRemarkPolicyFCDEMark TruthValue

TSapIngressQueueExtnEntry  
SEQUENCE    
  tSapIngressQueuePolicyName TNamedItem

TSapIngressIPCriteriaExtnEntry  
SEQUENCE    
  tSapIngressIPCriteriaActionProfile TProfileOrDei

TSapIngressMacCriteriaExtnEntry  
SEQUENCE    
  tSapIngressMacCriteriaActionProfile TProfileOrDei

TSapIngressIPv6CriteriaExtnEntry  
SEQUENCE    
  tSapIngressIPv6CriteriaActionProfile TProfileOrDei

Defined Values

timetraSASQosMIBModule 1.3.6.1.4.1.6527.6.2.1.1.5
This document is the SNMP MIB module to manage and provision Quality of Service features on Alcatel 7x50 systems. Copyright 2003-2014 Alcatel-Lucent. All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included. This SNMP MIB module (Specification) embodies Alcatel's proprietary intellectual property. Alcatel retains all title and ownership in the Specification, including any revisions. Alcatel grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Alcatel products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied 'as is', and Alcatel makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

tSASQosObjects 1.3.6.1.4.1.6527.6.2.2.2.1
OBJECT IDENTIFIER    

tmnxSASQosConformance 1.3.6.1.4.1.6527.6.2.2.1.1
OBJECT IDENTIFIER    

tAccessEgressObjects 1.3.6.1.4.1.6527.6.2.2.2.1.1
OBJECT IDENTIFIER    

tSASSapIngressObjects 1.3.6.1.4.1.6527.6.2.2.2.1.2
OBJECT IDENTIFIER    

tSASNetworkIngressObjects 1.3.6.1.4.1.6527.6.2.2.2.1.3
OBJECT IDENTIFIER    

tSASSlopeObjects 1.3.6.1.4.1.6527.6.2.2.2.1.4
OBJECT IDENTIFIER    

tSasSchedulerObjects 1.3.6.1.4.1.6527.6.2.2.2.1.5
OBJECT IDENTIFIER    

tQosFrameBasedAccntObjects 1.3.6.1.4.1.6527.6.2.2.2.1.6
OBJECT IDENTIFIER    

tSASNetworkObjects 1.3.6.1.4.1.6527.6.2.2.2.1.7
OBJECT IDENTIFIER    

tSASQueueMgmtObjects 1.3.6.1.4.1.6527.6.2.2.2.1.8
OBJECT IDENTIFIER    

tSASSapEgressObjects 1.3.6.1.4.1.6527.6.2.2.2.1.9
OBJECT IDENTIFIER    

tMplsQosObjects 1.3.6.1.4.1.6527.6.2.2.2.1.10
OBJECT IDENTIFIER    

tSASGeneralQosObjects 1.3.6.1.4.1.6527.6.2.2.2.1.21
OBJECT IDENTIFIER    

tMplsLspExpProfMapTable 1.3.6.1.4.1.6527.6.2.2.2.1.10.1
Information about all MPLS LSP EXP Profiles.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TMplsLspExpProfMapEntry

tMplsLspExpProfMapEntry 1.3.6.1.4.1.6527.6.2.2.2.1.10.1.1
Information about one MPLS LSP EXP Profile
Status: current Access: not-accessible
OBJECT-TYPE    
  TMplsLspExpProfMapEntry  

tMplsLspExpProfMapIndex 1.3.6.1.4.1.6527.6.2.2.2.1.10.1.1.1
The tMplsLspExpProfMapIndex is used as index for the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TMplsLspExpProfMapID  

tMplsLspExpProfMapRowStatus 1.3.6.1.4.1.6527.6.2.2.2.1.10.1.1.2
Row Status of this profile entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tMplsLspExpProfMapDescription 1.3.6.1.4.1.6527.6.2.2.2.1.10.1.1.3
User-provided description of the policy.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tMplsLspExpProfMapLastChanged 1.3.6.1.4.1.6527.6.2.2.2.1.10.1.1.4
timestamp of last change to this row in tMplsLspExpProfMapTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tMplsLspExpProfileTable 1.3.6.1.4.1.6527.6.2.2.2.1.10.4
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TMplsLspExpProfileEntry

tMplsLspExpProfileEntry 1.3.6.1.4.1.6527.6.2.2.2.1.10.4.1
Information about MPLS LSP EXP mapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  TMplsLspExpProfileEntry  

tMplsLspExpProfileBits 1.3.6.1.4.1.6527.6.2.2.2.1.10.4.1.1
The MPLS Exp value to use for MPLS traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  TMplsLspExpProfileValue  

tMplsLspExpProfileRowStatus 1.3.6.1.4.1.6527.6.2.2.2.1.10.4.1.2
Row Status of this profile entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tMplsLspExpProfile 1.3.6.1.4.1.6527.6.2.2.2.1.10.4.1.3
tMplsLspExpProfile specifies the profile to be used for this EXP value as indicated by tMplsLspExpProfileBits.
Status: current Access: read-create
OBJECT-TYPE    
  TProfile  

tMplsLspExpProfileLastChanged 1.3.6.1.4.1.6527.6.2.2.2.1.10.4.1.4
timestamp of last change to this row in tMplsLspExpProfileTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tGlobalMplsLspExpProfile 1.3.6.1.4.1.6527.6.2.2.2.1.10.3
tGlobalMplsLspExpProfile is used by the LDP packets when the ip interface is configured in color aware mode. When the ip interface is configured in color blind mode, tGlobalMplsLspExpProfile is not applied to LDP packets received on that ip interface
Status: current Access: read-create
OBJECT-TYPE    
  TMplsLspExpProfMapID  

tLdpLocalFcEnableAdminStatus 1.3.6.1.4.1.6527.6.2.2.2.1.10.5
When tLdpLocalFcEnableAdminStatus is not set, the behavior is like SAS release 3.0 here the profile policy will be attached to one qos policy. tLdpLocalFcEnableAdminStatus when set to true the system opertation status .'tLdpLocalFcEnableOperStatus' will also become 'true', When tLdpLocalFcEnableAdminStatus is set then more than one profile policy can be attached to network policy When tLdpLocalFcEnableAdminStatus is reset to 'false', the system oper 'tLdpLocalFcEnableOperStatus' status would continue to be true until the system is reset.tLdpLocalFcEnableAdminStatus will take effect when the system is reset,
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tLdpLocalFcEnableOperStatus 1.3.6.1.4.1.6527.6.2.2.2.1.10.6
Operational status of how ldp local fc is configured. After the system init, reseting tLdpLocalFcEnableAdminStatus to false from 'true' take effect when the system is reset
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tAccessEgressTable 1.3.6.1.4.1.6527.6.2.2.2.1.1.1
Information about all Access-egress policies.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TAccessEgressEntry

tAccessEgressEntry 1.3.6.1.4.1.6527.6.2.2.2.1.1.1.1
Access Egress QoS information for a particular port
Status: current Access: not-accessible
OBJECT-TYPE    
  TAccessEgressEntry  

tAccessEgressIndex 1.3.6.1.4.1.6527.6.2.2.2.1.1.1.1.1
the sap-egress policy ID is used as index for the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TAccessEgressPolicyID  

tAccessEgressRowStatus 1.3.6.1.4.1.6527.6.2.2.2.1.1.1.1.2
Row Status of this policy's entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tAccessEgressScope 1.3.6.1.4.1.6527.6.2.2.2.1.1.1.1.3
scope of the sap-egress policy.
Status: current Access: read-create
OBJECT-TYPE    
  TItemScope  

tAccessEgressDescription 1.3.6.1.4.1.6527.6.2.2.2.1.1.1.1.4
user-supplied description of this sap-egress policy.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tAccessEgressLastChanged 1.3.6.1.4.1.6527.6.2.2.2.1.1.1.1.5
timestamp of last change to this row in tAccessEgressTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tAccessEgressRemark 1.3.6.1.4.1.6527.6.2.2.2.1.1.1.1.6
This object specifies if the system will remark the egress packets or not. DEf val is TRUE for STU and FALSE for MTU
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tAccessEgressRemarkPolicyId 1.3.6.1.4.1.6527.6.2.2.2.1.1.1.1.7
Remark Policy Id that be used when remarking is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TRemarkPolicyID  

tAccessEgressRemarkType 1.3.6.1.4.1.6527.6.2.2.2.1.1.1.1.8
This object specifies system remark type, tAccessEgressRemark will be set to true and tAccessEgressRemarkType will specify the remark type.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER use-dot1p(1), use-dscp(2), all(3)  

tAccessEgressQueueTable 1.3.6.1.4.1.6527.6.2.2.2.1.1.2
information about all access-egress policies' queues.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TAccessEgressQueueEntry

tAccessEgressQueueEntry 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1
Information about a particular sap-egress queue. Entries are created/deleted by user. There is no StorageType object, entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TAccessEgressQueueEntry  

tAccessEgressQueueIndex 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.1
the number of a queue. zero is not allowed. for sap-egress, only three queues are allowed, so the queue index range is restricted.
Status: current Access: not-accessible
OBJECT-TYPE    
  TEgressQueueId 1..8  

tAccessEgressQueueRowStatus 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.2
Row Status of the entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tAccessEgressQueueCBS 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.3
The amount of reserved buffer space (in kilo bytes) for the queue.
Status: current Access: read-create
OBJECT-TYPE    
  TBurstSize  

tAccessEgressQueueMBS 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.4
The maximum amount of buffer space (in kilo bytes) allowed for the queue.
Status: current Access: read-create
OBJECT-TYPE    
  TBurstSize  

tAccessEgressQueuePIRAdaptation 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.5
The adaptation rule to be used while computing the operational PIR value. The adaptation rule specifies the rules to compute the operational values while maintaining minimum offset.
Status: current Access: read-create
OBJECT-TYPE    
  TAdaptationRule  

tAccessEgressQueueCIRAdaptation 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.6
The adaptation rule to be used while computing the operational CIR value. The adaptation rule specifies the rules to compute the operational values while maintaining minimum offset.
Status: current Access: read-create
OBJECT-TYPE    
  TAdaptationRule  

tAccessEgressQueueAdminPIR 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.7
The administrative PIR specified by the user.
Status: current Access: read-create
OBJECT-TYPE    
  TPIRRate  

tAccessEgressQueueAdminCIR 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.8
The administrative CIR specified by the user.
Status: current Access: read-create
OBJECT-TYPE    
  TCIRRate  

tAccessEgressQueueOperPIR 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.9
The administrative PIR specified by the user.
Status: current Access: read-only
OBJECT-TYPE    
  TPIRRate  

tAccessEgressQueueOperCIR 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.10
The operational value derived by computing the CIR value from the administrative CIR and PIR values and their corresponding adaptation rules.
Status: current Access: read-only
OBJECT-TYPE    
  TCIRRate  

tAccessEgressQueueLastChanged 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.11
timestamp of last change to this row in tAccessEgressQueueTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tAccessEgressQueuePolicyName 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.12
SapEgressQueuePolicyName determines the queue management policy attached to this SAP Egress queue.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItem  

tAccessEgressQueuePolicyQueueMode 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.13
tAccessEgressQueuePolicyQueueMode specifies this policies mode. It has to be set when the policy is created.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER strict-ef(1), strict(2), weighted(3)  

tAccessEgressQueuePolicyWeight 1.3.6.1.4.1.6527.6.2.2.2.1.1.2.1.14
tAccessEgressQueuePolicyWeight specifies this policies weight. It is applicable only if queue mode is weighted.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..15  

tAccessEgressFCTable 1.3.6.1.4.1.6527.6.2.2.2.1.1.3
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TAccessEgressFCEntry

tAccessEgressFCEntry 1.3.6.1.4.1.6527.6.2.2.2.1.1.3.1
Information about a particular access-egress policy's forwarding class mappings to queues and dot1p values. Entries are created/deleted by user. There is no StorageType object, entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TAccessEgressFCEntry  

tAccessEgressFCName 1.3.6.1.4.1.6527.6.2.2.2.1.1.3.1.1
forwarding class name.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFCName  

tAccessEgressFCRowStatus 1.3.6.1.4.1.6527.6.2.2.2.1.1.3.1.2
Row Status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tAccessEgressFCQueue 1.3.6.1.4.1.6527.6.2.2.2.1.1.3.1.3
The queue to use for packets in this forwarding class. No FC can map to the same queue being used by 'premium' class. You must specify a valid queue-id before setting the row status to active.
Status: current Access: read-create
OBJECT-TYPE    
  TEgressQueueId  

tAccessEgressFCDot1PInProfile 1.3.6.1.4.1.6527.6.2.2.2.1.1.3.1.4
the Dot1p to use for in-profile traffic.
Status: current Access: read-create
OBJECT-TYPE    
  Dot1PPriority  

tAccessEgressFCDot1POutProfile 1.3.6.1.4.1.6527.6.2.2.2.1.1.3.1.5
the Dot1p to use for in-profile traffic.
Status: current Access: read-create
OBJECT-TYPE    
  Dot1PPriority  

tAccessEgressFCLastChanged 1.3.6.1.4.1.6527.6.2.2.2.1.1.3.1.6
timestamp of last change to this row in tAccessEgressFCTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tAccessEgressFCDscpInProfile 1.3.6.1.4.1.6527.6.2.2.2.1.1.3.1.7
The DSCP to use for in-profile traffic.
Status: current Access: read-write
OBJECT-TYPE    
  TDSCPNameOrEmpty  

tAccessEgressFCDscpOutProfile 1.3.6.1.4.1.6527.6.2.2.2.1.1.3.1.8
The DSCP to use for out-profile traffic.
Status: current Access: read-write
OBJECT-TYPE    
  TDSCPNameOrEmpty  

tAccessEgressFCDot1PProfile 1.3.6.1.4.1.6527.6.2.2.2.1.1.3.1.9
the Dot1p to use for profile traffic.
Status: current Access: read-create
OBJECT-TYPE    
  Dot1PPriority  

tAccessEgressFCForceDEValue 1.3.6.1.4.1.6527.6.2.2.2.1.1.3.1.10
The value of tAccessEgressFCForceDEValue specifies the DE value to set for Access egress packets in this forwarding class regardless of profile status of the frames. An inconsistentValue error is returned if this object is set to any value other than '-1', when tAccessEgressFCDEMark object is set to 'false'.
Status: current Access: read-write
OBJECT-TYPE    
  TDEValue  

tAccessEgressFCDEMark 1.3.6.1.4.1.6527.6.2.2.2.1.1.3.1.11
The value of tAccessEgressFCDEMark specifies whether to set DE value in the frames of this forwarding class. An inconsistentValue error is returned if this object is set to 'false' when tAccessEgressFCForceDEValue object is not set to '-1'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tSapIngressMeterTable 1.3.6.1.4.1.6527.6.2.2.2.1.2.1
Information about all sap-ingress policies' Meters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSapIngressMeterEntry

tSapIngressMeterEntry 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1
Information about a particular meter for a sap-ingress policy. Meter (1) is the used as a default for unicast and meter (11) is used as a default for multicast. Both these are created by the agent and can be edited but not removed from the system. Other entries are created by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TSapIngressMeterEntry  

tSapIngressMeter 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.1
The Meter ID is used as the secondary index to the table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TSapIngressMeterId  

tSapIngressMeterRowStatus 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.2
Row Status of the entry. This allows creation/deletion of rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tSapIngressMeterMCast 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.8
This object specifies if this is a multicast meter or not.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tSapIngressMeterCBS 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.10
The amount of committed burst size (in kilo bits) for the meter.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TIngressBurstSize  

tSapIngressMeterMBS 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.11
The maximum amount of burst size (in kilo bits) allowed for the meter.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TIngressBurstSize  

tSapIngressMeterCIRAdaptation 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.14
The adaptation rule to be used while computing the operational CIR value. The adaptation rule specifies the rules to compute the operational values while maintaining minimum offset.
Status: current Access: read-create
OBJECT-TYPE    
  TAdaptationRule  

tSapIngressMeterPIRAdaptation 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.13
The adaptation rule to be used while computing the operational PIR value. The adaptation rule specifies the rules to compute the operational values while maintaining minimum offset.
Status: current Access: read-create
OBJECT-TYPE    
  TAdaptationRule  

tSapIngressMeterAdminPIR 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.15
The administrative PIR specified by the user.
Status: current Access: read-create
OBJECT-TYPE    
  TIngressPIRRate  

tSapIngressMeterAdminCIR 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.16
The administrative CIR specified by the user.
Status: current Access: read-create
OBJECT-TYPE    
  TIngressCIRRate  

tSapIngressMeterOperPIR 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.17
The operational value derived by computing the PIR value from the administrative PIR value and their corresponding adaptation rules.
Status: current Access: read-only
OBJECT-TYPE    
  TPIRRate  

tSapIngressMeterOperCIR 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.18
The operational value derived by computing the CIR value from the administrative CIR value and their corresponding adaptation rules.
Status: current Access: read-only
OBJECT-TYPE    
  TCIRRate  

tSapIngressMeterLastChanged 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.19
Timestamp of last change to this row in tSapIngressMeterTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tSapIngressMeterMode 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.21
This object is not used on SAS platform currently
Status: current Access: read-create
OBJECT-TYPE    
  TMeterMode  

tSapIngressMeterRateMode 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.22
Sap Ingress Meter Rate mode.The mode can be configured as Two Rate Three Color Marker (trTCM) or Single Rate Three Color Marker (srTCM). The mode command can be executed at anytime.
Status: current Access: read-create
OBJECT-TYPE    
  TMeterRateMode  

tSapIngressMeterAdminCBS 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.23
The administrative CBS specified by the user. The amount of committed burst size (in kilo bits) for the meter.
Status: current Access: read-create
OBJECT-TYPE    
  TIngressBurstSize  

tSapIngressMeterAdminMBS 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.24
The administrative MBS specified by the user. The maximum amount of burst size (in kilo bits) allowed for the meter.
Status: current Access: read-create
OBJECT-TYPE    
  TIngressBurstSize  

tSapIngressMeterOperCBS 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.25
The operational value derived by computing the CBS value from the administrative CBS value
Status: current Access: read-only
OBJECT-TYPE    
  TIngressBurstSize  

tSapIngressMeterOperMBS 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.26
The operational value derived by computing the MBS value from the administrative MBS value
Status: current Access: read-only
OBJECT-TYPE    
  TIngressBurstSize  

tSapIngressMeterProfileMode 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.27
The value of this object specifies whether the meter mode is color aware or color blind
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tSapIngressMeterColorMode 1.3.6.1.4.1.6527.6.2.2.2.1.2.1.1.28
Set meter color mode
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER color-aware(1), color-blind(2)  

tNetworkIngressFCExtnTable 1.3.6.1.4.1.6527.6.2.2.2.1.3.1
This table maintains the mapping of a particular forwarding class traffic into the specified meter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNetworkIngressFCExtnEntry

tNetworkIngressFCExtnEntry 1.3.6.1.4.1.6527.6.2.2.2.1.3.1.1
Information about a particular network-ingress policy's forwarding class mappings to meter. Entries are created and deleted by user. They have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNetworkIngressFCExtnEntry  

tNetworkIngressFCExtnName 1.3.6.1.4.1.6527.6.2.2.2.1.3.1.1.1
tNetworkIngressFCExtnName specifies the forwarding class for which this mapping is defined.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tNetworkIngressFCExtnRowStatus 1.3.6.1.4.1.6527.6.2.2.2.1.3.1.1.2
Row Status for this Entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tNetworkIngressFCExtnMeter 1.3.6.1.4.1.6527.6.2.2.2.1.3.1.1.3
The specific meter to be used for packets in this forwarding class. A value of zero implies that the default meters should be used.
Status: current Access: read-create
OBJECT-TYPE    
  TNetworkIngressMeterId  

tNetworkIngressFCExtnMCastMeter 1.3.6.1.4.1.6527.6.2.2.2.1.3.1.1.4
The specific multicast meter to be used for packets in this forwarding class. The meter is used only for specific entities and will be ignored wherever it is irrelevant. A value of zero implies that the default meters should be used.
Status: current Access: read-create
OBJECT-TYPE    
  TNetworkIngressMeterId  

tNetworkIngressFCExtnLastChanged 1.3.6.1.4.1.6527.6.2.2.2.1.3.1.1.5
tNetworkIngressFCExtnLastChanged indicates the value of sysUpTime when the forwarding class entry was last modified.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tNetworkIngressMeterTable 1.3.6.1.4.1.6527.6.2.2.2.1.3.2
information about all network policies' meters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNetworkIngressMeterEntry

tNetworkIngressMeterEntry 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1
Information about a particular meter for a network policy. Meter (1) is the used as a default for unicast and meter (9) is used as a default for multicast. Both these are created by the agent and can be edited but not removed from the system. Other entries are created by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNetworkIngressMeterEntry  

tNetworkIngressMeterIndex 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.1
The Meter ID is used as the secondary index to the table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNetworkIngressMeterId  

tNetworkIngressMeterRowStatus 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.2
Row Status of the entry. This allows creation/deletion of rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tNetworkIngressMeterCBS 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.3
The amount of committed burst size (in kilo bits) for the meter.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TIngressBurstSize  

tNetworkIngressMeterMBS 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.4
The maximum amount of burst size (in kilo bits) allowed for the meter.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TIngressBurstSize  

tNetworkIngressMeterCIRAdaptation 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.5
The adaptation rule to be used while computing the operational CIR value. The adaptation rule specifies the rules to compute the operational values while maintaining minimum offset.
Status: current Access: read-create
OBJECT-TYPE    
  TAdaptationRule  

tNetworkIngressMeterPIRAdaptation 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.6
The adaptation rule to be used while computing the operational PIR value. The adaptation rule specifies the rules to compute the operational values while maintaining minimum offset.
Status: current Access: read-create
OBJECT-TYPE    
  TAdaptationRule  

tNetworkIngressMeterAdminPIR 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.7
The administrative PIR specified by the user.
Status: current Access: read-create
OBJECT-TYPE    
  TIngressPIRRate  

tNetworkIngressMeterAdminCIR 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.8
The administrative CIR specified by the user.
Status: current Access: read-create
OBJECT-TYPE    
  TIngressCIRRate  

tNetworkIngressMeterOperPIR 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.9
The operational value derived by computing the PIR value from the administrative PIR value and their corresponding adaptation rules.
Status: current Access: read-only
OBJECT-TYPE    
  TPIRRate  

tNetworkIngressMeterOperCIR 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.10
The operational value derived by computing the CIR value from the administrative CIR value and their corresponding adaptation rules.
Status: current Access: read-only
OBJECT-TYPE    
  TCIRRate  

tNetworkIngressMeterLastChanged 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.11
Timestamp of last change to this row.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tNetworkIngressMeterMode 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.12
Network Ingress Meter Mode
Status: current Access: read-create
OBJECT-TYPE    
  TMeterMode  

tNetworkIngressMeterMCast 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.13
This object specifies if this is a multicast meter or not.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tNetworkIngressMeterRateMode 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.14
Network Ingress Meter Rate mode.The mode can be configured as Two Rate Three Color Marker (trTCM) or Single Rate Three Color Marker (srTCM). The mode command can be executed at anytime.
Status: current Access: read-create
OBJECT-TYPE    
  TMeterRateMode  

tNetworkIngressMeterAdminCBS 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.15
The administrative CBS specified by the user. The amount of committed burst size (in kilo bits) for the meter.
Status: current Access: read-create
OBJECT-TYPE    
  TIngressBurstSize  

tNetworkIngressMeterAdminMBS 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.16
The administrative MBS specified by the user. The maximum amount of burst size (in kilo bits) allowed for the meter.
Status: current Access: read-create
OBJECT-TYPE    
  TIngressBurstSize  

tNetworkIngressMeterOperCBS 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.17
The operational value derived by computing the CBS value from the administrative CBS value
Status: current Access: read-only
OBJECT-TYPE    
  TIngressBurstSize  

tNetworkIngressMeterOperMBS 1.3.6.1.4.1.6527.6.2.2.2.1.3.2.1.26
The operational value derived by computing the MBS value from the administrative MBS value
Status: current Access: read-only
OBJECT-TYPE    
  TIngressBurstSize  

tSasSlopePolicyExtnTable 1.3.6.1.4.1.6527.6.2.2.2.1.4.1
Slope Policy Table. Additions for sas platform
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSasSlopePolicyExtnEntry

tSasSlopePolicyExtnEntry 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1
Slope Policy Entry additions for sas platform.
Status: current Access: not-accessible
OBJECT-TYPE    
  TSasSlopePolicyExtnEntry  

tSlopeHiQueue1DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.1
High Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeHiQueue2DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.2
High Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeHiQueue3DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.3
High Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeHiQueue4DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.4
High Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeHiQueue5DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.5
High Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeHiQueue6DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.6
High Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeHiQueue7DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.7
High Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeHiQueue8DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.8
High Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeLoQueue1DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.9
Low Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeLoQueue2DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.10
Low Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeLoQueue3DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.11
Low Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeLoQueue4DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.12
Low Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeLoQueue5DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.13
Low Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeLoQueue6DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.14
Low Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeLoQueue7DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.15
Low Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeLoQueue8DropRate 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.16
Low Queue Drop Rate
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeDropRate  

tSlopeHiStartThreshold 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.17
High slope Start Threshold.This object implies that once the shared buffer utilization reaches the start-threshold level then high-priority packets egressing out from a particular queue would be dropped at configured drop rate.
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeThreshold  

tSlopeLoStartThreshold 1.3.6.1.4.1.6527.6.2.2.2.1.4.1.1.18
Low slope Start Threshold.This implies that once the shared buffer utilization reaches the start-threshold level then low-priority packets egressing out from a particular queue would be dropped at configured drop rate.
Status: current Access: read-create
OBJECT-TYPE    
  TSlopeThreshold  

tSlopePolicyQueueTable 1.3.6.1.4.1.6527.6.2.2.2.1.4.2
Slope Policy Per Queue Per Port additions for SAS-M platform. In SAS-M there are three slopes associated with a queue. One slope for Tcp Green packets, one for Tcp Yellow packets and one for Non Tcp Packets(both green and yellow packets). Each slope in turn can have four parameters defining its behavior
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TQueueSlopePolicyEntry

tSlopePolicyQueueEntry 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TQueueSlopePolicyEntry  

tSlopePolicyQueueId 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.1
Queue for which slope policy is being defined
Status: current Access: not-accessible
OBJECT-TYPE    
  TQueueId 1..8  

tSlopePolicyQueueRowStatus 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.2
Row Status of the entry. This allows creation/deletion of rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tSlopePolicyQueueLastChanged 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.3
Timestamp of last change to this row.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tSlopePolicyQueueHiAdminStatus 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.4
tSlopePolicyQueueHiAdminStatus specifies the admin state for the queue's high profile (Tcp Green Packets )slope. If the tSlopePolicyQueueHiAdminStatus is set to 'down',the slope is inactive.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2)  

tSlopePolicyQueueHiStartAverage 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.5
The percentage of the buffer utilized after which the drop probability starts to rise above 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

tSlopePolicyQueueHiMaxAverage 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.6
The percentage of the buffer utilized after which the drop probability is 100 percent. This implies that all packets beyond this point will be dropped.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

tSlopePolicyQueueHiMaxProbability 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.7
High Profile Max Probability.Defines the slope between the Start Average and Max Average
Status: current Access: read-create
OBJECT-TYPE    
  TMaxProbability  

tSlopePolicyQueueLoAdminStatus 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.8
tSlopePolicyQueueLoAdminStatus specifies the admin state for the queue's low profile (Tcp Yellow Packets )slope. If the tSlopePolicyQueueLoAdminStatus is set to 'down',the slope is inactive.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2)  

tSlopePolicyQueueLoStartAverage 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.9
The percentage of the buffer utilized after which the drop probability starts to rise above 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

tSlopePolicyQueueLoMaxAverage 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.10
The percentage of the buffer utilized after which the drop probability is 100 percent. This implies that all packets beyond this point will be dropped.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

tSlopePolicyQueueLoMaxProbability 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.11
Low Profile Max Probability.Defines the slope between the Start Average and Max Average
Status: current Access: read-create
OBJECT-TYPE    
  TMaxProbability  

tSlopePolicyQueueNonTcpAdminStatus 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.12
tSlopePolicyQueueNonTcpAdminStatus specifies the admin state for the queue's non tcp profile (Non Tcp Packets )slope. If the tSlopePolicyQueueNonTcpAdminStatus is set to 'down',the slope is inactive.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2)  

tSlopePolicyQueueNonTcpStartAverage 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.13
The percentage of the buffer utilized after which the drop probability starts to rise above 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

tSlopePolicyQueueNonTcpMaxAverage 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.14
The percentage of the buffer utilized after which the drop probability is 100 percent. This implies that all packets beyond this point will be dropped.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

tSlopePolicyQueueNonTcpMaxProbability 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.15
Non Tcp Profile Max Probability.Defines the slope between the Start Average and Max Average
Status: current Access: read-create
OBJECT-TYPE    
  TMaxProbability  

tSlopePolicyQueueTimeAvgFactor 1.3.6.1.4.1.6527.6.2.2.2.1.4.2.1.16
The time average factor describes the weighting between the previous shared buffer average utilization result and the new shared buffer utilization in determining the new shared buffer average utilization.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..15  

tSasSapIngressFCTable 1.3.6.1.4.1.6527.6.2.2.2.1.2.2
This table maintains the mapping of a particular forwarding class traffic into the specified meter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSasSapIngressFCEntry

tSasSapIngressFCEntry 1.3.6.1.4.1.6527.6.2.2.2.1.2.2.1
Information about a particular sap-ingress policy's forwarding class mappings to meters.
Status: current Access: not-accessible
OBJECT-TYPE    
  TSasSapIngressFCEntry  

tSapIngressFCMeter 1.3.6.1.4.1.6527.6.2.2.2.1.2.2.1.1
The specific meter to be used for packets in this forwarding class. A value of zero implies that the default meter should be used.
Status: current Access: read-create
OBJECT-TYPE    
  TSapIngressMeterId  

tSapIngressFCMCastMeter 1.3.6.1.4.1.6527.6.2.2.2.1.2.2.1.2
The specific multicast meter to be used for packets in this forwarding class. The meter is used only for specific entities and will be ignored wherever it is irrelevant. A value of zero implies that the default meters should be used.
Status: current Access: read-create
OBJECT-TYPE    
  TSapIngressMeterId  

tSapIngressFCBCastMeter 1.3.6.1.4.1.6527.6.2.2.2.1.2.2.1.3
The specific broadcast meter to be used for packets in this forwarding class. The meter is used only for specific entities and will be ignored wherever it is irrelevant. A value of zero implies that the default meters should be used.
Status: current Access: read-create
OBJECT-TYPE    
  TSapIngressMeterId  

tSapIngressFCUnknownMeter 1.3.6.1.4.1.6527.6.2.2.2.1.2.2.1.4
The specific unknown destination meter to be used for packets in this forwarding class. The meter is used only for specific entities and will be ignored wherever it is irrelevant. A value of zero implies that the default meters should be used.
Status: current Access: read-create
OBJECT-TYPE    
  TSapIngressMeterId  

tSasPortSchedulerPlcyTable 1.3.6.1.4.1.6527.6.2.2.2.1.5.1
The tSasPortSchedulerPlcyTable has an entry for each port scheduler configured on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSasPortSchedulerPlcyEntry

tSasPortSchedulerPlcyEntry 1.3.6.1.4.1.6527.6.2.2.2.1.5.1.1
Each row represents a particular port scheduler. Entries are created and deleted by the user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TSasPortSchedulerPlcyEntry  

tPortSchedulerPlcyMode 1.3.6.1.4.1.6527.6.2.2.2.1.5.1.1.1
Port Scheduler Policy Mode
Status: current Access: read-create
OBJECT-TYPE    
  TPlcyMode  

tPortSchedulerPlcyQuanta 1.3.6.1.4.1.6527.6.2.2.2.1.5.1.1.2
Port Scheduler Policy Quanta
Status: current Access: read-create
OBJECT-TYPE    
  TPlcyQuanta  

tPortSchedulerPlcyQueue1Weight 1.3.6.1.4.1.6527.6.2.2.2.1.5.1.1.3
Port Scheduler Policy Queue 1 Weight
Status: current Access: read-create
OBJECT-TYPE    
  TQWeight  

tPortSchedulerPlcyQueue2Weight 1.3.6.1.4.1.6527.6.2.2.2.1.5.1.1.4
Port Scheduler Policy Queue 2 Weight
Status: current Access: read-create
OBJECT-TYPE    
  TQWeight  

tPortSchedulerPlcyQueue3Weight 1.3.6.1.4.1.6527.6.2.2.2.1.5.1.1.5
Port Scheduler Policy Queue 3 Weight
Status: current Access: read-create
OBJECT-TYPE    
  TQWeight  

tPortSchedulerPlcyQueue4Weight 1.3.6.1.4.1.6527.6.2.2.2.1.5.1.1.6
Port Scheduler Policy Queue 4 Weight
Status: current Access: read-create
OBJECT-TYPE    
  TQWeight  

tPortSchedulerPlcyQueue5Weight 1.3.6.1.4.1.6527.6.2.2.2.1.5.1.1.7
Port Scheduler Policy Queue 5 Weight
Status: current Access: read-create
OBJECT-TYPE    
  TQWeight  

tPortSchedulerPlcyQueue6Weight 1.3.6.1.4.1.6527.6.2.2.2.1.5.1.1.8
Port Scheduler Policy Queue 6 Weight
Status: current Access: read-create
OBJECT-TYPE    
  TQWeight  

tPortSchedulerPlcyQueue7Weight 1.3.6.1.4.1.6527.6.2.2.2.1.5.1.1.9
Port Scheduler Policy Queue 7 Weight
Status: current Access: read-create
OBJECT-TYPE    
  TQWeight  

tPortSchedulerPlcyQueue8Weight 1.3.6.1.4.1.6527.6.2.2.2.1.5.1.1.10
Port Scheduler Policy Queue 8 Weight
Status: current Access: read-create
OBJECT-TYPE    
  TQWeight  

sapIngQosMeterStatsTable 1.3.6.1.4.1.6527.6.2.2.2.1.2.3
A table that contains ingress QoS meter SAP statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SapIngQosMeterStatsEntry

sapIngQosMeterStatsEntry 1.3.6.1.4.1.6527.6.2.2.2.1.2.3.1
Ingress statistics about a specific SAP's QoS meter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SapIngQosMeterStatsEntry  

sapIngQosMeterId 1.3.6.1.4.1.6527.6.2.2.2.1.2.3.1.1
The index of the ingress QoS meter of this SAP.
Status: current Access: read-only
OBJECT-TYPE    
  TSapIngressMeterId  

sapIngQosMeterStatsForwardedInProfPackets 1.3.6.1.4.1.6527.6.2.2.2.1.2.3.1.10
The number of in-profile packets (rate below CIR) forwarded by the ingress Qchip.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sapIngQosMeterStatsForwardedOutProfPackets 1.3.6.1.4.1.6527.6.2.2.2.1.2.3.1.11
The number of out-of-profile packets (rate above CIR) forwarded by the ingress Qchip.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sapIngQosMeterStatsForwardedInProfOctets 1.3.6.1.4.1.6527.6.2.2.2.1.2.3.1.12
The number of in-profile octets (rate below CIR) forwarded by the ingress Qchip.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sapIngQosMeterStatsForwardedOutProfOctets 1.3.6.1.4.1.6527.6.2.2.2.1.2.3.1.13
The number of out-of-profile octets (rate above CIR) forwarded by the ingress Qchip.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sapIngQosMeterStatsForwardedPackets 1.3.6.1.4.1.6527.6.2.2.2.1.2.3.1.14
The number of packets forwarded by the ingress Qchip.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sapIngQosMeterStatsForwardedOctets 1.3.6.1.4.1.6527.6.2.2.2.1.2.3.1.15
The number of octets forwarded by the ingress Qchip.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sapIngQosMeterStatsDroppedPackets 1.3.6.1.4.1.6527.6.2.2.2.1.2.3.1.16
The number of packets dropped by the ingress Qchip.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sapIngQosMeterStatsDroppedOctets 1.3.6.1.4.1.6527.6.2.2.2.1.2.3.1.17
The number of octets dropped by the ingress Qchip.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tQosIngressFrameBasedAccnt 1.3.6.1.4.1.6527.6.2.2.2.1.6.1
This object is used to enable frame based accounting for all the ingress meters in use by the system. When this is enabled the ingress meters account for the IFG (12 bytes) + SFD (8 bytes) overhead associated with Ethernet frame.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tQosEgressFrameBasedAccnt 1.3.6.1.4.1.6527.6.2.2.2.1.6.2
This object is used to enable frame based accounting for all the egress queue shapers and the port egress rate shaper in use by the system. When this is enabled the shapers account for the IFG (12 bytes) + SFD (8 bytes) overhead associated with Ethernet frame.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tSapIngressExtnTable 1.3.6.1.4.1.6527.6.2.2.2.1.2.4
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSapIngressExtnEntry

tSapIngressExtnEntry 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TSapIngressExtnEntry  

tSapIngressNumQosClassifiers 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.1
The number of ingress QoS classifiers to be allocated to the SAP on which this policy is applied. The number of QoS classifiers required by a SAP ingress QoS policy should be less than or equal to its tSapIngressNumQosClassifiers. The number of Meters required by a SAP ingress QoS policy should be less than or equal to half the number of tSapIngressNumQosClassifiers.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 2..256  

tSapIngressQosClassifiersUsed 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.2
This value indicates the number of ingress QoS classifiers required when this policy is applied on a SAP. This value is calculated based on the number of classifiers required for a VPLS SAP.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

tSapIngressQosMetersUsed 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.3
This value indicates the number of ingress QoS meters required when this policy is applied on a SAP. This value is calculated based on the number of meters required for a VPLS SAP.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

tSapIngressQosClassifiersRequiredInVpls 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.4
This value indicates the number of ingress QoS classifiers required when this policy is applied on a SAP. This value is calculated based on the number of classifiers required for a VPLS SAP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tSapIngressQosClassifiersRequiredInEpipe 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.5
This value indicates the number of ingress QoS classifiers required when this policy is applied on a SAP. This value is calculated based on the number of classifiers required for a EPIPE SAP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tSapIngressQosMetersRequiredInVpls 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.6
This value indicates the number of ingress QoS meters required when this policy is applied on a SAP. This value is calculated based on the number of meters required for a VPLS SAP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tSapIngressQosMetersRequiredInEpipe 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.7
This value indicates the number of ingress QoS meters required when this policy is applied on a SAP. This value is calculated based on the number of meters required for a EPIPE SAP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tSapIngressIPCriteriaMatch 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.8
This object specifies the basic match criteria as 'any' or 'dscp-only' based on ip. The default value is 'dscp-only'
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER any(1), dscp-only(2)  

tSapIngressMacCriteriaMatch 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.9
This object specifies the basic match criteria as 'any' or 'dot1p-only' based on Mac Address. The default value is 'any'
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER any(1), dot1p-only(2)  

tSapIngressDefaultFCProfile 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.10
tSapIngressDefaultFCProfile specifies the profile for the default fc
Status: current Access: read-create
OBJECT-TYPE    
  TProfileOrDei  

tSapIngressIPv6CriteriaEnable 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.11
tSapIngressIPv6CriteriaEnable is a boolean flag which allows/disallows configuring match criteria based on ipv6 address
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tSapIngressIPv6CriteriaMatch 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.12
This object specifies the basic match criteria as 'any' or 'dscp-only' based on ipv6. The default value is 'dscp-only'
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER any(1), dscp-only(2)  

tSapIngressIPMacMatch 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.13
This object specifies the basic match criteria whether to match ip or mac criteria first
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), ip-first(1), mac-first(2)  

tSapIngressQosClassifiersRequiredInIes 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.14
This value indicates the number of ingress QoS classifiers required when this policy is applied on a SAP. This value is calculated based on the number of classifiers required for a IES SAP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tSapIngressQosMetersRequiredInIes 1.3.6.1.4.1.6527.6.2.2.2.1.2.4.1.15
This value indicates the number of ingress QoS classifiers required when this policy is applied on a SAP. This value is calculated based on the number of classifiers required for a IES SAP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tNetworkPolicyExtnTable 1.3.6.1.4.1.6527.6.2.2.2.1.7.1
Extension table to tNetworkPolicyTable
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNetworkPolicyExtnEntry

tNetworkPolicyExtnEntry 1.3.6.1.4.1.6527.6.2.2.2.1.7.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TNetworkPolicyExtnEntry  

tNetworkPolicyType 1.3.6.1.4.1.6527.6.2.2.2.1.7.1.1.1
Network policy Type determines the point of attachment of the network qos policy. Network policy with 'ipInterface' type can be attached to ip interface and 'port' type can be attached to physical port
Status: current Access: read-create
OBJECT-TYPE    
  TNetworkPolicyType  

tNetworkPolicyRemarkPolicyId 1.3.6.1.4.1.6527.6.2.2.2.1.7.1.1.2
Remark Policy Id that be used.
Status: current Access: read-create
OBJECT-TYPE    
  TRemarkPolicyID  

tNetworkIngressMeterColorMode 1.3.6.1.4.1.6527.6.2.2.2.1.7.1.1.3
tNetworkIngressMeterColorMode indicates whether the ip interface is color-aware or color-blind. By default every ip interface is color-aware
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER color-aware(1), color-blind(2)  

tNetworkIngressMplsLspExpProfile 1.3.6.1.4.1.6527.6.2.2.2.1.7.1.1.4
tNetworkIngressMplsLspExpProfile attaches the MPLS LSP EXP Profile to this network policy.
Status: current Access: read-write
OBJECT-TYPE    
  TMplsLspExpProfMapID  

tNetworkEgressRemarkType 1.3.6.1.4.1.6527.6.2.2.2.1.7.1.1.5
This object specifies system remark type, tNetworkPolicyEgressRemark will be set to true and tNetworkEgressRemarkType will specify the remark type.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER use-dot1p(1), use-dscp(2), all(3)  

tNetworkQueueExtnTable 1.3.6.1.4.1.6527.6.2.2.2.1.7.2
Extension table to tNetworkQueueTable
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNetworkQueueExtnEntry

tNetworkQueueExtnEntry 1.3.6.1.4.1.6527.6.2.2.2.1.7.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TNetworkQueueExtnEntry  

tNetworkQueuePolicyName 1.3.6.1.4.1.6527.6.2.2.2.1.7.2.1.1
NetworkQueuePolicyName determines the queue management policy attached to this network queue.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItem  

tNetworkQueuePolicyQueueMode 1.3.6.1.4.1.6527.6.2.2.2.1.7.2.1.2
tNetworkQueuePolicyQueueMode specifies this policies mode. It has to be set when the policy is created.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER strict-ef(1), strict(2), weighted(3)  

tNetworkQueuePolicyWeight 1.3.6.1.4.1.6527.6.2.2.2.1.7.2.1.3
tNetworkQueuePolicyWeight specifies this policies weight. It is applicable only if queue mode is weighted.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..15  

tNetworkEgressFCExtnTable 1.3.6.1.4.1.6527.6.2.2.2.1.7.3
Information about all network policies' egress FC traffic disposition, this table extends the capabilities available in tNetworkEgressFCTable
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNetworkEgressFCExtnEntry

tNetworkEgressFCExtnEntry 1.3.6.1.4.1.6527.6.2.2.2.1.7.3.1
Information about a particular network policy's egress per-forwarding-class traffic disposition. Entries are created/deleted as an action of creating/deleting a row in the tNetworkPolicyTable. There is no StorageType object, entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNetworkEgressFCExtnEntry  

tNetworkEgressFCDot1pProfile 1.3.6.1.4.1.6527.6.2.2.2.1.7.3.1.1
the Dot1p to use for in-profile traffic.
Status: current Access: read-write
OBJECT-TYPE    
  Dot1PPriority  

tQueueMgmtPolicyTable 1.3.6.1.4.1.6527.6.2.2.2.1.8.1
Queue Management Policy definition for 7210-X platform.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TQueueMgmtPolicyEntry

tQueueMgmtPolicyEntry 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TQueueMgmtPolicyEntry  

tQueueMgmtPolicyName 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.1
The value of tQueueMgmtPolicyName specifies the name of the Queue Management policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tQueueMgmtPolicyRowStatus 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.2
Row Status of the entry. This allows creation/deletion of rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tQueueMgmtPolicyLastChanged 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.3
Timestamp of last change to this row.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tQueueMgmtPolicyDescription 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.4
User-provided description of the policy.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tQueueMgmtPolicyHiAdminStatus 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.5
tQueueMgmtPolicyHiAdminStatus specifies the admin state for the queue's high profile (Green Packets) slope. If the tQueueMgmtPolicyHiAdminStatus is set to 'down',the slope is inactive.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2)  

tQueueMgmtPolicyHiStartAverage 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.6
The percentage of the buffer utilized after which the drop probability starts to rise above 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

tQueueMgmtPolicyHiMaxAverage 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.7
The percentage of the buffer utilized after which the drop probability is 100 percent. This implies that all packets beyond this point will be dropped.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

tQueueMgmtPolicyHiMaxProbability 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.8
High Profile Max Probability.Defines the slope between the Start Average and Max Average
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..99  

tQueueMgmtPolicyLoAdminStatus 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.9
tQueueMgmtPolicyLoAdminStatus specifies the admin state for the queue's low profile (Yellow Packets) slope. If the tQueueMgmtPolicyLoAdminStatus is set to 'down',the slope is inactive.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2)  

tQueueMgmtPolicyLoStartAverage 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.10
The percentage of the buffer utilized after which the drop probability starts to rise above 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

tQueueMgmtPolicyLoMaxAverage 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.11
The percentage of the buffer utilized after which the drop probability is 100 percent. This implies that all packets beyond this point will be dropped.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

tQueueMgmtPolicyLoMaxProbability 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.12
Low Profile Max Probability.Defines the slope between the Start Average and Max Average
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..99  

tQueueMgmtPolicyCBS 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.13
The amount of reserved buffer space (in kilo bytes) for the queue.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..800000  

tQueueMgmtPolicyMBS 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.14
The maximum amount of buffer space (in kilo bytes) allowed for the queue.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 1..800000  

tQueueMgmtPolicyTimeAvgFactor 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.15
The time average factor describes the weighting between the previous shared buffer average utilization result and the new shared buffer utilization in determining the new shared buffer average utilization.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..15  

tQueueMgmtPolicyScope 1.3.6.1.4.1.6527.6.2.2.2.1.8.1.1.16
Scope of the queue management policy.
Status: current Access: read-create
OBJECT-TYPE    
  TItemScope  

tSapEgressExtnTable 1.3.6.1.4.1.6527.6.2.2.2.1.9.1
Extension table to tSapEgressTable
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSapEgressExtnEntry

tSapEgressExtnEntry 1.3.6.1.4.1.6527.6.2.2.2.1.9.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TSapEgressExtnEntry  

tSapEgressRemark 1.3.6.1.4.1.6527.6.2.2.2.1.9.1.1.1
This object specifies if the system will remark the egress packets on SAP or not.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tSapEgressRemarkPolicyId 1.3.6.1.4.1.6527.6.2.2.2.1.9.1.1.2
Remark Policy Id that be used. The default value is the default dot1p-dscp policy.
Status: current Access: read-create
OBJECT-TYPE    
  TRemarkPolicyID  

tSapEgressQueueExtnTable 1.3.6.1.4.1.6527.6.2.2.2.1.9.2
Extension table to tSapEgressQueueTable
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSapEgressQueueExtnEntry

tSapEgressQueueExtnEntry 1.3.6.1.4.1.6527.6.2.2.2.1.9.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TSapEgressQueueExtnEntry  

tSapEgressQueuePolicyName 1.3.6.1.4.1.6527.6.2.2.2.1.9.2.1.1
SapEgressQueuePolicyName determines the queue management policy attached to this SAP Egress queue.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItem  

tSapEgressQueuePolicyQueueMode 1.3.6.1.4.1.6527.6.2.2.2.1.9.2.1.2
tSapEgressQueuePolicyQueueMode specifies this policies mode. It has to be set when the policy is created.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER strict-ef(1), strict(2), weighted(3)  

tSapEgressQueuePolicyWeight 1.3.6.1.4.1.6527.6.2.2.2.1.9.2.1.3
tSapEgressQueuePolicyWeight specifies this policies weight. It is applicable only if queue mode is weighted.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..15  

tSASRemarkPolicyTable 1.3.6.1.4.1.6527.6.2.2.2.1.21.1
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSASRemarkPolicyEntry

tSASRemarkPolicyEntry 1.3.6.1.4.1.6527.6.2.2.2.1.21.1.1
Information about a particular remarking policy's forwarding class mappings to dot1p / dscp / exp values. Entries are created/deleted by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TSASRemarkPolicyEntry  

tSASRemarkPolicyId 1.3.6.1.4.1.6527.6.2.2.2.1.21.1.1.1
The remark policy ID is used as index for the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TRemarkPolicyID  

tSASRemarkPolicyRowStatus 1.3.6.1.4.1.6527.6.2.2.2.1.21.1.1.2
Row Status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tSASRemarkPolicyDescription 1.3.6.1.4.1.6527.6.2.2.2.1.21.1.1.3
User-provided description of the policy.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tSASRemarkPolicyType 1.3.6.1.4.1.6527.6.2.2.2.1.21.1.1.4
The remarking type of this policy. This specifies which of the fields will be remarked.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dot1p(1), dscp(2), lsp-exp(3), dot1p-dscp(4), dot1p-lsp-exp-shared(5)  

tSASRemarkPolicyLastChanged 1.3.6.1.4.1.6527.6.2.2.2.1.21.1.1.5
Timestamp of last change to this row in tSASRemarkPolicyTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tSASRemarkPolicyFCTable 1.3.6.1.4.1.6527.6.2.2.2.1.21.2
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSASRemarkPolicyFCEntry

tSASRemarkPolicyFCEntry 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1
Information about a particular queue in a remarking policy's forwarding class mappings to dot1p / dscp / exp values. Entries are created/deleted whenever a policy is created/deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  TSASRemarkPolicyFCEntry  

tSASRemarkPolicyFCName 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1.1
The FC Class Name.
Status: current Access: not-accessible
OBJECT-TYPE    
  TFCName  

tSASRemarkPolicyDot1PInProfile 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1.2
The Dot1p to use for in-profile traffic. This field is valid only for the following remarking types: dot1p dot1p-dscp
Status: current Access: read-write
OBJECT-TYPE    
  Dot1PPriority  

tSASRemarkPolicyDot1POutProfile 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1.3
The Dot1p to use for out-of-profile traffic. This field is valid only for the following remarking types: dot1p dot1p-dscp
Status: current Access: read-write
OBJECT-TYPE    
  Dot1PPriority  

tSASRemarkPolicyDSCPInProfile 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1.4
The DSCP to use for in-profile traffic. This field is valid only for remarking type of dscp and dot1p-dscp.
Status: current Access: read-write
OBJECT-TYPE    
  TDSCPNameOrEmpty  

tSASRemarkPolicyDSCPOutProfile 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1.5
The DSCP to use for out-of-profile traffic. This field is valid only for remarking type of dscp and dot1p-dscp.
Status: current Access: read-write
OBJECT-TYPE    
  TDSCPNameOrEmpty  

tSASRemarkPolicyLspExpInProfile 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1.6
The lsp-exp value to use for in-profile traffic. This field is valid only for remarking type of lsp-exp.
Status: current Access: read-write
OBJECT-TYPE    
  TLspExpValue  

tSASRemarkPolicyLspExpOutProfile 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1.7
The lsp-exp value to use for out-of-profile traffic. This field is valid only for remarking type of lsp-exp.
Status: current Access: read-write
OBJECT-TYPE    
  TLspExpValue  

tSASRemarkPolicyDot1PLspExpInProfile 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1.8
The Dot1p / MPLS Exp value to use for in-profile traffic. This field is valid only for remarking type of dot1p-lsp-exp-shared.
Status: current Access: read-write
OBJECT-TYPE    
  TDot1PLspExpValue  

tSASRemarkPolicyDot1PLspExpOutProfile 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1.9
The Dot1p / MPLS Exp value to use for out-profile traffic. This field is valid only for remarking type of dot1p-lsp-exp-shared.
Status: current Access: read-write
OBJECT-TYPE    
  TDot1PLspExpValue  

tSASRemarkPolicyDot1PProfile 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1.10
The Dot1p to use for profile traffic.
Status: current Access: read-write
OBJECT-TYPE    
  Dot1PPriority  

tSASRemarkPolicyForceDEValue 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1.11
The value of tSASRemarkPolicyForceDEValue specifies the DE value to set for remark packets in this forwarding class regardless of profile status of the frames. An inconsistentValue error is returned if this object is set to any value other than '-1', when tSASRemarkFCDEMark object is set to 'false'.
Status: current Access: read-write
OBJECT-TYPE    
  TDEValue  

tSASRemarkPolicyFCDEMark 1.3.6.1.4.1.6527.6.2.2.2.1.21.2.1.12
The value of tSASRemarkPolicyFCDEMark specifies whether to set DE value in the frames of this forwarding class. An inconsistentValue error is returned if this object is set to 'false' when tSASRemarkPolicyFCForceDEValue object is not set to '-1'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tSapIngressQueueExtnTable 1.3.6.1.4.1.6527.6.2.2.2.1.2.5
Extension table to tSapIngressQueueTable
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSapIngressQueueExtnEntry

tSapIngressQueueExtnEntry 1.3.6.1.4.1.6527.6.2.2.2.1.2.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TSapIngressQueueExtnEntry  

tSapIngressQueuePolicyName 1.3.6.1.4.1.6527.6.2.2.2.1.2.5.1.1
SapIngressQueuePolicyName determines the queue management policy attached to this SAP Ingress queue.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItem  

tSapIngressIPCriteriaExtnTable 1.3.6.1.4.1.6527.6.2.2.2.1.2.6
information about sap-ingress policies extenstion to tSapIngressIPCriteriaEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSapIngressIPCriteriaExtnEntry

tSapIngressIPCriteriaExtnEntry 1.3.6.1.4.1.6527.6.2.2.2.1.2.6.1
Information about a particular ip-criteria entry for a sap-ingress policy. This is an extenstion to tSapIngressIPCriteriaEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TSapIngressIPCriteriaExtnEntry  

tSapIngressIPCriteriaActionProfile 1.3.6.1.4.1.6527.6.2.2.2.1.2.6.1.1
tSapIngressIPCriteriaActionProfile specifies the profile of the traffic that matches the specific IP criteria. The value none indicates that the profile is derived from ingress classification and profiling functions.
Status: current Access: read-create
OBJECT-TYPE    
  TProfileOrDei  

tSapIngressMacCriteriaExtnTable 1.3.6.1.4.1.6527.6.2.2.2.1.2.7
Information about mac-criteria entries. Extenstion to tSapIngressMacCriteriaEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSapIngressMacCriteriaExtnEntry

tSapIngressMacCriteriaExtnEntry 1.3.6.1.4.1.6527.6.2.2.2.1.2.7.1
Information about a particular mac-criteria entry for a sap-ingress policy. Entries are created by user. Entries are deleted by user. There is no StorageType object, entries have a presumed StorageType of nonVolatile.
Status: current Access: not-accessible
OBJECT-TYPE    
  TSapIngressMacCriteriaExtnEntry  

tSapIngressMacCriteriaActionProfile 1.3.6.1.4.1.6527.6.2.2.2.1.2.7.1.1
tSapIngressMacCriteriaActionProfile specifies the profile of the traffic that matches the specific MAC criteria. The value none indicates that the profile is derived from ingress classification and profiling functions.
Status: current Access: read-create
OBJECT-TYPE    
  TProfileOrDei  

tSapIngressIPv6CriteriaExtnTable 1.3.6.1.4.1.6527.6.2.2.2.1.2.8
information about sap-ingress policies extenstion to tSapIngressIPv6CriteriaEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSapIngressIPv6CriteriaExtnEntry

tSapIngressIPv6CriteriaExtnEntry 1.3.6.1.4.1.6527.6.2.2.2.1.2.8.1
Information about a particular ip-criteria entry for a sap-ingress policy. This is an extenstion to tSapIngressIPv6CriteriaEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TSapIngressIPv6CriteriaExtnEntry  

tSapIngressIPv6CriteriaActionProfile 1.3.6.1.4.1.6527.6.2.2.2.1.2.8.1.1
tSapIngressIPv6CriteriaActionProfile specifies the profile of the traffic that matches the specific IP criteria. The value none indicates that the profile is derived from ingress classification and profiling functions.
Status: current Access: read-create
OBJECT-TYPE    
  TProfileOrDei  

tmnxSASQosCompliances 1.3.6.1.4.1.6527.6.2.2.1.1.1
OBJECT IDENTIFIER    

tmnxSASQosGroups 1.3.6.1.4.1.6527.6.2.2.1.1.2
OBJECT IDENTIFIER    

tmnxSASQoSV1v0Group 1.3.6.1.4.1.6527.6.2.2.1.1.2.1
sas group object definition
Status: current Access: read-create
OBJECT-GROUP    

tmnxSASMQoSV1v0Group 1.3.6.1.4.1.6527.6.2.2.1.1.2.2
SAS M specific group object definition
Status: current Access: read-create
OBJECT-GROUP    

tmnxSASQoSV2v0Group 1.3.6.1.4.1.6527.6.2.2.1.1.2.3
sas group object definition
Status: current Access: read-create
OBJECT-GROUP    

tmnxSASQosObsolete7210V2v0Group 1.3.6.1.4.1.6527.6.2.2.1.1.2.4
The group of objects which are obsoleted from version 2.0 of Alcatel 7210 series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxSASQos7210V4v0Group 1.3.6.1.4.1.6527.6.2.2.1.1.2.5
The group of objects which are obsoleted from version 4.0 of Alcatel 7210 series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxSASQoSV10v0Group 1.3.6.1.4.1.6527.6.2.2.1.1.2.6
sas group object definition version 7.0
Status: current Access: read-create
OBJECT-GROUP    

tmnxSASQoSComp7210V1v0 1.3.6.1.4.1.6527.6.2.2.1.1.1.1
The compliance statement for revision 1.0 of TIMETRA-SAS-QOS-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

tmnxSASQoSComp7210V2v0 1.3.6.1.4.1.6527.6.2.2.1.1.1.2
The compliance statement for revision 2.0 of TIMETRA-SAS-QOS-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE