BIANCA-BRICK-QOS-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for BIANCA-BRICK-QOS-MIB.
49
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
49 total| Object Name |
|---|
org OBJECT IDENTIFIER .1.3 |
RFC1155-SMI Unknown .1.3 |
dod OBJECT IDENTIFIER .1.3.6 |
internet OBJECT IDENTIFIER .1.3.6.1 |
private OBJECT IDENTIFIER .1.3.6.1.4 |
enterprises OBJECT IDENTIFIER .1.3.6.1.4.1 |
bintec OBJECT IDENTIFIER .1.3.6.1.4.1.272 |
bibo OBJECT IDENTIFIER .1.3.6.1.4.1.272.4 |
qos OBJECT IDENTIFIER .1.3.6.1.4.1.272.4.27 |
qosIfTableThe qosIfTable enables QoS policies on the interface
specified by qosIfIndex (interface index).
Creating entries: Entries are created by assigning a
value to the qosIfIndex object.
Deleting entries: Entries are removed by setting an
entry's qosIfType object to 'delete'. SEQUENCE OF QosIfEntry .1.3.6.1.4.1.272.4.27.1 |
qosIfEntry QosIfEntry .1.3.6.1.4.1.272.4.27.1.1 |
qosIfIndexUnique interface indexrw INTEGER .1.3.6.1.4.1.272.4.27.1.1.1 |
qosIfTypeThis object defines the queueing and scheduling algorithm
used on the related interface, possible values:
pq(1) = priority queueing
wrr(2) = weighted round-robin scheduling
wfq(3) = weighted fair queuing scheduling
disable(8) = disable this entry
delete(9) = delete this entry.rw Enumeration .1.3.6.1.4.1.272.4.27.1.1.2 |
qosIfMaxTxRateThis object enables traffic shaping on the related interface,
if set to zero (0) there is no shaping active. Otherwise this
variable defines the maximum amount of bits per second to
be transmitted.rw INTEGER .1.3.6.1.4.1.272.4.27.1.1.3 |
qosIfStatTableThe qosIfStatTable contains statistical QoS-specific
information for the interface specified by qosIfStatIndex
(interface index). Only the system can add or delete
entries to this table. SEQUENCE OF QosIfStatEntry .1.3.6.1.4.1.272.4.27.2 |
qosIfStatEntry QosIfStatEntry .1.3.6.1.4.1.272.4.27.2.1 |
qosIfStatIndexThe unique interface index.ro INTEGER .1.3.6.1.4.1.272.4.27.2.1.1 |
qosIfStatOutPktsThe number of packets transmitted on the related interface
since its last change to the 'up' state.ro Counter .1.3.6.1.4.1.272.4.27.2.1.2 |
qosIfStatOutOctetsThe number of octets transmitted on the related interface
since its last change to the 'up' state.ro Counter .1.3.6.1.4.1.272.4.27.2.1.3 |
qosIfStatPktsQueuedThe number of data packets enqueued and waiting to be sent
across the related interface.ro Counter .1.3.6.1.4.1.272.4.27.2.1.6 |
qosIfStatOctetsQueuedThe amount of data (in octets) enqueued waiting to be sent
across the related interface.ro Counter .1.3.6.1.4.1.272.4.27.2.1.7 |
qosIfStatPktsDroppedThe number of data packets dropped during congestion.ro Counter .1.3.6.1.4.1.272.4.27.2.1.8 |
qosIfStatOctetsDroppedThe representation of qosIfStatPktsDropped in octets.ro Counter .1.3.6.1.4.1.272.4.27.2.1.9 |
qosPolicyTableThe qosPolicyTable enables QoS policies for the packet
class specified by qosPolicyIfIndex (interface index),
qosPolicyType and qosPolicyClassId.
Creating entries: Entries are created by assigning a
value to the qosPolicyIfIndex object.
Deleting entries: Entries are removed by setting an
entry's qosPolicyType object to 'delete'. SEQUENCE OF QosPolicyEntry .1.3.6.1.4.1.272.4.27.3 |
qosPolicyEntry QosPolicyEntry .1.3.6.1.4.1.272.4.27.3.1 |
qosPolicyIfIndexThe unique interface indexrw INTEGER .1.3.6.1.4.1.272.4.27.3.1.1 |
qosPolicyTypeThis objects defines in conjunction with ipQoSClassId and
qosPolicyClassId the related type of packet classes for
this QoS policy, possible values:
class-based(1) = policy for non-high-priority packets
high-priority(2) = policy for high-priority packets
default(3) = policy for packets not matching
otherwise.rw Enumeration .1.3.6.1.4.1.272.4.27.3.1.2 |
qosPolicyClassIdDefines in conjunction with ipQoSClassId and qosPolicyType
the QoS policy to be applied on the classified IP traffic.rw INTEGER .1.3.6.1.4.1.272.4.27.3.1.3 |
qosPolicyPriorityThe relative priority for this packet class to be used for
the packet scheduling as described via qosIfType.rw INTEGER .1.3.6.1.4.1.272.4.27.3.1.4 |
qosPolicyWeightThe relative weight for this packet class to be used for
the packet scheduling as described via qosIfType.rw INTEGER .1.3.6.1.4.1.272.4.27.3.1.5 |
qosPolicyShaperThis objects describes the traffic-shaping algorithm to be
used in order to limit the bandwidth for the related packet
class, possible values:
none(1) = no shaping defined
token-bucket(2) = token-bucket traffic shaper.rw Enumeration .1.3.6.1.4.1.272.4.27.3.1.6 |
qosPolicyCongestionAvoidanceThis objects defines a packet dropping algorithm to use if
more than qosPolicyLowerThreshold octets are enqueued.rw Enumeration .1.3.6.1.4.1.272.4.27.3.1.7 |
qosPolicyDropAlgorithmThis objects defines the packet dropping algorithm to apply
if more than qosPolicyUpperThreshold octets are currently
enqueued, possible values:
tail-drop(1) = drop all newly arriving packets
head-drop(2) = drop packets at the queue head
enqueue newly arriving packets
random-drop(3) = drop arriving or enqueued packets
randomly.rw Enumeration .1.3.6.1.4.1.272.4.27.3.1.9 |
qosPolicyTxRateThis object enables bandwidth limitation for the related
class, if set to zero (0) there is no limitation policy.
Otherwise this variable defines the maximum amount of bits
per second to be send.rw INTEGER .1.3.6.1.4.1.272.4.27.3.1.17 |
qosPolicyTxRateLimitationThis objects determines the policy for the related class if
the transmission rate limit defined by qosPolicyTxRate is
reached. When set to not-bounded(1) allocation of remaining
bandwidth not consumed by other classes is allowed. When set
to bounded(2), qosPolicyTxRate is strict limitation for the
long-term bandwidth consumption.rw Enumeration .1.3.6.1.4.1.272.4.27.3.1.18 |
qosPolicyTxBurstSizeThe maximum number of octets in a single transmission burst.rw INTEGER .1.3.6.1.4.1.272.4.27.3.1.19 |
qosPolicyLowerThresholdThis variable defines the lower or minimum queue depth
threshold for packet dropping algorithm used for congestion
avoidance (see qosPolicyCongestionAvoidance).rw INTEGER .1.3.6.1.4.1.272.4.27.3.1.20 |
qosPolicyUpperThresholdThis variable defines the upper or maximum queue depth
threshold at which - depending on qosPolicyDropAlgorithm -
all newly arriving or packets enqueued former will be
dropped.rw INTEGER .1.3.6.1.4.1.272.4.27.3.1.21 |
qosPolicyStatTableThe qosPolicyStatTable contains statistical QoS-specific
information for the policy specified by qosPolicyStatIfIndex
(interface index), qosPolicyStatType and qosPolicyStatClassId.
Only the system can add or delete entries to this table. SEQUENCE OF QosPolicyStatEntry .1.3.6.1.4.1.272.4.27.4 |
qosPolicyStatEntry QosPolicyStatEntry .1.3.6.1.4.1.272.4.27.4.1 |
qosPolicyStatIfIndexThe unique interface indexro INTEGER .1.3.6.1.4.1.272.4.27.4.1.1 |
qosPolicyStatTypeThe related type of packet classes for this QoS policy
(see qosPolicyType for further explanation).ro Enumeration .1.3.6.1.4.1.272.4.27.4.1.2 |
qosPolicyStatClassIdUnique packet class IDro INTEGER .1.3.6.1.4.1.272.4.27.4.1.3 |
qosPolicyStatOutPktsThe number of packets sent belonging to the related
packet class.ro Counter .1.3.6.1.4.1.272.4.27.4.1.4 |
qosPolicyStatOutOctetsThe representation of qosPolicyStatOutPkts in octets.ro Counter .1.3.6.1.4.1.272.4.27.4.1.5 |
qosPolicyStatPktsQueuedThe number of data packets of the related class enqueued
and waiting to be sent.ro Counter .1.3.6.1.4.1.272.4.27.4.1.8 |
qosPolicyStatOctetsQueuedThe representation of qosPolicyStatPktsQueued in octets.ro Counter .1.3.6.1.4.1.272.4.27.4.1.9 |
qosPolicyStatPktsDroppedThe number of data packets of the related class dropped
during congestion.ro Counter .1.3.6.1.4.1.272.4.27.4.1.10 |
qosPolicyStatOctetsDroppedThe representation of qosPolicyStatPktsDropped in octetsro Counter .1.3.6.1.4.1.272.4.27.4.1.11 |