TIMETRA-RIP-NG-MIB

File: TIMETRA-RIP-NG-MIB.mib (109773 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB RIPv2-MIB TIMETRA-TC-MIB
TIMETRA-GLOBAL-MIB INET-ADDRESS-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 InetAddressType InetAddress
InetAddressPrefixLength vRtrID vRtrIfIndex
DisplayString

Defined Types

TmnxRipNgInstVersion  
The TmnxRipNgInstVersion TC defines the RIP/RIP-NG version applicable.
TEXTUAL-CONVENTION    
  INTEGER none(0), rip(1), ripNg(2)  

TmnxRipNgPeerVersion  
The TmnxRipNgPeerVersion TC defines the RIP/RIP-NG version applicable to the peer.
TEXTUAL-CONVENTION    
  INTEGER none(0), rip-v1(1), rip-v2(2), ripNg-v1(3)  

TmnxRipNgAuthType  
The TmnxRipNgAuthType TC defines the authentication method to be used for RIP/RIP-NG. 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)  

TmnxRipNgAuthKey  
The TmnxRipNgAuthKey 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 TmnxRipNgAuthType).
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..16)  

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

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

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

TmnxRipNgReceive  
The TmnxRipNgReceive TC defines the which version of RIP/RIP-NG 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 ripNg1(5) - RIP-NGv1 packets are accepted Note that rip2 and rip1OrRip2 implies reception of multicast packets. For RIP only rip1(1), rip2(2), rip1OrRip2(3) and doNotReceive(4) are allowed. For RIP-NG only doNotReceive(4) and ripNg1(5) are allowed.
TEXTUAL-CONVENTION    
  INTEGER rip1(1), rip2(2), rip1OrRip2(3), doNotReceive(4), ripNg1(5)  

TmnxRipNgSend  
The TmnxRipNgSend TC indicates how the router sends RIP/RIP-NG 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 ripNgVersion1(5) - RIP-NGv1 updates are multicast ripUnicast(6) - RIP/RIP-NG updates are unicast RIP2-MIB (RFC 1724) also defines ripV1Demand(5) and ripV2Demand(6) which are not supported by the Nokia SROS series. For RIP only doNotSend(1), ripVersion1(2), rip1Compatible(3), ripVersion2(4) and ripUnicast(6) are allowed. For RIP-NG only doNotSend(1), ripNgVersion1(5) and ripUnicast(6) are allowed. ripUnicast(6) is only allowed at neighbor level.
TEXTUAL-CONVENTION    
  INTEGER doNotSend(1), ripVersion1(2), rip1Compatible(3), ripVersion2(4), ripNgVersion1(5), ripUnicast(6)  

TmnxRipNgTimerFlush  
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  

TmnxRipNgTimerTimeout  
The TmnxRipNgTimerTimeout 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  

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

TmnxRipNgInstEntry  
SEQUENCE    
  tmnxRipNgInstVersion TmnxRipNgInstVersion
  tmnxRipNgInstAuthType TmnxRipNgAuthType
  tmnxRipNgInstAuthKey TmnxRipNgAuthKey
  tmnxRipNgInstCheckZero TruthValue
  tmnxRipNgInstMessageSize TmnxRipNgMessageSize
  tmnxRipNgInstMetricIn TmnxRipNgMetric
  tmnxRipNgInstMetricOut TmnxRipNgMetric
  tmnxRipNgInstPreference TmnxRipNgPreference
  tmnxRipNgInstReceive TmnxRipNgReceive
  tmnxRipNgInstSend TmnxRipNgSend
  tmnxRipNgInstSplitHorizon TruthValue
  tmnxRipNgInstTimerFlush TmnxRipNgTimerFlush
  tmnxRipNgInstTimerTimeout TmnxRipNgTimerTimeout
  tmnxRipNgInstTimerUpdate TmnxRipNgTimerUpdate
  tmnxRipNgInstImportPolicy1 TPolicyStatementNameOrEmpty
  tmnxRipNgInstImportPolicy2 TPolicyStatementNameOrEmpty
  tmnxRipNgInstImportPolicy3 TPolicyStatementNameOrEmpty
  tmnxRipNgInstImportPolicy4 TPolicyStatementNameOrEmpty
  tmnxRipNgInstImportPolicy5 TPolicyStatementNameOrEmpty
  tmnxRipNgInstExportPolicy1 TPolicyStatementNameOrEmpty
  tmnxRipNgInstExportPolicy2 TPolicyStatementNameOrEmpty
  tmnxRipNgInstExportPolicy3 TPolicyStatementNameOrEmpty
  tmnxRipNgInstExportPolicy4 TPolicyStatementNameOrEmpty
  tmnxRipNgInstExportPolicy5 TPolicyStatementNameOrEmpty
  tmnxRipNgInstDescription TItemDescription
  tmnxRipNgInstAdminStatus TmnxAdminState
  tmnxRipNgInstOperStatus TmnxOperState
  tmnxRipNgInstPropagateMetric TruthValue
  tmnxRipNgInstExportLimit Unsigned32
  tmnxRipNgInstExpLmtLogPct Unsigned32
  tmnxRipNgInstTotalExpRoutes Gauge32

TmnxRipNgGroupEntry  
SEQUENCE    
  tmnxRipNgGroupName TNamedItem
  tmnxRipNgGroupAuthType TmnxRipNgAuthType
  tmnxRipNgGroupAuthKey TmnxRipNgAuthKey
  tmnxRipNgGroupCheckZero TruthValue
  tmnxRipNgGroupMessageSize TmnxRipNgMessageSize
  tmnxRipNgGroupMetricIn TmnxRipNgMetric
  tmnxRipNgGroupMetricOut TmnxRipNgMetric
  tmnxRipNgGroupPreference TmnxRipNgPreference
  tmnxRipNgGroupReceive TmnxRipNgReceive
  tmnxRipNgGroupSend TmnxRipNgSend
  tmnxRipNgGroupSplitHorizon TruthValue
  tmnxRipNgGroupTimerFlush TmnxRipNgTimerFlush
  tmnxRipNgGroupTimerTimeout TmnxRipNgTimerTimeout
  tmnxRipNgGroupTimerUpdate TmnxRipNgTimerUpdate
  tmnxRipNgGroupImportPolicy1 TPolicyStatementNameOrEmpty
  tmnxRipNgGroupImportPolicy2 TPolicyStatementNameOrEmpty
  tmnxRipNgGroupImportPolicy3 TPolicyStatementNameOrEmpty
  tmnxRipNgGroupImportPolicy4 TPolicyStatementNameOrEmpty
  tmnxRipNgGroupImportPolicy5 TPolicyStatementNameOrEmpty
  tmnxRipNgGroupExportPolicy1 TPolicyStatementNameOrEmpty
  tmnxRipNgGroupExportPolicy2 TPolicyStatementNameOrEmpty
  tmnxRipNgGroupExportPolicy3 TPolicyStatementNameOrEmpty
  tmnxRipNgGroupExportPolicy4 TPolicyStatementNameOrEmpty
  tmnxRipNgGroupExportPolicy5 TPolicyStatementNameOrEmpty
  tmnxRipNgGroupDescription TItemDescription
  tmnxRipNgGroupInheritance Unsigned32
  tmnxRipNgGroupAdminStatus TmnxAdminState
  tmnxRipNgGroupOperStatus TmnxOperState
  tmnxRipNgGroupRowStatus RowStatus

TmnxRipNgIfEntry  
SEQUENCE    
  tmnxRipNgIfGroupName TNamedItem
  tmnxRipNgIfAuthType TmnxRipNgAuthType
  tmnxRipNgIfAuthKey TmnxRipNgAuthKey
  tmnxRipNgIfCheckZero TruthValue
  tmnxRipNgIfMessageSize TmnxRipNgMessageSize
  tmnxRipNgIfMetricIn TmnxRipNgMetric
  tmnxRipNgIfMetricOut TmnxRipNgMetric
  tmnxRipNgIfPreference TmnxRipNgPreference
  tmnxRipNgIfReceive TmnxRipNgReceive
  tmnxRipNgIfSend TmnxRipNgSend
  tmnxRipNgIfSplitHorizon TruthValue
  tmnxRipNgIfTimerFlush TmnxRipNgTimerFlush
  tmnxRipNgIfTimerTimeout TmnxRipNgTimerTimeout
  tmnxRipNgIfTimerUpdate TmnxRipNgTimerUpdate
  tmnxRipNgIfImportPolicy1 TPolicyStatementNameOrEmpty
  tmnxRipNgIfImportPolicy2 TPolicyStatementNameOrEmpty
  tmnxRipNgIfImportPolicy3 TPolicyStatementNameOrEmpty
  tmnxRipNgIfImportPolicy4 TPolicyStatementNameOrEmpty
  tmnxRipNgIfImportPolicy5 TPolicyStatementNameOrEmpty
  tmnxRipNgIfExportPolicy1 TPolicyStatementNameOrEmpty
  tmnxRipNgIfExportPolicy2 TPolicyStatementNameOrEmpty
  tmnxRipNgIfExportPolicy3 TPolicyStatementNameOrEmpty
  tmnxRipNgIfExportPolicy4 TPolicyStatementNameOrEmpty
  tmnxRipNgIfExportPolicy5 TPolicyStatementNameOrEmpty
  tmnxRipNgIfDescription TItemDescription
  tmnxRipNgIfInheritance Unsigned32
  tmnxRipNgIfAdminStatus TmnxAdminState
  tmnxRipNgIfOperStatus TmnxOperState
  tmnxRipNgIfRowStatus RowStatus

TmnxRipNgRouteEntry  
SEQUENCE    
  tmnxRipNgRouteDestAddrType InetAddressType
  tmnxRipNgRouteDestAddress InetAddress
  tmnxRipNgRouteMaskLength InetAddressPrefixLength
  tmnxRipNgRouteIfIndex InterfaceIndex
  tmnxRipNgRoutePeerAddrType InetAddressType
  tmnxRipNgRoutePeerAddress InetAddress
  tmnxRipNgRouteNHAddrType InetAddressType
  tmnxRipNgRouteNHAddress InetAddress
  tmnxRipNgRouteMetric TmnxRipNgMetric
  tmnxRipNgRouteTag RouteTag
  tmnxRipNgRouteStatus INTEGER
  tmnxRipNgRouteTimerRemaining Unsigned32
  tmnxRipNgRouteFC TNamedItemOrEmpty
  tmnxRipNgRouteFCPriority TPriorityOrUndefined

TmnxRipNgIfStatEntry  
SEQUENCE    
  tmnxRipNgIfStatAllSentUpdates Counter32
  tmnxRipNgIfStatAllTrigUpdates Counter32
  tmnxRipNgIfStatAllRcvBadPkts Counter32
  tmnxRipNgIfStatV1RcvUpdates Counter32
  tmnxRipNgIfStatV1RcvRequests Counter32
  tmnxRipNgIfStatV1BadUpdates Counter32
  tmnxRipNgIfStatV1BadRequests Counter32
  tmnxRipNgIfStatV1BadRoutes Counter32
  tmnxRipNgIfStatV2RcvUpdates Counter32
  tmnxRipNgIfStatV2RcvRequests Counter32
  tmnxRipNgIfStatV2BadUpdates Counter32
  tmnxRipNgIfStatV2BadRequests Counter32
  tmnxRipNgIfStatV2BadRoutes Counter32
  tmnxRipNgIfStatAuthErrors Counter32
  tmnxRipNgIfStatAllSentUpdts5Min Counter32
  tmnxRipNgIfStatAllTrigUpdts5Min Counter32
  tmnxRipNgIfStatAllRcvBadPkts5Min Counter32
  tmnxRipNgIfStatV1RcvUpdates5Min Counter32
  tmnxRipNgIfStatV1RcvRequests5Min Counter32
  tmnxRipNgIfStatV1BadUpdates5Min Counter32
  tmnxRipNgIfStatV1BadRequests5Min Counter32
  tmnxRipNgIfStatV1BadRoutes5Min Counter32
  tmnxRipNgIfStatV2RcvUpdates5Min Counter32
  tmnxRipNgIfStatV2RcvRequests5Min Counter32
  tmnxRipNgIfStatV2BadUpdates5Min Counter32
  tmnxRipNgIfStatV2BadRequests5Min Counter32
  tmnxRipNgIfStatV2BadRoutes5Min Counter32
  tmnxRipNgIfStatAuthErrors5Min Counter32
  tmnxRipNgIfStatAllSentUpdts1Min Counter32
  tmnxRipNgIfStatAllTrigUpdts1Min Counter32
  tmnxRipNgIfStatAllRcvBadPkts1Min Counter32
  tmnxRipNgIfStatV1RcvUpdates1Min Counter32
  tmnxRipNgIfStatV1RcvRequests1Min Counter32
  tmnxRipNgIfStatV1BadUpdates1Min Counter32
  tmnxRipNgIfStatV1BadRequests1Min Counter32
  tmnxRipNgIfStatV1BadRoutes1Min Counter32
  tmnxRipNgIfStatV2RcvUpdates1Min Counter32
  tmnxRipNgIfStatV2RcvRequests1Min Counter32
  tmnxRipNgIfStatV2BadUpdates1Min Counter32
  tmnxRipNgIfStatV2BadRequests1Min Counter32
  tmnxRipNgIfStatV2BadRoutes1Min Counter32
  tmnxRipNgIfStatAuthErrors1Min Counter32

TmnxRipNgPeerEntry  
SEQUENCE    
  tmnxRipNgPeerIfIndex InterfaceIndex
  tmnxRipNgPeerAddrType InetAddressType
  tmnxRipNgPeerAddress InetAddress
  tmnxRipNgPeerLastUpdate TimeStamp
  tmnxRipNgPeerVersion TmnxRipNgPeerVersion
  tmnxRipNgPeerRcvBadPackets Counter32
  tmnxRipNgPeerRcvBadRoutes Counter32

TmnxRipNgAdvRouteEntry  
SEQUENCE    
  tmnxRipNgAdvRouteDestAddrType InetAddressType
  tmnxRipNgAdvRouteDestAddress InetAddress
  tmnxRipNgAdvRouteMaskLength InetAddressPrefixLength
  tmnxRipNgAdvRouteIfIndex InterfaceIndex
  tmnxRipNgAdvRouteIfAddrType InetAddressType
  tmnxRipNgAdvRouteIfAddress InetAddress
  tmnxRipNgAdvRouteNHAddrType InetAddressType
  tmnxRipNgAdvRouteNHAddress InetAddress
  tmnxRipNgAdvRouteMetric Unsigned32
  tmnxRipNgAdvRouteTag RouteTag
  tmnxRipNgAdvRouteTimerRem Integer32

TmnxRipNgIfUcastEntry  
SEQUENCE    
  tmnxRipNgIfUcastAddrType InetAddressType
  tmnxRipNgIfUcastAddress InetAddress
  tmnxRipNgIfUcastRowStatus RowStatus

Defined Values

timetraRipNgMIBModule 1.3.6.1.4.1.6527.1.1.3.89
This document is the SNMP MIB module for the Nokia SROS implementation of RIP/RIP-NG. Copyright 2003-2016 Nokia. 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 Nokia's proprietary intellectual property. Nokia retains all title and ownership in the Specification, including any revisions. Nokia grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Nokia products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied `as is', and Nokia 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    

tmnxRipNgObjs 1.3.6.1.4.1.6527.3.1.2.89
OBJECT IDENTIFIER    

tmnxRipNgGlobals 1.3.6.1.4.1.6527.3.1.2.89.1
OBJECT IDENTIFIER    

tmnxRipNgTableObjs 1.3.6.1.4.1.6527.3.1.2.89.2
OBJECT IDENTIFIER    

tmnxRipNgNotificationObjs 1.3.6.1.4.1.6527.3.1.2.89.3
OBJECT IDENTIFIER    

tmnxRipNgConformance 1.3.6.1.4.1.6527.3.1.1.89
OBJECT IDENTIFIER    

tmnxRipNgNotifyPrefix 1.3.6.1.4.1.6527.3.1.3.89
OBJECT IDENTIFIER    

tmnxRipNgNotifications 1.3.6.1.4.1.6527.3.1.3.89.0
OBJECT IDENTIFIER    

tmnxRipNgGlobalLearnedRoutes 1.3.6.1.4.1.6527.3.1.2.89.1.1
tmnxRipNgGlobalLearnedRoutes is the number of routes learned by RIP/RIP-NG.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgGlobalTimedoutRoutes 1.3.6.1.4.1.6527.3.1.2.89.1.2
tmnxRipNgGlobalTimedoutRoutes is the number of invalid RIP/RIP-NG routes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgGlobalCurrentMemory 1.3.6.1.4.1.6527.3.1.2.89.1.3
tmnxRipNgGlobalCurrentMemory is the amount of memory used by this RIP/RIP-NG router instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgGlobalMaximumMemory 1.3.6.1.4.1.6527.3.1.2.89.1.4
tmnxRipNgGlobalMaximumMemory is the amount of memory allocated for this RIP/RIP-NG router instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgInstTable 1.3.6.1.4.1.6527.3.1.2.89.2.1
tmnxRipNgInstTable contains configuration information for the RIP/RIP-NG instance on a virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxRipNgInstEntry

tmnxRipNgInstEntry 1.3.6.1.4.1.6527.3.1.2.89.2.1.1
tmnxRipNgInstEntry is an entry (conceptual row) in the tmnxRipNgInstTable. Each entry represents the configuration for a RIP/RIP-NG 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    
  TmnxRipNgInstEntry  

tmnxRipNgInstVersion 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.1
The value of tmnxRipNgInstVersion specifies the RIP/RIP-NG version supported by this instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxRipNgInstVersion  

tmnxRipNgInstAuthType 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.2
tmnxRipNgInstAuthType defines the type of authentication to be used for the RIP/RIP-NG instance.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgAuthType  

tmnxRipNgInstAuthKey 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.3
tmnxRipNgInstAuthKey is the authentication key that should be used for the RIP/RIP-NG instance when tmnxRipNgInstAuthType has a value other than noAuthentication(1). Modifying the value of tmnxRipNgInstAuthType does not modify the tmnxRipNgInstAuthKey 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    
  TmnxRipNgAuthKey  

tmnxRipNgInstCheckZero 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.4
tmnxRipNgInstCheckZero 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  

tmnxRipNgInstMessageSize 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.5
tmnxRipNgInstMessageSize is the maximum number of routes that can be sent out per RIP/RIP-NG update message.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgMessageSize  

tmnxRipNgInstMetricIn 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.6
tmnxRipNgInstMetricIn is the value added to the metric of routes received from a RIP/RIP-NG neighbor.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgMetric  

tmnxRipNgInstMetricOut 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.7
tmnxRipNgInstMetricOut is the value added to the metric of routes exported into RIP/RIP-NG and advertised to RIP/RIP-NG neighbors.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgMetric  

tmnxRipNgInstPreference 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.8
tmnxRipNgInstPreference is the route preference to be assigned to RIP/RIP-NG routes. This value may be overridden via route policies.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgPreference  

tmnxRipNgInstReceive 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.9
tmnxRipNgInstReceive specifies which version of RIP/RIP-NG updates are to be accepted.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgReceive  

