DC-RTM-MIB

File: DC-RTM-MIB.mib (152228 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IANA-RTPROTO-MIB INET-ADDRESS-MIB DC-MASTER-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Unsigned32 IpAddress
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
TEXTUAL-CONVENTION RowStatus TruthValue
IANAipRouteProtocol InetAddressType InetAddress
AdminStatus OperStatus RouteAction
AdminDistance PathType InetSubAddressType
BfdSessionStatus NumericIndexOrZero

Defined Types

MplsIndexType  
An index that can be used as a table index in cases where a large addressable space is required such as on an LSR where many applications may be provisioning labels.
TEXTUAL-CONVENTION    
  Integer32 0..2147483647  

FteIndex  
The index value identifying a fault tolerant entity.
TEXTUAL-CONVENTION    
  Unsigned32  

OspfTag  
An OSPF Tag.
TEXTUAL-CONVENTION    
  Unsigned32 0..FFFFFFFF  

RtmMjStatus  
The status of a master join.
TEXTUAL-CONVENTION    
  INTEGER mjNotJoined(1), mjSentAddJoin(2), mjSentRegister(3), mjJoinActive(4), mjSentDelJoin(5), mjSentUnregister(6), mjJoinGone(7), mjFailedToRegister(8), mjFailingOver(9), mjFailed(10)  

RtmSjStatus  
The status of a slave join.
TEXTUAL-CONVENTION    
  INTEGER sjNotJoined(1), sjJoined(2), sjJoinActive(3), sjJoinUnreg(4), sjJoinGone(5), sjFailingOver(6), sjFailed(7)  

InterfaceType  
The type of interface to which a join applies.
TEXTUAL-CONVENTION    
  INTEGER ifActiveRoutes(1), ifRteProtInput(2)  

AriPrtnrType  
The type of slave partner to join to over the Active Routes Interface.
TEXTUAL-CONVENTION    
  INTEGER ariPrtnrFt(1), ariPrtnrLdf(2), ariPrtnrRsm(3), ariPrtnrBgp(4), ariPrtnrPim(5)  

RdstSetFieldType  
The type of action a Set Field entry performs.
TEXTUAL-CONVENTION    
  INTEGER rdstSetBgpComm(1), rdstSetBgpExtComm(2)  

EqualCostRouteOpts  
The method used to determine how to choose which equal cost routes for a given destination to give to the active routing information consumers, if there is more than one route. This value is used in building responses to ATG_QCAR_GET_ROUTES and ATG_QCAR_QUERY_ROUTE signals, and also in building ATG_QCAR_ROUTE_UPDATE and ATG_QCAR_ROUTE_IND signals for consumers that require them. The permitted values for this field are as follows. all: All equal cost routes should be given to the active routing information consumers. one: DC-RTM picks one as soon as it can, and only tells the active routing information consumers about that one route. It only switches to another route if the chosen one is deleted, or if the chosen one no longer has the lowest administrative distance among routes to this destination (for example if a new route is added with a lower adminstrative distance).
TEXTUAL-CONVENTION    
  INTEGER equalCostAll(1), equalCostOne(2)  

MetricConversion  
How to convert the metric in the source routing information to a new metric in the destination routing information. Possible actions are same: Use the supplied metric value constant: Ignore the supplied metric and use the constant value given in the metric numeric parameter field inverse: Map high values onto low ones, and vice-versa, by subtracting the supplied metric from 0xffffffff. scale up: Use the supplied metric multiplied by the value given in the metric numeric parameter field, or 0xffffffff if this is smaller. scale down: Use the supplied metric divided by the value given in the metric numeric parameter field (which must not be zero), rounding down to the next whole number. truncate: Use the smaller of the supplied metric or the metric numeric parameter field.
TEXTUAL-CONVENTION    
  INTEGER metricConvSame(1), metricConvConstant(2), metricConvInverse(3), metricConvScaleUp(4), metricConvScaleDown(5), metricConvTruncate(6)  

InfoSourceDest  
A source of, or destination for, routing information. These values are used when redistributing routing information.
TEXTUAL-CONVENTION    
  INTEGER infoSourceAll(0), infoSourceAllInclConnected(1), infoSourceOther(65536), infoSourceConnected(131072), infoSourceStatic(196608), infoSourceIcmp(262144), infoSourceEgp(327680), infoSourcePd(393216), infoSourceHello(458752), infoSourceRip(524288), infoSourceIsis(589824), infoSourceEsis(655360), infoSourceIgrp(720896), infoSourceBbnSpfIgp(786432), infoSourceOspf(851968), infoSourceBgp(917504), infoSourceIdpr(983040), infoSourceEigrp(1048576), infoSourceDvmrp(1114112), infoSourceEnni(1179648)  

BgpOriginCode  
A BGP origin code.
TEXTUAL-CONVENTION    
  INTEGER bgpOriginIgp(0), bgpOriginEgp(1), bgpOriginIncomplete(2)  

BgpCommunity  
The representation of a BGP Community.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

BgpExtendedCommunity  
The representation of a BGP Extended Community.
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

RouteInfo  
A Routing Protocol Information Type. For OSPF, this is an integer representation of the OID which is required by RFC 2096. The RFCs which define the OIDs, and the represented OIDs, are show here. OSPF - RFC 1850. For ISIS, this is an integer representation of the types of route to IP reachable addresses.
TEXTUAL-CONVENTION    
  INTEGER none(0), ospfIntraArea(1), ospfInterArea(2), ospfExternalType1(3), ospfExternalType2(4), isisL1Internal(5), isisL2Internal(6), isisL1InternalDown(7), isisL1External(8), isisL2External(9), isisL1ExternalDown(10)  

RouteType  
Routing Type.
TEXTUAL-CONVENTION    
  INTEGER other(1), reject(2), local(3), remote(4)  

RtmBfdSupport  
BFD support level.
TEXTUAL-CONVENTION    
  INTEGER none(1), desired(2), required(3)  

RtmEntityEntry  
SEQUENCE    
  rtmEntityFteIndex FteIndex
  rtmEntityRowStatus RowStatus
  rtmEntityAdminStat AdminStatus
  rtmEntityOperStatus OperStatus
  rtmEntityDsConnctd AdminDistance
  rtmEntityDsStatDf AdminDistance
  rtmEntityDsOspfInt AdminDistance
  rtmEntityDsOspfExt AdminDistance
  rtmEntityDsIntBgp AdminDistance
  rtmEntityDsExtBgp AdminDistance
  rtmEntityDsIsisInt1 AdminDistance
  rtmEntityDsIsisInt2 AdminDistance
  rtmEntityDsIsisExt1 AdminDistance
  rtmEntityDsIsisExt2 AdminDistance
  rtmEntityDsRip AdminDistance
  rtmEntityDsEgp AdminDistance
  rtmEntityDsPd AdminDistance
  rtmEntityDsHello AdminDistance
  rtmEntityDsEsis AdminDistance
  rtmEntityDsBbnspfigp AdminDistance
  rtmEntityDsIdpr AdminDistance
  rtmEntityDsIgrp AdminDistance
  rtmEntityDsEigrpSmm AdminDistance
  rtmEntityDsIntEigrp AdminDistance
  rtmEntityDsEigrpExt AdminDistance
  rtmEntityDsUnknown AdminDistance
  rtmEntityEqlCostOpt EqualCostRouteOpts
  rtmEntityDelDeadRte TruthValue
  rtmEntityDeadRpmTmr Integer32
  rtmEntityRouteNumber Integer32
  rtmEntityAddressFamily InetAddressType
  rtmEntityDsDvmrp AdminDistance
  rtmEntityI3Index FteIndex
  rtmEntityI3JoinStatus RtmMjStatus
  rtmEntityPartnerWaitTime Integer32
  rtmEntityStartupTime Integer32
  rtmEntityRestartTime Integer32
  rtmEntityFtStateRetained TruthValue
  rtmEntityUseUnidirectionalLinks TruthValue
  rtmEntityBfdIndex NumericIndexOrZero
  rtmEntityBfdJoinStatus RtmMjStatus
  rtmEntityEnableTrapSupport TruthValue

RtmRedistEntry  
SEQUENCE    
  rtmRedistFteIndex FteIndex
  rtmRedistEntryId Unsigned32
  rtmRedistRowStatus RowStatus
  rtmRedistAdminStat AdminStatus
  rtmRedistPriority Integer32
  rtmRedistInfoSrc InfoSourceDest
  rtmRedistSrcInstFlt TruthValue
  rtmRedistSrcInst FteIndex
  rtmRedistInfoDest InfoSourceDest
  rtmRedistDestInstFlt TruthValue
  rtmRedistDestInst FteIndex
  rtmRedistAddrFilterType InetAddressType
  rtmRedistAddrFilter InetAddress
  rtmRedistAddrFltLen Integer32
  rtmRedistHopFltValType InetAddressType
  rtmRedistHopFltVal InetAddress
  rtmRedistHopFltLen Integer32
  rtmRedistIfIndexFlt TruthValue
  rtmRedistIfIndex Integer32
  rtmRedistPathTypeFlt TruthValue
  rtmRedistPathType PathType
  rtmRedistOspfAreaFlt TruthValue
  rtmRedistOspfArea IpAddress
  rtmRedistOspfTagFlt TruthValue
  rtmRedistOspfTag OspfTag
  rtmRedistCommunityFlt TruthValue
  rtmRedistCommunity BgpCommunity
  rtmRedistExtCommFlt TruthValue
  rtmRedistExtComm BgpExtendedCommunity
  rtmRedistRedistFlag TruthValue
  rtmRedistMetricConv MetricConversion
  rtmRedistMetricValue Unsigned32
  rtmRedistNwPathType PathType
  rtmRedistNwOspfTag OspfTag
  rtmRedistOspfPropagate TruthValue
  rtmRedistAddCommunity TruthValue
  rtmRedistNwCommunity BgpCommunity
  rtmRedistAddExtComm TruthValue
  rtmRedistNwExtComm BgpExtendedCommunity
  rtmRedistNwOrigin BgpOriginCode
  rtmRedistAddMed TruthValue
  rtmRedistNwMed Integer32
  rtmRedistAddLocalPref TruthValue
  rtmRedistNwLocalPref Integer32
  rtmRedistSetListId Unsigned32
  rtmRedistAddAsLimUpper TruthValue
  rtmRedistNwAsLimUpper Unsigned32
  rtmRedistOspfVpnPeCeSupport TruthValue

RtmStaticRtEntry  
SEQUENCE    
  rtmStaticRtFteIndex FteIndex
  rtmStaticRtDestAddrType InetAddressType
  rtmStaticRtDestAddr InetAddress
  rtmStaticRtDestLen Integer32
  rtmStaticRtNextHopType InetAddressType
  rtmStaticRtNextHop InetAddress
  rtmStaticRtIfIndex Integer32
  rtmStaticRtOutIfIndex Integer32
  rtmStaticRtRowStatus RowStatus
  rtmStaticRtAdminStat AdminStatus
  rtmStaticRtOverride TruthValue
  rtmStaticRtAdminDist AdminDistance
  rtmStaticRtAction RouteAction
  rtmStaticRtFwdAddrType InetAddressType
  rtmStaticRtForwardingAddr InetAddress
  rtmStaticRtPathType PathType
  rtmStaticRtUsePathCost TruthValue
  rtmStaticRtPathCost Integer32
  rtmStaticRtUserData OCTET STRING
  rtmStaticRtLooseNextHop TruthValue
  rtmStaticRtBfdSupport RtmBfdSupport
  rtmStaticRtBfdStatus BfdSessionStatus

RtmMjEntry  
SEQUENCE    
  rtmMjRtmFteIndex FteIndex
  rtmMjSlaveFteId FteIndex
  rtmMjSlaveType AriPrtnrType
  rtmMjIfType InterfaceType
  rtmMjRowStatus RowStatus
  rtmMjAdminStatus AdminStatus
  rtmMjOperStatus OperStatus
  rtmMjJoinStatus RtmMjStatus
  rtmMjSafi InetSubAddressType

RtmSjEntry  
SEQUENCE    
  rtmSjRtmFteIndex FteIndex
  rtmSjRtmRpmIndex Integer32
  rtmSjIfType InterfaceType
  rtmSjMastFteType Integer32
  rtmSjMastFteId FteIndex
  rtmSjJoinStatus RtmSjStatus

RtmRouteEntry  
SEQUENCE    
  rtmRouteFteIndex FteIndex
  rtmRouteStatus RowStatus
  rtmRouteDestType InetAddressType
  rtmRouteDest InetAddress
  rtmRouteDestLen Integer32
  rtmRouteTos Integer32
  rtmRouteNextHopType InetAddressType
  rtmRouteNextHop InetAddress
  rtmRouteIfIndex Integer32
  rtmRouteType RouteType
  rtmRouteProto IANAipRouteProtocol
  rtmRouteAge Integer32
  rtmRouteInfo RouteInfo
  rtmRouteNextHopAS Integer32
  rtmRouteMetric1 Integer32
  rtmRouteMetric2 Integer32
  rtmRouteMetric3 Integer32
  rtmRouteMetric4 Integer32
  rtmRouteMetric5 Integer32
  rtmRouteConnected TruthValue
  rtmRouteXCIndex MplsIndexType
  rtmRouteLocalDestIfIndex Integer32

RtmRibEntry  
SEQUENCE    
  rtmRibFteIndex FteIndex
  rtmRibStatus RowStatus
  rtmRibDestType InetAddressType
  rtmRibDest InetAddress
  rtmRibDestLen Integer32
  rtmRibTos Integer32
  rtmRibNextHopType InetAddressType
  rtmRibNextHop InetAddress
  rtmRibIfIndex Integer32
  rtmRibType RouteType
  rtmRibProto IANAipRouteProtocol
  rtmRibAge Integer32
  rtmRibInfo RouteInfo
  rtmRibNextHopAS Integer32
  rtmRibMetric1 Integer32
  rtmRibMetric2 Integer32
  rtmRibMetric3 Integer32
  rtmRibMetric4 Integer32
  rtmRibMetric5 Integer32
  rtmRibFibRoute TruthValue
  rtmRibRpmIndex Integer32
  rtmRibConnected TruthValue
  rtmRibLooseNextHop TruthValue
  rtmRibLocalDestIfIndex Integer32

RtmRdstSetFieldEntry  
SEQUENCE    
  rtmRdstSetFieldFteIndex FteIndex
  rtmRdstSetFieldListId Unsigned32
  rtmRdstSetFieldNumber Unsigned32
  rtmRdstSetFieldRowStatus RowStatus
  rtmRdstSetFieldType RdstSetFieldType
  rtmRdstSetFieldValue OCTET STRING

Defined Values

rtmMib 1.2.826.0.1.1578918.5.61.1
The MIB module for management of the DC-RTM product.
MODULE-IDENTITY    

rtmObjects 1.2.826.0.1.1578918.5.61.1.1
OBJECT IDENTIFIER    

rtmTrap 1.2.826.0.1.1578918.5.61.1.2
OBJECT IDENTIFIER    

rtmEntityTable 1.2.826.0.1.1578918.5.61.1.1.1
The table of DC-RTM entities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RtmEntityEntry

rtmEntityEntry 1.2.826.0.1.1578918.5.61.1.1.1.1
Each entry represents an instance of the DC-RTM entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  RtmEntityEntry  

rtmEntityFteIndex 1.2.826.0.1.1578918.5.61.1.1.1.1.1
The index of this rtmEntityEntry. This is the HAF entity index passed on the entity create parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  FteIndex  

rtmEntityRowStatus 1.2.826.0.1.1578918.5.61.1.1.1.1.2
Used to create and delete a DC-RTM fault tolerant entity.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rtmEntityAdminStat 1.2.826.0.1.1578918.5.61.1.1.1.1.3
The desired administrative state of the DC-RTM entity.
Status: current Access: read-create
OBJECT-TYPE    
  AdminStatus  

rtmEntityOperStatus 1.2.826.0.1.1578918.5.61.1.1.1.1.4
The current operational state of the DC-RTM entity.
Status: current Access: read-only
OBJECT-TYPE    
  OperStatus  

rtmEntityDsConnctd 1.2.826.0.1.1578918.5.61.1.1.1.1.5
The administrative distance used for directly connected routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsStatDf 1.2.826.0.1.1578918.5.61.1.1.1.1.6
The default administrative distance used for statically defined routes in the static routes MIB table. It can be overridden for individual static routes. The lower the distance for a given route, the more likely that route is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsOspfInt 1.2.826.0.1.1578918.5.61.1.1.1.1.7
The administrative distance used for OSPF internal routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsOspfExt 1.2.826.0.1.1578918.5.61.1.1.1.1.8
The administrative distance used for OSPF Autonomous System external routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsIntBgp 1.2.826.0.1.1578918.5.61.1.1.1.1.9
The administrative distance used for internal and VPN BGP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsExtBgp 1.2.826.0.1.1578918.5.61.1.1.1.1.10
The administrative distance used for external BGP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsIsisInt1 1.2.826.0.1.1578918.5.61.1.1.1.1.11
The administrative distance used for IS-IS level 1 internal routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsIsisInt2 1.2.826.0.1.1578918.5.61.1.1.1.1.12
The administrative distance used for IS-IS level 2 internal routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsIsisExt1 1.2.826.0.1.1578918.5.61.1.1.1.1.13
The administrative distance used for IS-IS level 1 external routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsIsisExt2 1.2.826.0.1.1578918.5.61.1.1.1.1.14
The administrative distance used for IS-IS level 2 external routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsRip 1.2.826.0.1.1578918.5.61.1.1.1.1.15
The administrative distance used for RIP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsEgp 1.2.826.0.1.1578918.5.61.1.1.1.1.16
The administrative distance used for Exterior Gateway Protocol routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsPd 1.2.826.0.1.1578918.5.61.1.1.1.1.17
The administrative distance used for routes injected using DHCPv6 prefix delegation protocol. The lower the distance for a given type of route, the more likely a route of this type is to be used by RTM as the active route for the given destination.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsHello 1.2.826.0.1.1578918.5.61.1.1.1.1.18
The administrative distance used for FuzzBall HelloSpeak routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsEsis 1.2.826.0.1.1578918.5.61.1.1.1.1.19
The administrative distance used for ISO 9542 routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsBbnspfigp 1.2.826.0.1.1578918.5.61.1.1.1.1.20
The administrative distance used for BBN SPF IGP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsIdpr 1.2.826.0.1.1578918.5.61.1.1.1.1.21
The administrative distance used for InterDomain Policy Routing routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsIgrp 1.2.826.0.1.1578918.5.61.1.1.1.1.22
The administrative distance used for IGRP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsEigrpSmm 1.2.826.0.1.1578918.5.61.1.1.1.1.23
The administrative distance used for enhanced IGRP summary routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsIntEigrp 1.2.826.0.1.1578918.5.61.1.1.1.1.24
The administrative distance used for internal enhanced IGRP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsEigrpExt 1.2.826.0.1.1578918.5.61.1.1.1.1.25
The administrative distance used for enhanced IGRP external routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityDsUnknown 1.2.826.0.1.1578918.5.61.1.1.1.1.26
The administrative distance used for routes which come from an unrecognized routing protocol. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityEqlCostOpt 1.2.826.0.1.1578918.5.61.1.1.1.1.27
How to select which equal cost routes to give to an active routing information consumer, if there is more than one route to a given destination with the lowest administrative distance. This parameter is used in building responses to ATG_QCAR_GET_ROUTES and ATG_QCAR_QUERY_ROUTE signals, and also in building ATG_QCAR_ROUTE_UPDATE and ATG_QCAR_ROUTE_IND signals for consumers that require them. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP. If you want to use IGP shortcuts for any routes then this field must be set to 'equalCostAll'.
Status: current Access: read-create
OBJECT-TYPE    
  EqualCostRouteOpts  

rtmEntityDelDeadRte 1.2.826.0.1.1578918.5.61.1.1.1.1.28
Whether to delete routes from a Routing Protocol Manager (RPM) whose join to DC-RTM goes down. If this is set to TRUE then the routes are deleted after the time specified in the 'dead RPM timer' parameter. If the join between an RPM and DC-RTM goes down, typically because the RPM is no longer running, then the routes received from that RPM gradually become out of date. This parameter allows DC-RTM to continue to use these routes regardless of whether the RPM ever restarts, or to stop using them after a period of time. This period of time should represent the maximum amount of time for which the RPM would be down if this were only a temporary state of affairs. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmEntityDeadRpmTmr 1.2.826.0.1.1578918.5.61.1.1.1.1.29
Only used if the option is set to TRUE to delete routes from an RPM which DC-RTM can no longer see. This field defines the period of time that the join to an RPM can be down before its routes are deleted. This period of time should represent the maximum amount of time for which the RPM would be down if this were only a temporary state of affairs. The units for this field are minutes by default. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rtmEntityRouteNumber 1.2.826.0.1.1578918.5.61.1.1.1.1.30
The number of destination prefixes to which DC-RTM currently has a route. This is the same as the number of rows in the rtmRouteTable if the following are both true. - Either rtmEntityEqlCostOpt is set to 'one', or DC-RTM knows of at most one route to each destination prefix. This means that there is at most one route in rtmRouteTable for each destination prefix included in rtmEntityRouteNumber. - None of the routes which DC-RTM has learned about are loose next hops that cannot be resolved. This means that there is at least one route in rtmRouteTable per destination prefix included in rtmEntityRouteNumber.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmEntityAddressFamily 1.2.826.0.1.1578918.5.61.1.1.1.1.31
The address family that this instance of DC-RTM supports. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

rtmEntityDsDvmrp 1.2.826.0.1.1578918.5.61.1.1.1.1.32
The administrative distance used for DVMRP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmEntityI3Index 1.2.826.0.1.1578918.5.61.1.1.1.1.33
The entity index of the instance of the I3 stub to which this instance of DC-RTM should join. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.
Status: current Access: read-create
OBJECT-TYPE    
  FteIndex  

rtmEntityI3JoinStatus 1.2.826.0.1.1578918.5.61.1.1.1.1.34
The status of the I3 master join.
Status: current Access: read-only
OBJECT-TYPE    
  RtmMjStatus  

rtmEntityPartnerWaitTime 1.2.826.0.1.1578918.5.61.1.1.1.1.35
The period that DC-RTM waits for joins from Routing Protocol Managers (RPMs) to be reestablished when DC-RTM is activated. DC-RTM checks for routing table convergence by waiting for a complete set of routes from all joins from RPMs that are established within this period. The partner wait timer duration effectively acts as the minimum restart interval. The value should be set to zero if the forwarding table does not maintain routing state when DC-RTM restarts.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rtmEntityStartupTime 1.2.826.0.1.1578918.5.61.1.1.1.1.36
This is the startup timer duration that is used when DC-RTM is activated and no routing state has been retained by the forwarding table as part of graceful restart procedures. This timer duration is used when rtmEntityFtStateRetained is 'false'. It determines the maximum length of time before DC-RTM deems that routing table convergence is complete and hence the maximum length of time before DC-RTM sends routing updates to the forwarding table. This is typically set to a small value to ensure that the forwarding table is populated in a timely manner. Time is in miliseconds
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rtmEntityRestartTime 1.2.826.0.1.1578918.5.61.1.1.1.1.37
This is the startup timer duration that is used when DC-RTM is activated and routing state has been retained by the forwarding table as part of graceful restart procedures. This timer duration is used when rtmEntityFtStateRetained is 'true'. It determines the maximum length of time before DC-RTM deems that routing table convergence is complete and hence the maximum length of time before DC-RTM sends routing updates to the forwarding table. This is typically set to a value greater than the restart timer duration of each routing protocol, so that the routing table can converge before the forwarding table is updated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rtmEntityFtStateRetained 1.2.826.0.1.1578918.5.61.1.1.1.1.38
Whether state has been maintained by the forwarding table during a restart of DC-RTM. This indicates which startup timer duration DC-RTM should uses. Setting this to 'true' causes DC-RTM to use the value of rtmEntityRestartTime as the startup timer duration. Setting this to 'false' causes DC-RTM to use the value of rtmEntityStartupTime as the startup timer duration.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  


rtmEntityBfdIndex 1.2.826.0.1.1578918.5.61.1.1.1.1.40
The entity index of the instance of the BFD stub to which this instance of DC-RTM should join. A value of zero indicates that no BFD join is required. If a non-zero value is specified then DC-RTM can only be active if the corresponding BFD stub is active.
Status: current Access: read-create
OBJECT-TYPE    
  NumericIndexOrZero  

rtmEntityBfdJoinStatus 1.2.826.0.1.1578918.5.61.1.1.1.1.41
The status of the BFD master join.
Status: current Access: read-only
OBJECT-TYPE    
  RtmMjStatus  

rtmEntityEnableTrapSupport 1.2.826.0.1.1578918.5.61.1.1.1.1.42
Set this object to 'true' to enable trap support in DC-RTM. When this field is set to 'true', DC-RTM will generate the rtmOperStateChange, rtmStaticRouteChange and rtmPathActivityChange traps.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistTable 1.2.826.0.1.1578918.5.61.1.1.2
The table of DC-RTM redistribution information entries. This table is used to determine how routing information is redistributed to routing protocol managers (RPMs) using DC-RTM's Routing Protocol Input interface. The RPM to which the information may be redistributed is called the destination RPM. Routing information is received from RPMs and from the MIB (for static routes); these are referred to as the routing information source. In general, DC-RTM will not redistribute a route from an RPM back to the same RPM. The one exception to this is if it is explicitly configured to do so - in other words, if it is configured with a redistribution rule where the source and destination filters both indicate the same RPM instance. One example use for this is to inform an instance of BGP which of its routes are active - see the definition of bgpRmAfiSafiAdvertiseInactive in the BGP MIB for more details.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RtmRedistEntry

rtmRedistEntry 1.2.826.0.1.1578918.5.61.1.1.2.1
Information defining how routing information is redistributed to routing protocol managers (RPMs)by DC-RTM on its Routing Protocol Input interface. There are two key aspects to an entry in this table. Firstly, it contains a set of filters which determine whether or not the entry applies to a given pairing of a given set of routing information and a given destination RPM. There is a filter priority to determine which entry to use if there are multiple entries whose filters match a given pairing. Secondly, it contains parameters to use when redistributing the routing information to the destination RPM, including a flag which determines whether or not to redistribute at all.
Status: current Access: not-accessible
OBJECT-TYPE    
  RtmRedistEntry  

rtmRedistFteIndex 1.2.826.0.1.1578918.5.61.1.1.2.1.1
The HAF entity index identifying the instance of DC-RTM to which this redistribution table entry applies.
Status: current Access: not-accessible
OBJECT-TYPE    
  FteIndex  

rtmRedistEntryId 1.2.826.0.1.1578918.5.61.1.1.2.1.2
The index of this DC-RTM redistribution table entry within the DC-RTM entity. This is an arbitrarily selected identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

rtmRedistRowStatus 1.2.826.0.1.1578918.5.61.1.1.2.1.3
Used to create and delete a DC-RTM redistribution table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rtmRedistAdminStat 1.2.826.0.1.1578918.5.61.1.1.2.1.4
The administrative state of the redistribution table entry. The row status by itself does not indicate whether the redistribution is currently active. The row must be defined and the administrative status must be up. This enables a MIB agent to turn off a particular redistribution without deleting it from the table altogether.
Status: current Access: read-create
OBJECT-TYPE    
  AdminStatus  

rtmRedistPriority 1.2.826.0.1.1578918.5.61.1.1.2.1.5
The priority assigned to this table entry. The lower this value takes, the higher the priority of the entry. The priority takes effect when there is more than one entry in the table whose filters match a pairing of routing information and destination RPM.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rtmRedistInfoSrc 1.2.826.0.1.1578918.5.61.1.1.2.1.6
The source of the routing information. This is one of: - an RPM, joined to DC-RTM on the Routing Protocol Input interface - 'static' for statically defined routes, defined in the static routes table with path type ATG_QC_PATH_STATIC - 'connected' for routes to local IP addresses and directly connected IP addresses and subnets, learned via the I3 interface, or defined in the static route table with path type ATG_QC_PATH_CONNECTED - 'all', meaning that this entry applies to routes from all RPMs and static routes, but not routes learnt via the I3 interface - 'all-incl-connected', meaning that this entry applies to routes from all RPMs, static routes, and routes learnt via the I3 interface.
Status: current Access: read-create
OBJECT-TYPE    
  InfoSourceDest  

rtmRedistSrcInstFlt 1.2.826.0.1.1578918.5.61.1.1.2.1.7
Specifies whether or not a source instance filter is in use. If it is not in use then this entry applies to all instances of the source RPM. The purpose of this filter is to allow an entry to apply to only one instance of the source RPM if more than one instance is active. The filter must always be off if the routing information source is set to 'all' or 'all-incl-connected'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistSrcInst 1.2.826.0.1.1578918.5.61.1.1.2.1.8
Value of the source instance filter, if in use. If the filter is in use then do not match the source routing information to this entry if this filter value does not match the fault tolerant entity index of the RPM instance specified as the routing information source.
Status: current Access: read-create
OBJECT-TYPE    
  FteIndex  

rtmRedistInfoDest 1.2.826.0.1.1578918.5.61.1.1.2.1.9
The destination of the routing information. This is usually an RPM, joined to DC-RTM on the Routing Protocol Input interface. It can also be set to 'all' or 'all-incl-connected', meaning that this entry applies to all routing information destinations.
Status: current Access: read-create
OBJECT-TYPE    
  InfoSourceDest  

rtmRedistDestInstFlt 1.2.826.0.1.1578918.5.61.1.1.2.1.10
Specifies whether or not a destination instance filter is in use. If it is not in use then this entry applies to all instances of the destination RPM. The purpose of this filter is to allow an entry to apply to only one instance of the destination RPM if more than one instance is active. The filter must always be off if the routing information destination is 'all' or 'all-incl-connected'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistDestInst 1.2.826.0.1.1578918.5.61.1.1.2.1.11
Value of the destination instance filter, if in use. If the filter is in use then do not redistribute this routing information to a given instance of an RPM if this filter value does not match the fault tolerant entity index of the RPM instance.
Status: current Access: read-create
OBJECT-TYPE    
  FteIndex  

rtmRedistAddrFilterType 1.2.826.0.1.1578918.5.61.1.1.2.1.12
The type of the address used as the destination address filter. This object must be set to the same value as rtmEntityAddressFamily, and this is its default value.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

rtmRedistAddrFilter 1.2.826.0.1.1578918.5.61.1.1.2.1.13
Destination IP address filter. Do not match the source routing information to this entry if one of these fails: - the destination IP address in the source routing information, with the IP address filter prefix length applied, matches the IP address filter with the IP address filter prefix length applied - the destination IP address prefix length is greater than or equal to the IP address filter prefix length. The IP address filter prefix length is given by the rtmRedistAddrFltLen object. Applying the prefix length to an address means taking the first rtmRedistAddrFltLen bits of the address. To avoid having any destination IP address filtering, set the IP address filter to all zeroes and the IP address filter prefix length to zero. The length of this IP address must be the address length for the family given by rtmEntityAddressFamily.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmRedistAddrFltLen 1.2.826.0.1.1578918.5.61.1.1.2.1.14
Destination IP address filter prefix length (in bits). Do not match the source routing information to this entry if one of these fails: - the destination IP address in the source routing information, with the IP address filter prefix length applied, matches the IP address filter with the IP address filter prefix length applied - the destination IP address prefix length is greater than or equal to the IP address filter prefix length. If the IP address filter prefix length is L, then applying the length to an address means taking the first L bits of the address. To avoid having any destination IP address filtering, set the IP address filter to all zeroes and the IP address filter prefix length to zero.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rtmRedistHopFltValType 1.2.826.0.1.1578918.5.61.1.1.2.1.15
The type of the address used as the next hop address filter. This object must be set to the same value as rtmEntityAddressFamily, and this is its default value.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

rtmRedistHopFltVal 1.2.826.0.1.1578918.5.61.1.1.2.1.16
Value of next hop filter. Do not match the source routing information to this entry if none of the next hop values in the source routing information, with the next hop filter prefix length applied, matches the next hop filter value with the next hop filter prefix length applied. The next hop filter prefix length is given by the rtmRedistHopFltLen object. Applying the prefix length to an address means taking the first rtmRedistHopFltLen bits of the address. To avoid having any next hop filtering, set the next hop filter to all zeroes and the next hop filter prefix length to zero. The length of this next hop filter must be the address length for the family given by rtmEntityAddressFamily.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmRedistHopFltLen 1.2.826.0.1.1578918.5.61.1.1.2.1.17
Next hop filter prefix length. Do not match the source routing information to this entry if none of the next hop values in the source routing information, with the next hop filter prefix length applied, matches the next hop filter value with the next hop filter prefix length applied. If the next hop filter prefix length is L, then applying the length to an address means taking the first L bits of the address. To avoid having any next hop filtering, set the next hop filter to all zeroes and the next hop filter prefix length to zero.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rtmRedistIfIndexFlt 1.2.826.0.1.1578918.5.61.1.1.2.1.18
Specifies whether or not an output network interface index filter is in use.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistIfIndex 1.2.826.0.1.1578918.5.61.1.1.2.1.19
Value of output network interface index filter, if in use. If the filter is in use then do not match the source routing information to this entry if none of the output network interface indexes in the source routing information matches this filter value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rtmRedistPathTypeFlt 1.2.826.0.1.1578918.5.61.1.1.2.1.20
Specifies whether or not a path type filter is in use. If it is not in use then this entry applies to all path type values. A path type filter can only be used if the routing information source filter _info_src_ is not set to 'all' or 'all-incl-connected'. The value of the path type filter, if used, must be one of the path types which matches the routing information source. For example, a path type filter of 'OSPF external type 1' can only be used if the routing information source filter is set to OSPF.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistPathType 1.2.826.0.1.1578918.5.61.1.1.2.1.21
Value of path type filter, if in use. If the filter is in use then do not match the source routing information to this entry if the path type in the source routing information does not match this filter value. A path type filter can only be used if the routing information source filter _info_src_ is not set to 'all' or 'all-incl-connected'. The value of the path type filter, if used, must be one of the path types which matches the routing information source. For example, a path type filter of 'OSPF external type 1' can only be used if the routing information source filter is set to OSPF.
Status: current Access: read-create
OBJECT-TYPE    
  PathType  

rtmRedistOspfAreaFlt 1.2.826.0.1.1578918.5.61.1.1.2.1.22
Specifies whether or not an OSPF area filter is in use. The filter can only be on if the routing information source field is OSPF.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistOspfArea 1.2.826.0.1.1578918.5.61.1.1.2.1.23
Value of OSPF area filter, if in use. If the filter is in use then do not match the source routing information to this entry if the OSPF area ID in the information does not match this area ID.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

rtmRedistOspfTagFlt 1.2.826.0.1.1578918.5.61.1.1.2.1.24
Specifies whether or not an OSPF tag filter is in use. The filter can only be on if the routing information source field is OSPF.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistOspfTag 1.2.826.0.1.1578918.5.61.1.1.2.1.25
Value of OSPF tag filter, if in use. If the filter is in use then do not match the source routing information to this entry if the tag in the information does not match this tag.
Status: current Access: read-create
OBJECT-TYPE    
  OspfTag  

rtmRedistCommunityFlt 1.2.826.0.1.1578918.5.61.1.1.2.1.26
Specifies whether or not a BGP community number filter is in use. The filter can only be on if the routing information source field is BGP.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistCommunity 1.2.826.0.1.1578918.5.61.1.1.2.1.27
Value of BGP community number filter, if in use. If the filter is in use then do not match the source routing information to this entry if there is no match between one of the community numbers in the source routing information and the value of this filter.
Status: current Access: read-create
OBJECT-TYPE    
  BgpCommunity  

rtmRedistExtCommFlt 1.2.826.0.1.1578918.5.61.1.1.2.1.28
Specifies whether or not a BGP extended community number filter is in use. The filter can only be on if the routing information source field is BGP.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistExtComm 1.2.826.0.1.1578918.5.61.1.1.2.1.29
Value of BGP extended community number filter, if in use. If the filter is in use then do not match the source routing information to this entry if there is no match between one of the extended community numbers in the source routing information and the value of this filter.
Status: current Access: read-create
OBJECT-TYPE    
  BgpExtendedCommunity  

rtmRedistRedistFlag 1.2.826.0.1.1578918.5.61.1.1.2.1.30
Flag determining whether or not DC-RTM redistributes routing information from the given source to the given destination.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistMetricConv 1.2.826.0.1.1578918.5.61.1.1.2.1.31
How to act on the value of the metric in the routing information received from the source to create a value for the metric in the routing information sent to the destination. This field is only used if the redistribution flag is TRUE.
Status: current Access: read-create
OBJECT-TYPE    
  MetricConversion  

rtmRedistMetricValue 1.2.826.0.1.1578918.5.61.1.1.2.1.32
Numerical parameter to use when creating a value for the metric in the routing information sent to the destination based on the supplied metric in the routing information received from the source. This field is only used if the redistribution flag is TRUE and the metric conversion field is set to 'constant', 'scale up', 'scale down' or 'truncate'. If the metric conversion field is 'constant' then the new metric value is just the value of the numerical parameter. If the metric conversion field is 'scale up' then the new metric value is the supplied metric multiplied by the value of the numerical parameter (or 0xffffffff if this is smaller). If the metric conversion method is 'scale down' then the new metric value is the supplied metric divided by the value of the numerical parameter (rounded down to the next integer). The numerical parameter cannot be zero in this case. If the metric conversion field is 'truncate' then the new metric value is the lower value of the supplied metric value and the numerical parameter.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

rtmRedistNwPathType 1.2.826.0.1.1578918.5.61.1.1.2.1.33
Type of path to set in routing information sent to destination. This field is only used if the redistribution flag is TRUE. If the information destination filter _info_dest_ is set to 'all' or 'all-incl-connected', the new path type must be set to 'none'. Otherwise it must be set either to 'none' or to a path type which matches the routing information destination filter. For example, a new path type of 'OSPF external type 1' can only be used if the routing information destination filter is set to OSPF.
Status: current Access: read-create
OBJECT-TYPE    
  PathType  

rtmRedistNwOspfTag 1.2.826.0.1.1578918.5.61.1.1.2.1.34
Value of OSPF tag to set in routing information sent to destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is OSPF or 'all' or 'all-incl-connected'.
Status: current Access: read-create
OBJECT-TYPE    
  OspfTag  

rtmRedistOspfPropagate 1.2.826.0.1.1578918.5.61.1.1.2.1.35
Value of OSPF propagate flag to set in routing information sent to destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is OSPF or 'all' or 'all-incl-connected'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistAddCommunity 1.2.826.0.1.1578918.5.61.1.1.2.1.36
Flag determining whether or not DC-RTM adds a BGP community value in routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistNwCommunity 1.2.826.0.1.1578918.5.61.1.1.2.1.37
Value to use for BGP community number in routing information sent to the destination if the add community flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpCommunity  

rtmRedistAddExtComm 1.2.826.0.1.1578918.5.61.1.1.2.1.38
Flag determining whether or not DC-RTM adds a BGP extended community value in routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistNwExtComm 1.2.826.0.1.1578918.5.61.1.1.2.1.39
Value to use for BGP extended community number in routing information sent to destination if the add extended community flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpExtendedCommunity  

rtmRedistNwOrigin 1.2.826.0.1.1578918.5.61.1.1.2.1.40
Value to use for the BGP origin code in the routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.
Status: current Access: read-create
OBJECT-TYPE    
  BgpOriginCode  

rtmRedistAddMed 1.2.826.0.1.1578918.5.61.1.1.2.1.41
Flag determining whether or not DC-RTM adds a BGP Multi-Exit Discriminator value in routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistNwMed 1.2.826.0.1.1578918.5.61.1.1.2.1.42
Value to use for the BGP Multi-Exit Discriminator in the routing information sent to the destination of the add MED flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rtmRedistAddLocalPref 1.2.826.0.1.1578918.5.61.1.1.2.1.43
Flag determining whether or not DC-RTM adds a BGP Local Preference value in routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistNwLocalPref 1.2.826.0.1.1578918.5.61.1.1.2.1.44
Value to use for the BGP Local Preference in the routing information sent to the destination if the add local pref flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rtmRedistSetListId 1.2.826.0.1.1578918.5.61.1.1.2.1.45
List identifier for the list of set actions to apply. The list of set actions are defined in the rtmRdstSetFieldTable, and are the group of entries in that table with the rtmRdstSetFieldListId field equal to the list identifier specified here. This field is only used if the redistribution flag is TRUE. A value of 0 indicates no list is specified.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

rtmRedistAddAsLimUpper 1.2.826.0.1.1578918.5.61.1.1.2.1.46
Flag determining whether or not DC-RTM adds a BGP AS_PATHLIMIT attribute upper bound value to routing information sent to the destination. The destination will automatically add the AS number part of the attribute. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmRedistNwAsLimUpper 1.2.826.0.1.1578918.5.61.1.1.2.1.47
Value to use for the BGP AS_PATHLIMIT upper bound in the routing information sent to the destination if the rtmRedistAddAsLimUpper flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

rtmRedistOspfVpnPeCeSupport 1.2.826.0.1.1578918.5.61.1.1.2.1.48
Flag determining whether or not DC-RTM translates between OSPF routes and BGP routes in order to facilitate use of OSPF between provider edge (PE) routers and customer edge (CE) routers in a BGP/MPLS IP VPN. Setting this field to true enables translation between OSPF routes and BGP routes as described in RFC 4577 and draft-ietf-l3vpn-ospfv3-pece-07. This function should only be enabled for OSPF instances for customer VPNs on PE routers. It should be disabled for CE routers, and on PE routers it should be disabled for any OSPF instances for the provider backbone network. The translation between OSPF routes and BGP routes can be overridden by other fields in the redistribution table entry, including rtmRedistNwPathType, rtmRedistMetricConv, rtmRedistMetricValue, rtmRedistAddMed and rtmRedistNwMed. The translation between OSPF routes and BGP routes also depends on route translation performed by OSPF according to the OSPF Domain ID configuration. This field is only used if the redistribution flag is TRUE and the source or destination for the routing information include OSPF and BGP.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmStaticRtTable 1.2.826.0.1.1578918.5.61.1.1.3
The table of DC-RTM static routes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RtmStaticRtEntry

rtmStaticRtEntry 1.2.826.0.1.1578918.5.61.1.1.3.1
Information about static routes, containing next hop information or instruction to discard/reject matching packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  RtmStaticRtEntry  

rtmStaticRtFteIndex 1.2.826.0.1.1578918.5.61.1.1.3.1.1
The HAF entity index identifying the instance of DC-RTM to which this static route entry applies.
Status: current Access: not-accessible
OBJECT-TYPE    
  FteIndex  

rtmStaticRtDestAddrType 1.2.826.0.1.1578918.5.61.1.1.3.1.2
The type of the address used as the destination internetwork address or subnet address. This object must be set to the same value as rtmEntityAddressFamily.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rtmStaticRtDestAddr 1.2.826.0.1.1578918.5.61.1.1.3.1.3
Destination internetwork address or subnet address. The destination prefix length is applied to this value, and to a particular destination address, to determine whether the route applies to the particular address. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmStaticRtDestLen 1.2.826.0.1.1578918.5.61.1.1.3.1.4
Prefix length (in bits) to apply to the destination internetwork address or subnet address, to obtain the set of addresses to which this route applies. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..128  

rtmStaticRtNextHopType 1.2.826.0.1.1578918.5.61.1.1.3.1.5
The type of the address used as the next-hop address for this route. This object must be set to the same value as rtmEntityAddressFamily, even if the rtmStaticRtNextHop object is set to all zeroes.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rtmStaticRtNextHop 1.2.826.0.1.1578918.5.61.1.1.3.1.6
The next-hop IP address, if any. If rtmStaticRtAction is 'forward', there may or may not be a next-hop IP address. A next-hop IP address is not required if an output interface index is specified (in other words, if rtmStaticRtIfIndex is non-zero). It is possible to supply a next-hop IP address, but to set the output interface index (rtmStaticRtIfIndex) to zero. In this case - the next hop is referred to as a loose next hop - the next-hop address does not need to be on a directly connected device - if DC-RTM cannot find a route to the specified next-hop address, it does not return the static route on the rtmRouteTable, it does not redistribute the static route to routing protocol managers, and it does not program the static route to a forwarding table (unless the forwarding table has registered to receive loose next hops) or to a partner that is querying route information (such as BGP or PIM). If rtmStaticRtAction is not 'forward', there is no next-hop IP address. If there is no next-hop IP address, the rtmStaticRtNextHop object is set to all zeroes.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmStaticRtIfIndex 1.2.826.0.1.1578918.5.61.1.1.3.1.7
This field contains the network interface index of the interface configured to reach the next hop. If 0, then the rtmStaticRtOutIfIndex is determined by a subnet match of the configured next hop IP address. Otherwise, the rtmStaticRtOutIfIndex is equal to this value.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

rtmStaticRtOutIfIndex 1.2.826.0.1.1578918.5.61.1.1.3.1.8
If the action to perform is to forward the packet, this field contains the network interface index of the output network interface used to reach the next hop. It is not defined for other action values.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

rtmStaticRtRowStatus 1.2.826.0.1.1578918.5.61.1.1.3.1.9
Used to create and delete a DC-RTM static route.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rtmStaticRtAdminStat 1.2.826.0.1.1578918.5.61.1.1.3.1.10
The administrative state of the static route. The row status by itself does not indicate whether the static route definition is currently active. The row must be defined and the administrative status must be up. This enables a MIB agent to turn off a particular static route without deleting it from the table altogether.
Status: current Access: read-create
OBJECT-TYPE    
  AdminStatus  

rtmStaticRtOverride 1.2.826.0.1.1578918.5.61.1.1.3.1.11
The administrative distance for this route is by default taken to be the administrative distance configured in the DC-RTM entity table associated with the route's path type (rtmStaticRtPathType). If rtmStaticRtOverride is set to AMB_TRUE, this admin distance is overridden and we use the rtmStaticRtAdminDist instead. The lower the administrative distance for a given route, the more likely that route is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmStaticRtAdminDist 1.2.826.0.1.1578918.5.61.1.1.3.1.12
Administrative distance for static route, if overriding the default administrative distance for this route given in the DC-RTM entity table. This field is not defined if overriding is not being performed. The lower the administrative distance for a given route, the more likely that route is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.
Status: current Access: read-create
OBJECT-TYPE    
  AdminDistance  

rtmStaticRtAction 1.2.826.0.1.1578918.5.61.1.1.3.1.13
The action to perform on receipt of a packet to the specified destination. If the action type is 'forward', one or both of the rtmStaticRtNextHop and rtmStaticRtIfIndex objects must be set to a non-zero value. If the action type is not 'forward', the rtmStaticRtNextHop and rtmStaticRtIfIndex objects must both be set to zero. The action type cannot be set to 'tunnel' for a static route. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE.
Status: current Access: read-create
OBJECT-TYPE    
  RouteAction  

rtmStaticRtFwdAddrType 1.2.826.0.1.1578918.5.61.1.1.3.1.14
The type of the address used as the forwarding address for this route. This object must be set to the same value as rtmEntityAddressFamily.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

rtmStaticRtForwardingAddr 1.2.826.0.1.1578918.5.61.1.1.3.1.15
Forwarding address to advertise for this route. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmStaticRtPathType 1.2.826.0.1.1578918.5.61.1.1.3.1.16
Type of path associated with this route.
Status: current Access: not-accessible
OBJECT-TYPE    
  PathType  

rtmStaticRtUsePathCost 1.2.826.0.1.1578918.5.61.1.1.3.1.17
Used to enable/disable the usage of the path cost metric for this route
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rtmStaticRtPathCost 1.2.826.0.1.1578918.5.61.1.1.3.1.18
Path cost for this static route, if overriding the default setting. This field is not used if rtmStaticRtUsePathCost is set to AMB_FALSE. When deciding which path for a given route should be marked as active, the administrative distance is considered first. If multiple paths have the same administrative distance, the path with the lowest path cost is chosen as the active path. If multiple paths have the same path cost, one or more paths may be marked as active depending on the value of rtmEntityEqlCostOpt.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rtmStaticRtUserData 1.2.826.0.1.1578918.5.61.1.1.3.1.19
User data for this static route. This user data is passed to the QCRT_USER_STATIC_RT_EVENT user exit.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(8)  

rtmStaticRtLooseNextHop 1.2.826.0.1.1578918.5.61.1.1.3.1.20
This object indicates whether this static route contains a loose next hop (see rtmStaticRtNextHop for details).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rtmStaticRtBfdSupport 1.2.826.0.1.1578918.5.61.1.1.3.1.21
This object indicates whether DC-RTM should use BFD to check IP reachability to the static route's next hop. DC-RTM will only attempt to use BFD if rtmEntityBfdIndex is non-zero and the static route has rtmStaticRtAction set to 'forward' and rtmStaticRtNextHop set to a non-null IP address. This object should be set as follows. - Set to 'none' if BFD is not required for this static route. - Set to 'desired' if it is not known whether the next hop router supports BFD. DC-RTM will use BFD for reachability checking if BFD is able to contact the next hop router. If the BFD session fails, the static route will be removed from the forwarding table and will not be used for redistribution. - Set to 'required' if it is known that the next hop router supports BFD. DC-RTM will use BFD to check reachability of the next hop. If BFD is unable to contact the next hop router or if the BFD session fails, the static route will be removed from the forwarding table and will not be used for redistribution. The current state of the BFD session is indicated by rtmStaticRtBfdStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RtmBfdSupport  

rtmStaticRtBfdStatus 1.2.826.0.1.1578918.5.61.1.1.3.1.22
The current BFD session state for this static route.
Status: current Access: read-only
OBJECT-TYPE    
  BfdSessionStatus  

rtmMjTable 1.2.826.0.1.1578918.5.61.1.1.4
This table controls which entities DC-RTM should join to as master. Each join is represented by a row in this table. The status of each join is represented by a read-only object within each row.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RtmMjEntry

rtmMjEntry 1.2.826.0.1.1578918.5.61.1.1.4.1
Represents a join for which DC-RTM is master.
Status: current Access: not-accessible
OBJECT-TYPE    
  RtmMjEntry  

rtmMjRtmFteIndex 1.2.826.0.1.1578918.5.61.1.1.4.1.1
The HAF entity index identifying the instance of DC-RTM to which this master join table entry applies.
Status: current Access: not-accessible
OBJECT-TYPE    
  FteIndex  

rtmMjSlaveFteId 1.2.826.0.1.1578918.5.61.1.1.4.1.2
The HAF entity index identifying the instance of the slave entity to which this master join table entry applies. This index is used in the join user data, to enable FTI-specific code within System Manager to select a suitable slave entity instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  FteIndex  

rtmMjSlaveType 1.2.826.0.1.1578918.5.61.1.1.4.1.8
The type of entity which the slave side of this join should be. This value is used in the join user data, to enable FTI-specific code within System Manager to select a suitable slave entity instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  AriPrtnrType  

rtmMjIfType 1.2.826.0.1.1578918.5.61.1.1.4.1.3
Identifies the interface type for this master join.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceType  

rtmMjRowStatus 1.2.826.0.1.1578918.5.61.1.1.4.1.4
The row status for this DC-RTM master join table entry, used to create and destroy table entries.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rtmMjAdminStatus 1.2.826.0.1.1578918.5.61.1.1.4.1.5
The administrative status of this master join, used to start and stop the join.
Status: current Access: read-create
OBJECT-TYPE    
  AdminStatus  

rtmMjOperStatus 1.2.826.0.1.1578918.5.61.1.1.4.1.6
The current operational status of this master join.
Status: current Access: read-only
OBJECT-TYPE    
  OperStatus  

rtmMjJoinStatus 1.2.826.0.1.1578918.5.61.1.1.4.1.7
The status of the master join.
Status: current Access: read-only
OBJECT-TYPE    
  RtmMjStatus  

rtmMjSafi 1.2.826.0.1.1578918.5.61.1.1.4.1.9
Sub-address family indicating the type of routes that can be queried on the join. This field is only relevant for joins to BGP or PIM. Allowed values are none, unicast and multicast. An example use is where unicast and multicast topologies are different. In this scenario the system requires separate RTM instances to hold the unicast and multicast routing tables. In this case, ARI queries from PIM relate to the multicast routing table, but ARI queries from BGP could be either for the unicast or multicast routing table. If only a single sub-address family need be supported then this can be left with the default value of none. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.
Status: current Access: read-create
OBJECT-TYPE    
  InetSubAddressType  

rtmSjTable 1.2.826.0.1.1578918.5.61.1.1.5
This table contains information on joins for which DC-RTM entities are acting as slaves. Each row in this table represents one slave join in a particular DC-RTM entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RtmSjEntry

rtmSjEntry 1.2.826.0.1.1578918.5.61.1.1.5.1
Represents a join for which DC-RTM is slave.
Status: current Access: not-accessible
OBJECT-TYPE    
  RtmSjEntry  

rtmSjRtmFteIndex 1.2.826.0.1.1578918.5.61.1.1.5.1.1
The HAF entity index identifying the instance of DC-RTM to which this slave join table entry applies.
Status: current Access: not-accessible
OBJECT-TYPE    
  FteIndex  

rtmSjRtmRpmIndex 1.2.826.0.1.1578918.5.61.1.1.5.1.2
Internal index used by DC-RTM for this RPM.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

rtmSjIfType 1.2.826.0.1.1578918.5.61.1.1.5.1.3
Identifies the interface type for this master join.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceType  

rtmSjMastFteType 1.2.826.0.1.1578918.5.61.1.1.5.1.4
Additional information about the type of master entity which created the join, where this is not uniquely defined by the interface type. For joins to Routing Protocol Managers using the Routing Protocol Input interface, this field contains the routing protocol type.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmSjMastFteId 1.2.826.0.1.1578918.5.61.1.1.5.1.5
The HAF entity index identifying the instance of the master entity to which this slave join table entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  FteIndex  

rtmSjJoinStatus 1.2.826.0.1.1578918.5.61.1.1.5.1.6
The status of the slave join.
Status: current Access: read-only
OBJECT-TYPE    
  RtmSjStatus  

rtmRouteTable 1.2.826.0.1.1578918.5.61.1.1.6
This entity's IP Routing table. A route is present in this table if and only if it has been programmed to an Active Routes Interface consumer. This may be a consumer that asks for all route updates (such as a forwarding table), or it may be a consumer that queries information about specific routes (such as BGP or PIM).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RtmRouteEntry

rtmRouteEntry 1.2.826.0.1.1578918.5.61.1.1.6.1
A particular route to a particular destina- tion, under a particular policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  RtmRouteEntry  

rtmRouteFteIndex 1.2.826.0.1.1578918.5.61.1.1.6.1.1
The HAF entity index identifying the instance of DC-RTM to which this static route entry applies.
Status: current Access: not-accessible
OBJECT-TYPE    
  FteIndex  

rtmRouteStatus 1.2.826.0.1.1578918.5.61.1.1.6.1.2
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

rtmRouteDestType 1.2.826.0.1.1578918.5.61.1.1.6.1.3
The type of the address used as the destination IP address for this route.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rtmRouteDest 1.2.826.0.1.1578918.5.61.1.1.6.1.4
Destination internetwork address or subnet address. The destination prefix length is applied to this value, and to a particular destination address, to determine whether the route applies to the particular address. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmRouteDestLen 1.2.826.0.1.1578918.5.61.1.1.6.1.5
Prefix length (in bits) to apply to the rtmRouteDest object, to obtain the set of addresses to which this route applies. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..128  

rtmRouteTos 1.2.826.0.1.1578918.5.61.1.1.6.1.6
The policy specifier is the IP TOS Field. The encoding of IP TOS is as specified by the following convention. Zero indicates the default path if no more specific policy applies. +=====+=====+=====+=====+=====+=====+=====+=====+ | | | | | PRECEDENCE | TYPE OF SERVICE | 0 | | | | | +=====+=====+=====+=====+=====+=====+=====+=====+ IP TOS IP TOS Field Policy Field Policy Contents Code Contents Code 0 0 0 0 ==> 0 0 0 0 1 ==> 2 0 0 1 0 ==> 4 0 0 1 1 ==> 6 0 1 0 0 ==> 8 0 1 0 1 ==> 10 0 1 1 0 ==> 12 0 1 1 1 ==> 14 1 0 0 0 ==> 16 1 0 0 1 ==> 18 1 0 1 0 ==> 20 1 0 1 1 ==> 22 1 1 0 0 ==> 24 1 1 0 1 ==> 26 1 1 1 0 ==> 28 1 1 1 1 ==> 30 RTM always returns a default value of 0 for this field.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..15  

rtmRouteNextHopType 1.2.826.0.1.1578918.5.61.1.1.6.1.7
The type of the address used as the next-hop address for this route.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rtmRouteNextHop 1.2.826.0.1.1578918.5.61.1.1.6.1.8
On remote routes, the address of the next system en route; Otherwise, zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmRouteIfIndex 1.2.826.0.1.1578918.5.61.1.1.6.1.9
The ifIndex value which identifies the local interface through which the next hop of this route should be reached.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

rtmRouteType 1.2.826.0.1.1578918.5.61.1.1.6.1.10
The type of route. local(3) refers to a route for which the destination is a local IP address or for which the next hop is the final destination. This includes routes to local IP addresses and routes to directly connected IP addresses or subnets. remote(4) refers to a route for which the next hop is not the final destination. reject (2) refers to a route which, if matched, discards the message as unreachable. This is used in some protocols as a means of correctly aggregating routes.
Status: current Access: read-only
OBJECT-TYPE    
  RouteType  

rtmRouteProto 1.2.826.0.1.1578918.5.61.1.1.6.1.11
The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols.
Status: current Access: read-only
OBJECT-TYPE    
  IANAipRouteProtocol  

rtmRouteAge 1.2.826.0.1.1578918.5.61.1.1.6.1.12
The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of 'too old' can be implied except through knowledge of the routing protocol by which the route was learned. This age is only accurate for entries which are less that 49 days old.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRouteInfo 1.2.826.0.1.1578918.5.61.1.1.6.1.13
A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the route's rtmRouteProto value. RTM returns the following. - For OSPF, an integer representation of the OID which is required by RFC 2096. - For ISIS, an integer representation of the types of route to IP reachable addresses.
Status: current Access: read-only
OBJECT-TYPE    
  RouteInfo  

rtmRouteNextHopAS 1.2.826.0.1.1578918.5.61.1.1.6.1.14
The Autonomous System Number of the Next Hop. The semantics of this object are determined by the routing-protocol specified in the route's rtmRouteProto value. When this object is unknown or not relevant its value should be set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRouteMetric1 1.2.826.0.1.1578918.5.61.1.1.6.1.15
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRouteMetric2 1.2.826.0.1.1578918.5.61.1.1.6.1.16
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRouteMetric3 1.2.826.0.1.1578918.5.61.1.1.6.1.17
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRouteMetric4 1.2.826.0.1.1578918.5.61.1.1.6.1.18
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRouteMetric5 1.2.826.0.1.1578918.5.61.1.1.6.1.19
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRouteConnected 1.2.826.0.1.1578918.5.61.1.1.6.1.20
Indicates whether the route destination is directly connected. A directly connected route can be reached without going through any IP routers. Route destinations that are local IP addresses are not considered to be directly connected. This field can only be true if rtmRouteType is set to 'local'.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rtmRouteXCIndex 1.2.826.0.1.1578918.5.61.1.1.6.1.21
Index into mplsXCTable that identifies which cross- connect entry is associated with this route entry by containing the mplsXCIndex of that cross-connect entry. This field is only valid for a VPN BGP route where rtmRouteType is remote and rtmRouteProto is bgp. Where valid, a zero value for this field indicates that a label stack is not associated with this route entry. This can be the case because the label bindings have not yet been established, or because some change in the agent has removed them.
Status: current Access: read-only
OBJECT-TYPE    
  MplsIndexType  

rtmRouteLocalDestIfIndex 1.2.826.0.1.1578918.5.61.1.1.6.1.22
If the route destination is a local IP address then this is the interface index that the local IP address is assigned to. Otherwise this field is zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

rtmRibTable 1.2.826.0.1.1578918.5.61.1.1.7
Read-only copy of this entity's Routing Information Base. This is the complete set of routes known by DC-RTM and is a superset of the routes accessible through the rtmRouteTable (which accesses only the active routes from the Forwarding Information Base).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RtmRibEntry

rtmRibEntry 1.2.826.0.1.1578918.5.61.1.1.7.1
A particular entry in the Routing Information Base.
Status: current Access: not-accessible
OBJECT-TYPE    
  RtmRibEntry  

rtmRibFteIndex 1.2.826.0.1.1578918.5.61.1.1.7.1.1
The HAF entity index identifying the instance of DC-RTM to which this RIB entry applies.
Status: current Access: not-accessible
OBJECT-TYPE    
  FteIndex  

rtmRibStatus 1.2.826.0.1.1578918.5.61.1.1.7.1.2
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

rtmRibDestType 1.2.826.0.1.1578918.5.61.1.1.7.1.3
The type of the address used as the destination IP address for this route.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rtmRibDest 1.2.826.0.1.1578918.5.61.1.1.7.1.4
Destination internetwork address or subnet address. The destination prefix length is applied to this value, and to a particular destination address, to determine whether the route applies to the particular address. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmRibDestLen 1.2.826.0.1.1578918.5.61.1.1.7.1.5
Prefix length (in bits) to apply to the rtmRibDest object, to obtain the set of addresses to which this route applies. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..128  

rtmRibTos 1.2.826.0.1.1578918.5.61.1.1.7.1.6
The policy specifier is the IP TOS Field. The encoding of IP TOS is as specified by the following convention. Zero indicates the default path if no more specific policy applies. +=====+=====+=====+=====+=====+=====+=====+=====+ | | | | | PRECEDENCE | TYPE OF SERVICE | 0 | | | | | +=====+=====+=====+=====+=====+=====+=====+=====+ IP TOS IP TOS Field Policy Field Policy Contents Code Contents Code 0 0 0 0 ==> 0 0 0 0 1 ==> 2 0 0 1 0 ==> 4 0 0 1 1 ==> 6 0 1 0 0 ==> 8 0 1 0 1 ==> 10 0 1 1 0 ==> 12 0 1 1 1 ==> 14 1 0 0 0 ==> 16 1 0 0 1 ==> 18 1 0 1 0 ==> 20 1 0 1 1 ==> 22 1 1 0 0 ==> 24 1 1 0 1 ==> 26 1 1 1 0 ==> 28 1 1 1 1 ==> 30 RTM always returns a default value of 0 for this field.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..15  

rtmRibNextHopType 1.2.826.0.1.1578918.5.61.1.1.7.1.7
The type of the address used as the next-hop address for this route.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rtmRibNextHop 1.2.826.0.1.1578918.5.61.1.1.7.1.8
On remote routes, the address of the next system en route; Otherwise, zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmRibIfIndex 1.2.826.0.1.1578918.5.61.1.1.7.1.9
The ifIndex value which identifies the local interface through which the next hop of this route should be reached.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

rtmRibType 1.2.826.0.1.1578918.5.61.1.1.7.1.10
The type of route. local(3) refers to a route for which the destination is a local IP address or for which the next hop is the final destination. This includes routes to local IP addresses and routes to directly connected IP addresses or subnets. remote(4) refers to a route for which the next hop is not the final destination. reject (2) refers to a route which, if matched, discards the message as unreachable. This is used in some protocols as a means of correctly aggregating routes.
Status: current Access: read-only
OBJECT-TYPE    
  RouteType  

rtmRibProto 1.2.826.0.1.1578918.5.61.1.1.7.1.11
The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols.
Status: current Access: not-accessible
OBJECT-TYPE    
  IANAipRouteProtocol  

rtmRibAge 1.2.826.0.1.1578918.5.61.1.1.7.1.12
The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of 'too old' can be implied except through knowledge of the routing protocol by which the route was learned. This age is only accurate for entries which are less that 49 days old.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRibInfo 1.2.826.0.1.1578918.5.61.1.1.7.1.13
A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the route's rtmRibProto value. RTM returns the following. - For OSPF, an integer representation of the OID which is required by RFC 2096. - For ISIS, an integer representation of the types of route to IP reachable addresses.
Status: current Access: read-only
OBJECT-TYPE    
  RouteInfo  

rtmRibNextHopAS 1.2.826.0.1.1578918.5.61.1.1.7.1.14
The Autonomous System Number of the Next Hop. The semantics of this object are determined by the routing-protocol specified in the route's rtmRibProto value. When this object is unknown or not relevant its value is returned as zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRibMetric1 1.2.826.0.1.1578918.5.61.1.1.7.1.15
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRibMetric2 1.2.826.0.1.1578918.5.61.1.1.7.1.16
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRibMetric3 1.2.826.0.1.1578918.5.61.1.1.7.1.17
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRibMetric4 1.2.826.0.1.1578918.5.61.1.1.7.1.18
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRibMetric5 1.2.826.0.1.1578918.5.61.1.1.7.1.19
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rtmRibFibRoute 1.2.826.0.1.1578918.5.61.1.1.7.1.20
Flag indicating whether or not this route has been programmed either to a forwarding table, or to a partner that queries route information (such as BGP or PIM). If there is no forwarding table and no partners are querying route information then this object is set to 'false' for every route. If this route has rtmRibLooseNextHop set to 'true', it is possible that RTM knows of more than one explicit next hop to the loose next hop address. If so, RTM programs these explicit next hops separately to a forwarding table (unless the forwarding table registers to receive loose next hops) and to a partner that queries route information; in this case the rtmRibFibRoute flag is set to 'true' if and only if one or more of these explicit next hops has been programmed.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rtmRibRpmIndex 1.2.826.0.1.1578918.5.61.1.1.7.1.21
The HAF entity index for the RPM that supplied this route, or zero for static routes or automatically configured routes. This is used to distinguish routes in the system where multiple copies of a given protocol (for example BGP) are providing routes to DC-RTM.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

rtmRibConnected 1.2.826.0.1.1578918.5.61.1.1.7.1.22
Indicates whether the route destination is directly connected. A directly connected route can be reached without going through any IP routers. Route destinations that are local IP addresses are not considered to be directly connected. This field can only be true if rtmRibType is set to 'local'.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rtmRibLooseNextHop 1.2.826.0.1.1578918.5.61.1.1.7.1.23
This flag indicates whether DC-RTM considers that the next-hop address for this route is a loose next hop. If DC-RTM sets this object to 'true' then - it must also have set rtmRibType to 'remote' - the next-hop address (rtmRibNextHop) may not be on a directly connected device - if DC-RTM cannot find a route to the next-hop address, it does not return the route on the rtmRouteTable, it does not redistribute the route to routing protocol managers, and it does not program the route to a forwarding table (unless the forwarding table has registered to receive loose next hops) or to a partner that is querying route information (such as BGP or PIM).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rtmRibLocalDestIfIndex 1.2.826.0.1.1578918.5.61.1.1.7.1.24
If the route destination is a local IP address then this is the interface index that the local IP address is assigned to. Otherwise this field is zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

rtmRdstSetFieldTable 1.2.826.0.1.1578918.5.61.1.1.8
This table defines route attributes which are to be set by redistribution filters. A list of set actions is made up of one or more entries in this table with the same list_id. Actions in a list are applied in increasing set_number order. Each list may be referenced by 0, 1 or more redistribution entries. Only actions which are active at the point where the redistribution entry is being evaluated (i.e. at the point where the route is actually being redistributed) are applied. Also, only those set actions which are relevant to the route being redistributed are applied, so BGP attributes will not be set for a route being redistributed to OSPF.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RtmRdstSetFieldEntry

rtmRdstSetFieldEntry 1.2.826.0.1.1578918.5.61.1.1.8.1
A particular entry in the Redistribution Set Field table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RtmRdstSetFieldEntry  

rtmRdstSetFieldFteIndex 1.2.826.0.1.1578918.5.61.1.1.8.1.1
The HAF entity index identifying the instance of DC-RTM to which this set field entry applies.
Status: current Access: not-accessible
OBJECT-TYPE    
  FteIndex  

rtmRdstSetFieldListId 1.2.826.0.1.1578918.5.61.1.1.8.1.2
The index of the list of set actions which this action belongs to. It is this identifier which is referenced by the redistribution table entry. A value of 0 is not permitted.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rtmRdstSetFieldNumber 1.2.826.0.1.1578918.5.61.1.1.8.1.3
Identifies this set field entry's position in the list of set field entries with the same list identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rtmRdstSetFieldRowStatus 1.2.826.0.1.1578918.5.61.1.1.8.1.4
Used to create and delete a DC-RTM set field table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rtmRdstSetFieldType 1.2.826.0.1.1578918.5.61.1.1.8.1.5
The type of field set by this set field entry.
Status: current Access: read-create
OBJECT-TYPE    
  RdstSetFieldType  

rtmRdstSetFieldValue 1.2.826.0.1.1578918.5.61.1.1.8.1.6
The value set by this set field entry.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

rtmConformance 1.2.826.0.1.1578918.5.61.1.3
OBJECT IDENTIFIER    

rtmCompliances 1.2.826.0.1.1578918.5.61.1.3.1
OBJECT IDENTIFIER    

rtmGroups 1.2.826.0.1.1578918.5.61.1.3.2
OBJECT IDENTIFIER    

rtmCompliance 1.2.826.0.1.1578918.5.61.1.3.1.1
The compliance statement for the DC-RTM module.
Status: current Access: read-create
MODULE-COMPLIANCE    

rtmEntityMandatoryGroup 1.2.826.0.1.1578918.5.61.1.3.2.1
Mandatory objects for the rtmEntityTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmEntityGroup 1.2.826.0.1.1578918.5.61.1.3.2.2
Optional objects for rtmEntityTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmRedistMandatoryGroup 1.2.826.0.1.1578918.5.61.1.3.2.3
Mandatory objects for rtmRedistTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmRedistGroup 1.2.826.0.1.1578918.5.61.1.3.2.4
Optional objects for rtmRedistTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmStaticRtMandatoryGroup 1.2.826.0.1.1578918.5.61.1.3.2.5
Mandatory objects for rtmStaticRtTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmStaticRtGroup 1.2.826.0.1.1578918.5.61.1.3.2.6
Optional objects for rtmStaticRtTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmMjMandatoryGroup 1.2.826.0.1.1578918.5.61.1.3.2.7
Mandatory objects for rtmMjTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmMjGroup 1.2.826.0.1.1578918.5.61.1.3.2.8
Optional objects for rtmMjTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmSjMandatoryGroup 1.2.826.0.1.1578918.5.61.1.3.2.9
Mandatory objects for rtmSjTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmSjGroup 1.2.826.0.1.1578918.5.61.1.3.2.10
Optional objects for rtmSjTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmRouteGroup 1.2.826.0.1.1578918.5.61.1.3.2.11
Optional objects for rtmRouteTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmRibGroup 1.2.826.0.1.1578918.5.61.1.3.2.12
Optional objects for rtmRibTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmObsoleteGroup 1.2.826.0.1.1578918.5.61.1.3.2.13
This group contains obsolete objects.
Status: obsolete Access: read-create
OBJECT-GROUP    

rtmRdstSetFieldMandatoryGroup 1.2.826.0.1.1578918.5.61.1.3.2.14
Mandatory objects for rtmRdstSetFieldTable.
Status: current Access: read-create
OBJECT-GROUP    

rtmNotificationObjectGroup 1.2.826.0.1.1578918.5.61.1.3.2.15
The objects used to record notification parameters.
Status: current Access: read-create
OBJECT-GROUP    

rtmTraps 1.2.826.0.1.1578918.5.61.1.2.0
OBJECT IDENTIFIER    

rtmTrapControl 1.2.826.0.1.1578918.5.61.1.2.1
OBJECT IDENTIFIER    

rtmStaticRtTrapReason 1.2.826.0.1.1578918.5.61.1.2.1.1
Event that caused the trap to be made. Used by the rtmStaticRouteChange trap.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER eligible(1), ineligible(2)  

rtmPathTrapReason 1.2.826.0.1.1578918.5.61.1.2.1.2
Event that caused the trap to be made. Used by the rtmPathActivityChange trap.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

rtmTrapEntityFteIndex 1.2.826.0.1.1578918.5.61.1.2.1.3
Version of rtmEntityFteIndex used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  FteIndex  

rtmTrapStaticRtDestAddrType 1.2.826.0.1.1578918.5.61.1.2.1.4
Version of rtmStaticRtDestAddrType used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

rtmTrapStaticRtDestAddr 1.2.826.0.1.1578918.5.61.1.2.1.5
Version of rtmStaticRtDestAddr used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmTrapStaticRtDestLen 1.2.826.0.1.1578918.5.61.1.2.1.6
Version of rtmStaticRtDestLen used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..128  

rtmTrapStaticRtNextHopType 1.2.826.0.1.1578918.5.61.1.2.1.7
Version of rtmStaticRtNextHopType used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

rtmTrapStaticRtNextHop 1.2.826.0.1.1578918.5.61.1.2.1.8
Version of rtmStaticRtNextHop used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmTrapStaticRtIfIndex 1.2.826.0.1.1578918.5.61.1.2.1.9
Version of rtmStaticRtIfIndex used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..2147483647  

rtmTrapRibDestType 1.2.826.0.1.1578918.5.61.1.2.1.10
Version of rtmRibDestType used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

rtmTrapRibDest 1.2.826.0.1.1578918.5.61.1.2.1.11
Version of rtmRibDest used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmTrapRibDestLen 1.2.826.0.1.1578918.5.61.1.2.1.12
Version of rtmRibDestLen used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..128  

rtmTrapRibTos 1.2.826.0.1.1578918.5.61.1.2.1.13
Version of rtmRibTos used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..15  

rtmTrapRibNextHopType 1.2.826.0.1.1578918.5.61.1.2.1.14
Version of rtmRibNextHopType used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

rtmTrapRibNextHop 1.2.826.0.1.1578918.5.61.1.2.1.15
Version of rtmRibNextHop used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress Size(4|16)  

rtmTrapRibIfIndex 1.2.826.0.1.1578918.5.61.1.2.1.16
Version of rtmRibIfIndex used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..2147483647  

rtmTrapRibProto 1.2.826.0.1.1578918.5.61.1.2.1.17
Version of rtmRibProto used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IANAipRouteProtocol  

rtmTrapRibRpmIndex 1.2.826.0.1.1578918.5.61.1.2.1.18
Version of rtmRibRpmIndex used for traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..2147483647  

rtmOperStateChange 1.2.826.0.1.1578918.5.61.1.2.0.1
DC-RTM generates this trap when the operational state of RTM enters 'up', 'down' or 'act_failed' state.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rtmStaticRouteChange 1.2.826.0.1.1578918.5.61.1.2.0.2
DC-RTM generates this trap when a static route becomes eligible or ineligible for installation in the FIB.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rtmPathActivityChange 1.2.826.0.1.1578918.5.61.1.2.0.3
DC-RTM generates this trap when a path becomes active or inactive.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rtmNotificationEventGroup 1.2.826.0.1.1578918.5.61.1.3.2.16
A grouping of RTM trap events, as specified in NOTIFICATION-TYPE constructs.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP