A3COM-SWITCHING-SYSTEMS-QOS-MIB

File: A3COM-SWITCHING-SYSTEMS-QOS-MIB.mib (41120 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
RFC-1215

Imported symbols

enterprises Gauge IpAddress
DisplayString ifIndex OBJECT-TYPE
TRAP-TYPE

Defined Types

RowStatus  
INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)    

A3ComQosGenClassEntry  
SEQUENCE    
  a3ComQosGenClassIndex INTEGER
  a3ComQosGenClassName DisplayString
  a3ComQosGenClassControlId INTEGER

A3ComQosFlowClassEntry  
SEQUENCE    
  a3ComQosFlowClassIndex INTEGER
  a3ComQosFlowClassFilterIndex INTEGER
  a3ComQosFlowClassCastType INTEGER
  a3ComQosFlowClassIpProtoType INTEGER
  a3ComQosFlowClassSrcAddr IpAddress
  a3ComQosFlowClassSrcSubnetMask IpAddress
  a3ComQosFlowClassDestAddr IpAddress
  a3ComQosFlowClassDestSubnetMask IpAddress
  a3ComQosFlowClassPortStart INTEGER
  a3ComQosFlowClassPortEnd INTEGER
  a3ComQosFlowClassRowStatus RowStatus

A3ComQosNonFlowClassEntry  
SEQUENCE    
  a3ComQosNonFlowClassIndex INTEGER
  a3ComQosNonFlowClassCastType OCTET STRING
  a3ComQosNonFlowClassProtos OCTET STRING
  a3ComQosNonFlowClass8021pTags OCTET STRING
  a3ComQosNonFlowClassRowStatus RowStatus
  a3ComQosNonFlowClassProtoDescriptor INTEGER
  a3ComQosNonFlowClassCustomProto OCTET STRING

A3ComQosCtrlEntry  
SEQUENCE    
  a3ComQosCtrlIndex INTEGER
  a3ComQosCtrlName DisplayString
  a3ComQosCtrlServiceLevel INTEGER
  a3ComQosCtrlConformPktsLossEligible INTEGER
  a3ComQosCtrlExcessPktsServiceLevel INTEGER
  a3ComQosCtrlExcessPktsLossEligible INTEGER
  a3ComQosCtrl8021pTag INTEGER
  a3ComQosCtrlRateLimitType INTEGER
  a3ComQosCtrlRowStatus RowStatus

A3ComQosCtrlRateLimitEntry  
SEQUENCE    
  a3ComQosCtrlRateLimitCtrlIndex INTEGER
  a3ComQosCtrlRateLimitIndex INTEGER
  a3ComQosCtrlRateLimitPercent INTEGER
  a3ComQosCtrlRateLimitKbps INTEGER
  a3ComQosCtrlRateLimitPorts OCTET STRING
  a3ComQosCtrlRateLimitRowStatus RowStatus

A3ComQosXmtStatsEntry  
SEQUENCE    
  a3ComQosXmtStatsQindex INTEGER
  a3ComQosXmtStatsLowLossPkts Gauge
  a3ComQosXmtStatsLowLossDelayedPkts Gauge
  a3ComQosXmtStatsLowLossDiscardedPkts Gauge
  a3ComQosXmtStatsHighLossPkts Gauge
  a3ComQosXmtStatsHighLossDiscardedPkts Gauge

A3ComQosXmtHmStatsEntry  
SEQUENCE    
  a3ComQosXmtHmStatsQindex INTEGER
  a3ComQosXmtHmStatsLowLossPkts Gauge
  a3ComQosXmtHmStatsLowLossDelayedPkts Gauge
  a3ComQosXmtHmStatsLowLossDiscardedPkts Gauge
  a3ComQosXmtHmStatsHighLossPkts Gauge
  a3ComQosXmtHmStatsHighLossDiscardedPkts Gauge

A3ComQosRcvStatsEntry  
SEQUENCE    
  a3ComQosRcvStatsConformBytesTotal Gauge
  a3ComQosRcvStatsNonConformBytesForFlows Gauge
  a3ComQosRcvStatsNonConformBytesForNonFlows Gauge
  a3ComQosRcvStatsDroppedPkts Gauge

Defined Values

a3Com 1.3.6.1.4.1.43
OBJECT IDENTIFIER    

switchingSystemsMibs 1.3.6.1.4.1.43.29
OBJECT IDENTIFIER    

a3ComSwitchingSystemsMib 1.3.6.1.4.1.43.29.4
OBJECT IDENTIFIER    

a3ComQos 1.3.6.1.4.1.43.29.4.21
OBJECT IDENTIFIER    

a3ComQosClass 1.3.6.1.4.1.43.29.4.21.1
OBJECT IDENTIFIER    

a3ComQosCtrl 1.3.6.1.4.1.43.29.4.21.2
OBJECT IDENTIFIER    

a3ComQosRsvp 1.3.6.1.4.1.43.29.4.21.3
OBJECT IDENTIFIER    

a3ComQosStats 1.3.6.1.4.1.43.29.4.21.4
OBJECT IDENTIFIER    

a3ComQosMisc 1.3.6.1.4.1.43.29.4.21.5
OBJECT IDENTIFIER    

a3ComQosGenClassTable 1.3.6.1.4.1.43.29.4.21.1.1
This table lists all QoS classes (Flow and Non-Flow) configured in the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComQosGenClassEntry

a3ComQosGenClassEntry 1.3.6.1.4.1.43.29.4.21.1.1.1
An entry describing a single class entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComQosGenClassEntry  

a3ComQosGenClassIndex 1.3.6.1.4.1.43.29.4.21.1.1.1.1
A unique value for each entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65532  

a3ComQosGenClassName 1.3.6.1.4.1.43.29.4.21.1.1.1.2
A textual name for the class.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

a3ComQosGenClassControlId 1.3.6.1.4.1.43.29.4.21.1.1.1.3
The control entry that this class is associated with. Note that the user must have created the control (via the a3ComQosCtrlTable) before making the association via this object. A value of zero indicates no control is attached.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

a3ComQosFlowClassTable 1.3.6.1.4.1.43.29.4.21.1.2
This table lists the Flow classes defined in the system. A Flow class applies only to IP unicast and multicast packets. A Flow class is defined in terms of the IP packet header: IP protocol type, IP source and destination addresses, TCP/UDP source and destination ports. Note that a filter entry can only be modified if there is no control attached to it. Otherwise, the entry has to be deleted and recreated.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComQosFlowClassEntry

a3ComQosFlowClassEntry 1.3.6.1.4.1.43.29.4.21.1.2.1
An entry describing a single flow class entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComQosFlowClassEntry  

a3ComQosFlowClassIndex 1.3.6.1.4.1.43.29.4.21.1.2.1.1
A unique value for each entry. Flow classses use id values between 1-399.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65532  

a3ComQosFlowClassFilterIndex 1.3.6.1.4.1.43.29.4.21.1.2.1.2
The unique filter index associated with this class. Note that the maximum limit of 100 filters is the aggregate of all the filters defined in the system, not just the number of filters defined for this classifier.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

a3ComQosFlowClassCastType 1.3.6.1.4.1.43.29.4.21.1.2.1.3
The network layer cast type for this class.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unicast(1), multicast(2), both(3)  

a3ComQosFlowClassIpProtoType 1.3.6.1.4.1.43.29.4.21.1.2.1.4
The IP protocol type for this class.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER udp(1), tcp(2), both(3)  

a3ComQosFlowClassSrcAddr 1.3.6.1.4.1.43.29.4.21.1.2.1.5
The source IP address for this class.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

a3ComQosFlowClassSrcSubnetMask 1.3.6.1.4.1.43.29.4.21.1.2.1.6
The source subnet mask for this class.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

a3ComQosFlowClassDestAddr 1.3.6.1.4.1.43.29.4.21.1.2.1.7
The destination IP address for this class.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

a3ComQosFlowClassDestSubnetMask 1.3.6.1.4.1.43.29.4.21.1.2.1.8
The destination subnet mask for this class.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

a3ComQosFlowClassPortStart 1.3.6.1.4.1.43.29.4.21.1.2.1.9
The starting range of ports associated with this class.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

a3ComQosFlowClassPortEnd 1.3.6.1.4.1.43.29.4.21.1.2.1.10
The finishing range of ports associated with this class.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

