TIARA-QOS-MIB

File: TIARA-QOS-MIB.mib (20206 bytes)

Imported modules

SNMPv2-SMI RFC1213-MIB SNMPv2-TC
TIARA-IP-MIB TIARA-NETWORKS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 Counter32 DisplayString
TruthValue tiaraIpIfIndex tiaraMgmt

Defined Types

TiaraRedConfigEntry  
SEQUENCE    
  redTxMaxThreshold Integer32
  redTxMinThreshold Integer32
  redTxWqBiasFactor Integer32 3..20
  redTxEnable TruthValue

TiaraRedStatEntry  
SEQUENCE    
  redTxLoanedCount Counter32
  redTxMaxLoanedCount Counter32
  redTxAvgQueueSize Counter32
  redTxMaxAvgQueueSize Counter32
  redTxDropRate Counter32
  redTxMinThresholdSuccess Counter32
  redTxMaxThresholdFailure Counter32
  redTxMinMaxRangeSuccess Counter32
  redTxMinMaxRangeFailure Counter32
  redTxControlSuccess Counter32

TiaraCbqConfigEntry  
SEQUENCE    
  cbqClassIndex INTEGER
  cbqClassName DisplayString
  cbqClassParentName DisplayString
  cbqClassBandwidth INTEGER
  cbqClassBurstTolerance INTEGER
  cbqClassKeyType INTEGER
  cbqClassIsDefault TruthValue
  cbqClassAverageBandwidth INTEGER

TiaraCbqClassKeyTableEntry  
SEQUENCE    
  cbqClassKeyIndex INTEGER
  cbqKeyClassName DisplayString
  cbqClassKeyVlanId INTEGER
  cbqClassKeyIpAddress IpAddress
  cbqClassKeyIpNetMask IpAddress
  cbqClassKeyPort INTEGER
  cbqClassKeyProtocolType INTEGER

TiaraCbqStatsEntry  
SEQUENCE    
  cbqStatsClassName DisplayString
  cbqClassPacketsForwarded Counter32
  cbqClassBytesForwarded Counter32
  cbqClassPacketsDropped Counter32
  cbqClassBytesDropped Counter32
  cbqClassBurstExceedCount Counter32

Defined Values

tiaraQosMib 1.3.6.1.4.1.3174.2.17
QoS MIB for configuring Quality of Service parameters on a WAN interface.
MODULE-IDENTITY    

tiaraRedConfigTable 1.3.6.1.4.1.3174.2.17.1
This table consists of all parameters that are needed to configure RED on a WAN interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraRedConfigEntry

tiaraRedConfigEntry 1.3.6.1.4.1.3174.2.17.1.1
Describes an entry in the RED configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraRedConfigEntry  

redTxMaxThreshold 1.3.6.1.4.1.3174.2.17.1.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

redTxMinThreshold 1.3.6.1.4.1.3174.2.17.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

redTxWqBiasFactor 1.3.6.1.4.1.3174.2.17.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..20  

redTxEnable 1.3.6.1.4.1.3174.2.17.1.1.4
This is used to enable or disable RED on a WAN interface. RED is enabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tiaraRedStatTable 1.3.6.1.4.1.3174.2.17.2
This table gives RED statistics for a given WAN interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraRedStatEntry

tiaraRedStatEntry 1.3.6.1.4.1.3174.2.17.2.1
Describes an entry in the RED statistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraRedStatEntry  

redTxLoanedCount 1.3.6.1.4.1.3174.2.17.2.1.1
This is the instantaneous queue size measured by RED for a given WAN interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

redTxMaxLoanedCount 1.3.6.1.4.1.3174.2.17.2.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

redTxAvgQueueSize 1.3.6.1.4.1.3174.2.17.2.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

redTxMaxAvgQueueSize 1.3.6.1.4.1.3174.2.17.2.1.4
This is the maximum value that the average queue size on a given WAN interface has reached.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

redTxDropRate 1.3.6.1.4.1.3174.2.17.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