tmnxRipNgInstSend 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.10
tmnxRipNgInstSend specifies the version to be used for sending RIP/RIP-NG updates.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgSend  

tmnxRipNgInstSplitHorizon 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.11
tmnxRipNgInstSplitHorizon specifies whether split horizon scheme is to be used when sending updates to RIP/RIP-NG neighbors.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxRipNgInstTimerFlush 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.12
tmnxRipNgInstTimerFlush 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    
  TmnxRipNgTimerFlush  

tmnxRipNgInstTimerTimeout 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.13
tmnxRipNgInstTimerTimeout 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    
  TmnxRipNgTimerTimeout  

tmnxRipNgInstTimerUpdate 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.14
tmnxRipNgInstTimerUpdate determines how often updates are sent.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgTimerUpdate  

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

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

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

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

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

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

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

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

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

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

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

tmnxRipNgInstAdminStatus 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.26
The value of tmnxRipNgInstAdminStatus specifies the desired administrative state for this RIP/RIP-NG group or instance. If the RIP/RIP-NG 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  

tmnxRipNgInstOperStatus 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.27
The value of tmnxRipNgInstOperStatus indicates the current operational status of this RIP/RIP-NG instance
Status: current Access: read-only
OBJECT-TYPE    
  TmnxOperState  

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

tmnxRipNgInstExportLimit 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.29
The value of tmnxRipNgInstExportLimit specifies the maximum number of routes or prefixes that can be exported into RIP/RIP-NG 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  

tmnxRipNgInstExpLmtLogPct 1.3.6.1.4.1.6527.3.1.2.89.2.1.1.30
The value of tmnxRipNgInstExpLmtLogPct 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 tmnxRipNgInstExportLimit. A value of 0 indicates that tmnxRipNgInstExpLmtLogPct is disabled and no log message or SNMP notification would be sent.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

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

tmnxRipNgGroupTable 1.3.6.1.4.1.6527.3.1.2.89.2.2
tmnxRipNgGroupTable contains configuration information for each group of interfaces running RIP/RIP-NG.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxRipNgGroupEntry

tmnxRipNgGroupEntry 1.3.6.1.4.1.6527.3.1.2.89.2.2.1
tmnxRipNgGroupEntry is an entry (conceptual row) in the tmnxRipNgGroupTable. Each entry represents the RIP/RIP-NG configuration of a group of interfaces on the router. Entries in this table can be created and deleted via SNMP SET operations to tmnxRipNgGroupRowStatus.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxRipNgGroupEntry  

tmnxRipNgGroupName 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.1
tmnxRipNgGroupName uniquely identifies a RIP/RIP-NG group for the router instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

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

tmnxRipNgGroupAuthKey 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.3
tmnxRipNgGroupAuthKey is the authentication key that should be used for the interfaces in this group when tmnxRipNgInstAuthType has a value other than noAuthentication(1). Modifying the value of tmnxRipNgGroupAuthType does not modify the tmnxRipNgGroupAuthKey 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    
  TmnxRipNgAuthKey  

tmnxRipNgGroupCheckZero 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.4
tmnxRipNgGroupCheckZero specifies whether RIP/RIP-NG 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  

tmnxRipNgGroupMessageSize 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.5
tmnxRipNgGroupMessageSize is the maximum number of routes that can be sent out per RIP/RIP-NG update message.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgMessageSize  

tmnxRipNgGroupMetricIn 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.6
tmnxRipNgGroupMetricIn is the value added to the metric of routes received on a RIP/RIP-NG interface which is a part of this group.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgMetric  

tmnxRipNgGroupMetricOut 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.7
tmnxRipNgGroupMetricOut is the value added to the metric of routes exported into RIP/RIP-NG and advertised out on RIP/RIP-NG interfaces in this group.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgMetric  

tmnxRipNgGroupPreference 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.8
tmnxRipNgGroupPreference is the route preference to be assigned to RIP/RIP-NG 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    
  TmnxRipNgPreference  

tmnxRipNgGroupReceive 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.9
tmnxRipNgGroupReceive specifies which version of RIP/RIP-NG updates are to be accepted for the group of interfaces.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgReceive  

tmnxRipNgGroupSend 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.10
tmnxRipNgGroupSend specifies the version to be used for sending RIP/RIP-NG updates on interfaces within the group.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgSend  

tmnxRipNgGroupSplitHorizon 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.11
tmnxRipNgGroupSplitHorizon specifies 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  

tmnxRipNgGroupTimerFlush 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.12
tmnxRipNgGroupTimerFlush 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    
  TmnxRipNgTimerFlush  

tmnxRipNgGroupTimerTimeout 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.13
tmnxRipNgGroupTimerTimeout 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    
  TmnxRipNgTimerTimeout  

tmnxRipNgGroupTimerUpdate 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.14
tmnxRipNgGroupTimerUpdate determines how often updates are sent.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgTimerUpdate  

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

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

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

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

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

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

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

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

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

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

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

tmnxRipNgGroupInheritance 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.26
tmnxRipNgGroupInheritance 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 tmnxRipNgInstTable entry that represents the RIP/RIP-NG instance for this router. This object is a bit-mask, and the bits correspond to the following objects: tmnxRipNgGroupAuthType 0x00000001 tmnxRipNgGroupAuthKey 0x00000002 tmnxRipNgGroupSend 0x00000004 tmnxRipNgGroupReceive 0x00000008 tmnxRipNgGroupCheckZero 0x00000010 tmnxRipNgGroupMessageSize 0x00000020 tmnxRipNgGroupMetricIn 0x00000040 tmnxRipNgGroupMetricOut 0x00000080 tmnxRipNgGroupPreference 0x00000100 tmnxRipNgGroupSplitHorizon 0x00000200 tmnxRipNgGroupTimerFlush 0x00000400 tmnxRipNgGroupTimerTimeout tmnxRipNgGroupTimerUpdate tmnxRipNgGroupImportPolicy1 0x00000800 tmnxRipNgGroupImportPolicy2 tmnxRipNgGroupImportPolicy3 tmnxRipNgGroupImportPolicy4 tmnxRipNgGroupImportPolicy5 tmnxRipNgGroupExportPolicy1 0x00001000 tmnxRipNgGroupExportPolicy2 tmnxRipNgGroupExportPolicy3 tmnxRipNgGroupExportPolicy4 tmnxRipNgGroupExportPolicy5 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 ( tmnxRipNgGroupSend, tmnxRipNgGroupAuthType, etc ). When the bit for an object is set to zero, then the object's value is inherited from the tmnxRipNgInstEntry 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: tmnxRipNgGroupTimerFlush tmnxRipNgGroupTimerTimeout tmnxRipNgGroupTimerUpdate The bit, importPolicy (11), applies this rule to all of the following objects: tmnxRipNgGroupImportPolicy1, tmnxRipNgGroupImportPolicy2, tmnxRipNgGroupImportPolicy3, tmnxRipNgGroupImportPolicy4, tmnxRipNgGroupImportPolicy5 The bit, exportPolicy (12), applies this rule to all of the following objects: tmnxRipNgGroupExportPolicy1, tmnxRipNgGroupExportPolicy2, tmnxRipNgGroupExportPolicy3, tmnxRipNgGroupExportPolicy4, tmnxRipNgGroupExportPolicy5
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

