RIVERSTONE-TC-MIB

File: RIVERSTONE-TC-MIB.mib (5136 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RIVERSTONE-SMI-MIB

Imported symbols

MODULE-IDENTITY TEXTUAL-CONVENTION riverstoneMibs

Defined Types

RSConfigErrorCode  
A unique value, greater than zero defining the config file transfer operation completion status.
TEXTUAL-CONVENTION    
  INTEGER noStatus(1), timeout(2), networkError(3), noSpace(4), invalidConfig(5), commandCompleted(6), internalError(7), tftpServerError(8)  

RSFileTransferProtocol  
A unique value, greater than zero defining the protocol used for file transfer operation on config files. This list may be modified for later additions.
TEXTUAL-CONVENTION    
  INTEGER other(1), tftp(2), rsh(3), scp(4)  

RSTransferStatus  
A unique value, greater than zero defining the status of the previous transfer operation, if any.
TEXTUAL-CONVENTION    
  INTEGER idle(1), sending(2), receiving(3), transferComplete(4), error(5)  

RSChangeSessionType  
A unique value, representing the session type of the change session.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), other(1), console(2), telnet(3), ssh(4), snmp(5)  

RsQueuePolicy  
The queuing policy for each port is by default priority queuing. In priority queuing, each flow is assigned a priority. The higher priority flows go first. Within the priority queue, the flows are serviced in a first in first out order. If the higher priority queue is never empty, the other queues would starve. In fair queuing, each priority queue is serviced in a round-robin fashion. Weighted fair queuing is fair queing for which each queue is weighted. On the RS platform, priorityQueuing is known as strict priority (SP).
TEXTUAL-CONVENTION    
  INTEGER unknown(0), priorityQueuing(1), fairQueuing(2), weightedFairQueuing(3)  

RsDiscardPolicy  
The policy used by a queue to determine how frames should be dropped.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), lastInFirstOut(1), randomEarlyDetection(2), weightedRandomEarlyDetection(3)  

Defined Values

rsTCMIB 1.3.6.1.4.1.5567.2.10
This mib module defines the textual conventions used in various other Riverstone MIBs.
MODULE-IDENTITY