redTxMinThresholdSuccess 1.3.6.1.4.1.3174.2.17.2.1.6
This is the number of packets allowed by RED while the average queue size (for a given WAN interface) is below the minimum threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

redTxMaxThresholdFailure 1.3.6.1.4.1.3174.2.17.2.1.7
This is the number of packets dropped by RED when the average queue size exceeds the maximum threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

redTxMinMaxRangeSuccess 1.3.6.1.4.1.3174.2.17.2.1.8
This is the number of packets allowed by RED while the average queue size is between the minimum and maximum thresholds.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

redTxMinMaxRangeFailure 1.3.6.1.4.1.3174.2.17.2.1.9
This is the number of packets dropped by RED while the average queue size is between the minimum and maximum thresholds.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

redTxControlSuccess 1.3.6.1.4.1.3174.2.17.2.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tiaraCbqConfigTable 1.3.6.1.4.1.3174.2.17.3
This table consists of all the parameters required to configure a CBQ traffic class on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraCbqConfigEntry

tiaraCbqConfigEntry 1.3.6.1.4.1.3174.2.17.3.1
Describes an entry in the CBQ config table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraCbqConfigEntry  

cbqClassIndex 1.3.6.1.4.1.3174.2.17.3.1.1
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cbqClassName 1.3.6.1.4.1.3174.2.17.3.1.2
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cbqClassParentName 1.3.6.1.4.1.3174.2.17.3.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cbqClassBandwidth 1.3.6.1.4.1.3174.2.17.3.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cbqClassBurstTolerance 1.3.6.1.4.1.3174.2.17.3.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cbqClassKeyType 1.3.6.1.4.1.3174.2.17.3.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER cbqClassifyTypeNotSet(1), cbqClassifySrcIp(2), cbqClassifyDestIp(3), cbqClassifySrcPort(4), cbqClassifyDestPort(5), cbqClassifyProtocolType(6), cbqClassifyVlanId(7)  

cbqClassIsDefault 1.3.6.1.4.1.3174.2.17.3.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cbqClassAverageBandwidth 1.3.6.1.4.1.3174.2.17.3.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tiaraCbqClassKeyTable 1.3.6.1.4.1.3174.2.17.4
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraCbqClassKeyTableEntry

tiaraCbqClassKeyTableEntry 1.3.6.1.4.1.3174.2.17.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraCbqClassKeyTableEntry  

cbqClassKeyIndex 1.3.6.1.4.1.3174.2.17.4.1.1
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cbqKeyClassName 1.3.6.1.4.1.3174.2.17.4.1.2
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cbqClassKeyVlanId 1.3.6.1.4.1.3174.2.17.4.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cbqClassKeyIpAddress 1.3.6.1.4.1.3174.2.17.4.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cbqClassKeyIpNetMask 1.3.6.1.4.1.3174.2.17.4.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cbqClassKeyPort 1.3.6.1.4.1.3174.2.17.4.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cbqClassKeyProtocolType 1.3.6.1.4.1.3174.2.17.4.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tiaraCbqStatsTable 1.3.6.1.4.1.3174.2.17.5
This table gives CBQ's traffic class statistics for a given TIARA interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TiaraCbqStatsEntry

tiaraCbqStatsEntry 1.3.6.1.4.1.3174.2.17.5.1
Describes an entry in the CBQ's statistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TiaraCbqStatsEntry  

cbqStatsClassName 1.3.6.1.4.1.3174.2.17.5.1.1
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cbqClassPacketsForwarded 1.3.6.1.4.1.3174.2.17.5.1.2
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cbqClassBytesForwarded 1.3.6.1.4.1.3174.2.17.5.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cbqClassPacketsDropped 1.3.6.1.4.1.3174.2.17.5.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cbqClassBytesDropped 1.3.6.1.4.1.3174.2.17.5.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cbqClassBurstExceedCount 1.3.6.1.4.1.3174.2.17.5.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32