TIMETRA-RIP-MIB

File: TIMETRA-RIP-MIB.mib (102492 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB RIPv2-MIB TIMETRA-TC-MIB
TIMETRA-GLOBAL-MIB TIMETRA-VRTR-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Integer32 Counter32
Gauge32 IpAddress MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP TEXTUAL-CONVENTION
RowStatus TruthValue TimeStamp
InterfaceIndex RouteTag TNamedItem
TItemDescription TPolicyStatementNameOrEmpty TmnxAdminState
TmnxOperState TPriorityOrUndefined TNamedItemOrEmpty
timetraSRMIBModules tmnxSRObjs tmnxSRNotifyPrefix
tmnxSRConfs vRtrID vRtrIfIndex

Defined Types

TmnxRipAuthType  
The TmnxRipAuthType TC defines the authentication method to be used for RIP. Allowed values are : noAuthentication(1) - No authentication method simplePassword(2) - Simple password based authentication md5(3) - 16 byte MD5 Authentication md20(4) - 20 byte MD5 Authentication
TEXTUAL-CONVENTION    
  INTEGER noAuthentication(1), simplePassword(2), md5(3), md20(4)  

TmnxRipAuthKey  
The TmnxRipAuthKey TC defines the authentication key to be used when the authentication type has been configured to either simplePassword(2), md5(3) or md20(4) (see TmnxRipAuthType).
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..16)  

TmnxRipMessageSize  
The TmnxRipMessageSize TC defines the maximum number of routes that can be sent out per RIP update message.
TEXTUAL-CONVENTION    
  Unsigned32 25..255  

TmnxRipMetric  
The TmnxRipMetric TC defines the range for RIP route metric.
TEXTUAL-CONVENTION    
  Unsigned32 1..16  

TmnxRipPreference  
The TmnxRipPreference TC defines the preference to be assigned to RIP routes.
TEXTUAL-CONVENTION    
  Unsigned32 1..255  

TmnxRipReceive  
The TmnxRipReceive TC defines the which version of RIP updates are to be accepted. Allowed values are : rip1(1) - Only RIPv1 packets are accepted rip2(2) - Only RIPv2 packets are accepted rip1OrRip2(3) - RIPv1 and v2 packets are accepted doNotReceive(4) - No packets are accepted Note that rip2 and rip1OrRip2 implies reception of multicast packets.
TEXTUAL-CONVENTION    
  INTEGER rip1(1), rip2(2), rip1OrRip2(3), doNotReceive(4)  

TmnxRipSend  
The TmnxRipSend TC indicates how the router sends RIP updates on an interface. Allowed values are : doNotSend(1) - No RIP updates sent ripVersion1(2) - RIPv1 updates are broadcast rip1Compatible(3) - RIPv2 updates are broadcast ripVersion2(4) - RIPv2 updates are multicast RIP2-MIB (RFC 1724) also defines ripV1Demand(5) and ripV2Demand(6) which are not supported by the Alcatel-Lucent SROS series.
TEXTUAL-CONVENTION    
  INTEGER doNotSend(1), ripVersion1(2), rip1Compatible(3), ripVersion2(4)  

TmnxRipTimerFlush  
The TmnxRipTimerFlush TC defines the range for the Flush Timer (or Garbage Collection timer). The flush timer counts the number of seconds since the route was declared invalid. When the timer expires the invalid route will be flushed out from the route database.
TEXTUAL-CONVENTION    
  Unsigned32 1..1200  

TmnxRipTimerTimeout  
The TmnxRipTimerTimeout TC defines the range for the Timeout Timer. The Timeout timer counts the number of seconds since the last update was received. When the timer expires the route will be declared invalid in the route database.
TEXTUAL-CONVENTION    
  Unsigned32 1..1200  

TmnxRipTimerUpdate  
The TmnxRipTimerUpdate TC defines the range for the Update Timer. The Update timer determines how often updates are sent.
TEXTUAL-CONVENTION    
  Unsigned32 1..600  

VRtrRipInstanceEntry  
SEQUENCE    
  vRtrRipInstanceAuthType TmnxRipAuthType
  vRtrRipInstanceAuthKey TmnxRipAuthKey
  vRtrRipInstanceCheckZero TruthValue
  vRtrRipInstanceMessageSize TmnxRipMessageSize
  vRtrRipInstanceMetricIn TmnxRipMetric
  vRtrRipInstanceMetricOut TmnxRipMetric
  vRtrRipInstancePreference TmnxRipPreference
  vRtrRipInstanceReceive TmnxRipReceive
  vRtrRipInstanceSend TmnxRipSend
  vRtrRipInstanceSplitHorizon TruthValue
  vRtrRipInstanceTimerFlush TmnxRipTimerFlush
  vRtrRipInstanceTimerTimeout TmnxRipTimerTimeout
  vRtrRipInstanceTimerUpdate TmnxRipTimerUpdate
  vRtrRipInstanceImportPolicy1 TPolicyStatementNameOrEmpty
  vRtrRipInstanceImportPolicy2 TPolicyStatementNameOrEmpty
  vRtrRipInstanceImportPolicy3 TPolicyStatementNameOrEmpty
  vRtrRipInstanceImportPolicy4 TPolicyStatementNameOrEmpty
  vRtrRipInstanceImportPolicy5 TPolicyStatementNameOrEmpty
  vRtrRipInstanceExportPolicy1 TPolicyStatementNameOrEmpty
  vRtrRipInstanceExportPolicy2 TPolicyStatementNameOrEmpty
  vRtrRipInstanceExportPolicy3 TPolicyStatementNameOrEmpty
  vRtrRipInstanceExportPolicy4 TPolicyStatementNameOrEmpty
  vRtrRipInstanceExportPolicy5 TPolicyStatementNameOrEmpty
  vRtrRipInstanceDescription TItemDescription
  vRtrRipInstanceAdminStatus TmnxAdminState
  vRtrRipInstanceOperStatus TmnxOperState
  vRtrRipInstancePropagateMetric TruthValue
  vRtrRipInstanceExportLimit Unsigned32
  vRtrRipInstanceExpLmtLogPercent Unsigned32
  vRtrRipInstanceTotalExpRoutes Gauge32

VRtrRipGroupEntry  
SEQUENCE    
  vRtrRipGroupName TNamedItem
  vRtrRipGroupAuthType TmnxRipAuthType
  vRtrRipGroupAuthKey TmnxRipAuthKey
  vRtrRipGroupCheckZero TruthValue
  vRtrRipGroupMessageSize TmnxRipMessageSize
  vRtrRipGroupMetricIn TmnxRipMetric
  vRtrRipGroupMetricOut TmnxRipMetric
  vRtrRipGroupPreference TmnxRipPreference
  vRtrRipGroupReceive TmnxRipReceive
  vRtrRipGroupSend TmnxRipSend
  vRtrRipGroupSplitHorizon TruthValue
  vRtrRipGroupTimerFlush TmnxRipTimerFlush
  vRtrRipGroupTimerTimeout TmnxRipTimerTimeout
  vRtrRipGroupTimerUpdate TmnxRipTimerUpdate
  vRtrRipGroupImportPolicy1 TPolicyStatementNameOrEmpty
  vRtrRipGroupImportPolicy2 TPolicyStatementNameOrEmpty
  vRtrRipGroupImportPolicy3 TPolicyStatementNameOrEmpty
  vRtrRipGroupImportPolicy4 TPolicyStatementNameOrEmpty
  vRtrRipGroupImportPolicy5 TPolicyStatementNameOrEmpty
  vRtrRipGroupExportPolicy1 TPolicyStatementNameOrEmpty
  vRtrRipGroupExportPolicy2 TPolicyStatementNameOrEmpty
  vRtrRipGroupExportPolicy3 TPolicyStatementNameOrEmpty
  vRtrRipGroupExportPolicy4 TPolicyStatementNameOrEmpty
  vRtrRipGroupExportPolicy5 TPolicyStatementNameOrEmpty
  vRtrRipGroupDescription TItemDescription
  vRtrRipGroupInheritance Unsigned32
  vRtrRipGroupAdminStatus TmnxAdminState
  vRtrRipGroupOperStatus TmnxOperState
  vRtrRipGroupRowStatus RowStatus

VRtrRipIfEntry  
SEQUENCE    
  vRtrRipIfGroupName TNamedItem
  vRtrRipIfAuthType TmnxRipAuthType
  vRtrRipIfAuthKey TmnxRipAuthKey
  vRtrRipIfCheckZero TruthValue
  vRtrRipIfMessageSize TmnxRipMessageSize
  vRtrRipIfMetricIn TmnxRipMetric
  vRtrRipIfMetricOut TmnxRipMetric
  vRtrRipIfPreference TmnxRipPreference
  vRtrRipIfReceive TmnxRipReceive
  vRtrRipIfSend TmnxRipSend
  vRtrRipIfSplitHorizon TruthValue
  vRtrRipIfTimerFlush TmnxRipTimerFlush
  vRtrRipIfTimerTimeout TmnxRipTimerTimeout
  vRtrRipIfTimerUpdate TmnxRipTimerUpdate
  vRtrRipIfImportPolicy1 TPolicyStatementNameOrEmpty
  vRtrRipIfImportPolicy2 TPolicyStatementNameOrEmpty
  vRtrRipIfImportPolicy3 TPolicyStatementNameOrEmpty
  vRtrRipIfImportPolicy4 TPolicyStatementNameOrEmpty
  vRtrRipIfImportPolicy5 TPolicyStatementNameOrEmpty
  vRtrRipIfExportPolicy1 TPolicyStatementNameOrEmpty
  vRtrRipIfExportPolicy2 TPolicyStatementNameOrEmpty
  vRtrRipIfExportPolicy3 TPolicyStatementNameOrEmpty
  vRtrRipIfExportPolicy4 TPolicyStatementNameOrEmpty
  vRtrRipIfExportPolicy5 TPolicyStatementNameOrEmpty
  vRtrRipIfDescription TItemDescription
  vRtrRipIfInheritance Unsigned32
  vRtrRipIfAdminStatus TmnxAdminState
  vRtrRipIfOperStatus TmnxOperState
  vRtrRipIfRowStatus RowStatus

VRtrRipRouteEntry  
SEQUENCE    
  vRtrRipRouteDest IpAddress
  vRtrRipRouteMask IpAddress
  vRtrRipRouteIfIndex InterfaceIndex
  vRtrRipRoutePeerAddr IpAddress
  vRtrRipRouteNextHop IpAddress
  vRtrRipRouteMetric TmnxRipMetric
  vRtrRipRouteTag RouteTag
  vRtrRipRouteStatus INTEGER
  vRtrRipRouteTimerRemaining Unsigned32
  vRtrRipRouteFC TNamedItemOrEmpty
  vRtrRipRouteFCPriority TPriorityOrUndefined

VRtrRipIfStatEntry  
SEQUENCE    
  vRtrRipIfStatAllSentUpdates Counter32
  vRtrRipIfStatAllTriggeredUpdates Counter32
  vRtrRipIfStatAllRcvBadPackets Counter32
  vRtrRipIfStatV1RcvUpdates Counter32
  vRtrRipIfStatV1RcvRequests Counter32
  vRtrRipIfStatV1BadUpdates Counter32
  vRtrRipIfStatV1BadRequests Counter32
  vRtrRipIfStatV1BadRoutes Counter32
  vRtrRipIfStatV2RcvUpdates Counter32
  vRtrRipIfStatV2RcvRequests Counter32
  vRtrRipIfStatV2BadUpdates Counter32
  vRtrRipIfStatV2BadRequests Counter32
  vRtrRipIfStatV2BadRoutes Counter32
  vRtrRipIfStatAuthErrors Counter32
  vRtrRipIfStatAllSentUpdates5Min Counter32
  vRtrRipIfStatAllTriggeredUpdates5Min Counter32
  vRtrRipIfStatAllRcvBadPackets5Min Counter32
  vRtrRipIfStatV1RcvUpdates5Min Counter32
  vRtrRipIfStatV1RcvRequests5Min Counter32
  vRtrRipIfStatV1BadUpdates5Min Counter32
  vRtrRipIfStatV1BadRequests5Min Counter32
  vRtrRipIfStatV1BadRoutes5Min Counter32
  vRtrRipIfStatV2RcvUpdates5Min Counter32
  vRtrRipIfStatV2RcvRequests5Min Counter32
  vRtrRipIfStatV2BadUpdates5Min Counter32
  vRtrRipIfStatV2BadRequests5Min Counter32
  vRtrRipIfStatV2BadRoutes5Min Counter32
  vRtrRipIfStatAuthErrors5Min Counter32
  vRtrRipIfStatAllSentUpdates1Min Counter32
  vRtrRipIfStatAllTriggeredUpdates1Min Counter32
  vRtrRipIfStatAllRcvBadPackets1Min Counter32
  vRtrRipIfStatV1RcvUpdates1Min Counter32
  vRtrRipIfStatV1RcvRequests1Min Counter32
  vRtrRipIfStatV1BadUpdates1Min Counter32
  vRtrRipIfStatV1BadRequests1Min Counter32
  vRtrRipIfStatV1BadRoutes1Min Counter32
  vRtrRipIfStatV2RcvUpdates1Min Counter32
  vRtrRipIfStatV2RcvRequests1Min Counter32
  vRtrRipIfStatV2BadUpdates1Min Counter32
  vRtrRipIfStatV2BadRequests1Min Counter32
  vRtrRipIfStatV2BadRoutes1Min Counter32
  vRtrRipIfStatAuthErrors1Min Counter32

VRtrRipPeerEntry  
SEQUENCE    
  vRtrRipPeerIfIndex InterfaceIndex
  vRtrRipPeerAddress IpAddress
  vRtrRipPeerLastUpdate TimeStamp
  vRtrRipPeerVersion Unsigned32
  vRtrRipPeerRcvBadPackets Counter32
  vRtrRipPeerRcvBadRoutes Counter32

VRtrRipAdvertisedRouteEntry  
SEQUENCE    
  vRtrRipAdvertisedRouteDest IpAddress
  vRtrRipAdvertisedRouteMask IpAddress
  vRtrRipAdvertisedRouteIfIndex InterfaceIndex
  vRtrRipAdvertisedRouteIfAddr IpAddress
  vRtrRipAdvertisedRouteNextHop IpAddress
  vRtrRipAdvertisedRouteMetric Unsigned32
  vRtrRipAdvertisedRouteTag RouteTag
  vRtrRipAdvertisedRouteTimerRemaining Integer32

Defined Values

timetraRipMIBModule 1.3.6.1.4.1.6527.1.1.3.9
This document is the SNMP MIB module for the Alcatel-Lucent SROS implementation of RIPv2. Copyright 2003-2011 Alcatel-Lucent. All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included. This SNMP MIB module (Specification) embodies Alcatel-Lucent's proprietary intellectual property. Alcatel-Lucent retains all title and ownership in the Specification, including any revisions. Alcatel-Lucent grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Alcatel-Lucent products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied `as is', and Alcatel-Lucent makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification. There is one RIP instance per virtual router. Each RIP instance can have a number of interface groups. The value of most RIP configuration objects can be defaulted at three levels: at the per-interface level, at the interface group level, and at the RIP instance level. The per-interface object values are determined by the following: - if the interface object is set, by that value. - else if its corresponding group object is set, by that value - else by the corresponding rip instance object value.
MODULE-IDENTITY    

vRtrRipObjs 1.3.6.1.4.1.6527.3.1.2.9
OBJECT IDENTIFIER    

tmnxRipConformance 1.3.6.1.4.1.6527.3.1.1.9
OBJECT IDENTIFIER    

vRtrRipNotifyPrefix 1.3.6.1.4.1.6527.3.1.3.9
OBJECT IDENTIFIER    

vRtrRipNotifications 1.3.6.1.4.1.6527.3.1.3.9.0
OBJECT IDENTIFIER    

vRtrRipGlobals 1.3.6.1.4.1.6527.3.1.2.9.1
OBJECT IDENTIFIER    

vRtrRipGlobalLearnedRoutes 1.3.6.1.4.1.6527.3.1.2.9.1.1
vRtrRipGlobalLearnedRoutes is the number of routes learned by RIP.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipGlobalTimedoutRoutes 1.3.6.1.4.1.6527.3.1.2.9.1.2
vRtrRipGlobalTimedoutRoutes is the number of invalid RIP routes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipGlobalCurrentMemory 1.3.6.1.4.1.6527.3.1.2.9.1.3
vRtrRipGlobalCurrentMemory is the amount of memory used by this RIP router instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipGlobalMaximumMemory 1.3.6.1.4.1.6527.3.1.2.9.1.4
vRtrRipGlobalMaximumMemory is the amount of memory allocated for this RIP router instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipInstanceTable 1.3.6.1.4.1.6527.3.1.2.9.2
vRtrRipInstanceTable contains configuration information for the RIP instance on a virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VRtrRipInstanceEntry

vRtrRipInstanceEntry 1.3.6.1.4.1.6527.3.1.2.9.2.1
vRtrRipInstanceEntry is an entry (conceptual row) in the vRtrRipInstanceTable. Each entry represents the configuration for a RIP instance. Entries in this table cannot be created and deleted via SNMP SET operations. An entry in this table is created by the agent when vRtrRipStatus in the vRtrConfTable is set to 'create(1)'. The entry is destroyed when vRtrRipStatus is set to 'delete(2)'.
Status: current Access: not-accessible
OBJECT-TYPE    
  VRtrRipInstanceEntry  

vRtrRipInstanceAuthType 1.3.6.1.4.1.6527.3.1.2.9.2.1.1
vRtrRipInstanceAuthType defines the type of authentication to be used for the RIP instance.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipAuthType  

vRtrRipInstanceAuthKey 1.3.6.1.4.1.6527.3.1.2.9.2.1.2
vRtrRipInstanceAuthKey is the authentication key that should be used for the RIP instance when vRtrRipInstanceAuthType has a value other than noAuthentication(1). Modifying the value of vRtrRipInstanceAuthType does not modify the vRtrRipInstanceAuthKey value. If a string shorter than 16 octets is supplied, it will be left-justified and padded to 16 octets, on the right, with nulls (0x00). Reading this object always results in an OCTET STRING of length zero; authentication may not be bypassed by reading the MIB object.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipAuthKey  

vRtrRipInstanceCheckZero 1.3.6.1.4.1.6527.3.1.2.9.2.1.3
vRtrRipInstanceCheckZero specifies whether RIP updates are checked for for zero values in fields defined as Must-Be-Zero by the RIPv1 and v2 specifications.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

vRtrRipInstanceMessageSize 1.3.6.1.4.1.6527.3.1.2.9.2.1.4
vRtrRipInstanceMessageSize is the maximum number of routes that can be sent out per RIP update message.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipMessageSize  

vRtrRipInstanceMetricIn 1.3.6.1.4.1.6527.3.1.2.9.2.1.5
vRtrRipInstanceMetricIn is the value added to the metric of routes received from a RIP neighbor.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipMetric  

vRtrRipInstanceMetricOut 1.3.6.1.4.1.6527.3.1.2.9.2.1.6
vRtrRipInstanceMetricOut is the value added to the metric of routes exported into RIP and advertised to RIP neighbors.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipMetric  

vRtrRipInstancePreference 1.3.6.1.4.1.6527.3.1.2.9.2.1.7
vRtrRipInstancePreference is the route preference to be assigned to RIP routes. This value may be overridden via route policies.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipPreference  

vRtrRipInstanceReceive 1.3.6.1.4.1.6527.3.1.2.9.2.1.8
vRtrRipInstanceReceive indicates which version of RIP updates are to be accepted.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipReceive  

vRtrRipInstanceSend 1.3.6.1.4.1.6527.3.1.2.9.2.1.9
vRtrRipInstanceSend indicates the version to be used for sending RIP updates.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipSend  

vRtrRipInstanceSplitHorizon 1.3.6.1.4.1.6527.3.1.2.9.2.1.10
vRtrRipInstanceSplitHorizon indicates whether split horizon scheme is to be used when sending updates to RIP neighbors.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

vRtrRipInstanceTimerFlush 1.3.6.1.4.1.6527.3.1.2.9.2.1.11
vRtrRipInstanceTimerFlush is the number of seconds after a route has been declared invalid that it is flushed from the route database.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipTimerFlush  

vRtrRipInstanceTimerTimeout 1.3.6.1.4.1.6527.3.1.2.9.2.1.12
vRtrRipInstanceTimerTimeout is the number of seconds after a route has been discovered or last updated that it is declared invalid in the route database.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipTimerTimeout  

vRtrRipInstanceTimerUpdate 1.3.6.1.4.1.6527.3.1.2.9.2.1.13
vRtrRipInstanceTimerUpdate determines how often updates are sent.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipTimerUpdate  

vRtrRipInstanceImportPolicy1 1.3.6.1.4.1.6527.3.1.2.9.2.1.14
vRtrRipInstanceImportPolicy1 is import policy number 1 for the instance level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipInstanceImportPolicy2 1.3.6.1.4.1.6527.3.1.2.9.2.1.15
vRtrRipInstanceImportPolicy2 is import policy number 2 for the instance level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipInstanceImportPolicy3 1.3.6.1.4.1.6527.3.1.2.9.2.1.16
vRtrRipInstanceImportPolicy3 is import policy number 3 for the instance level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipInstanceImportPolicy4 1.3.6.1.4.1.6527.3.1.2.9.2.1.17
vRtrRipInstanceImportPolicy4 is import policy number 4 for the instance level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipInstanceImportPolicy5 1.3.6.1.4.1.6527.3.1.2.9.2.1.18
vRtrRipInstanceImportPolicy5 is import policy number 5 for the instance level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipInstanceExportPolicy1 1.3.6.1.4.1.6527.3.1.2.9.2.1.19
vRtrRipInstanceExportPolicy1 is export policy number 1 for the instance level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipInstanceExportPolicy2 1.3.6.1.4.1.6527.3.1.2.9.2.1.20
vRtrRipInstanceExportPolicy2 is export policy number 2 for the instance level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipInstanceExportPolicy3 1.3.6.1.4.1.6527.3.1.2.9.2.1.21
vRtrRipInstanceExportPolicy3 is export policy number 3 for the instance level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipInstanceExportPolicy4 1.3.6.1.4.1.6527.3.1.2.9.2.1.22
vRtrRipInstanceExportPolicy4 is export policy number 4 for the instance level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipInstanceExportPolicy5 1.3.6.1.4.1.6527.3.1.2.9.2.1.23
vRtrRipInstanceExportPolicy5 is export policy number 5 for the instance level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipInstanceDescription 1.3.6.1.4.1.6527.3.1.2.9.2.1.24
vRtrRipInstanceDescription specifies a textual description for the RIP instance.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

vRtrRipInstanceAdminStatus 1.3.6.1.4.1.6527.3.1.2.9.2.1.25
The value of vRtrRipInstanceAdminStatus indicates the desired administrative state for this RIP group or instance. If the RIP instance entry object is set to outOfService, then all RIP groups and interfaces are shutdown operationally. If set to inService, the entity and all groups and interfaces below it are re-enabled operationally unless they have been administratively shutdown at the group or interface level.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

vRtrRipInstanceOperStatus 1.3.6.1.4.1.6527.3.1.2.9.2.1.26
The value of vRtrRipInstanceOperStatus indicates the current operational status of this RIP instance
Status: current Access: read-only
OBJECT-TYPE    
  TmnxOperState  

vRtrRipInstancePropagateMetric 1.3.6.1.4.1.6527.3.1.2.9.2.1.27
The value of vRtrRipInstancePropagateMetric specifies whether the metric used by RIP or OSPF protocol should be propagated to the Provider Edge (PE) routers as well, in addition to the Customer Equipment (CE) routers. vRtrRipInstancePropagateMetric only applies to VPRN RIP instance and not the base router RIP instance.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

vRtrRipInstanceExportLimit 1.3.6.1.4.1.6527.3.1.2.9.2.1.28
The value of vRtrRipInstanceExportLimit specifies the maximum number of routes or prefixes that can be exported into RIP from the route table. A value of 0 indicates that the export limit for routes or prefixes has been disabled.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

vRtrRipInstanceExpLmtLogPercent 1.3.6.1.4.1.6527.3.1.2.9.2.1.29
The value of vRtrRipInstanceExpLmtLogPercent specifies the percentage of the export-limit, at which a warning log message and SNMP notification would be sent. This would only be a warning and additional routes will be learned up to 100% of vRtrRipInstanceExportLimit. A value of 0 indicates that vRtrRipInstanceExpLmtLogPercent is disabled and no log message or SNMP notification would be sent.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

vRtrRipInstanceTotalExpRoutes 1.3.6.1.4.1.6527.3.1.2.9.2.1.30
The value of vRtrRipInstanceTotalExpRoutes indicates the total number of routes exported into RIP from the route table manager when an export policy is configured. Value of vRtrRipInstanceTotalExpRoutes would be 0 when no export policy is configured.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

vRtrRipGroupTable 1.3.6.1.4.1.6527.3.1.2.9.3
vRtrRipGroupTable contains configuration information for each group of interfaces running RIP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VRtrRipGroupEntry

vRtrRipGroupEntry 1.3.6.1.4.1.6527.3.1.2.9.3.1
vRtrRipGroupEntry is an entry (conceptual row) in the vRtrRipGroupTable. Each entry represents the RIP configuration of a group of interfaces on the router. Entries in this table can be created and deleted via SNMP SET operations to vRtrRipGroupRowStatus.
Status: current Access: not-accessible
OBJECT-TYPE    
  VRtrRipGroupEntry  

vRtrRipGroupName 1.3.6.1.4.1.6527.3.1.2.9.3.1.1
vRtrRipGroupName uniquely identifies a RIP group for the router instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

vRtrRipGroupAuthType 1.3.6.1.4.1.6527.3.1.2.9.3.1.2
vRtrRipGroupAuthType defines the type of authentication to be used for all the interfaces in this group.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipAuthType  

vRtrRipGroupAuthKey 1.3.6.1.4.1.6527.3.1.2.9.3.1.3
vRtrRipGroupAuthKey is the authentication key that should be used for the interfaces in this group when vRtrRipInstanceAuthType has a value other than noAuthentication(1). Modifying the value of vRtrRipGroupAuthType does not modify the vRtrRipGroupAuthKey value. If a string shorter than 16 octets is supplied, it will be left-justified and padded to 16 octets, on the right, with nulls (0x00). Reading this object always results in an OCTET STRING of length zero; authentication may not be bypassed by reading the MIB object.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipAuthKey  

vRtrRipGroupCheckZero 1.3.6.1.4.1.6527.3.1.2.9.3.1.4
vRtrRipGroupCheckZero specifies whether RIP updates received on interfaces in this group are checked for zero values in fields defined as Must-Be-Zero by the RIPv1 and v2 specifications.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

vRtrRipGroupMessageSize 1.3.6.1.4.1.6527.3.1.2.9.3.1.5
vRtrRipGroupMessageSize is the maximum number of routes that can be sent out per RIP update message.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipMessageSize  

vRtrRipGroupMetricIn 1.3.6.1.4.1.6527.3.1.2.9.3.1.6
vRtrRipGroupMetricIn is the value added to the metric of routes received on a RIP interface which is a part of this group.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipMetric  

vRtrRipGroupMetricOut 1.3.6.1.4.1.6527.3.1.2.9.3.1.7
vRtrRipGroupMetricOut is the value added to the metric of routes exported into RIP and advertised out on RIP interfaces in this group.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipMetric  

vRtrRipGroupPreference 1.3.6.1.4.1.6527.3.1.2.9.3.1.8
vRtrRipGroupPreference is the route preference to be assigned to RIP routes received on interfaces that are a part of this group. This value may be overridden via route policies.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipPreference  

vRtrRipGroupReceive 1.3.6.1.4.1.6527.3.1.2.9.3.1.9
vRtrRipGroupReceive indicates which version of RIP updates are to be accepted for the group of interfaces.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipReceive  

vRtrRipGroupSend 1.3.6.1.4.1.6527.3.1.2.9.3.1.10
vRtrRipGroupSend indicates the version to be used for sending RIP updates on interfaces within the group.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipSend  

vRtrRipGroupSplitHorizon 1.3.6.1.4.1.6527.3.1.2.9.3.1.11
vRtrRipGroupSplitHorizon indicates whether split horizon scheme is to be used when sending updates on interfaces which are a part of the group.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

vRtrRipGroupTimerFlush 1.3.6.1.4.1.6527.3.1.2.9.3.1.12
vRtrRipGroupTimerFlush is the number of seconds after a route has been declared invalid that it is flushed from the route database.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipTimerFlush  

vRtrRipGroupTimerTimeout 1.3.6.1.4.1.6527.3.1.2.9.3.1.13
vRtrRipGroupTimerTimeout is the number of seconds after a route has been discovered or last updated that it is declared invalid in the route database.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipTimerTimeout  

vRtrRipGroupTimerUpdate 1.3.6.1.4.1.6527.3.1.2.9.3.1.14
vRtrRipGroupTimerUpdate determines how often updates are sent.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipTimerUpdate  

vRtrRipGroupImportPolicy1 1.3.6.1.4.1.6527.3.1.2.9.3.1.15
vRtrRipGroupImportPolicy1 is import policy number 1 for the group level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipGroupImportPolicy2 1.3.6.1.4.1.6527.3.1.2.9.3.1.16
vRtrRipGroupImportPolicy2 is import policy number 2 for the group level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipGroupImportPolicy3 1.3.6.1.4.1.6527.3.1.2.9.3.1.17
vRtrRipGroupImportPolicy3 is import policy number 3 for the group level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipGroupImportPolicy4 1.3.6.1.4.1.6527.3.1.2.9.3.1.18
vRtrRipGroupImportPolicy4 is import policy number 4 for the group level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipGroupImportPolicy5 1.3.6.1.4.1.6527.3.1.2.9.3.1.19
vRtrRipGroupImportPolicy5 is import policy number 5 for the group level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipGroupExportPolicy1 1.3.6.1.4.1.6527.3.1.2.9.3.1.20
vRtrRipGroupExportPolicy1 is export policy number 1 for the group level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipGroupExportPolicy2 1.3.6.1.4.1.6527.3.1.2.9.3.1.21
vRtrRipGroupExportPolicy2 is export policy number 2 for the group level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipGroupExportPolicy3 1.3.6.1.4.1.6527.3.1.2.9.3.1.22
vRtrRipGroupExportPolicy3 is export policy number 3 for the group level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipGroupExportPolicy4 1.3.6.1.4.1.6527.3.1.2.9.3.1.23
vRtrRipGroupExportPolicy4 is export policy number 4 for the group level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipGroupExportPolicy5 1.3.6.1.4.1.6527.3.1.2.9.3.1.24
vRtrRipGroupExportPolicy5 is export policy number 5 for the group level.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipGroupDescription 1.3.6.1.4.1.6527.3.1.2.9.3.1.25
vRtrRipGroupDescription specifies a textual description for the group.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

vRtrRipGroupInheritance 1.3.6.1.4.1.6527.3.1.2.9.3.1.26
vRtrRipGroupInheritance controls, for the objects listed below, whether to use the administratively set value for that object or objects, or to use the corresponding value or values from the vRtrRipInstanceTable entry that represents the RIP instance for this router. This object is a bit-mask, and the bits correspond to the following objects: vRtrRipGroupAuthType 0x00000001 vRtrRipGroupAuthKey 0x00000002 vRtrRipGroupSend 0x00000004 vRtrRipGroupReceive 0x00000008 vRtrRipGroupCheckZero 0x00000010 vRtrRipGroupMessageSize 0x00000020 vRtrRipGroupMetricIn 0x00000040 vRtrRipGroupMetricOut 0x00000080 vRtrRipGroupPreference 0x00000100 vRtrRipGroupSplitHorizon 0x00000200 vRtrRipGroupTimerFlush 0x00000400 vRtrRipGroupTimerTimeout vRtrRipGroupTimerUpdate vRtrRipGroupImportPolicy1 0x00000800 vRtrRipGroupImportPolicy2 vRtrRipGroupImportPolicy3 vRtrRipGroupImportPolicy4 vRtrRipGroupImportPolicy5 vRtrRipGroupExportPolicy1 0x00001000 vRtrRipGroupExportPolicy2 vRtrRipGroupExportPolicy3 vRtrRipGroupExportPolicy4 vRtrRipGroupExportPolicy5 When the bit for an object is set to one, then the object's value is whatever the DEFVAL or most recently SET value is. The corresponding mask bit will be changed to one when SNMP SET is performed on any of the inherited objects ( vRtrRipGroupSend, vRtrRipGroupAuthType, etc ). When the bit for an object is set to zero, then the object's value is inherited from the vRtrRipInstanceEntry that represents the RIP instance for this router. Non mask bits will always have value of zero, and any attempt to change the value will be silently discarded. The bit, timer (10), applies this rule to all of the following objects: vRtrRipGroupTimerFlush vRtrRipGroupTimerTimeout vRtrRipGroupTimerUpdate The bit, importPolicy (11), applies this rule to all of the following objects: vRtrRipGroupImportPolicy1, vRtrRipGroupImportPolicy2, vRtrRipGroupImportPolicy3, vRtrRipGroupImportPolicy4, vRtrRipGroupImportPolicy5 The bit, exportPolicy (12), applies this rule to all of the following objects: vRtrRipGroupExportPolicy1, vRtrRipGroupExportPolicy2, vRtrRipGroupExportPolicy3, vRtrRipGroupExportPolicy4, vRtrRipGroupExportPolicy5
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

vRtrRipGroupAdminStatus 1.3.6.1.4.1.6527.3.1.2.9.3.1.27
The value of vRtrRipGroupAdminStatus indicates the desired administrative state for this RIP group or instance. If a RIP group entry object is set to outOfService, then all interfaces in the group are shutdown operationally. If set to inService, all interfaces within the group are re-enabled operationally unless they have been administratively shutdown at the interface level.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

vRtrRipGroupOperStatus 1.3.6.1.4.1.6527.3.1.2.9.3.1.28
The value of vRtrRipGroupOperStatus indicates the current operational status of this RIP group.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxOperState  

vRtrRipGroupRowStatus 1.3.6.1.4.1.6527.3.1.2.9.3.1.29
vRtrRipGroupRowStatus controls the creation and deletion of rows in this table. To create a row in the vRtrRipGroupTable, set vRtrRipGroupRowStatus to createAndGo(4). All objects will take on default values and the agent will change vRtrRipGroupRowStatus to active(1). To delete a row in the vRtrRipGroupTable, set vRtrRipGroupRowStatus to delete(6). However the row can only be deleted the group has been shutdown (i.e. value of vRtrRipGroupAdminStatus is outOfService).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

vRtrRipIfTable 1.3.6.1.4.1.6527.3.1.2.9.4
vRtrRipIfTable contains configuration information for each interface running RIP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VRtrRipIfEntry

vRtrRipIfEntry 1.3.6.1.4.1.6527.3.1.2.9.4.1
vRtrRipIfEntry is an entry (conceptual row) in the vRtrRipIfTable. Each row entry represents an interface on the router that participates in the RIP protocol. Entries in this table can be created and deleted via SNMP SET operations to vRtrRipIfRowStatus.
Status: current Access: not-accessible
OBJECT-TYPE    
  VRtrRipIfEntry  

vRtrRipIfGroupName 1.3.6.1.4.1.6527.3.1.2.9.4.1.1
vRtrRipIfGroupName is an index into the vRtrRipGroupTable. It identifies the RIP group to which this interface belongs. This object must be set to an existing group name before the row status can be changed to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItem  

vRtrRipIfAuthType 1.3.6.1.4.1.6527.3.1.2.9.4.1.2
vRtrRipIfAuthType defines the type of authentication to be used for this interface.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipAuthType  

vRtrRipIfAuthKey 1.3.6.1.4.1.6527.3.1.2.9.4.1.3
vRtrRipIfAuthKey is the authentication key that should be used for this interface when vRtrRipInstanceAuthType has a value other than noAuthentication(1). Modifying the value of vRtrRipIfAuthType does not modify the vRtrRipIfAuthKey value. If a string shorter than 16 octets is supplied, it will be left-justified and padded to 16 octets, on the right, with nulls (0x00). Reading this object always results in an OCTET STRING of length zero; authentication may not be bypassed by reading the MIB object.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipAuthKey  

vRtrRipIfCheckZero 1.3.6.1.4.1.6527.3.1.2.9.4.1.4
vRtrRipIfCheckZero specifies whether RIP updates received on this interface are checked for zero values in fields defined as Must-Be-Zero by the RIPv1 and v2 specifications.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

vRtrRipIfMessageSize 1.3.6.1.4.1.6527.3.1.2.9.4.1.5
vRtrRipIfMessageSize is the maximum number of routes that can be sent out per RIP update message.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipMessageSize  

vRtrRipIfMetricIn 1.3.6.1.4.1.6527.3.1.2.9.4.1.6
vRtrRipIfMetricIn is the value added to the metric of routes received on this RIP interface.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipMetric  

vRtrRipIfMetricOut 1.3.6.1.4.1.6527.3.1.2.9.4.1.7
vRtrRipIfMetricOut is the value added to the metric of routes exported into RIP and advertised out on this RIP interface.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipMetric  

vRtrRipIfPreference 1.3.6.1.4.1.6527.3.1.2.9.4.1.8
vRtrRipIfPreference is the route preference to be assigned to routes received on this interface. This value may be overridden via route policies.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipPreference  

vRtrRipIfReceive 1.3.6.1.4.1.6527.3.1.2.9.4.1.9
vRtrRipIfReceive indicates which version of RIP updates are to be accepted on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipReceive  

vRtrRipIfSend 1.3.6.1.4.1.6527.3.1.2.9.4.1.10
vRtrRipIfSend indicates the version to be used for sending RIP updates on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipSend  

vRtrRipIfSplitHorizon 1.3.6.1.4.1.6527.3.1.2.9.4.1.11
vRtrRipIfSplitHorizon indicates whether split horizon scheme is is to be used when sending updates on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

vRtrRipIfTimerFlush 1.3.6.1.4.1.6527.3.1.2.9.4.1.12
vRtrRipIfTimerFlush specifies the number of seconds after a route has been declared invalid that it is flushed from the route database.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipTimerFlush  

vRtrRipIfTimerTimeout 1.3.6.1.4.1.6527.3.1.2.9.4.1.13
vRtrRipIfTimerTimeout specifies the number of seconds after a route has been discovered or last updated that it is declared invalid in the route database.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipTimerTimeout  

vRtrRipIfTimerUpdate 1.3.6.1.4.1.6527.3.1.2.9.4.1.14
vRtrRipIfTimerUpdate specifies how often updates are sent.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipTimerUpdate  

vRtrRipIfImportPolicy1 1.3.6.1.4.1.6527.3.1.2.9.4.1.15
vRtrRipIfImportPolicy1 is import policy number 1 for the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipIfImportPolicy2 1.3.6.1.4.1.6527.3.1.2.9.4.1.16
vRtrRipIfImportPolicy2 is import policy number 2 for the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipIfImportPolicy3 1.3.6.1.4.1.6527.3.1.2.9.4.1.17
vRtrRipIfImportPolicy3 is import policy number 3 for the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipIfImportPolicy4 1.3.6.1.4.1.6527.3.1.2.9.4.1.18
vRtrRipIfImportPolicy4 is import policy number 4 for the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipIfImportPolicy5 1.3.6.1.4.1.6527.3.1.2.9.4.1.19
vRtrRipIfImportPolicy5 is import policy number 5 for the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipIfExportPolicy1 1.3.6.1.4.1.6527.3.1.2.9.4.1.20
vRtrRipIfExportPolicy1 is export policy number 1 for the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipIfExportPolicy2 1.3.6.1.4.1.6527.3.1.2.9.4.1.21
vRtrRipIfExportPolicy2 is export policy number 2 for the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipIfExportPolicy3 1.3.6.1.4.1.6527.3.1.2.9.4.1.22
vRtrRipIfExportPolicy3 is export policy number 3 for the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipIfExportPolicy4 1.3.6.1.4.1.6527.3.1.2.9.4.1.23
vRtrRipIfExportPolicy4 is export policy number 4 for the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipIfExportPolicy5 1.3.6.1.4.1.6527.3.1.2.9.4.1.24
vRtrRipIfExportPolicy5 is export policy number 5 for the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

vRtrRipIfDescription 1.3.6.1.4.1.6527.3.1.2.9.4.1.25
vRtrRipIfDescription specifies a textual description for the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