a3ComQosFlowClassRowStatus 1.3.6.1.4.1.43.29.4.21.1.2.1.11
The status column for this entry. This object can be set to: createAndGo(4) destroy(6) The following value may be read: active(1) Setting this object to createAndGo(4) creates a row in in this table. The agent will allocate the next sequential filter index value for the newly created entry. Setting this object to destroy(6) will remove this entry. Note that only the entry with the highest a3ComQosFlowClassFilterIndex value can be deleted. Also, an entry can only be deleted if there is no control attached to it.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComQosNonFlowClassTable 1.3.6.1.4.1.43.29.4.21.1.3
This table lists the Non-Flow classes defined in the system. A Non-Flow class defines a packet in terms of its data link level protocol: IEEE 802.1p tag value, cast type (broadcast, multicast, and unicast). Packets which match a Non-Flow class receive a service level specific to that class.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComQosNonFlowClassEntry

a3ComQosNonFlowClassEntry 1.3.6.1.4.1.43.29.4.21.1.3.1
An entry describing a single non-flow class entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComQosNonFlowClassEntry  

a3ComQosNonFlowClassIndex 1.3.6.1.4.1.43.29.4.21.1.3.1.1
A unique value for each entry. Non-flow classs use class ids values between 400-499.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65532  

a3ComQosNonFlowClassCastType 1.3.6.1.4.1.43.29.4.21.1.3.1.2
A bit mask of 'cast' types associated with this class. Each cast is represented by a single bit. If that bit is set then the corresponding cast is selected by this class. The following bits are currently defined: Unicast 0x01 Multicast 0x02 Broadcast 0x04
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1)  

a3ComQosNonFlowClassProtos 1.3.6.1.4.1.43.29.4.21.1.3.1.3
A bit mask of network protocols associated with this class. Each protocol is represented by a single bit. If that bit is set then the corresponding protocol is a member of this class. Only one protocol can be assigned to any given classifier. This object CAN ONLY BE SET if a3ComQosNonFlowClassProtoDesciptor is set to name(1) for the associated class. Custom (0x10) will be returned if a3ComQosNonFlowClassProtoDesciptor is not set to name(1). However this object CANNOT be set to Custom. The following bits are currently defined: Any 0x00 IP 0x01 IPX 0x02 TCP 0x04 Appletalk 0x08 Custom 0x10
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1)  

a3ComQosNonFlowClass8021pTags 1.3.6.1.4.1.43.29.4.21.1.3.1.4
A bit mask of the 802.1p tags associated with this class. Each tag is represented by a single bit. If that bit is set then the corresponding tag is selected by this class. The following bits are currently defined: 8021pTag-0 0x01 8021pTag-1 0x02 8021pTag-2 0x04 8021pTag-3 0x08 8021pTag-4 0x10 8021pTag-5 0x20 8021pTag-6 0x40 8021pTag-7 0x80
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1)  

a3ComQosNonFlowClassRowStatus 1.3.6.1.4.1.43.29.4.21.1.3.1.5
The status column for this entry. This object can be set to: createAndGo(4) destroy(6) The following value may be read: active(1) Setting this object to createAndGo(4) creates a row in in this table. Setting this object to destroy(6) will remove this entry. Note that an entry can only be deleted if there is no control attached to it.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComQosNonFlowClassProtoDescriptor 1.3.6.1.4.1.43.29.4.21.1.3.1.6
This object determines whether a3ComQosNonFlowClassProtos or a3ComQosNonFlowClassCustomProto is used to define the protocol for a classifier. If set to name(1), the pre-defined types Any, IP, IPX, TCP, AppleTalk from a3ComQosNonFlowClassProtos will be used. If set to ethertype(2) or dsap-ssap(3) then the a3ComQosNonFlowClassProtos will be custom and the value used will be determined by a3ComQosNonFlowClassCustomProto.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER name(1), ethertype(2), dsap-ssap(3)  

a3ComQosNonFlowClassCustomProto 1.3.6.1.4.1.43.29.4.21.1.3.1.7
This object determines a 2-byte hex value for the Ethertype or DSAP/SSAP that will be used in conjunction with a3ComQosNonFlowClassProtoDescriptor. If a3ComQosNonFlowClassProtoDescriptor is set to name(1) then this object is not used and it CANNOT be set. If a3ComQosNonFlowClassProtoDescriptor is set to ethertype(2) then the value will be used as an ethertype mask. If a3ComQosNonFlowClassProtoDescriptor is set to dsap-ssap(3) then the most significant byte will be used for the DSAP value and the least significant will be used for the SSAP value. -- Example 1: a3ComQosNonFlowClassProto is set to ethertype (2) a3ComQosNonFlowClassCustomTypeMask is set to 0x1234 The value 0x1234 will be used in the ethertype field. -- Example 2: a3ComQosNonFlowClassCustomType is set to dsap-ssap (2) a3ComQosNonFlowClassCustomTypeMask is set to 0x1234 The value 0x12 would be used for the DSAP value. The value 0x34 would be used for the SSAP value.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

