-- SQOS MIB module for ATR products. -- A new line was added at the end of the file for CR22168 and released at the same time as 2.9.1-17 ATR-SQOS-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC1213-MIB TimeTicks, Counter, Gauge FROM RFC1155-SMI Counter64 FROM SNMPv2-SMI modules FROM ALLIEDTELESYN-MIB; sqos OBJECT IDENTIFIER ::= { modules 123 } sqosTraps OBJECT IDENTIFIER ::= { sqos 100 } sqosModuleTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosModuleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Module configuration, indexed by ID." ::= { sqos 1 } sqosModuleEntry OBJECT-TYPE SYNTAX SqosModuleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single software QoS module entry." INDEX { sqosModuleID } ::= { sqosModuleTable 1 } SqosModuleEntry ::= SEQUENCE { sqosModuleID INTEGER, sqosModuleEnabled INTEGER } sqosModuleID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The ID of the module." ::= { sqosModuleEntry 1 } sqosModuleEnabled OBJECT-TYPE SYNTAX INTEGER { disabled(0), enabled(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Whether the module is enabled or disabled." ::= { sqosModuleEntry 2 } sqosPolicyTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosPolicyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Software QoS policy configuration, indexed by policy ID." ::= { sqos 2 } sqosPolicyEntry OBJECT-TYPE SYNTAX SqosPolicyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single software QoS policy entry." INDEX { sqosPolicyID } ::= { sqosPolicyTable 1 } SqosPolicyEntry ::= SEQUENCE { sqosPolicyID INTEGER, sqosPolicyDescription DisplayString, sqosPolicyMeter INTEGER, sqosPolicyPauseTime INTEGER, sqosPolicyPauseAction INTEGER, sqosPolicyRemark INTEGER, sqosPolicyRemarkVlanPri INTEGER, sqosPolicyDropBWClass3 INTEGER, sqosPolicyVirtBW INTEGER, sqosPolicyMaxQLen INTEGER, sqosPolicyQLimitExceedAction INTEGER, sqosPolicyWeightScheduler INTEGER, sqosPolicyDscpMap INTEGER, sqosPolicySysTrafWeight INTEGER, sqosPolicyIgnorePreNatInfo INTEGER } sqosPolicyID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The ID of the policy." ::= { sqosPolicyEntry 1 } sqosPolicyDescription OBJECT-TYPE SYNTAX DisplayString (SIZE(0..100)) ACCESS read-only STATUS mandatory DESCRIPTION "A description of the policy." ::= { sqosPolicyEntry 2 } sqosPolicyMeter OBJECT-TYPE SYNTAX INTEGER { none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "The ID of the meter used by the policy." ::= { sqosPolicyEntry 3 } sqosPolicyPauseTime OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The length of time, in seconds, for which the router does not dequeue packets from a paused flow." ::= { sqosPolicyEntry 4 } sqosPolicyPauseAction OBJECT-TYPE SYNTAX INTEGER { none(0), log(1), trap(2), log-and-trap(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The notification action taken by the router when it pauses a non-conformant traffic flow that belongs to this policy. One of log (generates a log message), trap (generates an SNMP trap), log-and-trap (generates both a log message and an SNMP trap), or none (does not generate a notification)." ::= { sqosPolicyEntry 5 } sqosPolicyRemark OBJECT-TYPE SYNTAX INTEGER { use_dscpmap(256), none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "The DSCP map that the router uses to set the bandwidth class and/or DSCP value in the packet header's Differentiated Services field after metering." ::= { sqosPolicyEntry 6 } sqosPolicyRemarkVlanPri OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "What the router sets the 802.1p VLAN priority field of the frame's Ethernet header to." ::= { sqosPolicyEntry 7 } sqosPolicyDropBWClass3 OBJECT-TYPE SYNTAX INTEGER { none(0), drop(1), pause(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The action the router takes on Bandwidth Class 3 packets (red coloured packets). One of drop (drops non-conformant packets), pause (drops non-conformant packets and stops dequeuing packets from the flow for PauseTime seconds), or none (sends non-conformant packets to the next processing stage)." ::= { sqosPolicyEntry 8 } sqosPolicyVirtBW OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum bandwidth available to the policy. Virtual Bandwidth determines the maximum rate at which data can leave the internal queues to be transmitted onto the physical media. Default units are kbps." ::= { sqosPolicyEntry 9 } sqosPolicyMaxQLen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Maximum Queue Length permitted by the Policy ** not available in policy **." ::= { sqosPolicyEntry 10 } sqosPolicyQLimitExceedAction OBJECT-TYPE SYNTAX INTEGER { none(0), log(1), trap(2), log-and-trap(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The notification action taken when a traffic flow exceeds the maximum queue length of its traffic class. One of log (generates a log message), trap (generates an SNMP trap), log-and-trap (generates both a log message and an SNMP trap), or none (does not generate a notification)." ::= { sqosPolicyEntry 11 } sqosPolicyWeightScheduler OBJECT-TYPE SYNTAX INTEGER { unknown(0), wrr(1), dwrr(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The queue scheduling method for weighted traffic classes that belong to the policy, one of Weighted Round Robin (WRR) or Deficit Weighted Round Robin (DWRR)." ::= { sqosPolicyEntry 12 } sqosPolicyDscpMap OBJECT-TYPE SYNTAX INTEGER { none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "The ID of the DSCP map assigned to the policy." ::= { sqosPolicyEntry 13 } sqosPolicySysTrafWeight OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The percentage of the interface's maximum bandwidth that the router reserves for system traffic, in the range 5 to 50%. On egress and tunnel policies, system traffic includes ARP, RIP, RIPv2, BGP, OSPF, IPv6 control packets such as ND and NS, PPP control packets, ISAKMP, keepalive messages, and SNMP messages generated by the router. On ingress policies, it includes PPP control packets." ::= { sqosPolicyEntry 14 } sqosPolicyIgnorePreNatInfo OBJECT-TYPE SYNTAX INTEGER { false(0), true(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Whether classifiers attached to the policy use pre-NAT IP settings for classification because these contain the distinguishing information. One of false (uses pre-NAT settings) or true (uses post-NAT settings)." ::= { sqosPolicyEntry 15 } sqosTrafficClassTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosTrafficClassEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Traffic Class configuration, indexed by Traffic Class ID." ::= { sqos 3 } sqosTrafficClassEntry OBJECT-TYPE SYNTAX SqosTrafficClassEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single SQOS Traffic Class entry." INDEX { sqosTrafficClassID } ::= { sqosTrafficClassTable 1 } SqosTrafficClassEntry ::= SEQUENCE { sqosTrafficClassID INTEGER, sqosTrafficClassDescription DisplayString, sqosTrafficClassMeter INTEGER, sqosTrafficClassPauseTime INTEGER, sqosTrafficClassPauseAction INTEGER, sqosTrafficClassPremarkDscp INTEGER, sqosTrafficClassPremarkBwcl INTEGER, sqosTrafficClassRemark INTEGER, sqosTrafficClassRemarkVlanPri INTEGER, sqosTrafficClassDropBWClass3 INTEGER, sqosTrafficClassVirtBW INTEGER, sqosTrafficClassMaxQLen INTEGER, sqosTrafficClassQLimitExceedAction INTEGER, sqosTrafficClassWeightScheduler INTEGER, sqosTrafficClassRed INTEGER, sqosTrafficClassParentTC INTEGER, sqosTrafficClassPolicy INTEGER, sqosTrafficClassQueueDrop INTEGER, sqosTrafficClassPriority INTEGER, sqosTrafficClassWeight INTEGER, sqosTrafficClassDarList DisplayString } sqosTrafficClassID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "ID of the Traffic Class." ::= { sqosTrafficClassEntry 1 } sqosTrafficClassDescription OBJECT-TYPE SYNTAX DisplayString (SIZE(0..100)) ACCESS read-only STATUS mandatory DESCRIPTION "Description of the Traffic Class." ::= { sqosTrafficClassEntry 2 } sqosTrafficClassMeter OBJECT-TYPE SYNTAX INTEGER { none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "The ID of the meter used by the Traffic Class." ::= { sqosTrafficClassEntry 3 } sqosTrafficClassPauseTime OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The PauseTime is seconds." ::= { sqosTrafficClassEntry 4 } sqosTrafficClassPauseAction OBJECT-TYPE SYNTAX INTEGER { none(0), log(1), trap(2), log-and-trap(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The PauseAction." ::= { sqosTrafficClassEntry 5 } sqosTrafficClassPremarkDscp OBJECT-TYPE SYNTAX INTEGER { use_dscpmap(256), none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "The premarking DSCP value used for this Traffic Class." ::= { sqosTrafficClassEntry 6 } sqosTrafficClassPremarkBwcl OBJECT-TYPE SYNTAX INTEGER { use_dscpmap(256) } ACCESS read-only STATUS mandatory DESCRIPTION "The premarking Bandwidth class value used for this Traffic Class." ::= { sqosTrafficClassEntry 7 } sqosTrafficClassRemark OBJECT-TYPE SYNTAX INTEGER { use_dscpmap(256), none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "The Remark." ::= { sqosTrafficClassEntry 8 } sqosTrafficClassRemarkVlanPri OBJECT-TYPE SYNTAX INTEGER { none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "The RemarkVlanPri." ::= { sqosTrafficClassEntry 9 } sqosTrafficClassDropBWClass3 OBJECT-TYPE SYNTAX INTEGER { drop(1), pause(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The DropBWClass3." ::= { sqosTrafficClassEntry 10 } sqosTrafficClassVirtBW OBJECT-TYPE SYNTAX INTEGER { none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "The Virtual Bandwidth." ::= { sqosTrafficClassEntry 11 } sqosTrafficClassMaxQLen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Maximum Queue Length permitted by the Traffic Class." ::= { sqosTrafficClassEntry 12 } sqosTrafficClassQLimitExceedAction OBJECT-TYPE SYNTAX INTEGER { none(0), log(1), trap(2), log-and-trap(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The Action taken when the Queue Limit is Exceeded ." ::= { sqosTrafficClassEntry 13 } sqosTrafficClassWeightScheduler OBJECT-TYPE SYNTAX INTEGER { wrr(1), dwrr(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The Weight Scheduler." ::= { sqosTrafficClassEntry 14 } sqosTrafficClassParentTC OBJECT-TYPE SYNTAX INTEGER { none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "The Parent of this traffic class." ::= { sqosTrafficClassEntry 15 } sqosTrafficClassPolicy OBJECT-TYPE SYNTAX INTEGER { none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "The Policy that is the parent this Traffic Class." ::= { sqosTrafficClassEntry 16 } sqosTrafficClassQueueDrop OBJECT-TYPE SYNTAX INTEGER { drop-head(1), drop-tail(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The end of the queue affected when packets are dropped." ::= { sqosTrafficClassEntry 17 } sqosTrafficClassPriority OBJECT-TYPE SYNTAX INTEGER { none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "The Priority given to this Traffic Class." ::= { sqosTrafficClassEntry 18 } sqosTrafficClassWeight OBJECT-TYPE SYNTAX INTEGER { none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "The Weight given to the Traffic Class." ::= { sqosTrafficClassEntry 19 } sqosTrafficClassDarList OBJECT-TYPE SYNTAX DisplayString (SIZE(0..100)) ACCESS read-only STATUS mandatory DESCRIPTION "A comma separated list of DAR objects attached to the Traffic Class." ::= { sqosTrafficClassEntry 20 } sqosMeterTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosMeterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Meter configuration, indexed by Meter ID." ::= { sqos 4 } sqosMeterEntry OBJECT-TYPE SYNTAX SqosMeterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single SQOS Meter entry." INDEX { sqosMeterID } ::= { sqosMeterTable 1 } SqosMeterEntry ::= SEQUENCE { sqosMeterID INTEGER, sqosMeterDescription DisplayString, sqosMeterType INTEGER, sqosMeterMinBandwidth INTEGER, sqosMeterMaxBandwidth INTEGER, sqosMeterMinBurstSize INTEGER, sqosMeterMaxBurstSize INTEGER, sqosMeterIgnoreBandwidthClass INTEGER } sqosMeterID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "ID of the Meter." ::= { sqosMeterEntry 1 } sqosMeterDescription OBJECT-TYPE SYNTAX DisplayString (SIZE(0..100)) ACCESS read-only STATUS mandatory DESCRIPTION "Description of the Meter." ::= { sqosMeterEntry 2 } sqosMeterType OBJECT-TYPE SYNTAX INTEGER { unknown(0), slb(1), dlb(2), srtcm(3), trtcm(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Type of the Meter." ::= { sqosMeterEntry 3 } sqosMeterMinBandwidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Minimum Bandwidth of the Meter in kb/s." ::= { sqosMeterEntry 4 } sqosMeterMaxBandwidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum Bandwidth of the Meter in kb/s." ::= { sqosMeterEntry 5 } sqosMeterMinBurstSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Mininum Bandwidth of the Meter in kB." ::= { sqosMeterEntry 6 } sqosMeterMaxBurstSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maxinum Bandwidth of the Meter in kB." ::= { sqosMeterEntry 7 } sqosMeterIgnoreBandwidthClass OBJECT-TYPE SYNTAX INTEGER { false(0), true(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether or not the pre-existing Bandwidth Class is ignored." ::= { sqosMeterEntry 8 } sqosRedTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosRedEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "RED Curve configuration, indexed by RED ID." ::= { sqos 5 } sqosRedEntry OBJECT-TYPE SYNTAX SqosRedEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single SQOS RED Curve entry." INDEX { sqosRedID } ::= { sqosRedTable 1 } SqosRedEntry ::= SEQUENCE { sqosRedID INTEGER, sqosRedDescription DisplayString, sqosRedAveraging INTEGER, sqosRedStart1 INTEGER, sqosRedStop1 INTEGER, sqosRedDrop1 INTEGER, sqosRedStart2 INTEGER, sqosRedStop2 INTEGER, sqosRedDrop2 INTEGER, sqosRedStart3 INTEGER, sqosRedStop3 INTEGER, sqosRedDrop3 INTEGER } sqosRedID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "ID of the RED Curve." ::= { sqosRedEntry 1 } sqosRedDescription OBJECT-TYPE SYNTAX DisplayString (SIZE(0..100)) ACCESS read-only STATUS mandatory DESCRIPTION "Description of the RED." ::= { sqosRedEntry 2 } sqosRedAveraging OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Averaging value of the RED Curve." ::= { sqosRedEntry 3 } sqosRedStart1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Start value for BWClass1 for the RED Curve." ::= { sqosRedEntry 4 } sqosRedStop1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Stop value for BWClass1 for the RED Curve." ::= { sqosRedEntry 5 } sqosRedDrop1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Drop Probability for BWClass1 for the RED Curve." ::= { sqosRedEntry 6 } sqosRedStart2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Start value for BWClass2 for the RED Curve." ::= { sqosRedEntry 7 } sqosRedStop2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Stop value for BWClass2 for the RED Curve." ::= { sqosRedEntry 8 } sqosRedDrop2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Drop Probability for BWClass2 for the RED Curve." ::= { sqosRedEntry 9 } sqosRedStart3 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Start value for BWClass3 for the RED Curve." ::= { sqosRedEntry 10 } sqosRedStop3 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Stop value for BWClass3 for the RED Curve." ::= { sqosRedEntry 11 } sqosRedDrop3 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Drop Probability for BWClass3 for the RED Curve." ::= { sqosRedEntry 12 } sqosDscpMapTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosDscpMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "DSCP Map configuration, indexed by DscpMap ID." ::= { sqos 6 } sqosDscpMapEntry OBJECT-TYPE SYNTAX SqosDscpMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single SQOS DSCP Map entry." INDEX { sqosDscpMapID } ::= { sqosDscpMapTable 1 } SqosDscpMapEntry ::= SEQUENCE { sqosDscpMapID INTEGER, sqosDscpMapDescription DisplayString } sqosDscpMapID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "ID of the DSCP Map." ::= { sqosDscpMapEntry 1 } sqosDscpMapDescription OBJECT-TYPE SYNTAX DisplayString (SIZE(0..100)) ACCESS read-only STATUS mandatory DESCRIPTION "Description of the DSCP Map." ::= { sqosDscpMapEntry 2 } sqosDscpMapRowTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosDscpMapRowEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "DSCP Map configuration, indexed by DscpMap ID and Dscp." ::= { sqos 7 } sqosDscpMapRowEntry OBJECT-TYPE SYNTAX SqosDscpMapRowEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single SQOS DSCP Map entry." INDEX { sqosDscpMapRowID, sqosDscpMapRowDscp } ::= { sqosDscpMapRowTable 1 } SqosDscpMapRowEntry ::= SEQUENCE { sqosDscpMapRowID INTEGER, sqosDscpMapRowDscp INTEGER, sqosDscpMapRowPremarkBWClass INTEGER, sqosDscpMapRowPremarkDscp INTEGER, sqosDscpMapRowRemark1BWClass INTEGER, sqosDscpMapRowRemark1Dscp INTEGER, sqosDscpMapRowRemark2BWClass INTEGER, sqosDscpMapRowRemark2Dscp INTEGER, sqosDscpMapRowRemark3BWClass INTEGER, sqosDscpMapRowRemark3Dscp INTEGER } sqosDscpMapRowID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "ID of the DSCP Map." ::= { sqosDscpMapRowEntry 1 } sqosDscpMapRowDscp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "DSCP value." ::= { sqosDscpMapRowEntry 2 } sqosDscpMapRowPremarkBWClass OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "New Premark BW Class for this DSCP Map Row." ::= { sqosDscpMapRowEntry 3 } sqosDscpMapRowPremarkDscp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "New Premark DSCP Value for this DSCP Map Row." ::= { sqosDscpMapRowEntry 4 } sqosDscpMapRowRemark1BWClass OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "New Remark BW Class for this DSCP Map Row, for BW Class 1." ::= { sqosDscpMapRowEntry 5 } sqosDscpMapRowRemark1Dscp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "New Remark DSCP Value for this DSCP Map Row, for BW Class 1." ::= { sqosDscpMapRowEntry 6 } sqosDscpMapRowRemark2BWClass OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "New Remark BW Class for this DSCP Map Row, for BW Class 2." ::= { sqosDscpMapRowEntry 7 } sqosDscpMapRowRemark2Dscp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "New Remark DSCP Value for this DSCP Map Row, for BW Class 2." ::= { sqosDscpMapRowEntry 8 } sqosDscpMapRowRemark3BWClass OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "New Remark BW Class for this DSCP Map Row, for BW Class 3." ::= { sqosDscpMapRowEntry 9 } sqosDscpMapRowRemark3Dscp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "New Remark DSCP Value for this DSCP Map Row, for BW Class 3." ::= { sqosDscpMapRowEntry 10 } sqosDarTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosDarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "DAR Object configuration, indexed by Dar ID." ::= { sqos 8 } sqosDarEntry OBJECT-TYPE SYNTAX SqosDarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single SQOS DAR Object entry." INDEX { sqosDarID } ::= { sqosDarTable 1 } SqosDarEntry ::= SEQUENCE { sqosDarID INTEGER, sqosDarDescription DisplayString, sqosDarSourceIP DisplayString, sqosDarDestinationIP DisplayString, sqosDarProtocol INTEGER, sqosDarCodec INTEGER, sqosDarInactivityTimeout INTEGER, sqosDarPortSIP INTEGER, sqosDarPortRTSP INTEGER, sqosDarPortH323 INTEGER } sqosDarID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "ID of the DAR Object." ::= { sqosDarEntry 1 } sqosDarDescription OBJECT-TYPE SYNTAX DisplayString (SIZE(0..100)) ACCESS read-only STATUS mandatory DESCRIPTION "Description of the DAR Object." ::= { sqosDarEntry 2 } sqosDarSourceIP OBJECT-TYPE SYNTAX DisplayString (SIZE(0..100)) ACCESS read-only STATUS mandatory DESCRIPTION "Textual representation of the Source IP address for the DAR Object." ::= { sqosDarEntry 3 } sqosDarDestinationIP OBJECT-TYPE SYNTAX DisplayString (SIZE(0..100)) ACCESS read-only STATUS mandatory DESCRIPTION "Textual representation of the Destination IP address for the DAR Object." ::= { sqosDarEntry 4 } sqosDarProtocol OBJECT-TYPE SYNTAX INTEGER { unknown(1), all(2), sip(3), rtsp(4), h323(5) } ACCESS read-only STATUS mandatory DESCRIPTION "The protocols detected by this DAR Object." ::= { sqosDarEntry 5 } sqosDarCodec OBJECT-TYPE SYNTAX INTEGER { unknown(1), any(2), audio(3), video(4), application(5), data(6), } ACCESS read-only STATUS mandatory DESCRIPTION "The CODECs detected by this DAR Object." ::= { sqosDarEntry 6 } sqosDarInactivityTimeout OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The inactivity timeout of the DAR Object, in Seconds." ::= { sqosDarEntry 7 } sqosDarPortSIP OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The port used to detect SIP traffic." ::= { sqosDarEntry 8 } sqosDarPortRTSP OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The port used to detect RTSP traffic." ::= { sqosDarEntry 9 } sqosDarPortH323 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The port used to detect H323 traffic." ::= { sqosDarEntry 10 } sqosInterfaceTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosInterfaceEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Interface configuration, indexed by Interface ID." ::= { sqos 9 } sqosInterfaceEntry OBJECT-TYPE SYNTAX SqosInterfaceEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single SQOS Interface entry." INDEX { sqosInterfaceID } ::= { sqosInterfaceTable 1 } SqosInterfaceEntry ::= SEQUENCE { sqosInterfaceID INTEGER, sqosInterfaceName DisplayString, sqosInterfaceInPolicy INTEGER, sqosInterfaceOutPolicy INTEGER, sqosInterfaceTunnelPolicy INTEGER, sqosInterfaceDarList DisplayString } sqosInterfaceID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "ID of the Interface." ::= { sqosInterfaceEntry 1 } sqosInterfaceName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..30)) ACCESS read-only STATUS mandatory DESCRIPTION "Name of the Interface." ::= { sqosInterfaceEntry 2 } sqosInterfaceInPolicy OBJECT-TYPE SYNTAX INTEGER { none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "Ingress policy used by the Interface." ::= { sqosInterfaceEntry 3 } sqosInterfaceOutPolicy OBJECT-TYPE SYNTAX INTEGER { none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "Egress policy used by the Interface." ::= { sqosInterfaceEntry 4 } sqosInterfaceTunnelPolicy OBJECT-TYPE SYNTAX INTEGER { none(999999) } ACCESS read-only STATUS mandatory DESCRIPTION "Tunnel policy used by the Interface." ::= { sqosInterfaceEntry 5 } sqosInterfaceDarList OBJECT-TYPE SYNTAX DisplayString (SIZE(0..100)) ACCESS read-only STATUS mandatory DESCRIPTION "A comma separated list of DAR objects attached to the Interface." ::= { sqosInterfaceEntry 6 } sqosPolicyCounterTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosPolicyCounterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PolicyCounter configuration, indexed by PolicyCounter ID." ::= { sqos 10 } sqosPolicyCounterEntry OBJECT-TYPE SYNTAX SqosPolicyCounterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single SQOS Policy Counter entry." INDEX { sqosPolicyCounterInterfaceID, sqosPolicyCounterDirection } ::= { sqosPolicyCounterTable 1 } SqosPolicyCounterEntry ::= SEQUENCE { sqosPolicyCounterInterfaceID INTEGER, sqosPolicyCounterDirection INTEGER, sqosPolicyCounterPolicyID INTEGER, sqosPolicyCounterInterfaceName DisplayString, sqosPolicyCounterPassedPackets INTEGER, sqosPolicyCounterPassedBytes INTEGER, sqosPolicyCounterDroppedPackets INTEGER, sqosPolicyCounterDroppedBytes INTEGER } sqosPolicyCounterInterfaceID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Interface ID of this Policy Counter Entry." ::= { sqosPolicyCounterEntry 1 } sqosPolicyCounterDirection OBJECT-TYPE SYNTAX INTEGER { ingress(1), egress(2), tunnel(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Direction of this Policy Counter Entry." ::= { sqosPolicyCounterEntry 2 } sqosPolicyCounterPolicyID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Policy ID of this Policy Counter Entry." ::= { sqosPolicyCounterEntry 3 } sqosPolicyCounterInterfaceName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..30)) ACCESS read-only STATUS mandatory DESCRIPTION "Interface Name of this Policy Counter Entry." ::= { sqosPolicyCounterEntry 4 } sqosPolicyCounterPassedPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets passed by this Policy Counter Entry." ::= { sqosPolicyCounterEntry 5 } sqosPolicyCounterPassedBytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of bytes passed by this Policy Counter Entry." ::= { sqosPolicyCounterEntry 6 } sqosPolicyCounterDroppedPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets dropped by this Policy Counter Entry." ::= { sqosPolicyCounterEntry 7 } sqosPolicyCounterDroppedBytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of bytes dropped by this Policy Counter Entry." ::= { sqosPolicyCounterEntry 8 } sqosTcCounterTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosTcCounterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "TcCounter configuration, indexed by TcCounter ID." ::= { sqos 11 } sqosTcCounterEntry OBJECT-TYPE SYNTAX SqosTcCounterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single SQOS Tc Counter entry." INDEX { sqosTcCounterInterfaceID, sqosTcCounterDirection, sqosTcCounterTcID } ::= { sqosTcCounterTable 1 } SqosTcCounterEntry ::= SEQUENCE { sqosTcCounterInterfaceID INTEGER, sqosTcCounterDirection INTEGER, sqosTcCounterTcID INTEGER, sqosTcCounterInterfaceName DisplayString, sqosTcCounterPassedPackets INTEGER, sqosTcCounterPassedBytes INTEGER, sqosTcCounterDroppedPackets INTEGER, sqosTcCounterDroppedBytes INTEGER, sqosTcCounterCurQLenPackets INTEGER, sqosTcCounterCurQLenPackets INTEGER, sqosTcCounterCurQLenBytes INTEGER, sqosTcCounterAvgQLenSecPackets INTEGER, sqosTcCounterAvgQLenSecBytes INTEGER, sqosTcCounterAvgQLenMinPackets INTEGER, sqosTcCounterAvgQLenMinBytes INTEGER, sqosTcCounterAvgQLenHouPackets INTEGER, sqosTcCounterAvgQLenHouBytes INTEGER, sqosTcCounterAvgLatency INTEGER, sqosTcCounterMeteredBWC1Packets INTEGER, sqosTcCounterMeteredBWC1Bytes INTEGER, sqosTcCounterMeteredBWC2Packets INTEGER, sqosTcCounterMeteredBWC2Bytes INTEGER, sqosTcCounterMeteredBWC3Packets INTEGER, sqosTcCounterMeteredBWC3Bytes INTEGER, sqosTcCounterDroppedBWC1Packets INTEGER, sqosTcCounterDroppedBWC1Bytes INTEGER, sqosTcCounterDroppedBWC2Packets INTEGER, sqosTcCounterDroppedBWC2Bytes INTEGER, sqosTcCounterDroppedBWC3Packets INTEGER, sqosTcCounterDroppedBWC3Bytes INTEGER } sqosTcCounterInterfaceID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Interface ID of this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 1 } sqosTcCounterDirection OBJECT-TYPE SYNTAX INTEGER { ingress(1), egress(2), tunnel(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Direction of this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 2 } sqosTcCounterTcID OBJECT-TYPE SYNTAX INTEGER { system_tc(65520), default_tc(65521) } ACCESS read-only STATUS mandatory DESCRIPTION "Traffic Class ID of this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 3 } sqosTcCounterInterfaceName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..30)) ACCESS read-only STATUS mandatory DESCRIPTION "Interface Name of this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 4 } sqosTcCounterPassedPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets passed by this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 5 } sqosTcCounterPassedBytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of bytes passed by this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 6 } sqosTcCounterDroppedPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets dropped by this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 7 } sqosTcCounterDroppedBytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of bytes dropped by this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 8 } sqosTcCounterCurQLenPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The current queue length of this Traffic Class Counter Entry, in packets." ::= { sqosTcCounterEntry 9 } sqosTcCounterCurQLenBytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The current queue length for this Traffic Class Counter Entry, in bytes." ::= { sqosTcCounterEntry 10 } sqosTcCounterAvgQLenSecPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The average queue length over the last second for this Traffic Class Counter Entry, in packets." ::= { sqosTcCounterEntry 11 } sqosTcCounterAvgQLenSecBytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The average queue length over the last second for this Traffic Class Counter Entry, in bytes." ::= { sqosTcCounterEntry 12 } sqosTcCounterAvgQLenMinPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The average queue length over the last minute for this Traffic Class Counter Entry, in packets." ::= { sqosTcCounterEntry 13 } sqosTcCounterAvgQLenMinBytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The average queue length over the last minute for this Traffic Class Counter Entry, in bytes." ::= { sqosTcCounterEntry 14 } sqosTcCounterAvgQLenHouPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The average queue length over the last hour for this Traffic Class Counter Entry, in packets." ::= { sqosTcCounterEntry 15 } sqosTcCounterAvgQLenHouBytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The average queue length over the last hour for this Traffic Class Counter Entry, in bytes." ::= { sqosTcCounterEntry 16 } sqosTcCounterAvgLatency OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The average latency for this Traffic Class Counter Entry, in millseconds." ::= { sqosTcCounterEntry 17 } sqosTcCounterMeteredBWC1Packets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets metered as BWC1 for this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 18 } sqosTcCounterMeteredBWC1Bytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of bytes metered as BWC1 for this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 19 } sqosTcCounterMeteredBWC2Packets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets metered as BWC2 for this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 20 } sqosTcCounterMeteredBWC2Bytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of bytes metered as BWC2 for this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 21 } sqosTcCounterMeteredBWC3Packets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets metered as BWC3 for this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 22 } sqosTcCounterMeteredBWC3Bytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets metered as BWC3 for this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 23 } sqosTcCounterDroppedBWC1Packets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of BWC1 packets RED dropped for this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 24 } sqosTcCounterDroppedBWC1Bytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of BWC1 bytes RED dropped for this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 25 } sqosTcCounterDroppedBWC2Packets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of BWC2 packets RED dropped for this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 26 } sqosTcCounterDroppedBWC2Bytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of BWC2 bytes RED dropped for this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 27 } sqosTcCounterDroppedBWC3Packets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of BWC3 packets RED dropped for this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 28 } sqosTcCounterDroppedBWC3Bytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of BWC3 bytes RED dropped for this Traffic Class Counter Entry." ::= { sqosTcCounterEntry 29 } sqosClfrCounterTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosClfrCounterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Classifier Counters, indexed by Interface, Direction and Classifer ID." ::= { sqos 12 } sqosClfrCounterEntry OBJECT-TYPE SYNTAX SqosClfrCounterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single SQOS Classifer Counter entry." INDEX { sqosClfrCounterInterfaceID, sqosClfrCounterDirection, sqosClfrCounterClfrID } ::= { sqosClfrCounterTable 1 } SqosClfrCounterEntry ::= SEQUENCE { sqosClfrCounterInterfaceID INTEGER, sqosClfrCounterDirection INTEGER, sqosClfrCounterClfrID INTEGER, sqosClfrCounterInterfaceName DisplayString, sqosClfrCounterMatchedPackets INTEGER, sqosClfrCounterMatchedBytes INTEGER } sqosClfrCounterInterfaceID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Interface ID of this Classifier Counter Entry." ::= { sqosClfrCounterEntry 1 } sqosClfrCounterDirection OBJECT-TYPE SYNTAX INTEGER { ingress(1), egress(2), tunnel(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Direction of this Classifer Counter Entry." ::= { sqosClfrCounterEntry 2 } sqosClfrCounterClfrID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Classifer ID of this Classifier Counter Entry." ::= { sqosClfrCounterEntry 3 } sqosClfrCounterInterfaceName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..30)) ACCESS read-only STATUS mandatory DESCRIPTION "Interface Name of this Traffic Class Counter Entry." ::= { sqosClfrCounterEntry 4 } sqosClfrCounterMatchedPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets matched by this Traffic Class Counter Entry." ::= { sqosClfrCounterEntry 5 } sqosClfrCounterMatchedBytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of bytes matched by this Traffic Class Counter Entry." ::= { sqosClfrCounterEntry 6 } sqosDarCounterTable OBJECT-TYPE SYNTAX SEQUENCE OF SqosDarCounterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "DarCounter configuration, indexed by DarCounter ID." ::= { sqos 13 } sqosDarCounterEntry OBJECT-TYPE SYNTAX SqosDarCounterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A single SQOS Dar Counter entry." INDEX { sqosDarCounterDarID } ::= { sqosDarCounterTable 1 } SqosDarCounterEntry ::= SEQUENCE { sqosDarCounterDarID INTEGER, sqosDarCounterRecognisedTotal INTEGER, sqosDarCounterRecognisedSIP INTEGER, sqosDarCounterRecognisedRTSP INTEGER, sqosDarCounterRecognisedH323 INTEGER, sqosDarCounterCurSessions INTEGER, sqosDarCounterAudioSessions INTEGER, sqosDarCounterVideoSessions INTEGER, sqosDarCounterOtherSessions INTEGER } sqosDarCounterDarID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Dar Object ID of this DAR Counter Entry." ::= { sqosDarCounterEntry 1 } sqosDarCounterRecognisedTotal OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of setup packets recognised by this DAR Counter Entry." ::= { sqosDarCounterEntry 2 } sqosDarCounterRecognisedSIP OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of SIP setup packets recognised by this DAR Counter Entry." ::= { sqosDarCounterEntry 3 } sqosDarCounterRecognisedRTSP OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of RTSP setup packets recognised by this DAR Counter Entry." ::= { sqosDarCounterEntry 4 } sqosDarCounterRecognisedH323 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of H323 setup packets recognised by this DAR Counter Entry." ::= { sqosDarCounterEntry 5 } sqosDarCounterCurSessions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Current number of sessions recognised by this DAR Counter Entry." ::= { sqosDarCounterEntry 6 } sqosDarCounterAudioSessions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of audio sessions recognised by this DAR Counter Entry." ::= { sqosDarCounterEntry 7 } sqosDarCounterVideoSessions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of video sessions recognised by this DAR Counter Entry." ::= { sqosDarCounterEntry 8 } sqosDarCounterOtherSessions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of other sessions recognised by this DAR Counter Entry." ::= { sqosDarCounterEntry 9 } sqosTrapPausedMessage OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The last message generated when a Traffic Class Is Paused." ::= { sqosTraps 1 } sqosTrapPaused TRAP-TYPE ENTERPRISE sqosTraps VARIABLES { sqosTrapPausedMessage } DESCRIPTION "The trap that is generated when a Traffic Class Is Paused." ::= 1 sqosTrapUnpausedMessage OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The last message generated when a Traffic Class Is Unpaused." ::= { sqosTraps 2 } sqosTrapUnpaused TRAP-TYPE ENTERPRISE sqosTraps VARIABLES { sqosTrapUnpausedMessage } DESCRIPTION "The trap that is generated when a Traffic Class Is Unpaused." ::= 2 sqosTrapQLimitExceededMessage OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The last message generated when the dynamic classifier limit is exceeded." ::= { sqosTraps 3 } sqosTrapQLimitExceeded TRAP-TYPE ENTERPRISE sqosTraps VARIABLES { sqosTrapQLimitExceededMessage } DESCRIPTION "The trap that is generated when a queue limit is exceeded." ::= 3 sqosTrapDCLimitExceededMessage OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The last message generated when the dynamic classifier limit is exceeded." ::= { sqosTraps 4 } sqosTrapDCLimitExceeded TRAP-TYPE ENTERPRISE sqosTraps VARIABLES { sqosTrapDCLimitExceededMessage } DESCRIPTION "The trap that is generated when the dynamic classifier limit is exceeded.." ::= 4 END