BIANCA-BRICK-QOS-MIB

File: BIANCA-BRICK-QOS-MIB.mib (18165 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

Counter TimeTicks OBJECT-TYPE

Defined Types

QosIfEntry  
SEQUENCE    
  qosIfIndex INTEGER
  qosIfType INTEGER
  qosIfMaxTxRate INTEGER

QosIfStatEntry  
SEQUENCE    
  qosIfStatIndex INTEGER
  qosIfStatOutPkts Counter
  qosIfStatOutOctets Counter
  qosIfStatPktsQueued Counter
  qosIfStatOctetsQueued Counter
  qosIfStatPktsDropped Counter
  qosIfStatOctetsDropped Counter

QosPolicyEntry  
SEQUENCE    
  qosPolicyIfIndex INTEGER
  qosPolicyType INTEGER
  qosPolicyClassId INTEGER
  qosPolicyPriority INTEGER
  qosPolicyWeight INTEGER
  qosPolicyShaper INTEGER
  qosPolicyCongestionAvoidance INTEGER
  qosPolicyDropAlgorithm INTEGER
  qosPolicyTxRate INTEGER
  qosPolicyTxRateLimitation INTEGER
  qosPolicyTxBurstSize INTEGER
  qosPolicyLowerThreshold INTEGER
  qosPolicyUpperThreshold INTEGER

QosPolicyStatEntry  
SEQUENCE    
  qosPolicyStatIfIndex INTEGER
  qosPolicyStatType INTEGER
  qosPolicyStatClassId INTEGER
  qosPolicyStatOutPkts Counter
  qosPolicyStatOutOctets Counter
  qosPolicyStatPktsQueued Counter
  qosPolicyStatOctetsQueued Counter
  qosPolicyStatPktsDropped Counter
  qosPolicyStatOctetsDropped Counter

Defined Values

org 1.3
OBJECT IDENTIFIER    

dod 1.3.6
OBJECT IDENTIFIER    

internet 1.3.6.1
OBJECT IDENTIFIER    

private 1.3.6.1.4
OBJECT IDENTIFIER    

enterprises 1.3.6.1.4.1
OBJECT IDENTIFIER    

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

qos 1.3.6.1.4.1.272.4.27
OBJECT IDENTIFIER    

qosIfTable 1.3.6.1.4.1.272.4.27.1
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'.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIfEntry

qosIfEntry 1.3.6.1.4.1.272.4.27.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  QosIfEntry  

qosIfIndex 1.3.6.1.4.1.272.4.27.1.1.1
Unique interface index
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

qosIfType 1.3.6.1.4.1.272.4.27.1.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER pq(1), wrr(2), wfq(3), disabled(8), delete(9)  

qosIfMaxTxRate 1.3.6.1.4.1.272.4.27.1.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

qosIfStatTable 1.3.6.1.4.1.272.4.27.2
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosIfStatEntry

qosIfStatEntry 1.3.6.1.4.1.272.4.27.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  QosIfStatEntry  

qosIfStatIndex 1.3.6.1.4.1.272.4.27.2.1.1
The unique interface index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

qosIfStatOutPkts 1.3.6.1.4.1.272.4.27.2.1.2
The number of packets transmitted on the related interface since its last change to the 'up' state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

qosIfStatOutOctets 1.3.6.1.4.1.272.4.27.2.1.3
The number of octets transmitted on the related interface since its last change to the 'up' state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

qosIfStatPktsQueued 1.3.6.1.4.1.272.4.27.2.1.6
The number of data packets enqueued and waiting to be sent across the related interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

qosIfStatOctetsQueued 1.3.6.1.4.1.272.4.27.2.1.7
The amount of data (in octets) enqueued waiting to be sent across the related interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

qosIfStatPktsDropped 1.3.6.1.4.1.272.4.27.2.1.8
The number of data packets dropped during congestion.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

qosIfStatOctetsDropped 1.3.6.1.4.1.272.4.27.2.1.9
The representation of qosIfStatPktsDropped in octets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

qosPolicyTable 1.3.6.1.4.1.272.4.27.3
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'.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosPolicyEntry

qosPolicyEntry 1.3.6.1.4.1.272.4.27.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  QosPolicyEntry  

qosPolicyIfIndex 1.3.6.1.4.1.272.4.27.3.1.1
The unique interface index
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

qosPolicyType 1.3.6.1.4.1.272.4.27.3.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER class-based(1), high-priority(2), default(3), delete(4)  

qosPolicyClassId 1.3.6.1.4.1.272.4.27.3.1.3
Defines in conjunction with ipQoSClassId and qosPolicyType the QoS policy to be applied on the classified IP traffic.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

qosPolicyPriority 1.3.6.1.4.1.272.4.27.3.1.4
The relative priority for this packet class to be used for the packet scheduling as described via qosIfType.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

qosPolicyWeight 1.3.6.1.4.1.272.4.27.3.1.5
The relative weight for this packet class to be used for the packet scheduling as described via qosIfType.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

qosPolicyShaper 1.3.6.1.4.1.272.4.27.3.1.6
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), token-bucket(2)  

