Home/Catalog/A3COM-SWITCHING-SYSTEMS-QOS-MIB

A3COM-SWITCHING-SYSTEMS-QOS-MIB

AI MIB Summary

Standard SNMP MIB module defining data structures for A3COM-SWITCHING-SYSTEMS-QOS-MIB.

90
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

90 total
Object Name
a3Com
OBJECT IDENTIFIER
.1.3.6.1.4.1.43
RFC1213-MIB
Unknown
.1.3.6.1.4.1.43
switchingSystemsMibs
OBJECT IDENTIFIER
.1.3.6.1.4.1.43.29
a3ComSwitchingSystemsMib
OBJECT IDENTIFIER
.1.3.6.1.4.1.43.29.4
a3ComQosFlowClassIntrudingEventThe trap that is generated when a intruder tries to enter a classified network
TRAP-TYPE
.1.3.6.1.4.1.43.29.4.0.88
a3ComQos
OBJECT IDENTIFIER
.1.3.6.1.4.1.43.29.4.21
a3ComQosClass
OBJECT IDENTIFIER
.1.3.6.1.4.1.43.29.4.21.1
a3ComQosGenClassTableThis table lists all QoS classes (Flow and Non-Flow) configured in the system.
SEQUENCE OF A3ComQosGenClassEntry
.1.3.6.1.4.1.43.29.4.21.1.1
a3ComQosGenClassEntryAn entry describing a single class entity.
A3ComQosGenClassEntry
.1.3.6.1.4.1.43.29.4.21.1.1.1
a3ComQosGenClassIndexA unique value for each entry.ro
INTEGER
.1.3.6.1.4.1.43.29.4.21.1.1.1.1
a3ComQosGenClassNameA textual name for the class.rw
DisplayString
.1.3.6.1.4.1.43.29.4.21.1.1.1.2
a3ComQosGenClassControlIdThe 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.rw
INTEGER
.1.3.6.1.4.1.43.29.4.21.1.1.1.3
a3ComQosFlowClassTableThis 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.
SEQUENCE OF A3ComQosFlowClassEntry
.1.3.6.1.4.1.43.29.4.21.1.2
a3ComQosFlowClassEntryAn entry describing a single flow class entity.
A3ComQosFlowClassEntry
.1.3.6.1.4.1.43.29.4.21.1.2.1
a3ComQosFlowClassIndexA unique value for each entry. Flow classses use id values between 1-399.ro
INTEGER
.1.3.6.1.4.1.43.29.4.21.1.2.1.1
a3ComQosFlowClassFilterIndexThe 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.ro
INTEGER
.1.3.6.1.4.1.43.29.4.21.1.2.1.2
a3ComQosFlowClassCastTypeThe network layer cast type for this class.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.1.2.1.3
a3ComQosFlowClassIpProtoTypeThe IP protocol type for this class.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.1.2.1.4
a3ComQosFlowClassSrcAddrThe source IP address for this class.rw
IpAddress
.1.3.6.1.4.1.43.29.4.21.1.2.1.5
a3ComQosFlowClassSrcSubnetMaskThe source subnet mask for this class.rw
IpAddress
.1.3.6.1.4.1.43.29.4.21.1.2.1.6
a3ComQosFlowClassDestAddrThe destination IP address for this class.rw
IpAddress
.1.3.6.1.4.1.43.29.4.21.1.2.1.7
a3ComQosFlowClassDestSubnetMaskThe destination subnet mask for this class.rw
IpAddress
.1.3.6.1.4.1.43.29.4.21.1.2.1.8
a3ComQosFlowClassPortStartThe starting range of ports associated with this class.rw
INTEGER
.1.3.6.1.4.1.43.29.4.21.1.2.1.9
a3ComQosFlowClassPortEndThe finishing range of ports associated with this class.rw
INTEGER
.1.3.6.1.4.1.43.29.4.21.1.2.1.10
a3ComQosFlowClassRowStatusThe 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.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.43.29.4.21.1.2.1.11
a3ComQosNonFlowClassTableThis 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.
SEQUENCE OF A3ComQosNonFlowClassEntry
.1.3.6.1.4.1.43.29.4.21.1.3
a3ComQosNonFlowClassEntryAn entry describing a single non-flow class entity.
A3ComQosNonFlowClassEntry
.1.3.6.1.4.1.43.29.4.21.1.3.1
a3ComQosNonFlowClassIndexA unique value for each entry. Non-flow classs use class ids values between 400-499.ro
INTEGER
.1.3.6.1.4.1.43.29.4.21.1.3.1.1
a3ComQosNonFlowClassCastTypeA 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 0x04rw
OCTET STRING
.1.3.6.1.4.1.43.29.4.21.1.3.1.2
a3ComQosNonFlowClassProtosA 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 0x10rw
OCTET STRING
.1.3.6.1.4.1.43.29.4.21.1.3.1.3
a3ComQosNonFlowClass8021pTagsA 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 0x80rw
OCTET STRING
.1.3.6.1.4.1.43.29.4.21.1.3.1.4
a3ComQosNonFlowClassRowStatusThe 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.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.43.29.4.21.1.3.1.5
a3ComQosNonFlowClassProtoDescriptorThis 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.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.1.3.1.6
a3ComQosNonFlowClassCustomProtoThis 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. a3ComQosNonFlowClassCustomTypeMask is set to 0x1234 The value 0x1234 will be used in the ethertype field. 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.rw
OCTET STRING
.1.3.6.1.4.1.43.29.4.21.1.3.1.7
a3ComQosCtrl
OBJECT IDENTIFIER
.1.3.6.1.4.1.43.29.4.21.2
a3ComQosCtrlTableA list of controls defined on a given system.
SEQUENCE OF A3ComQosCtrlEntry
.1.3.6.1.4.1.43.29.4.21.2.1
a3ComQosCtrlEntryAn entry describing a single QoS control.
A3ComQosCtrlEntry
.1.3.6.1.4.1.43.29.4.21.2.1.1
a3ComQosCtrlIndexA unique value for this entry.ro
INTEGER
.1.3.6.1.4.1.43.29.4.21.2.1.1.1
a3ComQosCtrlNameA textual name for the control.rw
DisplayString
.1.3.6.1.4.1.43.29.4.21.2.1.1.2
a3ComQosCtrlServiceLevelThe service level for all conforming packets.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.2.1.1.3
a3ComQosCtrlConformPktsLossEligibleThe variable indicates whether conforming packets are loss eligible.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.2.1.1.4
a3ComQosCtrlExcessPktsServiceLevelThe service level of excess packets for this control.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.2.1.1.5
a3ComQosCtrlExcessPktsLossEligibleThe variable indicates whether excess packets are loss eligible.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.2.1.1.6
a3ComQosCtrl8021pTagThis indicates the tag to use on forwarded frames.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.2.1.1.7
a3ComQosCtrlRateLimitTypeThe 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.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.2.1.1.8
a3ComQosCtrlRowStatusThe 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.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.43.29.4.21.2.1.1.9
a3ComQosCtrlRateLimitTableA list of QoS control rate limits defined on a given system.
SEQUENCE OF A3ComQosCtrlRateLimitEntry
.1.3.6.1.4.1.43.29.4.21.2.2
a3ComQosCtrlRateLimitEntryAn entry describing a single QoS control rate limit.
A3ComQosCtrlRateLimitEntry
.1.3.6.1.4.1.43.29.4.21.2.2.1
a3ComQosCtrlRateLimitCtrlIndexThe control index for which this entry is valid.ro
INTEGER
.1.3.6.1.4.1.43.29.4.21.2.2.1.1
a3ComQosCtrlRateLimitIndexThe rate limit for which this entry is valid.ro
INTEGER
.1.3.6.1.4.1.43.29.4.21.2.2.1.2
a3ComQosCtrlRateLimitPercentThe 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).rw
INTEGER
.1.3.6.1.4.1.43.29.4.21.2.2.1.3
a3ComQosCtrlRateLimitKbpsThe 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.rw
INTEGER
.1.3.6.1.4.1.43.29.4.21.2.2.1.4
a3ComQosCtrlRateLimitPortsA 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.rw
OCTET STRING
.1.3.6.1.4.1.43.29.4.21.2.2.1.5
a3ComQosCtrlRateLimitRowStatusThe 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.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.43.29.4.21.2.2.1.6
a3ComQosRsvp
OBJECT IDENTIFIER
.1.3.6.1.4.1.43.29.4.21.3
a3ComQosRsvpStatusThe status of the RSVP protocol.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.3.1
a3ComQosRsvpMaxTotalResvdBandwidthThe maximum total reservable bandwidth of the output link.rw
INTEGER
.1.3.6.1.4.1.43.29.4.21.3.2
a3ComQosRsvpMaxPerResvBandwidthThe maximum per-reservation bandwidth of the output link.rw
INTEGER
.1.3.6.1.4.1.43.29.4.21.3.3
a3ComQosRsvpPolicyThe indication of a policing option that shows when excess packets are dropped.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.3.4
a3ComQosRsvpExcessTrafficPolicyThe indication of service for excess packets.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.3.5
a3ComQosRsvpExcessPktsLossEligibleThis object indicates if excess packets are loss eligible.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.3.6
a3ComQosRsvpAuthenticationThis object indicates the status of RSVP authentication.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.3.7
a3ComQosRsvpMd5KeyThe MD5 encryption key. This value is used if the a3ComQosRsvpAuthStatus object is set to enabled(1).rw
OCTET STRING
.1.3.6.1.4.1.43.29.4.21.3.8
a3ComQosStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.43.29.4.21.4
a3ComQosStatsIntervalThe time interval, in seconds, over which rate statistics are collected. A value of zero implies absolute (i.e. raw) statistics.rw
INTEGER
.1.3.6.1.4.1.43.29.4.21.4.1
a3ComQosXmtStatsTableThis table contains QoS transmit rate statistics. The interval over which the rate is calculated is determined by the value of a3ComQosStatsInterval object.
SEQUENCE OF A3ComQosXmtStatsEntry
.1.3.6.1.4.1.43.29.4.21.4.2
a3ComQosXmtStatsEntryAn entry containing transmit rate statistics.
A3ComQosXmtStatsEntry
.1.3.6.1.4.1.43.29.4.21.4.2.1
a3ComQosXmtStatsQindexThe type of transmit queue for which this entry is valid.ro
Enumeration
.1.3.6.1.4.1.43.29.4.21.4.2.1.1
a3ComQosXmtStatsLowLossPktsThe 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.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.2.1.2
a3ComQosXmtStatsLowLossDelayedPktsThe 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.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.2.1.3
a3ComQosXmtStatsLowLossDiscardedPktsThe 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.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.2.1.4
a3ComQosXmtStatsHighLossPktsThe 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.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.2.1.5
a3ComQosXmtStatsHighLossDiscardedPktsThe 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.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.2.1.6
a3ComQosXmtHmStatsTableThis 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.
SEQUENCE OF A3ComQosXmtHmStatsEntry
.1.3.6.1.4.1.43.29.4.21.4.3
a3ComQosXmtHmStatsEntryAn entry containing transmit high water mark rate statistics.
A3ComQosXmtHmStatsEntry
.1.3.6.1.4.1.43.29.4.21.4.3.1
a3ComQosXmtHmStatsQindexThe type of queue for which this entry is valid.ro
Enumeration
.1.3.6.1.4.1.43.29.4.21.4.3.1.1
a3ComQosXmtHmStatsLowLossPktsThe high mark for low loss packets.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.3.1.2
a3ComQosXmtHmStatsLowLossDelayedPktsThe high mark for low loss delayed packets.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.3.1.3
a3ComQosXmtHmStatsLowLossDiscardedPktsThe high mark for low loss discarded packets.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.3.1.4
a3ComQosXmtHmStatsHighLossPktsThe high mark for high loss packets.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.3.1.5
a3ComQosXmtHmStatsHighLossDiscardedPktsThe high mark for high loss discarded packets.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.3.1.6
a3ComQosRcvStatsTableA table containing QoS receive rate statistics. The interval over which the rate is calculated is determined by the value of a3ComQosStatsInterval object.
SEQUENCE OF A3ComQosRcvStatsEntry
.1.3.6.1.4.1.43.29.4.21.4.4
a3ComQosRcvStatsEntryAn entry containing receive rate statistics for a particular port.
A3ComQosRcvStatsEntry
.1.3.6.1.4.1.43.29.4.21.4.4.1
a3ComQosRcvStatsConformBytesTotalThe total conforming bytes receive rate. The rate is in bytes per second.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.4.1.1
a3ComQosRcvStatsNonConformBytesForFlowsThe non-conforming bytes receive rate for flows. The rate is in bytes per second.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.4.1.2
a3ComQosRcvStatsNonConformBytesForNonFlowsThe non-conforming bytes receive rate for non-flows. The rate is in bytes per second.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.4.1.3
a3ComQosRcvStatsDroppedPktsThe number of packets dropped. The rate is specified in packets per second.ro
Gauge
.1.3.6.1.4.1.43.29.4.21.4.4.1.4
a3ComQosMisc
OBJECT IDENTIFIER
.1.3.6.1.4.1.43.29.4.21.5
a3ComQosBandwidthRatioThe bandwidth ratio of HighPriority/(HighPriority+BestEffort) that is allocated for each output port on a given system. The value is represented as a percentage.rw
INTEGER
.1.3.6.1.4.1.43.29.4.21.5.1
a3ComQosExcessTrafficClassTagThis object indicates the IEEE802.1p traffic class value to use to retag excess packets.rw
Enumeration
.1.3.6.1.4.1.43.29.4.21.5.2
A3COM-SWITCHING-SYSTEMS-QOS-MIB - SNMP MIB Reference | MIBs Explorer