A3COM-SWITCHING-SYSTEMS-QOS-MIB: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: A3COM-SWITCHING-SYSTEMS-QOS-MIB
Download as:   

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


Object Name OID Type Access Info
 a3Com 1.3.6.1.4.1.43
       switchingSystemsMibs 1.3.6.1.4.1.43.29
             a3ComSwitchingSystemsMib 1.3.6.1.4.1.43.29.4
                 a3ComQos 1.3.6.1.4.1.43.29.4.21
                       a3ComQosClass 1.3.6.1.4.1.43.29.4.21.1
                           a3ComQosGenClassTable 1.3.6.1.4.1.43.29.4.21.1.1 no-access
This table lists all QoS classes (Flow and Non-Flow) configured in the system.
                               a3ComQosGenClassEntry 1.3.6.1.4.1.43.29.4.21.1.1.1 no-access
An entry describing a single class entity.
                                   a3ComQosGenClassIndex 1.3.6.1.4.1.43.29.4.21.1.1.1.1 integer read-only
A unique value for each entry.
                                   a3ComQosGenClassName 1.3.6.1.4.1.43.29.4.21.1.1.1.2 displaystring read-write
A textual name for the class.
                                   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.
                           a3ComQosFlowClassTable 1.3.6.1.4.1.43.29.4.21.1.2 no-access
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.
                               a3ComQosFlowClassEntry 1.3.6.1.4.1.43.29.4.21.1.2.1 no-access
An entry describing a single flow class entity.
                                   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.
                                   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.
                                   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. Enumeration: 'unicast': 1, 'both': 3, 'multicast': 2.
                                   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. Enumeration: 'both': 3, 'udp': 1, 'tcp': 2.
                                   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.
                                   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.
                                   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.
                                   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.
                                   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.
                                   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.
                                   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.
                           a3ComQosNonFlowClassTable 1.3.6.1.4.1.43.29.4.21.1.3 no-access
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.
                               a3ComQosNonFlowClassEntry 1.3.6.1.4.1.43.29.4.21.1.3.1 no-access
An entry describing a single non-flow class entity.
                                   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.
                                   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
                                   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
                                   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
                                   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.
                                   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. Enumeration: 'ethertype': 2, 'name': 1, 'dsap-ssap': 3.
                                   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.
                       a3ComQosCtrl 1.3.6.1.4.1.43.29.4.21.2
                           a3ComQosCtrlTable 1.3.6.1.4.1.43.29.4.21.2.1 no-access
A list of controls defined on a given system.
                               a3ComQosCtrlEntry 1.3.6.1.4.1.43.29.4.21.2.1.1 no-access
An entry describing a single QoS control.
                                   a3ComQosCtrlIndex 1.3.6.1.4.1.43.29.4.21.2.1.1.1 integer read-only
A unique value for this entry.
                                   a3ComQosCtrlName 1.3.6.1.4.1.43.29.4.21.2.1.1.2 displaystring read-write
A textual name for the control.
                                   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. Enumeration: 'highPriority': 1, 'lowPriority': 3, 'drop': 4, 'bestEffort': 2.
                                   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. Enumeration: 'nonEligible': 2, 'eligible': 1.
                                   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. Enumeration: 'highPriority': 1, 'lowPriority': 3, 'drop': 4, 'bestEffort': 2.
                                   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. Enumeration: 'nonEligible': 2, 'eligible': 1.
                                   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. Enumeration: '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 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. Enumeration: 'aggregate': 3, 'receivePort': 2, 'none': 1.
                                   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.
                           a3ComQosCtrlRateLimitTable 1.3.6.1.4.1.43.29.4.21.2.2 no-access
A list of QoS control rate limits defined on a given system.
                               a3ComQosCtrlRateLimitEntry 1.3.6.1.4.1.43.29.4.21.2.2.1 no-access
An entry describing a single QoS control rate limit.
                                   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.
                                   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.
                                   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).
                                   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.
                                   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.
                                   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.
                       a3ComQosRsvp 1.3.6.1.4.1.43.29.4.21.3
                           a3ComQosRsvpStatus 1.3.6.1.4.1.43.29.4.21.3.1 integer read-write
The status of the RSVP protocol. Enumeration: 'rsvpEnabled': 1, 'rsvpDisabled': 2.
                           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.
                           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.
                           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. Enumeration: 'always': 2, 'edge': 1, 'never': 3.
                           a3ComQosRsvpExcessTrafficPolicy 1.3.6.1.4.1.43.29.4.21.3.5 integer read-write
The indication of service for excess packets. Enumeration: 'lowPriority': 2, 'bestEffort': 1.
                           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. Enumeration: 'false': 2, 'true': 1.
                           a3ComQosRsvpAuthentication 1.3.6.1.4.1.43.29.4.21.3.7 integer read-write
This object indicates the status of RSVP authentication. Enumeration: 'disabled': 2, 'enabled': 1.
                           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).
                       a3ComQosStats 1.3.6.1.4.1.43.29.4.21.4
                           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.
                           a3ComQosXmtStatsTable 1.3.6.1.4.1.43.29.4.21.4.2 no-access
This table contains QoS transmit 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 no-access
An entry containing transmit rate statistics.
                                   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. Enumeration: 'highPriority': 2, 'lowPriority': 4, 'reserved': 1, 'bestEffort': 3.
                                   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.
                                   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.
                                   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.
                                   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.
                                   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.
                           a3ComQosXmtHmStatsTable 1.3.6.1.4.1.43.29.4.21.4.3 no-access
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.
                               a3ComQosXmtHmStatsEntry 1.3.6.1.4.1.43.29.4.21.4.3.1 no-access
An entry containing transmit high water mark rate statistics.
                                   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. Enumeration: 'highPriority': 2, 'lowPriority': 4, 'reserved': 1, 'bestEffort': 3.
                                   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.
                                   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.
                                   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.
                                   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.
                                   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.
                           a3ComQosRcvStatsTable 1.3.6.1.4.1.43.29.4.21.4.4 no-access
A table containing QoS receive rate statistics. The interval over which the rate is calculated is determined by the value of a3ComQosStatsInterval object.
                               a3ComQosRcvStatsEntry 1.3.6.1.4.1.43.29.4.21.4.4.1 no-access
An entry containing receive rate statistics for a particular port.
                                   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.
                                   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.
                                   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.
                                   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.
                       a3ComQosMisc 1.3.6.1.4.1.43.29.4.21.5
                           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.
                           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. Enumeration: 'none': 1, 'ieee8021pTag0': 2, 'ieee8021pTag1': 3, 'ieee8021pTag2': 4, 'ieee8021pTag3': 5, 'ieee8021pTag4': 6, 'ieee8021pTag5': 7, 'ieee8021pTag6': 8, 'ieee8021pTag7': 9.
                   a3ComQosFlowClassIntrudingEvent 1.3.6.1.4.1.43.29.40.88
The trap that is generated when a intruder tries to enter a classified network