MIB-INTEL-RIP

File: MIB-INTEL-RIP.mib (4286 bytes)

Imported modules

RFC1155-SMI RFC-1212 INTEL-GEN-MIB

Imported symbols

IpAddress OBJECT-TYPE mib2ext

Defined Types

RipIpRouteEntry  
SEQUENCE    
  ripIpRouteChassis INTEGER
  ripIpRouteModule INTEGER
  ripIpRouteInst INTEGER
  ripIpRouteDest IpAddress
  ripIpRouteMask IpAddress
  ripIpIfIndex INTEGER
  ripIpRouteNextHop IpAddress
  ripIpRoutePref INTEGER
  ripIpRouteMetric INTEGER
  ripIpRouteState INTEGER
  ripIpRouteAge INTEGER
  ripIpRouteProtoVersion INTEGER
  ripIpRouteProtoTrigger INTEGER

Defined Values

rip 1.3.6.1.4.1.343.6.39
OBJECT IDENTIFIER    

ripIpRouteTable 1.3.6.1.4.1.343.6.39.1
This entity's RIP Routing table.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RipIpRouteEntry

ripIpRouteEntry 1.3.6.1.4.1.343.6.39.1.1
A route to a particular destination.
Status: optional Access: not-accessible
OBJECT-TYPE    
  RipIpRouteEntry  

ripIpRouteChassis 1.3.6.1.4.1.343.6.39.1.1.1
Chassis number in stack that contains the module.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

ripIpRouteModule 1.3.6.1.4.1.343.6.39.1.1.2
Module number in the chassis.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

ripIpRouteInst 1.3.6.1.4.1.343.6.39.1.1.3
Routing table instance number.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

ripIpRouteDest 1.3.6.1.4.1.343.6.39.1.1.4
The destination IP address of this route.
Status: optional Access: read-only
OBJECT-TYPE    
  IpAddress  

ripIpRouteMask 1.3.6.1.4.1.343.6.39.1.1.5
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ripIpRouteDest field.
Status: optional Access: read-only
OBJECT-TYPE    
  IpAddress  

ripIpIfIndex 1.3.6.1.4.1.343.6.39.1.1.6
The interface that the frame is forwarded on.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

ripIpRouteNextHop 1.3.6.1.4.1.343.6.39.1.1.7
The IP address of the next hop of this route.
Status: optional Access: read-only
OBJECT-TYPE    
  IpAddress  

ripIpRoutePref 1.3.6.1.4.1.343.6.39.1.1.8
The preference value for this route.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

ripIpRouteMetric 1.3.6.1.4.1.343.6.39.1.1.9
The RIP routing metric for this route.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

ripIpRouteState 1.3.6.1.4.1.343.6.39.1.1.10
The current state of the route.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

ripIpRouteAge 1.3.6.1.4.1.343.6.39.1.1.11
The number of seconds since this route was last updated or otherwise detemined to be correct.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

ripIpRouteProtoVersion 1.3.6.1.4.1.343.6.39.1.1.12
The RIP protocol version.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER rip1(1), rip2(2)  

ripIpRouteProtoTrigger 1.3.6.1.4.1.343.6.39.1.1.13
The RIP protocol trigger state.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)