RIVERSTONE-QUEUE-MIB

File: RIVERSTONE-QUEUE-MIB.mib (7923 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB IF-MIB RIVERSTONE-TC-MIB
RIVERSTONE-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Counter64 Integer32 Unsigned32
Gauge32 TEXTUAL-CONVENTION TimeStamp
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP SnmpAdminString ifIndex
RsDiscardPolicy riverstoneMibs

Defined Types

IndexInteger  
An integer which may be used as a table index.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

RsQueuePropertiesEntry  
SEQUENCE    
  rsQueueId IndexInteger
  rsQueueName SnmpAdminString
  rsQueueDescr SnmpAdminString
  rsQueueDiscardPolicy RsDiscardPolicy
  rsQueueMaxCapacity Gauge32

RsQueueStatsEntry  
SEQUENCE    
  rsQueueStatsLastCapChange TimeStamp
  rsQueueStatsValid BITS
  rsQueueBytes Counter32
  rsQueueFrames Counter32
  rsQueueDiscards Counter32
  rsQueueHCBytes Counter64
  rsQueueHCFrames Counter64

Defined Values

rsQueueMIB 1.3.6.1.4.1.5567.2.70
This MIB module represents information on each of the queues for each port.
MODULE-IDENTITY    

rsQueueMIBObjects 1.3.6.1.4.1.5567.2.70.1
OBJECT IDENTIFIER    

rsQueuePropertiesTable 1.3.6.1.4.1.5567.2.70.1.1
This table contains descriptions of different queues. It is used as a reference table by rsQueueStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsQueuePropertiesEntry

rsQueuePropertiesEntry 1.3.6.1.4.1.5567.2.70.1.1.1
This entry represents a queue and its properties. It is indexed by a natural number.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsQueuePropertiesEntry  

rsQueueId 1.3.6.1.4.1.5567.2.70.1.1.1.1
An index that enumerates the number of queue entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  IndexInteger  

rsQueueName 1.3.6.1.4.1.5567.2.70.1.1.1.2
The name of the queue. For example, on the RS platform, the four queue names are control, high, medium, and low.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

rsQueueDescr 1.3.6.1.4.1.5567.2.70.1.1.1.3
A more detailed description of the functionality of the queue.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

rsQueueDiscardPolicy 1.3.6.1.4.1.5567.2.70.1.1.1.4
The type of policy used by the queue to drop a frame.
Status: current Access: read-only
OBJECT-TYPE    
  RsDiscardPolicy  

rsQueueMaxCapacity 1.3.6.1.4.1.5567.2.70.1.1.1.6
The max number of frames the queue can contain.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

rsQueueStatsTable 1.3.6.1.4.1.5567.2.70.1.2
This table contains stats per queue for each physical interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsQueueStatsEntry

rsQueueStatsEntry 1.3.6.1.4.1.5567.2.70.1.2.1
The stats per queue for each physical interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsQueueStatsEntry  

rsQueueStatsLastCapChange 1.3.6.1.4.1.5567.2.70.1.2.1.1
The value of sysUpTime at the time when the port capability changed. As a result of this change, the application need to restart its counter collection. For example, the card may have been hotswapped out and replaced by another card.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

rsQueueStatsValid 1.3.6.1.4.1.5567.2.70.1.2.1.2
The current state of each counter in this table. Each bit indicate the validity of a counter. Some queues may not support every counter in the table.
Status: current Access: read-only
OBJECT-TYPE    
  BITS validBytes(0), validFrames(1), validDiscards(2), validHCBytes(3), validHCFrames(4)  

rsQueueBytes 1.3.6.1.4.1.5567.2.70.1.2.1.101
The number of bytes that have passed through this priority queue on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsQueueFrames 1.3.6.1.4.1.5567.2.70.1.2.1.102
The number of frames that have passed through this priority queue on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsQueueDiscards 1.3.6.1.4.1.5567.2.70.1.2.1.103
The number of frames into this queue that were discarded because the queue was full.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsQueueHCBytes 1.3.6.1.4.1.5567.2.70.1.2.1.201
The number of bytes stored in a 64 bit counter that have passed through this priority queue on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rsQueueHCFrames 1.3.6.1.4.1.5567.2.70.1.2.1.202
The number of frames stored in a 64 bit counter that have passed through this priority queue on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rsQueueConformance 1.3.6.1.4.1.5567.2.70.2
OBJECT IDENTIFIER    

rsQueueCompliances 1.3.6.1.4.1.5567.2.70.2.1
OBJECT IDENTIFIER    

rsQueueGroups 1.3.6.1.4.1.5567.2.70.2.2
OBJECT IDENTIFIER    

rsQueueCompliance 1.3.6.1.4.1.5567.2.70.2.1.1
The compliance statement for RIVERSTONE-STATS-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

rsQueuePropertiesGroup 1.3.6.1.4.1.5567.2.70.2.2.1
The collection of objects used to represent properties of a queue.
Status: current Access: read-only
OBJECT-GROUP    

rsQueueStatsGroup 1.3.6.1.4.1.5567.2.70.2.2.2
The collection of objects used to represent the queue stats.
Status: current Access: read-only
OBJECT-GROUP