All MIBs › A3COM-SWITCHING-SYSTEMS-QOS-MIB
Category: Quality of Service, Vendor: 3Com
Description: Manages Quality of Service configuration on 3Com SuperStack switching systems, including priority queue assignments and traffic class mappings.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is A3COM-SWITCHING-SYSTEMS-QOS-MIB?
A3COM-SWITCHING-SYSTEMS-QOS-MIB is a 3Com private-enterprise MIB that manages Quality of Service configuration on 3Com SuperStack switching systems, covering generic traffic classification and flow-based classification for priority queueing. It exposes configuration data such as class definitions, class names, and flow-classification rules keyed on IP protocol type and source address, placing it in the configuration category rather than raw hardware sensor data. Its monitoring value lies mainly in the software/configuration domain: verifying that QoS classes and flow classifiers are correctly provisioned so traffic is prioritized as intended, and detecting classification errors that could cause traffic to be mis-queued. As a vendor-specific QoS module it is part of the broader 3Com switching-systems MIB tree and would typically be used alongside standard interface and traffic-statistics MIBs for full visibility. It is typically deployed on 3Com SuperStack switches in enterprise LANs that need class-based traffic prioritization. Engineers can download the A3COM-SWITCHING-SYSTEMS-QOS-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in A3COM-SWITCHING-SYSTEMS-QOS-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- 3Com SuperStack switch
Monitoring Examples
An administrator would inspect the a3ComQosGenClassTable (keyed by a3ComQosGenClassIndex) to confirm generic QoS class definitions like a3ComQosGenClassName and a3ComQosGenClassControlId are correctly provisioned, and check the a3ComQosFlowClassTable for flow-specific classification entries such as a3ComQosFlowClassIpProtoType and a3ComQosFlowClassSrcAddr. An unexpected or missing entry in either table would reveal a misconfigured QoS policy causing traffic from a given source or protocol to not receive its intended priority treatment.
What Can Be Monitored
- QoS class definitions
- flow classification rules
- traffic priority/class mappings
- protocol-based classification filters
This MIB depends on
Related MIBs
Imported Objects
From RFC-1212
| OBJECT-TYPE |
From RFC-1215
| TRAP-TYPE |
From RFC1155-SMI
| Gauge | |
| IpAddress | |
| enterprises |
From RFC1213-MIB
| DisplayString | |
| ifIndex |
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| a3Com | 1.3.6.1.4.1.43 | |||
| a3ComQos | 1.3.6.1.4.1.43.29.4.21 | |||
| INT a3ComQosBandwidthRatio | 1.3.6.1.4.1.43.29.4.21.5.1 | INTEGER | read-write | 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. |
| a3ComQosClass | 1.3.6.1.4.1.43.29.4.21.1 | |||
| a3ComQosCtrl | 1.3.6.1.4.1.43.29.4.21.2 | |||
| INT a3ComQosCtrl8021pTag | 1.3.6.1.4.1.43.29.4.21.2.1.1.7 | INTEGER | read-write | This indicates the tag to use on forwarded frames. |
| INT a3ComQosCtrlConformPktsLossEligible | 1.3.6.1.4.1.43.29.4.21.2.1.1.4 | INTEGER | read-write | The variable indicates whether conforming packets are loss eligible. |
| a3ComQosCtrlEntry | 1.3.6.1.4.1.43.29.4.21.2.1.1 | not-accessible | An entry describing a single QoS control. | |
| INT a3ComQosCtrlExcessPktsLossEligible | 1.3.6.1.4.1.43.29.4.21.2.1.1.6 | INTEGER | read-write | The variable indicates whether excess packets are loss eligible. |
| INT a3ComQosCtrlExcessPktsServiceLevel | 1.3.6.1.4.1.43.29.4.21.2.1.1.5 | INTEGER | read-write | The service level of excess packets for this control. |
| INT a3ComQosCtrlIndex | 1.3.6.1.4.1.43.29.4.21.2.1.1.1 | INTEGER | read-only | A unique value for this entry. |
| STR a3ComQosCtrlName | 1.3.6.1.4.1.43.29.4.21.2.1.1.2 | DisplayString | read-write | A textual name for the control. |
| INT a3ComQosCtrlRateLimitCtrlIndex | 1.3.6.1.4.1.43.29.4.21.2.2.1.1 | INTEGER | read-only | The control index for which this entry is valid. |
| a3ComQosCtrlRateLimitEntry | 1.3.6.1.4.1.43.29.4.21.2.2.1 | not-accessible | An entry describing a single QoS control rate limit. | |
| INT a3ComQosCtrlRateLimitIndex | 1.3.6.1.4.1.43.29.4.21.2.2.1.2 | INTEGER | read-only | The rate limit for which this entry is valid. |
| INT a3ComQosCtrlRateLimitKbps | 1.3.6.1.4.1.43.29.4.21.2.2.1.4 | INTEGER | read-write | 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. |
| INT a3ComQosCtrlRateLimitPercent | 1.3.6.1.4.1.43.29.4.21.2.2.1.3 | INTEGER | read-write | 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). |
| OCT a3ComQosCtrlRateLimitPorts | 1.3.6.1.4.1.43.29.4.21.2.2.1.5 | OCTET STRING | read-write | 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. |
| ROW a3ComQosCtrlRateLimitRowStatus | 1.3.6.1.4.1.43.29.4.21.2.2.1.6 | RowStatus | read-write | 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. |
| a3ComQosCtrlRateLimitTable | 1.3.6.1.4.1.43.29.4.21.2.2 | not-accessible | A list of QoS control rate limits defined on a given system. | |
| INT a3ComQosCtrlRateLimitType | 1.3.6.1.4.1.43.29.4.21.2.1.1.8 | INTEGER | read-write | 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. |
| ROW a3ComQosCtrlRowStatus | 1.3.6.1.4.1.43.29.4.21.2.1.1.9 | RowStatus | read-write | 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. |
| INT a3ComQosCtrlServiceLevel | 1.3.6.1.4.1.43.29.4.21.2.1.1.3 | INTEGER | read-write | The service level for all conforming packets. |
| a3ComQosCtrlTable | 1.3.6.1.4.1.43.29.4.21.2.1 | not-accessible | A list of controls defined on a given system. | |
| INT a3ComQosExcessTrafficClassTag | 1.3.6.1.4.1.43.29.4.21.5.2 | INTEGER | read-write | This object indicates the IEEE802.1p traffic class value to use to retag excess packets. |
| INT a3ComQosFlowClassCastType | 1.3.6.1.4.1.43.29.4.21.1.2.1.3 | INTEGER | read-write | The network layer cast type for this class. |
| IP a3ComQosFlowClassDestAddr | 1.3.6.1.4.1.43.29.4.21.1.2.1.7 | IpAddress | read-write | The destination IP address for this class. |
| IP a3ComQosFlowClassDestSubnetMask | 1.3.6.1.4.1.43.29.4.21.1.2.1.8 | IpAddress | read-write | The destination subnet mask for this class. |
| a3ComQosFlowClassEntry | 1.3.6.1.4.1.43.29.4.21.1.2.1 | not-accessible | An entry describing a single flow class entity. | |
| INT a3ComQosFlowClassFilterIndex | 1.3.6.1.4.1.43.29.4.21.1.2.1.2 | INTEGER | read-only | 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. |
| INT a3ComQosFlowClassIndex | 1.3.6.1.4.1.43.29.4.21.1.2.1.1 | INTEGER | read-only | A unique value for each entry. Flow classses use id values between 1-399. |
| NTF a3ComQosFlowClassIntrudingEvent | 1.3.6.1.4.1.43.29.4.0.88 | The trap that is generated when a intruder tries to enter a classified network | ||
| INT a3ComQosFlowClassIpProtoType | 1.3.6.1.4.1.43.29.4.21.1.2.1.4 | INTEGER | read-write | The IP protocol type for this class. |
| INT a3ComQosFlowClassPortEnd | 1.3.6.1.4.1.43.29.4.21.1.2.1.10 | INTEGER | read-write | The finishing range of ports associated with this class. |
| INT a3ComQosFlowClassPortStart | 1.3.6.1.4.1.43.29.4.21.1.2.1.9 | INTEGER | read-write | The starting range of ports associated with this class. |
| ROW a3ComQosFlowClassRowStatus | 1.3.6.1.4.1.43.29.4.21.1.2.1.11 | RowStatus | read-write | 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. |
| IP a3ComQosFlowClassSrcAddr | 1.3.6.1.4.1.43.29.4.21.1.2.1.5 | IpAddress | read-write | The source IP address for this class. |
| IP a3ComQosFlowClassSrcSubnetMask | 1.3.6.1.4.1.43.29.4.21.1.2.1.6 | IpAddress | read-write | The source subnet mask for this class. |
| a3ComQosFlowClassTable | 1.3.6.1.4.1.43.29.4.21.1.2 | not-accessible | 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. | |
| INT a3ComQosGenClassControlId | 1.3.6.1.4.1.43.29.4.21.1.1.1.3 | INTEGER | read-write | 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. |
| a3ComQosGenClassEntry | 1.3.6.1.4.1.43.29.4.21.1.1.1 | not-accessible | An entry describing a single class entity. | |
| INT a3ComQosGenClassIndex | 1.3.6.1.4.1.43.29.4.21.1.1.1.1 | INTEGER | read-only | A unique value for each entry. |
| STR a3ComQosGenClassName | 1.3.6.1.4.1.43.29.4.21.1.1.1.2 | DisplayString | read-write | A textual name for the class. |
| a3ComQosGenClassTable | 1.3.6.1.4.1.43.29.4.21.1.1 | not-accessible | This table lists all QoS classes (Flow and Non-Flow) configured in the system. | |
| a3ComQosMisc | 1.3.6.1.4.1.43.29.4.21.5 | |||
| OCT a3ComQosNonFlowClass8021pTags | 1.3.6.1.4.1.43.29.4.21.1.3.1.4 | OCTET STRING | read-write | 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 |
| OCT a3ComQosNonFlowClassCastType | 1.3.6.1.4.1.43.29.4.21.1.3.1.2 | OCTET STRING | read-write | 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 |
| OCT a3ComQosNonFlowClassCustomProto | 1.3.6.1.4.1.43.29.4.21.1.3.1.7 | OCTET STRING | read-write | 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. |
| a3ComQosNonFlowClassEntry | 1.3.6.1.4.1.43.29.4.21.1.3.1 | not-accessible | An entry describing a single non-flow class entity. | |
| INT a3ComQosNonFlowClassIndex | 1.3.6.1.4.1.43.29.4.21.1.3.1.1 | INTEGER | read-only | A unique value for each entry. Non-flow classs use class ids values between 400-499. |
| INT a3ComQosNonFlowClassProtoDescriptor | 1.3.6.1.4.1.43.29.4.21.1.3.1.6 | INTEGER | read-write | 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. |
| OCT a3ComQosNonFlowClassProtos | 1.3.6.1.4.1.43.29.4.21.1.3.1.3 | OCTET STRING | read-write | 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 |
| ROW a3ComQosNonFlowClassRowStatus | 1.3.6.1.4.1.43.29.4.21.1.3.1.5 | RowStatus | read-write | 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. |
| a3ComQosNonFlowClassTable | 1.3.6.1.4.1.43.29.4.21.1.3 | not-accessible | 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. | |
| GAU a3ComQosRcvStatsConformBytesTotal | 1.3.6.1.4.1.43.29.4.21.4.4.1.1 | Gauge | read-only | The total conforming bytes receive rate. The rate is in bytes per second. |
| GAU a3ComQosRcvStatsDroppedPkts | 1.3.6.1.4.1.43.29.4.21.4.4.1.4 | Gauge | read-only | The number of packets dropped. The rate is specified in packets per second. |
| a3ComQosRcvStatsEntry | 1.3.6.1.4.1.43.29.4.21.4.4.1 | not-accessible | An entry containing receive rate statistics for a particular port. | |
| GAU a3ComQosRcvStatsNonConformBytesForFlows | 1.3.6.1.4.1.43.29.4.21.4.4.1.2 | Gauge | read-only | The non-conforming bytes receive rate for flows. The rate is in bytes per second. |
| GAU a3ComQosRcvStatsNonConformBytesForNonFlows | 1.3.6.1.4.1.43.29.4.21.4.4.1.3 | Gauge | read-only | The non-conforming bytes receive rate for non-flows. The rate is in bytes per second. |
| a3ComQosRcvStatsTable | 1.3.6.1.4.1.43.29.4.21.4.4 | not-accessible | A table containing QoS receive rate statistics. The interval over which the rate is calculated is determined by the value of a3ComQosStatsInterval object. | |
| a3ComQosRsvp | 1.3.6.1.4.1.43.29.4.21.3 | |||
| INT a3ComQosRsvpAuthentication | 1.3.6.1.4.1.43.29.4.21.3.7 | INTEGER | read-write | This object indicates the status of RSVP authentication. |
| INT a3ComQosRsvpExcessPktsLossEligible | 1.3.6.1.4.1.43.29.4.21.3.6 | INTEGER | read-write | This object indicates if excess packets are loss eligible. |
| INT a3ComQosRsvpExcessTrafficPolicy | 1.3.6.1.4.1.43.29.4.21.3.5 | INTEGER | read-write | The indication of service for excess packets. |
| INT a3ComQosRsvpMaxPerResvBandwidth | 1.3.6.1.4.1.43.29.4.21.3.3 | INTEGER | read-write | The maximum per-reservation bandwidth of the output link. |
| INT a3ComQosRsvpMaxTotalResvdBandwidth | 1.3.6.1.4.1.43.29.4.21.3.2 | INTEGER | read-write | The maximum total reservable bandwidth of the output link. |
| OCT a3ComQosRsvpMd5Key | 1.3.6.1.4.1.43.29.4.21.3.8 | OCTET STRING | read-write | The MD5 encryption key. This value is used if the a3ComQosRsvpAuthStatus object is set to enabled(1). |
| INT a3ComQosRsvpPolicy | 1.3.6.1.4.1.43.29.4.21.3.4 | INTEGER | read-write | The indication of a policing option that shows when excess packets are dropped. |
| INT a3ComQosRsvpStatus | 1.3.6.1.4.1.43.29.4.21.3.1 | INTEGER | read-write | The status of the RSVP protocol. |
| a3ComQosStats | 1.3.6.1.4.1.43.29.4.21.4 | |||
| INT a3ComQosStatsInterval | 1.3.6.1.4.1.43.29.4.21.4.1 | INTEGER | read-write | The time interval, in seconds, over which rate statistics are collected. A value of zero implies absolute (i.e. raw) statistics. |
| a3ComQosXmtHmStatsEntry | 1.3.6.1.4.1.43.29.4.21.4.3.1 | not-accessible | An entry containing transmit high water mark rate statistics. | |
| GAU a3ComQosXmtHmStatsHighLossDiscardedPkts | 1.3.6.1.4.1.43.29.4.21.4.3.1.6 | Gauge | read-only | The high mark for high loss discarded packets. |
| GAU a3ComQosXmtHmStatsHighLossPkts | 1.3.6.1.4.1.43.29.4.21.4.3.1.5 | Gauge | read-only | The high mark for high loss packets. |
| GAU a3ComQosXmtHmStatsLowLossDelayedPkts | 1.3.6.1.4.1.43.29.4.21.4.3.1.3 | Gauge | read-only | The high mark for low loss delayed packets. |
| GAU a3ComQosXmtHmStatsLowLossDiscardedPkts | 1.3.6.1.4.1.43.29.4.21.4.3.1.4 | Gauge | read-only | The high mark for low loss discarded packets. |
| GAU a3ComQosXmtHmStatsLowLossPkts | 1.3.6.1.4.1.43.29.4.21.4.3.1.2 | Gauge | read-only | The high mark for low loss packets. |
| INT a3ComQosXmtHmStatsQindex | 1.3.6.1.4.1.43.29.4.21.4.3.1.1 | INTEGER | read-only | The type of queue for which this entry is valid. |
| a3ComQosXmtHmStatsTable | 1.3.6.1.4.1.43.29.4.21.4.3 | not-accessible | 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. | |
| a3ComQosXmtStatsEntry | 1.3.6.1.4.1.43.29.4.21.4.2.1 | not-accessible | An entry containing transmit rate statistics. | |
| GAU a3ComQosXmtStatsHighLossDiscardedPkts | 1.3.6.1.4.1.43.29.4.21.4.2.1.6 | Gauge | read-only | 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. |
| GAU a3ComQosXmtStatsHighLossPkts | 1.3.6.1.4.1.43.29.4.21.4.2.1.5 | Gauge | read-only | 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. |
| GAU a3ComQosXmtStatsLowLossDelayedPkts | 1.3.6.1.4.1.43.29.4.21.4.2.1.3 | Gauge | read-only | 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. |
| GAU a3ComQosXmtStatsLowLossDiscardedPkts | 1.3.6.1.4.1.43.29.4.21.4.2.1.4 | Gauge | read-only | 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. |
| GAU a3ComQosXmtStatsLowLossPkts | 1.3.6.1.4.1.43.29.4.21.4.2.1.2 | Gauge | read-only | 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. |
| INT a3ComQosXmtStatsQindex | 1.3.6.1.4.1.43.29.4.21.4.2.1.1 | INTEGER | read-only | The type of transmit queue for which this entry is valid. |
| a3ComQosXmtStatsTable | 1.3.6.1.4.1.43.29.4.21.4.2 | not-accessible | This table contains QoS transmit rate statistics. The interval over which the rate is calculated is determined by the value of a3ComQosStatsInterval object. | |
| a3ComSwitchingSystemsMib | 1.3.6.1.4.1.43.29.4 | |||
| switchingSystemsMibs | 1.3.6.1.4.1.43.29 |
RFC description
3Com vendor-private MIB for managing Quality of Service (QoS) parameters on 3Com switching systems; includes rate limiting, bandwidth allocation, and traffic statistics.
Start monitoring 3Com SuperStack switches (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.