a3ComQosCtrlTable 1.3.6.1.4.1.43.29.4.21.2.1
A list of controls defined on a given system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComQosCtrlEntry

a3ComQosCtrlEntry 1.3.6.1.4.1.43.29.4.21.2.1.1
An entry describing a single QoS control.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComQosCtrlEntry  

a3ComQosCtrlIndex 1.3.6.1.4.1.43.29.4.21.2.1.1.1
A unique value for this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65532  

a3ComQosCtrlName 1.3.6.1.4.1.43.29.4.21.2.1.1.2
A textual name for the control.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

a3ComQosCtrlServiceLevel 1.3.6.1.4.1.43.29.4.21.2.1.1.3
The service level for all conforming packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER highPriority(1), bestEffort(2), lowPriority(3), drop(4)  

a3ComQosCtrlConformPktsLossEligible 1.3.6.1.4.1.43.29.4.21.2.1.1.4
The variable indicates whether conforming packets are loss eligible.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER eligible(1), nonEligible(2)  

a3ComQosCtrlExcessPktsServiceLevel 1.3.6.1.4.1.43.29.4.21.2.1.1.5
The service level of excess packets for this control.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER highPriority(1), bestEffort(2), lowPriority(3), drop(4)  

a3ComQosCtrlExcessPktsLossEligible 1.3.6.1.4.1.43.29.4.21.2.1.1.6
The variable indicates whether excess packets are loss eligible.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER eligible(1), nonEligible(2)  

a3ComQosCtrl8021pTag 1.3.6.1.4.1.43.29.4.21.2.1.1.7
This indicates the tag to use on forwarded frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), ieee8021pTag0(2), ieee8021pTag1(3), ieee8021pTag2(4), ieee8021pTag3(5), ieee8021pTag4(6), ieee8021pTag5(7), ieee8021pTag6(8), ieee8021pTag7(9)  

a3ComQosCtrlRateLimitType 1.3.6.1.4.1.43.29.4.21.2.1.1.8
The rate limit type to use with this control. A value of none(1) indicates that no rate limit is set for this control. A value of receivePort(2) indicates that the configured rate limit is applied on a per-port basis. A value of aggregate(3) indicates that the configured rate limit is aggregated across the set of ports that are configured for the rate limit. For values other than none(1), the rate limit entries are created via the a3ComQosCtrlRateLimitTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), receivePort(2), aggregate(3)  

a3ComQosCtrlRowStatus 1.3.6.1.4.1.43.29.4.21.2.1.1.9
The status column for this control entry. This object can be set to: createAndGo(4) destroy(6) The following value may be read: active(1) Setting this object to createAndGo(4) creates a row in this table. Setting this object to destroy(6) will remove this entry. Note that a control can only be deleted if it is not attached to a flow or a non-flow classifier. A side effect of deleting a control in this table is the deletion of the corresponding rate limit entries in the a3ComQosCtrlRateLimitTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComQosCtrlRateLimitTable 1.3.6.1.4.1.43.29.4.21.2.2
A list of QoS control rate limits defined on a given system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComQosCtrlRateLimitEntry

a3ComQosCtrlRateLimitEntry 1.3.6.1.4.1.43.29.4.21.2.2.1
An entry describing a single QoS control rate limit.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComQosCtrlRateLimitEntry  

a3ComQosCtrlRateLimitCtrlIndex 1.3.6.1.4.1.43.29.4.21.2.2.1.1
The control index for which this entry is valid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65532  

a3ComQosCtrlRateLimitIndex 1.3.6.1.4.1.43.29.4.21.2.2.1.2
The rate limit for which this entry is valid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..24  

a3ComQosCtrlRateLimitPercent 1.3.6.1.4.1.43.29.4.21.2.2.1.3
The rate limit as a percentage of input port bandwidth. Packets received in excess of specified rate limit will receive the service defined by value of a3ComQosCtrlExcessPktsServiceLevel object. A value of 0 indicates no rate limit. A value of 101 indicates that this object is not being used and the value of the a3ComQosCtrlRateLimitKbps object will determine the rate limit (if any).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..101  