vRtrRipIfInheritance 1.3.6.1.4.1.6527.3.1.2.9.4.1.26
vRtrRipIfInheritance controls, for the objects listed below, whether to use the administratively set value for that object or objects or to use the corresponding value or values from the vRtrRipGroupTable entry that represents the RIP group to which this interface belongs. This object is a bit-mask, and the bits correspond to the following objects: vRtrRipIfAuthType 0x00000001 vRtrRipIfAuthKey 0x00000002 vRtrRipIfSend 0x00000004 vRtrRipIfReceive 0x00000008 vRtrRipIfCheckZero 0x00000010 vRtrRipIfMessageSize 0x00000020 vRtrRipIfMetricIn 0x00000040 vRtrRipIfMetricOut 0x00000080 vRtrRipIfPreference 0x00000100 vRtrRipIfSplitHorizon 0x00000200 vRtrRipIfTimerFlush 0x00000400 vRtrRipIfTimerTimeout vRtrRipIfTimerUpdate vRtrRipIfImportPolicy1 0x00000800 vRtrRipIfImportPolicy2 vRtrRipIfImportPolicy3 vRtrRipIfImportPolicy4 vRtrRipIfImportPolicy5 vRtrRipIfExportPolicy1 0x00001000 vRtrRipIfExportPolicy2 vRtrRipIfExportPolicy3 vRtrRipIfExportPolicy4 vRtrRipIfExportPolicy5 When the bit for an object is set to one, then the object's value is whatever the DEFVAL or most recently SET value is. The corresponding mask bit will be changed to one when SNMP SET is performed on any of the inherited objects ( vRtrRipIfSend, vRtrRipIfAuthType, etc ). When the bit for an object is set to zero, then the object's value is inherited from the corresponding object in vRtrRipGroupTable whose index is the value of vRtrRipIfGroupName. Non mask bits will always have value of zero, and any attempt to change the value will be silently discarded. The bit, 'timer(10)', applies this rule to all of the following objects: vRtrRipIfTimerFlush vRtrRipIfTimerTimeout vRtrRipIfTimerUpdate The bit, 'importPolicy(11)', applies this rule to all of the following objects: vRtrRipIfImportPolicy1, vRtrRipIfImportPolicy2, vRtrRipIfImportPolicy3, vRtrRipIfImportPolicy4, vRtrRipIfImportPolicy5 The bit, 'exportPolicy(12)', applies this rule to all of the following objects: vRtrRipIfExportPolicy1, vRtrRipIfExportPolicy2, vRtrRipIfExportPolicy3, vRtrRipIfExportPolicy4, vRtrRipIfExportPolicy5
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

vRtrRipIfAdminStatus 1.3.6.1.4.1.6527.3.1.2.9.4.1.27
The value of vRtrRipIfAdminStatus indicates the desired administrative state for this RIP interface.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

vRtrRipIfOperStatus 1.3.6.1.4.1.6527.3.1.2.9.4.1.28
The value of vRtrRipIfOperStatus indicates the current operational status of this RIP interface.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxOperState  

vRtrRipIfRowStatus 1.3.6.1.4.1.6527.3.1.2.9.4.1.29
vRtrRipIfRowStatus controls the creation and deletion of rows in this table. To create a row in the vRtrRipIfTable, set vRtrRipIfRowStatus to createAndGo(4). vRtrRipIfGroupName for the interface must be set to the name of an existant group in the vRtrRipGroupTable before the row status can be set to active(1). To delete a row in the vRtrRipIfTable, set vRtrRipIfRowStatus to delete(6). However the row can only be deleted the group has been shutdown (i.e. value of vRtrRipIfAdminStatus is outOfService).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

vRtrRipRouteTable 1.3.6.1.4.1.6527.3.1.2.9.5
The vRtrRipRouteTable has an entry for each route in the RIP database.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VRtrRipRouteEntry

vRtrRipRouteEntry 1.3.6.1.4.1.6527.3.1.2.9.5.1
vRtrRipRouteEntry is an entry (conceptual row) in the vRtrRipRouteTable. Each entry represents information for a RIP route received from a peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  VRtrRipRouteEntry  

vRtrRipRouteDest 1.3.6.1.4.1.6527.3.1.2.9.5.1.1
vRtrRipRouteDest is the destination IP Address of the RIP route.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

vRtrRipRouteMask 1.3.6.1.4.1.6527.3.1.2.9.5.1.2
vRtrRipRouteMask contains the subnet mask which is applied to the vRtrRipRouteDest to yield the non-host portion of the destination address. If this field is zero, then no subnet mask has been included for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

vRtrRipRouteIfIndex 1.3.6.1.4.1.6527.3.1.2.9.5.1.3
vRtrRipRouteIfIndex specifies the index of the interface on which this route was received.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

vRtrRipRoutePeerAddr 1.3.6.1.4.1.6527.3.1.2.9.5.1.4
vRtrRipRoutePeerAddr specifies the IP address of the peer from whom this route was received.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

vRtrRipRouteNextHop 1.3.6.1.4.1.6527.3.1.2.9.5.1.5
vRtrRipRouteNextHop specifies the IP address in the Next Hop field of the RIPv2 update received for this route. The Next Hop field is the immediate next hop IP address to which packets to the destination specified by this route entry should be forwarded. Specifying a value of 0.0.0.0 in this field indicates that routing should be via the originator of the RIP advertisement. An address specified as a next hop must, per force, be directly reachable on the logical subnet over which the advertisement is made.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

vRtrRipRouteMetric 1.3.6.1.4.1.6527.3.1.2.9.5.1.6
vRtrRipRouteMetric gives the distance to the destination as advertised by the peer that sent this route.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxRipMetric  

vRtrRipRouteTag 1.3.6.1.4.1.6527.3.1.2.9.5.1.7
vRtrRipRouteTag gives the value in the Route Tag field of the update received for this route,
Status: current Access: read-only
OBJECT-TYPE    
  RouteTag  

vRtrRipRouteStatus 1.3.6.1.4.1.6527.3.1.2.9.5.1.8
The value of vRtrRipRouteStatus indicates whether or not the route entry is active in the system. vRtrRipRouteStatus will be active(1) if the route entry has been added to the Route Table Manager(RTM).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

vRtrRipRouteTimerRemaining 1.3.6.1.4.1.6527.3.1.2.9.5.1.9
The value of vRtrRipRouteTimerRemaining is the number of seconds till the timeout timer expires.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

vRtrRipRouteFC 1.3.6.1.4.1.6527.3.1.2.9.5.1.10
The value of vRtrRipRouteFC indicates the forwarding class associated with the rip route. This object takes one of the following eight values - 'be', 'l2', 'af', 'l1', 'h2', 'ef', 'h1', 'nc' - when the forwarding class is valid. If the forwarding class is not valid the object is a null string.
Status: current Access: read-only
OBJECT-TYPE    
  TNamedItemOrEmpty  

vRtrRipRouteFCPriority 1.3.6.1.4.1.6527.3.1.2.9.5.1.11
The value of vRtrRipRouteFCPriority indicates the priority that is assigned to the rip routes.
Status: current Access: read-only
OBJECT-TYPE    
  TPriorityOrUndefined  

vRtrRipIfStatTable 1.3.6.1.4.1.6527.3.1.2.9.6
vRtrRipIfStatTable is a read-only table which keeps statistical information about the interfaces monitoring RIP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VRtrRipIfStatEntry

vRtrRipIfStatEntry 1.3.6.1.4.1.6527.3.1.2.9.6.1
vRtrRipIfStatEntry is an entry (conceptual row) in the vRtrRipIfStatTable. Each entry represents statistical information for a RIP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  VRtrRipIfStatEntry  

vRtrRipIfStatAllSentUpdates 1.3.6.1.4.1.6527.3.1.2.9.6.1.1
vRtrRipIfStatAllSentUpdates is the number of all RIP updates actually sent on this interface. This explicitly does include full updates sent containing new information.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatAllTriggeredUpdates 1.3.6.1.4.1.6527.3.1.2.9.6.1.2
vRtrRipIfStatAllTriggeredUpdates is the number of triggered RIP updates actually sent on this interface. This explicitly does include full updates sent containing new information.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatAllRcvBadPackets 1.3.6.1.4.1.6527.3.1.2.9.6.1.3
vRtrRipIfStatAllRcvBadPackets is the number of RIP updates received on this interface that were discarded as invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1RcvUpdates 1.3.6.1.4.1.6527.3.1.2.9.6.1.4
vRtrRipIfStatV1RcvUpdates is the number of RIPv1 response packets received by the RIP process.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1RcvRequests 1.3.6.1.4.1.6527.3.1.2.9.6.1.5
vRtrRipIfStatV1RcvRequests is the number of RIPv1 request packets received by the RIP process.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1BadUpdates 1.3.6.1.4.1.6527.3.1.2.9.6.1.6
vRtrRipIfStatV1BadUpdates is the number of RIPv1 response packets received by the RIP process which were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1BadRequests 1.3.6.1.4.1.6527.3.1.2.9.6.1.7
vRtrRipIfStatV1BadRequests is the number of RIPv1 request packets received by the RIP process that were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1BadRoutes 1.3.6.1.4.1.6527.3.1.2.9.6.1.8
vRtrRipIfStatV1BadRoutes is the number of routes, in valid RIPv1 packets, which were ignored for any reason (e.g. unknown address family, or invalid metric).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2RcvUpdates 1.3.6.1.4.1.6527.3.1.2.9.6.1.9
vRtrRipIfStatV2RcvUpdates is the number of RIPv2 response packets received by the RIP process.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2RcvRequests 1.3.6.1.4.1.6527.3.1.2.9.6.1.10
vRtrRipIfStatV2RcvRequests is the number of RIPv2 request packets received by the RIP process.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2BadUpdates 1.3.6.1.4.1.6527.3.1.2.9.6.1.11
vRtrRipIfStatV2BadUpdates is the number of RIPv2 response packets received by the RIP process which were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2BadRequests 1.3.6.1.4.1.6527.3.1.2.9.6.1.12
vRtrRipIfStatV2BadRequests is the number of RIPv2 request packets received by the RIP process that were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2BadRoutes 1.3.6.1.4.1.6527.3.1.2.9.6.1.13
vRtrRipIfStatV2BadRoutes is the number of routes, in valid RIPv2 packets, which were ignored for any reason (e.g. unknown address family, or invalid metric).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatAuthErrors 1.3.6.1.4.1.6527.3.1.2.9.6.1.14
vRtrRipIfStatAuthErrors is the number of RIPv2 packets received by the RIP process which were subsequently discarded because of an error authenticating the packet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatAllSentUpdates5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.15
vRtrRipIfStatAllSentUpdates5Min is the number of all RIP updates actually sent on this interface in the last 5 minutes. This explicitly does include full updates sent containing new information.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatAllTriggeredUpdates5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.16
vRtrRipIfStatAllTriggeredUpdates5Min is the number of triggered updates actually sent on this interface in the last 5 minutes. This explicitly does NOT include full updates sent containing new information.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatAllRcvBadPackets5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.17
vRtrRipIfStatAllRcvBadPackets5Min is the number of RIP response packets discarded (for any reason e.g. a version 0 packet, or an unknown command type) in the last 5 minutes by the RIP process.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1RcvUpdates5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.18
vRtrRipIfStatV1RcvUpdates5Min is the number of RIPv1 response packets received by the RIP process in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1RcvRequests5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.19
vRtrRipIfStatV1RcvRequests5Min is the number of RIPv1 request packets received by the RIP process in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1BadUpdates5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.20
vRtrRipIfStatV1BadUpdates5Min is the number of RIPv1 response packets received by the RIP process in the last 5 minutes which were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1BadRequests5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.21
vRtrRipIfStatV1BadRequests5Min is the number of RIPv1 request packets received by the RIP process in the last 5 minutes that were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1BadRoutes5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.22
vRtrRipIfStatV1BadRoutes5Min is the number of routes, in valid RIPv1 packets, which were ignored for any reason (e.g. unknown address family, or invalid metric) in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2RcvUpdates5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.23
vRtrRipIfStatV2RcvUpdates5Min is the number of RIPv2 response packets received by the RIP process in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2RcvRequests5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.24
vRtrRipIfStatV2RcvRequests5Min is the number of RIPv2 request packets received by the RIP process in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2BadUpdates5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.25
vRtrRipIfStatV2BadUpdates5Min is the number of RIPv2 response packets received by the RIP process which were subsequently discarded for any reason in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2BadRequests5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.26
vRtrRipIfStatV2BadRequests5Min is the number of RIPv2 request packets received by the RIP process that were subsequently discarded for any reason in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2BadRoutes5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.27
vRtrRipIfStatV2BadRoutes5Min is the number of routes, in valid RIPv2 packets, which were ignored for any reason (e.g. unknown address family, or invalid metric) in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatAuthErrors5Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.28
vRtrRipIfStatAuthErrors5Min is the number of RIPv2 packets received by the RIP process which were subsequently discarded because of an error authenticating the packet in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatAllSentUpdates1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.29
vRtrRipIfStatAllSentUpdates1Min is the number of all RIP updates actually sent on this interface in the last 1 minute. This explicitly does include full updates sent containing new information.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatAllTriggeredUpdates1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.30
vRtrRipIfStatAllTriggeredUpdates1Min is the number of triggered updates actually sent on this interface in the last 1 minute. This explicitly does NOT include full updates sent containing new information.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatAllRcvBadPackets1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.31
vRtrRipIfStatAllRcvBadPackets1Min is the number of RIP response packets discarded (for any reason e.g. a version 0 packet, or an unknown command type) in the last 1 minute by the RIP process.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1RcvUpdates1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.32
vRtrRipIfStatV1RcvUpdates1Min is the number of RIPv1 response packets received by the RIP process in the last 1 minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1RcvRequests1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.33
vRtrRipIfStatV1RcvRequests1Min is the number of RIPv1 request packets received by the RIP process in the last 1 minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1BadUpdates1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.34
vRtrRipIfStatV1BadUpdates1Min is the number of RIPv1 response packets received by the RIP process in the last 1 minute which were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1BadRequests1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.35
vRtrRipIfStatV1BadRequests1Min is the number of RIPv1 request packets received by the RIP process in the last 1 minute that were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV1BadRoutes1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.36
vRtrRipIfStatV1BadRoutes1Min is the number of routes, in valid RIPv1 packets, which were ignored for any reason (e.g. unknown address family, or invalid metric) in the last 1 minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2RcvUpdates1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.37
vRtrRipIfStatV2RcvUpdates1Min is the number of RIPv2 response packets received by the RIP process in the last 1 minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2RcvRequests1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.38
vRtrRipIfStatV2RcvRequests1Min is the number of RIPv2 request packets received by the RIP process in the last 1 minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2BadUpdates1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.39
vRtrRipIfStatV2BadUpdates1Min is the number of RIPv2 response packets received by the RIP process which were subsequently discarded for any reason in the last 1 minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2BadRequests1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.40
vRtrRipIfStatV2BadRequests1Min is the number of RIPv2 request packets received by the RIP process that were subsequently discarded for any reason in the last 1 minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatV2BadRoutes1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.41
vRtrRipIfStatV2BadRoutes1Min is the number of routes, in valid RIPv2 packets, which were ignored for any reason (e.g. unknown address family, or invalid metric) in the last 1 minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipIfStatAuthErrors1Min 1.3.6.1.4.1.6527.3.1.2.9.6.1.42
vRtrRipIfStatAuthErrors1Min is the number of RIPv2 packets received by the RIP process which were subsequently discarded because of an error authenticating the packet in the last 1 minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipPeerTable 1.3.6.1.4.1.6527.3.1.2.9.7
vRtrRipPeerTable is a read-only table which keeps information about RIP peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VRtrRipPeerEntry

vRtrRipPeerEntry 1.3.6.1.4.1.6527.3.1.2.9.7.1
vRtrRipPeerEntry is an entry (conceptual row) in the vRtrRipPeerTable. Each entry represents information for a RIP peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  VRtrRipPeerEntry  

vRtrRipPeerIfIndex 1.3.6.1.4.1.6527.3.1.2.9.7.1.1
vRtrRipPeerIfIndex specifies the index of the interface on which this peer was discovered.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

vRtrRipPeerAddress 1.3.6.1.4.1.6527.3.1.2.9.7.1.2
vRtrRipPeerAddress specifies the IP Address that the peer is using as its source address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

vRtrRipPeerLastUpdate 1.3.6.1.4.1.6527.3.1.2.9.7.1.3
vRtrRipPeerLastUpdate specifies the value of sysUpTime when the most recent RIP update was received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

vRtrRipPeerVersion 1.3.6.1.4.1.6527.3.1.2.9.7.1.4
vRtrRipPeerVersion specifies the RIP version in the header of the last packet received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

vRtrRipPeerRcvBadPackets 1.3.6.1.4.1.6527.3.1.2.9.7.1.5
vRtrRipPeerRcvBadPackets is the number of RIP updates received from this peer that were discarded as invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipPeerRcvBadRoutes 1.3.6.1.4.1.6527.3.1.2.9.7.1.6
vRtrRipPeerRcvBadRoutes is the number of routes received from this peer that were discarded as invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vRtrRipAdvertisedRouteTable 1.3.6.1.4.1.6527.3.1.2.9.8
vRtrRipAdvertisedRouteTable is a read-only table which gives the routes that are advertised by RIP to its neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VRtrRipAdvertisedRouteEntry

vRtrRipAdvertisedRouteEntry 1.3.6.1.4.1.6527.3.1.2.9.8.1
vRtrRipAdvertisedRouteEntry is an entry (conceptual row) in the vRtrRipAdvertisedRouteTable. Each entry represents information about a route that is advertised by RIP on a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  VRtrRipAdvertisedRouteEntry  

vRtrRipAdvertisedRouteDest 1.3.6.1.4.1.6527.3.1.2.9.8.1.1
vRtrRipAdvertisedRouteDest is the destination IP address of the advertised route.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

vRtrRipAdvertisedRouteMask 1.3.6.1.4.1.6527.3.1.2.9.8.1.2
vRtrRipAdvertisedRouteMask contains the subnet mask which is applied to the to the vRtrRipAdvertisedRouteDest to yield the non-host portion of the destination address. If this field is zero, then no subnet mask has been included for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

vRtrRipAdvertisedRouteIfIndex 1.3.6.1.4.1.6527.3.1.2.9.8.1.3
vRtrRipAdvertisedRouteIfIndex specifies the index of the interface on which the route is advertised.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

vRtrRipAdvertisedRouteIfAddr 1.3.6.1.4.1.6527.3.1.2.9.8.1.4
vRtrRipAdvertisedRouteIfAddr specifies the IP address of the subnet to which the route is advertised.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

vRtrRipAdvertisedRouteNextHop 1.3.6.1.4.1.6527.3.1.2.9.8.1.5
vRtrRipAdvertisedRouteNextHop gives the IP address which is advertised in the Next Hop field of the RIPv2 updates.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

vRtrRipAdvertisedRouteMetric 1.3.6.1.4.1.6527.3.1.2.9.8.1.6
vRtrRipAdvertisedRouteMetric gives the metric with which the route is advertised.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..16  

vRtrRipAdvertisedRouteTag 1.3.6.1.4.1.6527.3.1.2.9.8.1.7
vRtrRipAdvertisedRouteTag gives the value which is advertised in the Route Tag field for the route.
Status: current Access: read-only
OBJECT-TYPE    
  RouteTag  

vRtrRipAdvertisedRouteTimerRemaining 1.3.6.1.4.1.6527.3.1.2.9.8.1.8
The value of vRtrRipAdvertisedRouteTimerRemaining gives the number of seconds till the flush timer expires. The flush timer is active for only those routes which are no longer valid. Such routes will be advertised with a metric of 16 till the flush timer expires after which they will be removed from the database. vRtrRipAdvertisedRouteTimerRemaining will have a value of -1 for valid routes for which the flush timer is not active.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vRtrRipAuthTypeMismatch 1.3.6.1.4.1.6527.3.1.3.9.0.1
A vRtrRipAuthTypeMismatch trap is generated when the authentication type field in a received RIPv2 packet conflicts with the authentication type configured for this router.
Status: current Access: read-only
NOTIFICATION-TYPE    

vRtrRipAuthFailure 1.3.6.1.4.1.6527.3.1.3.9.0.2
A vRtrRipAuthFailure trap is generated when the authentication key in a received RIPv2 packet conflicts with the authentication key configured for this router.
Status: current Access: read-only
NOTIFICATION-TYPE    

vRtrRipInstanceShuttingDown 1.3.6.1.4.1.6527.3.1.3.9.0.3
A vRtrRipInstanceShuttingDown trap is generated when the RIP instance shuts down on its own accord when the protocol runs out of resources such as memory. The instance will attempt to restart within 30 seconds of shutting down.
Status: current Access: read-only
NOTIFICATION-TYPE    

vRtrRipInstanceRestarted 1.3.6.1.4.1.6527.3.1.3.9.0.4
When a RIP protocol instance runs out of resources, the instance will shut down and then attempt to restart within 30 seconds. A vRtrRipInstanceRestarted trap is generated when the RIP instance has restarted.
Status: current Access: read-only
NOTIFICATION-TYPE    

vRtrRipInstanceExpLmtReached 1.3.6.1.4.1.6527.3.1.3.9.0.5
A vRtrRipInstanceExpLmtReached notification is generated when the configured value of exported routes, vRtrRipInstanceExportLimit is reached. Additional routes would not be exported into RIP from the route table.
Status: current Access: read-only
NOTIFICATION-TYPE    

vRtrRipInstanceExpLmtWarning 1.3.6.1.4.1.6527.3.1.3.9.0.6
A vRtrRipInstanceExpLmtWarning notification is generated when the number of exported routes is equal to the configured percent, vRtrRipInstanceExpLmtLogPercent of the export limit, vRtrRipInstanceExportLimit. Additional routes will continue to be exported into RIP from the route table till the export limit is reached.
Status: current Access: read-only
NOTIFICATION-TYPE    

vRtrRipInstanceRtsExpLmtDropped 1.3.6.1.4.1.6527.3.1.3.9.0.7
A vRtrRipInstanceRtsExpLmtDropped notification is generated when the number of exported routes drops below the export limit, vRtrRipInstanceExportLimit.
Status: current Access: read-only
NOTIFICATION-TYPE    

tmnxRipCompliances 1.3.6.1.4.1.6527.3.1.1.9.1
OBJECT IDENTIFIER    

tmnxRipGroups 1.3.6.1.4.1.6527.3.1.1.9.2
OBJECT IDENTIFIER    

tmnxRipCompliance 1.3.6.1.4.1.6527.3.1.1.9.1.1
The compliance statement for management of RIP features on Alcatel-Lucent SROS series systems.
Status: current Access: read-only
MODULE-COMPLIANCE    

tmnxRipGlobalGroup 1.3.6.1.4.1.6527.3.1.1.9.2.1
The group of objects supporting general management of RIP features on Alcatel-Lucent SROS series systems.
Status: current Access: read-only
OBJECT-GROUP    

tmnxRipInstanceGroup 1.3.6.1.4.1.6527.3.1.1.9.2.2
The group of objects supporting management of RIP instances on Alcatel-Lucent SROS series systems.
Status: current Access: read-only
OBJECT-GROUP    

tmnxRipGroupGroup 1.3.6.1.4.1.6527.3.1.1.9.2.3
The group of objects supporting management of RIP Groups on Alcatel-Lucent SROS series systems.
Status: current Access: read-only
OBJECT-GROUP    

tmnxRipInterfaceGroup 1.3.6.1.4.1.6527.3.1.1.9.2.4
The group of objects supporting management of RIP interfaces on Alcatel-Lucent SROS series systems.
Status: current Access: read-only
OBJECT-GROUP    

tmnxRipRoutesGroup 1.3.6.1.4.1.6527.3.1.1.9.2.5
The group of objects supporting RIP Routes on Alcatel-Lucent SROS series systems.
Status: current Access: read-only
OBJECT-GROUP    

tmnxRipPeerGroup 1.3.6.1.4.1.6527.3.1.1.9.2.6
The group of objects supporting RIP Peers on Alcatel-Lucent SROS series systems.
Status: current Access: read-only
OBJECT-GROUP    

tmnxRipNotificationGroup 1.3.6.1.4.1.6527.3.1.1.9.2.8
The group of notifications supporting the RIP feature on Alcatel-Lucent SROS series systems.
Status: current Access: read-only
NOTIFICATION-GROUP    

tmnxRipV6v1Group 1.3.6.1.4.1.6527.3.1.1.9.2.9
The group of objects supporting new functionality on version 6.1 Alcatel-Lucent SROS series systems.
Status: current Access: read-only
OBJECT-GROUP    

tmnxRipV7v0Group 1.3.6.1.4.1.6527.3.1.1.9.2.10
The group of objects supporting new functionality on version 7.0 Alcatel-Lucent SROS series systems.
Status: current Access: read-only
OBJECT-GROUP    

tmnxRipNotificationV7v0Group 1.3.6.1.4.1.6527.3.1.1.9.2.11
The group of notifications supporting management of RIP on 7.0 release of Alcatel-Lucent SROS series systems.
Status: current Access: read-only
NOTIFICATION-GROUP    

tmnxRipRoutesV9v0R4Group 1.3.6.1.4.1.6527.3.1.1.9.2.12
The group of objects supporting RIP Routes on version 9.0R4 Alcatel-Lucent SROS series systems.
Status: current Access: read-only
OBJECT-GROUP