tmnxRipNgGroupAdminStatus 1.3.6.1.4.1.6527.3.1.2.89.2.2.1.27
The value of tmnxRipNgGroupAdminStatus specifies the desired administrative state for this RIP/RIP-NG 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  

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

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

tmnxRipNgIfTable 1.3.6.1.4.1.6527.3.1.2.89.2.3
tmnxRipNgIfTable contains configuration information for each interface running RIP/RIP-NG.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxRipNgIfEntry

tmnxRipNgIfEntry 1.3.6.1.4.1.6527.3.1.2.89.2.3.1
tmnxRipNgIfEntry is an entry (conceptual row) in the tmnxRipNgIfTable. Each row entry represents an interface on the router that participates in the RIP/RIP-NG protocol. Entries in this table can be created and deleted via SNMP SET operations to tmnxRipNgIfRowStatus.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxRipNgIfEntry  

tmnxRipNgIfGroupName 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.1
tmnxRipNgIfGroupName is an index into the tmnxRipNgGroupTable. It identifies the RIP/RIP-NG 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  

tmnxRipNgIfAuthType 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.2
tmnxRipNgIfAuthType defines the type of authentication to be used for this interface.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgAuthType  

tmnxRipNgIfAuthKey 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.3
tmnxRipNgIfAuthKey is the authentication key that should be used for this interface when tmnxRipNgInstAuthType has a value other than noAuthentication(1). Modifying the value of tmnxRipNgIfAuthType does not modify the tmnxRipNgIfAuthKey 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    
  TmnxRipNgAuthKey  

tmnxRipNgIfCheckZero 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.4
tmnxRipNgIfCheckZero 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  

tmnxRipNgIfMessageSize 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.5
tmnxRipNgIfMessageSize is the maximum number of routes that can be sent out per RIP/RIP-NG update message.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgMessageSize  

tmnxRipNgIfMetricIn 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.6
tmnxRipNgIfMetricIn is the value added to the metric of routes received on this RIP/RIP-NG interface.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgMetric  

tmnxRipNgIfMetricOut 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.7
tmnxRipNgIfMetricOut is the value added to the metric of routes exported into RIP/RIP-NG and advertised out on this RIP/RIP-NG interface.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgMetric  

tmnxRipNgIfPreference 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.8
tmnxRipNgIfPreference 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    
  TmnxRipNgPreference  

tmnxRipNgIfReceive 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.9
tmnxRipNgIfReceive specifies which version of RIP/RIP-NG updates are to be accepted on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgReceive  

tmnxRipNgIfSend 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.10
tmnxRipNgIfSend specifies the version to be used for sending RIP/RIP-NG updates on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgSend  

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

tmnxRipNgIfTimerFlush 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.12
tmnxRipNgIfTimerFlush 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    
  TmnxRipNgTimerFlush  

tmnxRipNgIfTimerTimeout 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.13
tmnxRipNgIfTimerTimeout 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    
  TmnxRipNgTimerTimeout  

tmnxRipNgIfTimerUpdate 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.14
tmnxRipNgIfTimerUpdate specifies how often updates are sent.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxRipNgTimerUpdate  

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

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

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

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

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

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

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

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

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

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

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

tmnxRipNgIfInheritance 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.26
tmnxRipNgIfInheritance 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 tmnxRipNgGroupTable entry that represents the RIP/RIP-NG group to which this interface belongs. This object is a bit-mask, and the bits correspond to the following objects: tmnxRipNgIfAuthType 0x00000001 tmnxRipNgIfAuthKey 0x00000002 tmnxRipNgIfSend 0x00000004 tmnxRipNgIfReceive 0x00000008 tmnxRipNgIfCheckZero 0x00000010 tmnxRipNgIfMessageSize 0x00000020 tmnxRipNgIfMetricIn 0x00000040 tmnxRipNgIfMetricOut 0x00000080 tmnxRipNgIfPreference 0x00000100 tmnxRipNgIfSplitHorizon 0x00000200 tmnxRipNgIfTimerFlush 0x00000400 tmnxRipNgIfTimerTimeout tmnxRipNgIfTimerUpdate tmnxRipNgIfImportPolicy1 0x00000800 tmnxRipNgIfImportPolicy2 tmnxRipNgIfImportPolicy3 tmnxRipNgIfImportPolicy4 tmnxRipNgIfImportPolicy5 tmnxRipNgIfExportPolicy1 0x00001000 tmnxRipNgIfExportPolicy2 tmnxRipNgIfExportPolicy3 tmnxRipNgIfExportPolicy4 tmnxRipNgIfExportPolicy5 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 ( tmnxRipNgIfSend, tmnxRipNgIfAuthType, etc ). When the bit for an object is set to zero, then the object's value is inherited from the corresponding object in tmnxRipNgGroupTable whose index is the value of tmnxRipNgIfGroupName. 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: tmnxRipNgIfTimerFlush tmnxRipNgIfTimerTimeout tmnxRipNgIfTimerUpdate The bit, 'importPolicy(11)', applies this rule to all of the following objects: tmnxRipNgIfImportPolicy1, tmnxRipNgIfImportPolicy2, tmnxRipNgIfImportPolicy3, tmnxRipNgIfImportPolicy4, tmnxRipNgIfImportPolicy5 The bit, 'exportPolicy(12)', applies this rule to all of the following objects: tmnxRipNgIfExportPolicy1, tmnxRipNgIfExportPolicy2, tmnxRipNgIfExportPolicy3, tmnxRipNgIfExportPolicy4, tmnxRipNgIfExportPolicy5
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

tmnxRipNgIfAdminStatus 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.27
The value of tmnxRipNgIfAdminStatus specifies the desired administrative state for this RIP/RIP-NG interface.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tmnxRipNgIfOperStatus 1.3.6.1.4.1.6527.3.1.2.89.2.3.1.28
The value of tmnxRipNgIfOperStatus indicates the current operational status of this RIP/RIP-NG interface.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxOperState  

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

tmnxRipNgRouteTable 1.3.6.1.4.1.6527.3.1.2.89.2.4
The tmnxRipNgRouteTable has an entry for each route in the RIP/RIP-NG database.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxRipNgRouteEntry

tmnxRipNgRouteEntry 1.3.6.1.4.1.6527.3.1.2.89.2.4.1
tmnxRipNgRouteEntry is an entry (conceptual row) in the tmnxRipNgRouteTable. Each entry represents information for a RIP/RIP-NG route received from a peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxRipNgRouteEntry  

tmnxRipNgRouteDestAddrType 1.3.6.1.4.1.6527.3.1.2.89.2.4.1.1
The value of tmnxRipNgRouteDestAddrType indicates the type of address specified by tmnxRipNgRouteDestAddress
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tmnxRipNgRouteDestAddress 1.3.6.1.4.1.6527.3.1.2.89.2.4.1.2
tmnxRipNgRouteDestAddress is the destination IP address of the RIP/RIP-NG route.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

tmnxRipNgRouteMaskLength 1.3.6.1.4.1.6527.3.1.2.89.2.4.1.3
tmnxRipNgRouteMaskLength contains the subnet/prefix masking length which is applied to tmnxRipNgRouteDestAddress to yield the non-host portion of the destination address. If this field is zero, then no masking length has been included.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength 0..128  

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

tmnxRipNgRoutePeerAddrType 1.3.6.1.4.1.6527.3.1.2.89.2.4.1.5
The value of tmnxRipNgRoutePeerAddrType indicates the type of address specified by tmnxRipNgRoutePeerAddress
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tmnxRipNgRoutePeerAddress 1.3.6.1.4.1.6527.3.1.2.89.2.4.1.6
tmnxRipNgRoutePeerAddress specifies the IP address of the peer from whom this route was received.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

tmnxRipNgRouteNHAddrType 1.3.6.1.4.1.6527.3.1.2.89.2.4.1.7
The value of tmnxRipNgRouteNHAddrType indicates the type of address specified by tmnxRipNgRouteNHAddress
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tmnxRipNgRouteNHAddress 1.3.6.1.4.1.6527.3.1.2.89.2.4.1.8
tmnxRipNgRouteNHAddress indicates 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    
  InetAddress Size(0|4|16)  

tmnxRipNgRouteMetric 1.3.6.1.4.1.6527.3.1.2.89.2.4.1.9
tmnxRipNgRouteMetric gives the distance to the destination as advertised by the peer that sent this route.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxRipNgMetric  

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

tmnxRipNgRouteStatus 1.3.6.1.4.1.6527.3.1.2.89.2.4.1.11
The value of tmnxRipNgRouteStatus indicates whether or not the route entry is active in the system. tmnxRipNgRouteStatus 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)  

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

tmnxRipNgRouteFC 1.3.6.1.4.1.6527.3.1.2.89.2.4.1.13
The value of tmnxRipNgRouteFC 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  

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

tmnxRipNgIfStatTable 1.3.6.1.4.1.6527.3.1.2.89.2.5
tmnxRipNgIfStatTable is a read-only table which keeps statistical information about the interfaces monitoring RIP/RIP-NG.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxRipNgIfStatEntry

tmnxRipNgIfStatEntry 1.3.6.1.4.1.6527.3.1.2.89.2.5.1
tmnxRipNgIfStatEntry is an entry (conceptual row) in the tmnxRipNgIfStatTable. Each entry represents statistical information for a RIP/RIP-NG interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxRipNgIfStatEntry  

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

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

tmnxRipNgIfStatAllRcvBadPkts 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.3
tmnxRipNgIfStatAllRcvBadPkts is the number of RIPv1/RIP-NG updates received on this interface that were discarded as invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV1RcvUpdates 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.4
tmnxRipNgIfStatV1RcvUpdates is the number of RIPv1/RIP-NG response packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV1RcvRequests 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.5
tmnxRipNgIfStatV1RcvRequests is the number of RIPv1/RIP-NG request packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV1BadUpdates 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.6
tmnxRipNgIfStatV1BadUpdates is the number of RIPv1/RIP-NG response packets received which were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV1BadRequests 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.7
tmnxRipNgIfStatV1BadRequests is the number of RIPv1/RIP-NG request packets received that were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

tmnxRipNgIfStatV2RcvUpdates 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.9
tmnxRipNgIfStatV2RcvUpdates is the number of RIPv2 response packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV2RcvRequests 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.10
tmnxRipNgIfStatV2RcvRequests is the number of RIPv2 request packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV2BadUpdates 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.11
tmnxRipNgIfStatV2BadUpdates is the number of RIPv2 response packets received which were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV2BadRequests 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.12
tmnxRipNgIfStatV2BadRequests is the number of RIPv2 request packets received that were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV2BadRoutes 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.13
tmnxRipNgIfStatV2BadRoutes 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  

tmnxRipNgIfStatAuthErrors 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.14
tmnxRipNgIfStatAuthErrors is the number of RIPv2 packets received which were subsequently discarded because of an error authenticating the packet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatAllSentUpdts5Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.15
tmnxRipNgIfStatAllSentUpdts5Min is the number of all RIPv1/RIP-NG 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  

tmnxRipNgIfStatAllTrigUpdts5Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.16
tmnxRipNgIfStatAllTrigUpdts5Min is the number of triggered RIPv1/RIP-NG 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  

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

tmnxRipNgIfStatV1RcvUpdates5Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.18
tmnxRipNgIfStatV1RcvUpdates5Min is the number of RIPv1/RIP-NG response packets received in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV1RcvRequests5Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.19
tmnxRipNgIfStatV1RcvRequests5Min is the number of RIPv1/RIP-NG request packets received in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV1BadUpdates5Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.20
tmnxRipNgIfStatV1BadUpdates5Min is the number of RIPv1/RIP-NG response packets received in the last 5 minutes which were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV1BadRequests5Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.21
tmnxRipNgIfStatV1BadRequests5Min is the number of RIPv1/RIP-NG request packets received in the last 5 minutes that were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV1BadRoutes5Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.22
tmnxRipNgIfStatV1BadRoutes5Min is the number of routes, in valid RIPv1/RIP-NG 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  

tmnxRipNgIfStatV2RcvUpdates5Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.23
tmnxRipNgIfStatV2RcvUpdates5Min is the number of RIPv2 response packets received in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV2RcvRequests5Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.24
tmnxRipNgIfStatV2RcvRequests5Min is the number of RIPv2 request packets received in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

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