a3ComQosCtrlRateLimitKbps 1.3.6.1.4.1.43.29.4.21.2.2.1.4
The rate limit in kilobits per second of input port bandwidth. Packets received in excess of specified rate limit will receive the service defined by value of a3ComQosCtrlExcessPktsServiceLevel object. Note that the requested rate may be rounded up to the next 1/16th chunk bandwidth. Note that the user can specify the rate limit either as a percentage (via the a3ComQosCtrlRateLimitPercent object) or as kilobits per second (via this object) but not both. If the value of the a3ComQosCtrlRateLimitPercent object is 101, then the setting of this object determines the rate limit. A value of -1 for this object indicates no rate limit. Any other value indicates the desired rate limit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

a3ComQosCtrlRateLimitPorts 1.3.6.1.4.1.43.29.4.21.2.2.1.5
A bit mask of interfaces that support the defined rate limit. Each interface is represented by a single bit. If that bit is set then the corresponding interface is a member of this control. The bits are assigned with the least significant bit of the first byte corresponding to ifIndex 1, the next bit corresponding to ifIndex 2 and so on. Note that each port can only be associated with a single rate limit per control. An error will be returned if the user tries to assign a port that already has a rate limit associated with it.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..4)  

a3ComQosCtrlRateLimitRowStatus 1.3.6.1.4.1.43.29.4.21.2.2.1.6
The status column for this rate limit entry. This object can be set to: createAndGo(4) destroy(6) The following value may be read: active(1) Setting this object to createAndGo(4) creates a row in this table. Note that a request to create a new entry must use the next sequential available a3ComQosCtrlRateLimitIndex value. Setting this object to destroy(6) will remove this entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComQosRsvpStatus 1.3.6.1.4.1.43.29.4.21.3.1
The status of the RSVP protocol.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER rsvpEnabled(1), rsvpDisabled(2)  

a3ComQosRsvpMaxTotalResvdBandwidth 1.3.6.1.4.1.43.29.4.21.3.2
The maximum total reservable bandwidth of the output link.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..200  

a3ComQosRsvpMaxPerResvBandwidth 1.3.6.1.4.1.43.29.4.21.3.3
The maximum per-reservation bandwidth of the output link.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

a3ComQosRsvpPolicy 1.3.6.1.4.1.43.29.4.21.3.4
The indication of a policing option that shows when excess packets are dropped.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER edge(1), always(2), never(3)  

a3ComQosRsvpExcessTrafficPolicy 1.3.6.1.4.1.43.29.4.21.3.5
The indication of service for excess packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER bestEffort(1), lowPriority(2)  

a3ComQosRsvpExcessPktsLossEligible 1.3.6.1.4.1.43.29.4.21.3.6
This object indicates if excess packets are loss eligible.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)  

a3ComQosRsvpAuthentication 1.3.6.1.4.1.43.29.4.21.3.7
This object indicates the status of RSVP authentication.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ComQosRsvpMd5Key 1.3.6.1.4.1.43.29.4.21.3.8
The MD5 encryption key. This value is used if the a3ComQosRsvpAuthStatus object is set to enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..10)  

a3ComQosStatsInterval 1.3.6.1.4.1.43.29.4.21.4.1
The time interval, in seconds, over which rate statistics are collected. A value of zero implies absolute (i.e. raw) statistics.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

a3ComQosXmtStatsTable 1.3.6.1.4.1.43.29.4.21.4.2
This table contains QoS transmit rate statistics. The interval over which the rate is calculated is determined by the value of a3ComQosStatsInterval object.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComQosXmtStatsEntry

a3ComQosXmtStatsEntry 1.3.6.1.4.1.43.29.4.21.4.2.1
An entry containing transmit rate statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComQosXmtStatsEntry  

a3ComQosXmtStatsQindex 1.3.6.1.4.1.43.29.4.21.4.2.1.1
The type of transmit queue for which this entry is valid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER reserved(1), highPriority(2), bestEffort(3), lowPriority(4)  