qosPolicyCongestionAvoidance 1.3.6.1.4.1.272.4.27.3.1.7
This objects defines a packet dropping algorithm to use if more than qosPolicyLowerThreshold octets are enqueued.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), weighted-random(2)  

qosPolicyDropAlgorithm 1.3.6.1.4.1.272.4.27.3.1.9
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER tail-drop(1), head-drop(2), random-drop(3)  

qosPolicyTxRate 1.3.6.1.4.1.272.4.27.3.1.17
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

qosPolicyTxRateLimitation 1.3.6.1.4.1.272.4.27.3.1.18
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER not-bounded(1), bounded(2)  

qosPolicyTxBurstSize 1.3.6.1.4.1.272.4.27.3.1.19
The maximum number of octets in a single transmission burst.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

qosPolicyLowerThreshold 1.3.6.1.4.1.272.4.27.3.1.20
This variable defines the lower or minimum queue depth threshold for packet dropping algorithm used for congestion avoidance (see qosPolicyCongestionAvoidance).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..262143  

qosPolicyUpperThreshold 1.3.6.1.4.1.272.4.27.3.1.21
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..262143  

qosPolicyStatTable 1.3.6.1.4.1.272.4.27.4
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosPolicyStatEntry

qosPolicyStatEntry 1.3.6.1.4.1.272.4.27.4.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  QosPolicyStatEntry  

qosPolicyStatIfIndex 1.3.6.1.4.1.272.4.27.4.1.1
The unique interface index
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

qosPolicyStatType 1.3.6.1.4.1.272.4.27.4.1.2
The related type of packet classes for this QoS policy (see qosPolicyType for further explanation).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER class-based(1), high-priority(2), default(3)  

qosPolicyStatClassId 1.3.6.1.4.1.272.4.27.4.1.3
Unique packet class ID
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

qosPolicyStatOutPkts 1.3.6.1.4.1.272.4.27.4.1.4
The number of packets sent belonging to the related packet class.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

qosPolicyStatOutOctets 1.3.6.1.4.1.272.4.27.4.1.5
The representation of qosPolicyStatOutPkts in octets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

qosPolicyStatPktsQueued 1.3.6.1.4.1.272.4.27.4.1.8
The number of data packets of the related class enqueued and waiting to be sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

qosPolicyStatOctetsQueued 1.3.6.1.4.1.272.4.27.4.1.9
The representation of qosPolicyStatPktsQueued in octets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

qosPolicyStatPktsDropped 1.3.6.1.4.1.272.4.27.4.1.10
The number of data packets of the related class dropped during congestion.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

qosPolicyStatOctetsDropped 1.3.6.1.4.1.272.4.27.4.1.11
The representation of qosPolicyStatPktsDropped in octets
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter