TIARA-QOS-MIB: View SNMP OID List / Download MIB

VENDOR: TASMAN NETWORKS


 Home MIB: TIARA-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
 tiaraQosMib 1.3.6.1.4.1.3174.2.17
QoS MIB for configuring Quality of Service parameters on a WAN interface.
       tiaraRedConfigTable 1.3.6.1.4.1.3174.2.17.1 no-access
This table consists of all parameters that are needed to configure RED on a WAN interface.
           tiaraRedConfigEntry 1.3.6.1.4.1.3174.2.17.1.1 no-access
Describes an entry in the RED configuration table.
               redTxMaxThreshold 1.3.6.1.4.1.3174.2.17.1.1.1 integer32 read-write
This is the upper limit for the average queue size for a given WAN interface. If the average queue size exceeds this value, RED drops all packets that are destined for that WAN interface. When a WAN interface is created, the maximum threshold is initialized to three times the minimum threshold. Setting maximum threshold to greater than two times minimum threshold is recommended for proper operation.
               redTxMinThreshold 1.3.6.1.4.1.3174.2.17.1.1.2 integer32 read-write
This is the threshold at which RED begins dropping packets. When the average queue size for a WAN interface increases above the minimum threshold, RED drops packets with a certain probability that increases linearly as the average queue size increases from the minimum to the maximum threshold. Below the minimum threshold, RED allows all packets. When a WAN interface is created, the minimum threshold is initialized to a value that is dependent on the bandwidth of the interface. Setting the minimum threshold to less than this value may cause unnecessary packet drops at close to 100% utilization.
               redTxWqBiasFactor 1.3.6.1.4.1.3174.2.17.1.1.3 integer32 read-write
This is the exponential weighting/bias factor used to calculate the moving average of the queue size. A higher value smooths out the peaks and troughs in the instantaneous queue size and, hence, better accomodates bursts. A lower value is more responsive to changes in queue size. It is important to select the optimum value. Using the default of 5 is recommended.
               redTxEnable 1.3.6.1.4.1.3174.2.17.1.1.4 truthvalue read-write
This is used to enable or disable RED on a WAN interface. RED is enabled by default.
       tiaraRedStatTable 1.3.6.1.4.1.3174.2.17.2 no-access
This table gives RED statistics for a given WAN interface.
           tiaraRedStatEntry 1.3.6.1.4.1.3174.2.17.2.1 no-access
Describes an entry in the RED statistics table.
               redTxLoanedCount 1.3.6.1.4.1.3174.2.17.2.1.1 counter32 read-only
This is the instantaneous queue size measured by RED for a given WAN interface.
               redTxMaxLoanedCount 1.3.6.1.4.1.3174.2.17.2.1.2 counter32 read-only
This is the maximum instantaneous queue size seen on a given WAN interface. In other words, it is the maximum number of packets that had been queued for transmission on the WAN interface.
               redTxAvgQueueSize 1.3.6.1.4.1.3174.2.17.2.1.3 counter32 read-only
This is the current value of the average queue size on a given WAN interface and is a measure of congestion on that interface. RED attempts to keep this value between the minimum and maximum thresholds.
               redTxMaxAvgQueueSize 1.3.6.1.4.1.3174.2.17.2.1.4 counter32 read-only
This is the maximum value that the average queue size on a given WAN interface has reached.
               redTxDropRate 1.3.6.1.4.1.3174.2.17.2.1.5 counter32 read-only
This is the rate at which RED drops packets when the average queue size is between the minimum and maximum thresholds. A value of N indicates that one out of N packets will be dropped.
               redTxMinThresholdSuccess 1.3.6.1.4.1.3174.2.17.2.1.6 counter32 read-only
This is the number of packets allowed by RED while the average queue size (for a given WAN interface) is below the minimum threshold.
               redTxMaxThresholdFailure 1.3.6.1.4.1.3174.2.17.2.1.7 counter32 read-only
This is the number of packets dropped by RED when the average queue size exceeds the maximum threshold.
               redTxMinMaxRangeSuccess 1.3.6.1.4.1.3174.2.17.2.1.8 counter32 read-only
This is the number of packets allowed by RED while the average queue size is between the minimum and maximum thresholds.
               redTxMinMaxRangeFailure 1.3.6.1.4.1.3174.2.17.2.1.9 counter32 read-only
This is the number of packets dropped by RED while the average queue size is between the minimum and maximum thresholds.
               redTxControlSuccess 1.3.6.1.4.1.3174.2.17.2.1.10 counter32 read-only
This is the number of control packets (for e.g., routing updates) that need to be dropped, but are allowed by RED. Routing updates are detected by RED and are not dropped.
       tiaraCbqConfigTable 1.3.6.1.4.1.3174.2.17.3 no-access
This table consists of all the parameters required to configure a CBQ traffic class on an interface.
           tiaraCbqConfigEntry 1.3.6.1.4.1.3174.2.17.3.1 no-access
Describes an entry in the CBQ config table.
               cbqClassIndex 1.3.6.1.4.1.3174.2.17.3.1.1 integer read-only
               cbqClassName 1.3.6.1.4.1.3174.2.17.3.1.2 displaystring read-only
               cbqClassParentName 1.3.6.1.4.1.3174.2.17.3.1.3 displaystring read-only
               cbqClassBandwidth 1.3.6.1.4.1.3174.2.17.3.1.4 integer read-only
               cbqClassBurstTolerance 1.3.6.1.4.1.3174.2.17.3.1.5 integer read-only
               cbqClassKeyType 1.3.6.1.4.1.3174.2.17.3.1.6 integer read-only
Enumeration: 'cbqClassifyTypeNotSet': 1, 'cbqClassifySrcIp': 2, 'cbqClassifyDestIp': 3, 'cbqClassifyProtocolType': 6, 'cbqClassifySrcPort': 4, 'cbqClassifyDestPort': 5, 'cbqClassifyVlanId': 7.
               cbqClassIsDefault 1.3.6.1.4.1.3174.2.17.3.1.7 truthvalue read-only
               cbqClassAverageBandwidth 1.3.6.1.4.1.3174.2.17.3.1.8 integer read-only
       tiaraCbqClassKeyTable 1.3.6.1.4.1.3174.2.17.4 no-access
           tiaraCbqClassKeyTableEntry 1.3.6.1.4.1.3174.2.17.4.1 no-access
               cbqClassKeyIndex 1.3.6.1.4.1.3174.2.17.4.1.1 integer read-only
               cbqKeyClassName 1.3.6.1.4.1.3174.2.17.4.1.2 displaystring read-only
               cbqClassKeyVlanId 1.3.6.1.4.1.3174.2.17.4.1.3 integer read-only
               cbqClassKeyIpAddress 1.3.6.1.4.1.3174.2.17.4.1.4 ipaddress read-only
               cbqClassKeyIpNetMask 1.3.6.1.4.1.3174.2.17.4.1.5 ipaddress read-only
               cbqClassKeyPort 1.3.6.1.4.1.3174.2.17.4.1.6 integer read-only
               cbqClassKeyProtocolType 1.3.6.1.4.1.3174.2.17.4.1.7 integer read-only
       tiaraCbqStatsTable 1.3.6.1.4.1.3174.2.17.5 no-access
This table gives CBQ's traffic class statistics for a given TIARA interface.
           tiaraCbqStatsEntry 1.3.6.1.4.1.3174.2.17.5.1 no-access
Describes an entry in the CBQ's statistics table.
               cbqStatsClassName 1.3.6.1.4.1.3174.2.17.5.1.1 displaystring read-only
               cbqClassPacketsForwarded 1.3.6.1.4.1.3174.2.17.5.1.2 counter32 read-only
               cbqClassBytesForwarded 1.3.6.1.4.1.3174.2.17.5.1.3 counter32 read-only
               cbqClassPacketsDropped 1.3.6.1.4.1.3174.2.17.5.1.4 counter32 read-only
               cbqClassBytesDropped 1.3.6.1.4.1.3174.2.17.5.1.5 counter32 read-only
               cbqClassBurstExceedCount 1.3.6.1.4.1.3174.2.17.5.1.6 counter32 read-only