a3ComQosXmtStatsLowLossPkts 1.3.6.1.4.1.43.29.4.21.4.2.1.2
The rate of low loss packets. Low loss packets are packets that are not marked as loss eligible (a3ComQosCtrlConformPktLossEligible object) and are under the threshold. The rate is specified in packets per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosXmtStatsLowLossDelayedPkts 1.3.6.1.4.1.43.29.4.21.4.2.1.3
The rate of low loss delayed packets. Low loss delayed packets are packets that are not marked as loss eligible (a3ComQosCtrlConformPktLossEligible object) and are over the threshold. The rate is specified in packets per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosXmtStatsLowLossDiscardedPkts 1.3.6.1.4.1.43.29.4.21.4.2.1.4
The rate of low loss discarded packets. Low loss discarded packets are packets that are discarded due to the queue being full. The rate is specified in packets per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosXmtStatsHighLossPkts 1.3.6.1.4.1.43.29.4.21.4.2.1.5
The rate of high loss packets. High loss packets are packets that are marked as loss eligible (a3ComQosCtrlConformPktLossEligible object) and are under the threshold. The rate is specified in packets per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosXmtStatsHighLossDiscardedPkts 1.3.6.1.4.1.43.29.4.21.4.2.1.6
The rate of high loss discarded packets. High loss discarded packets are packets that are marked as loss eligible (a3ComQosCtrlConformPktLossEligible object) and are over the threshold. The rate is specified in packets per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosXmtHmStatsTable 1.3.6.1.4.1.43.29.4.21.4.3
This table contains QoS transmit high water mark rate statistics. The interval over which the rate is calculated is determined by the value of a3ComQosStatsInterval object.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComQosXmtHmStatsEntry

a3ComQosXmtHmStatsEntry 1.3.6.1.4.1.43.29.4.21.4.3.1
An entry containing transmit high water mark rate statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComQosXmtHmStatsEntry  

a3ComQosXmtHmStatsQindex 1.3.6.1.4.1.43.29.4.21.4.3.1.1
The type of queue for which this entry is valid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER reserved(1), highPriority(2), bestEffort(3), lowPriority(4)  

a3ComQosXmtHmStatsLowLossPkts 1.3.6.1.4.1.43.29.4.21.4.3.1.2
The high mark for low loss packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosXmtHmStatsLowLossDelayedPkts 1.3.6.1.4.1.43.29.4.21.4.3.1.3
The high mark for low loss delayed packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosXmtHmStatsLowLossDiscardedPkts 1.3.6.1.4.1.43.29.4.21.4.3.1.4
The high mark for low loss discarded packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosXmtHmStatsHighLossPkts 1.3.6.1.4.1.43.29.4.21.4.3.1.5
The high mark for high loss packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosXmtHmStatsHighLossDiscardedPkts 1.3.6.1.4.1.43.29.4.21.4.3.1.6
The high mark for high loss discarded packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosRcvStatsTable 1.3.6.1.4.1.43.29.4.21.4.4
A table containing QoS receive rate statistics. The interval over which the rate is calculated is determined by the value of a3ComQosStatsInterval object.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComQosRcvStatsEntry

a3ComQosRcvStatsEntry 1.3.6.1.4.1.43.29.4.21.4.4.1
An entry containing receive rate statistics for a particular port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComQosRcvStatsEntry  

a3ComQosRcvStatsConformBytesTotal 1.3.6.1.4.1.43.29.4.21.4.4.1.1
The total conforming bytes receive rate. The rate is in bytes per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosRcvStatsNonConformBytesForFlows 1.3.6.1.4.1.43.29.4.21.4.4.1.2
The non-conforming bytes receive rate for flows. The rate is in bytes per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosRcvStatsNonConformBytesForNonFlows 1.3.6.1.4.1.43.29.4.21.4.4.1.3
The non-conforming bytes receive rate for non-flows. The rate is in bytes per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosRcvStatsDroppedPkts 1.3.6.1.4.1.43.29.4.21.4.4.1.4
The number of packets dropped. The rate is specified in packets per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

a3ComQosBandwidthRatio 1.3.6.1.4.1.43.29.4.21.5.1
The bandwidth ratio of HighPriority/(HighPriority+BestEffort) that is allocated for each output port on a given system. The value is represented as a percentage.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

a3ComQosExcessTrafficClassTag 1.3.6.1.4.1.43.29.4.21.5.2
This object indicates the IEEE802.1p traffic class value to use to retag excess packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), ieee8021pTag0(2), ieee8021pTag1(3), ieee8021pTag2(4), ieee8021pTag3(5), ieee8021pTag4(6), ieee8021pTag5(7), ieee8021pTag6(8), ieee8021pTag7(9)  

a3ComQosFlowClassIntrudingEvent 88
The trap that is generated when a intruder tries to enter a classified network
TRAP-TYPE