tmnxRipNgIfStatV2BadRoutes5Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.27
tmnxRipNgIfStatV2BadRoutes5Min 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  

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

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

tmnxRipNgIfStatAllTrigUpdts1Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.30
tmnxRipNgIfStatAllTrigUpdts1Min is the number of triggered RIPv1/RIP-NG updates actually sent on this interface in the last minute. This explicitly does NOT include full updates sent containing new information.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatAllRcvBadPkts1Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.31
tmnxRipNgIfStatAllRcvBadPkts1Min is the number of RIPv1/RIP-NG response packets discarded (for any reason e.g. a version 0 packet, or an unknown command type) in the last minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV1RcvUpdates1Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.32
tmnxRipNgIfStatV1RcvUpdates1Min is the number of RIPv1/RIP-NG response packets received in the last minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV1RcvRequests1Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.33
tmnxRipNgIfStatV1RcvRequests1Min is the number of RIPv1/RIP-NG request packets received in the last minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV1BadUpdates1Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.34
tmnxRipNgIfStatV1BadUpdates1Min is the number of RIPv1/RIP-NG response packets received in the last minute which were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV1BadRequests1Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.35
tmnxRipNgIfStatV1BadRequests1Min is the number of RIPv1/RIP-NG request packets received in the last minute that were subsequently discarded for any reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

tmnxRipNgIfStatV2RcvUpdates1Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.37
tmnxRipNgIfStatV2RcvUpdates1Min is the number of RIPv2 response packets received in the last minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV2RcvRequests1Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.38
tmnxRipNgIfStatV2RcvRequests1Min is the number of RIPv2 request packets received by the RIP/RIP-NG process in the last minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatV2BadUpdates1Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.39
tmnxRipNgIfStatV2BadUpdates1Min is the number of RIPv2 response packets received which were subsequently discarded for any reason in the last minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

tmnxRipNgIfStatV2BadRoutes1Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.41
tmnxRipNgIfStatV2BadRoutes1Min 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 minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgIfStatAuthErrors1Min 1.3.6.1.4.1.6527.3.1.2.89.2.5.1.42
tmnxRipNgIfStatAuthErrors1Min is the number of RIPv2 packets received which were subsequently discarded because of an error authenticating the packet in the last minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxRipNgPeerTable 1.3.6.1.4.1.6527.3.1.2.89.2.6
tmnxRipNgPeerTable is a read-only table which keeps information about RIP/RIP-NG peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxRipNgPeerEntry

tmnxRipNgPeerEntry 1.3.6.1.4.1.6527.3.1.2.89.2.6.1
tmnxRipNgPeerEntry is an entry (conceptual row) in the tmnxRipNgPeerTable. Each entry represents information for a RIP/RIP-NG peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxRipNgPeerEntry  

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

tmnxRipNgPeerAddrType 1.3.6.1.4.1.6527.3.1.2.89.2.6.1.2
The value of tmnxRipNgPeerAddrType indicates the type of address specified by tmnxRipNgPeerAddress
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tmnxRipNgPeerAddress 1.3.6.1.4.1.6527.3.1.2.89.2.6.1.3
tmnxRipNgPeerAddress specifies the IP address that the peer is using as its source address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

tmnxRipNgPeerLastUpdate 1.3.6.1.4.1.6527.3.1.2.89.2.6.1.4
tmnxRipNgPeerLastUpdate indicates the value of sysUpTime when the most recent RIP/RIP-NG update was received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxRipNgPeerVersion 1.3.6.1.4.1.6527.3.1.2.89.2.6.1.5
tmnxRipNgPeerVersion indicates the RIP/RIP-NG version in the header of the last packet received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxRipNgPeerVersion  

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

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

tmnxRipNgAdvRouteTable 1.3.6.1.4.1.6527.3.1.2.89.2.7
tmnxRipNgAdvRouteTable is a read-only table which gives the routes that are advertised by RIP/RIP-NG to its neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxRipNgAdvRouteEntry

tmnxRipNgAdvRouteEntry 1.3.6.1.4.1.6527.3.1.2.89.2.7.1
tmnxRipNgAdvRouteEntry is an entry (conceptual row) in the tmnxRipNgAdvRouteTable. Each entry represents information about a route that is advertised by RIP/RIP-NG on a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxRipNgAdvRouteEntry  

tmnxRipNgAdvRouteDestAddrType 1.3.6.1.4.1.6527.3.1.2.89.2.7.1.1
The value of tmnxRipNgAdvRouteDestAddrType indicates the type of address specified by tmnxRipNgAdvRouteDestAddress
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tmnxRipNgAdvRouteDestAddress 1.3.6.1.4.1.6527.3.1.2.89.2.7.1.2
tmnxRipNgAdvRouteDestAddress is the destination IP address of the advertised route.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

tmnxRipNgAdvRouteMaskLength 1.3.6.1.4.1.6527.3.1.2.89.2.7.1.3
tmnxRipNgAdvRouteMaskLength contains the subnet/prefix masking length which is applied to tmnxRipNgAdvRouteDestAddress to yield the non-host portion of the destination address. If this field is zero, then no masking length has been included.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength 0..128  

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

tmnxRipNgAdvRouteIfAddrType 1.3.6.1.4.1.6527.3.1.2.89.2.7.1.5
The value of tmnxRipNgAdvRouteIfAddrType indicates the type of address specified by tmnxRipNgAdvRouteIfAddress
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tmnxRipNgAdvRouteIfAddress 1.3.6.1.4.1.6527.3.1.2.89.2.7.1.6
tmnxRipNgAdvRouteIfAddress specifies the IP address of the subnet/prefix to which the route is advertised.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

tmnxRipNgAdvRouteNHAddrType 1.3.6.1.4.1.6527.3.1.2.89.2.7.1.7
The value of tmnxRipNgAdvRouteNHAddrType indicates the type of address specified by tmnxRipNgAdvRouteNHAddress
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tmnxRipNgAdvRouteNHAddress 1.3.6.1.4.1.6527.3.1.2.89.2.7.1.8
tmnxRipNgAdvRouteNHAddress indicates the IP address which is advertised in the Next Hop field of the RIPv2 updates.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0|4|16)  

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

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

tmnxRipNgAdvRouteTimerRem 1.3.6.1.4.1.6527.3.1.2.89.2.7.1.11
The value of tmnxRipNgAdvRouteTimerRem 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. tmnxRipNgAdvRouteTimerRem 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  

tmnxRipNgIfUcastTable 1.3.6.1.4.1.6527.3.1.2.89.2.8
tmnxRipNgIfUcastTable contains configuration information for each unicast-address on an interface running RIP/RIP-NG.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxRipNgIfUcastEntry

tmnxRipNgIfUcastEntry 1.3.6.1.4.1.6527.3.1.2.89.2.8.1
tmnxRipNgIfUcastEntry is an entry in the tmnxRipNgIfUcastTable. Each row entry represents a unicast address for an interface on the router that participates in the RIP/RIP-NG protocol. Entries in this table can be created and deleted via SNMP SET operations to tmnxRipNgIfUcastRowStatus.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxRipNgIfUcastEntry  

tmnxRipNgIfUcastAddrType 1.3.6.1.4.1.6527.3.1.2.89.2.8.1.1
The value of tmnxRipNgIfUcastAddrType indicates the type of address specified by tmnxRipNgIfUcastAddress
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tmnxRipNgIfUcastAddress 1.3.6.1.4.1.6527.3.1.2.89.2.8.1.2
tmnxRipNgIfUcastAddress is a unicast destination IP-address for this RIP/RIP-NG interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

tmnxRipNgIfUcastRowStatus 1.3.6.1.4.1.6527.3.1.2.89.2.8.1.3
tmnxRipNgIfUcastRowStatus controls the creation and deletion of rows in this table. To create a row in the tmnxRipNgIfUcastTable, set tmnxRipNgIfUcastRowStatus to createAndGo(4). To delete a row in the tmnxRipNgIfUcastTable, set tmnxRipNgIfUcastRowStatus to delete(6).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxRipNgNotifySrcAddrType 1.3.6.1.4.1.6527.3.1.2.89.3.1
The value of the object tmnxRipNgNotifySrcAddrType indicates the type of tmnxRipNgNotifySrcAddr.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

tmnxRipNgNotifySrcAddr 1.3.6.1.4.1.6527.3.1.2.89.3.2
The value of the object tmnxRipNgNotifySrcAddr indicates source address of the RIP/RIP-NG packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

tmnxRipNgNotifyReason 1.3.6.1.4.1.6527.3.1.2.89.3.3
The object tmnxRipNgNotifyReason is a printable character string.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(0..200)  

tmnxRipNgAuthTypeMismatch 1.3.6.1.4.1.6527.3.1.3.89.0.1
A tmnxRipNgAuthTypeMismatch 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: accessible-for-notify
NOTIFICATION-TYPE    

tmnxRipNgAuthFailure 1.3.6.1.4.1.6527.3.1.3.89.0.2
A tmnxRipNgAuthFailure trap is generated when the authentication key in a received RIPv2 packet conflicts with the authentication key configured for this router.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tmnxRipNgInstShuttingDown 1.3.6.1.4.1.6527.3.1.3.89.0.3
A tmnxRipNgInstShuttingDown trap is generated when the RIP/RIP-NG 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: accessible-for-notify
NOTIFICATION-TYPE    

tmnxRipNgInstRestarted 1.3.6.1.4.1.6527.3.1.3.89.0.4
When a RIP/RIP-NG protocol instance runs out of resources, the instance will shut down and then attempt to restart within 30 seconds. A tmnxRipNgInstRestarted trap is generated when the RIP instance has restarted.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tmnxRipNgInstExpLmtReached 1.3.6.1.4.1.6527.3.1.3.89.0.5
A tmnxRipNgInstExpLmtReached notification is generated when the configured value of exported routes, tmnxRipNgInstExportLimit is reached. Additional routes would not be exported into RIP/RIP-NG from the route table.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tmnxRipNgInstExpLmtWarning 1.3.6.1.4.1.6527.3.1.3.89.0.6
A tmnxRipNgInstExpLmtWarning notification is generated when the number of exported routes is equal to the configured percent, tmnxRipNgInstExpLmtLogPct of the export limit, tmnxRipNgInstExportLimit. Additional routes will continue to be exported into RIP/RIP-NG from the route table till the export limit is reached.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tmnxRipNgInstRtsExpLmtDropped 1.3.6.1.4.1.6527.3.1.3.89.0.7
A tmnxRipNgInstRtsExpLmtDropped notification is generated when the number of exported routes drops below the export limit, tmnxRipNgInstExportLimit.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tmnxRipNgIfUcastAddrNotUsed 1.3.6.1.4.1.6527.3.1.3.89.0.8
A tmnxRipNgIfUcastAddrNotUsed notification is generated when a neighbor has one or more unicast-addresses configured but it's send mode is not set to 'unicast'.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tmnxRipNgCompliances 1.3.6.1.4.1.6527.3.1.1.89.1
OBJECT IDENTIFIER    

tmnxRipNgGroups 1.3.6.1.4.1.6527.3.1.1.89.2
OBJECT IDENTIFIER    

tmnxRipNgV12v0Compliance 1.3.6.1.4.1.6527.3.1.1.89.1.1
The compliance statement for management of RIP/RIP-NG features on release 12.0 Nokia SROS series systems.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxRipNgGlobalV12v0Group 1.3.6.1.4.1.6527.3.1.1.89.2.1
The group of objects supporting general management of RIP/RIP-NG features on release 12.0 Nokia SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxRipNgInstanceV12v0Group 1.3.6.1.4.1.6527.3.1.1.89.2.2
The group of objects supporting management of RIP/RIP-NG instances on release 12.0 Nokia SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxRipNgGroupV12v0Group 1.3.6.1.4.1.6527.3.1.1.89.2.3
The group of objects supporting management of RIP/RIP-NG Groups on release 12.0 Nokia SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxRipNgInterfaceV12v0Group 1.3.6.1.4.1.6527.3.1.1.89.2.4
The group of objects supporting management of RIP/RIP-NG interfaces on release 12.0 Nokia SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxRipNgRoutesV12v0Group 1.3.6.1.4.1.6527.3.1.1.89.2.5
The group of objects supporting RIP/RIP-NG Routes on release 12.0 Nokia SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxRipNgPeerV12v0Group 1.3.6.1.4.1.6527.3.1.1.89.2.6
The group of objects supporting RIP/RIP-NG Peers on release 12.0 Nokia SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxRipNgNotifyObjsV12v0Group 1.3.6.1.4.1.6527.3.1.1.89.2.7
The group of objects supporting the RIP/RIP-NG notifications on release 12.0 Nokia SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxRipNgNotificationV12v0Group 1.3.6.1.4.1.6527.3.1.1.89.2.8
The group of notifications supporting the RIP/RIP-NG feature on release 12.0 Nokia SROS series systems.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP