PRVT-RIP-EXTENSION-MIB

File: PRVT-RIP-EXTENSION-MIB.mib (8584 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC PRVT-SWITCH-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE TruthValue
RowStatus ipSwitch

Defined Types

RipRedistributeEntry  
SEQUENCE    
  ripRedistributeProtocol INTEGER
  ripRedistributeMetric INTEGER
  ripRedistributeRouteMap OCTET STRING
  ripRedistributeRowStatus RowStatus

Defined Values

prvtRIPExtensionMib 1.3.6.1.4.1.738.1.6.4.1
The RIP extension MIB module contains additional information, needed to control the RIP protocol, that is not found in the standard RFC
MODULE-IDENTITY    

routingProtocols 1.3.6.1.4.1.738.1.6.4
OBJECT IDENTIFIER    

ripExtension 1.3.6.1.4.1.738.1.6.4.1.1
OBJECT IDENTIFIER    

ripEnable 1.3.6.1.4.1.738.1.6.4.1.1.1
This object enables/disables the RIP process in the switch
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ripRedistributeTable 1.3.6.1.4.1.738.1.6.4.1.1.2
The table represents the routing protocols, redistributed into the RIP routing domain. Creation of conceptual row in the table starts the redistribution of the specified protocol, which would lead to the injection of routing information from that protocol into RIP. Deletion of conceptual row would stop the redistribution of that protocol into RIP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RipRedistributeEntry

ripRedistributeEntry 1.3.6.1.4.1.738.1.6.4.1.1.2.1
The conceptual row represents a routing protocol, redistributed into RIP
Status: current Access: not-accessible
OBJECT-TYPE    
  RipRedistributeEntry  

ripRedistributeProtocol 1.3.6.1.4.1.738.1.6.4.1.1.2.1.1
The specific routes redistributed into RIP. For T4R models the valid values are connected, static and OSPF. For T5 the valid values are kernel, connected, static and OSPF. For T5RN, T5Pro, T6, and E-series and G-series all of the above routes can be redistributed
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER kernel(1), connected(2), static(3), ospf(4), bgp(5)  

ripRedistributeMetric 1.3.6.1.4.1.738.1.6.4.1.1.2.1.2
The metric, with which the external routes will be redistributed in the RIP
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..16  

ripRedistributeRouteMap 1.3.6.1.4.1.738.1.6.4.1.1.2.1.3
The route map that would filter the redistributed routing information
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

ripRedistributeRowStatus 1.3.6.1.4.1.738.1.6.4.1.1.2.1.4
Indicates the status of the row. Setting of this field to active enables the redistribution of the protocol. Setting this field to destroy disables the redistribution of the protocol
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus