BIANCA-BRICK-QOS-MIB: View SNMP OID List / Download MIB
VENDOR: BINTEC COMMUNICATIONS GMBH
Home | MIB: BIANCA-BRICK-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).
|
|||
Object Name | OID | Type | Access | Info |
org | 1.3 | |||
dod | 1.3.6 | |||
internet | 1.3.6.1 | |||
private | 1.3.6.1.4 | |||
enterprises | 1.3.6.1.4.1 | |||
bintec | 1.3.6.1.4.1.272 | |||
bibo | 1.3.6.1.4.1.272.4 | |||
qos | 1.3.6.1.4.1.272.4.27 | |||
qosIfTable | 1.3.6.1.4.1.272.4.27.1 | no-access |
The 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'. |
|
1.3.6.1.4.1.272.4.27.1.1 | no-access | |||
qosIfIndex | 1.3.6.1.4.1.272.4.27.1.1.1 | integer | read-write |
Unique interface index |
qosIfType | 1.3.6.1.4.1.272.4.27.1.1.2 | integer | read-write |
This 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. Enumeration: 'disabled': 8, 'wfq': 3, 'pq': 1, 'wrr': 2, 'delete': 9. |
qosIfMaxTxRate | 1.3.6.1.4.1.272.4.27.1.1.3 | integer | read-write |
This 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. |
qosIfStatTable | 1.3.6.1.4.1.272.4.27.2 | no-access |
The 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. |
|
1.3.6.1.4.1.272.4.27.2.1 | no-access | |||
qosIfStatIndex | 1.3.6.1.4.1.272.4.27.2.1.1 | integer | read-only |
The unique interface index. |
qosIfStatOutPkts | 1.3.6.1.4.1.272.4.27.2.1.2 | counter | read-only |
The number of packets transmitted on the related interface since its last change to the 'up' state. |
qosIfStatOutOctets | 1.3.6.1.4.1.272.4.27.2.1.3 | counter | read-only |
The number of octets transmitted on the related interface since its last change to the 'up' state. |
qosIfStatPktsQueued | 1.3.6.1.4.1.272.4.27.2.1.6 | counter | read-only |
The number of data packets enqueued and waiting to be sent across the related interface. |
qosIfStatOctetsQueued | 1.3.6.1.4.1.272.4.27.2.1.7 | counter | read-only |
The amount of data (in octets) enqueued waiting to be sent across the related interface. |
qosIfStatPktsDropped | 1.3.6.1.4.1.272.4.27.2.1.8 | counter | read-only |
The number of data packets dropped during congestion. |
qosIfStatOctetsDropped | 1.3.6.1.4.1.272.4.27.2.1.9 | counter | read-only |
The representation of qosIfStatPktsDropped in octets. |
qosPolicyTable | 1.3.6.1.4.1.272.4.27.3 | no-access |
The 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'. |
|
1.3.6.1.4.1.272.4.27.3.1 | no-access | |||
qosPolicyIfIndex | 1.3.6.1.4.1.272.4.27.3.1.1 | integer | read-write |
The unique interface index |
qosPolicyType | 1.3.6.1.4.1.272.4.27.3.1.2 | integer | read-write |
This 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. Enumeration: 'default': 3, 'high-priority': 2, 'class-based': 1, 'delete': 4. |
qosPolicyClassId | 1.3.6.1.4.1.272.4.27.3.1.3 | integer | read-write |
Defines in conjunction with ipQoSClassId and qosPolicyType the QoS policy to be applied on the classified IP traffic. |
qosPolicyPriority | 1.3.6.1.4.1.272.4.27.3.1.4 | integer | read-write |
The relative priority for this packet class to be used for the packet scheduling as described via qosIfType. |
qosPolicyWeight | 1.3.6.1.4.1.272.4.27.3.1.5 | integer | read-write |
The relative weight for this packet class to be used for the packet scheduling as described via qosIfType. |
qosPolicyShaper | 1.3.6.1.4.1.272.4.27.3.1.6 | integer | read-write |
This 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. Enumeration: 'none': 1, 'token-bucket': 2. |
qosPolicyCongestionAvoidance | 1.3.6.1.4.1.272.4.27.3.1.7 | integer | read-write |
This objects defines a packet dropping algorithm to use if more than qosPolicyLowerThreshold octets are enqueued. Enumeration: 'none': 1, 'weighted-random': 2. |
qosPolicyDropAlgorithm | 1.3.6.1.4.1.272.4.27.3.1.9 | integer | read-write |
This 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. Enumeration: 'random-drop': 3, 'tail-drop': 1, 'head-drop': 2. |
qosPolicyTxRate | 1.3.6.1.4.1.272.4.27.3.1.17 | integer | read-write |
This 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. |
qosPolicyTxRateLimitation | 1.3.6.1.4.1.272.4.27.3.1.18 | integer | read-write |
This 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. Enumeration: 'bounded': 2, 'not-bounded': 1. |
qosPolicyTxBurstSize | 1.3.6.1.4.1.272.4.27.3.1.19 | integer | read-write |
The maximum number of octets in a single transmission burst. |
qosPolicyLowerThreshold | 1.3.6.1.4.1.272.4.27.3.1.20 | integer | read-write |
This variable defines the lower or minimum queue depth threshold for packet dropping algorithm used for congestion avoidance (see qosPolicyCongestionAvoidance). |
qosPolicyUpperThreshold | 1.3.6.1.4.1.272.4.27.3.1.21 | integer | read-write |
This variable defines the upper or maximum queue depth threshold at which - depending on qosPolicyDropAlgorithm - all newly arriving or packets enqueued former will be dropped. |
qosPolicyStatTable | 1.3.6.1.4.1.272.4.27.4 | no-access |
The 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. |
|
1.3.6.1.4.1.272.4.27.4.1 | no-access | |||
qosPolicyStatIfIndex | 1.3.6.1.4.1.272.4.27.4.1.1 | integer | read-only |
The unique interface index |
qosPolicyStatType | 1.3.6.1.4.1.272.4.27.4.1.2 | integer | read-only |
The related type of packet classes for this QoS policy (see qosPolicyType for further explanation). Enumeration: 'default': 3, 'high-priority': 2, 'class-based': 1. |
qosPolicyStatClassId | 1.3.6.1.4.1.272.4.27.4.1.3 | integer | read-only |
Unique packet class ID |
qosPolicyStatOutPkts | 1.3.6.1.4.1.272.4.27.4.1.4 | counter | read-only |
The number of packets sent belonging to the related packet class. |
qosPolicyStatOutOctets | 1.3.6.1.4.1.272.4.27.4.1.5 | counter | read-only |
The representation of qosPolicyStatOutPkts in octets. |
qosPolicyStatPktsQueued | 1.3.6.1.4.1.272.4.27.4.1.8 | counter | read-only |
The number of data packets of the related class enqueued and waiting to be sent. |
qosPolicyStatOctetsQueued | 1.3.6.1.4.1.272.4.27.4.1.9 | counter | read-only |
The representation of qosPolicyStatPktsQueued in octets. |
qosPolicyStatPktsDropped | 1.3.6.1.4.1.272.4.27.4.1.10 | counter | read-only |
The number of data packets of the related class dropped during congestion. |
qosPolicyStatOctetsDropped | 1.3.6.1.4.1.272.4.27.4.1.11 | counter | read-only |
The representation of qosPolicyStatPktsDropped in octets |