All MIBs › RC-IP-ROUTING-MIB
Organization: Bay Networks, Rapid-City Group
Last Updated: 2008-05-16
Category: Nortel Enterprise Data, Routing
Description:
Manages IP unicast routing configuration, static routes, and route redistribution on Bay Networks Rapid-City series switches.
Imported Objects
From IF-MIB
| InterfaceIndex |
From RAPID-CITY
| rcIp | OBJECT-IDENTITY |
From RC-IP-MIB
| rcIpInterVrfStaticRoute | OBJECT-IDENTITY |
| rcIpRouting | OBJECT-IDENTITY |
| rcIpStaticRoute | OBJECT-IDENTITY |
From RC-VRF-MIB
| VrfIdentifier |
From SNMPv2-SMI
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| RowStatus | |
| TruthValue |
What Is RC-IP-ROUTING-MIB?
RC-IP-ROUTING-MIB is a Bay Networks/Nortel enterprise MIB for the Accelar (Rapid-City) family of Layer 3 switches, covering IP unicast routing configuration such as static routes and route redistribution between routing protocols. The data it exposes is almost entirely configuration state -- per-protocol redistribution enable flags, metric types, and explicit metric values for RIP-to-OSPF, OSPF-to-RIP, direct-to-OSPF, and static-to-OSPF redistribution -- rather than raw traffic counters. Its value for monitoring is chiefly a software/protocol-status one: polling objects like rcIpRoutingRedistributeRipToOspfEnable tells an operator whether a redistribution feature is currently active, letting them confirm the switch's routing software is behaving as provisioned rather than tracking hardware health directly. It builds on and complements the standard IETF OSPF and RIP MIBs (and the base ipRouteTable), since it only governs how routes are exchanged between those protocols rather than redefining routing itself. It is typically deployed on Bay Networks/Nortel Accelar switches acting as core or distribution-layer Layer 3 devices in enterprise campus networks. Engineers can download the RC-IP-ROUTING-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in RC-IP-ROUTING-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- RIP-to-OSPF redistribution status
- OSPF-to-RIP redistribution status
- direct route redistribution method
- static route redistribution status
- redistribution metric type and value
Supported Devices
- Bay Networks/Nortel Accelar Layer 3 switches
- Rapid-City series switches
Monitoring Examples
An administrator troubleshooting a route leak between OSPF and RIP domains would poll rcIpRoutingRedistributeOspfToRipEnable and rcIpRoutingRedistributeOspfToRipExplicitMetric to confirm whether redistribution is turned on and what metric is being injected. Similarly, checking rcIpRoutingRedistributeDirectToOspfMethod and rcIpRoutingRedistributeDirectToOspfExternalMetricType reveals how directly connected subnets are being advertised into OSPF as external routes. An unexpected enable flag or metric mismatch here would explain routing loops or suboptimal path selection observed elsewhere in the network.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| rcIpRoutingMib | 1.3.6.1.4.1.2272.1.8.4.0 | Enterprise MIB for the Accelar product family. | ||
| rcIpRoutingRedistributeRipToOspf | 1.3.6.1.4.1.2272.1.8.4.1 | |||
| T/F rcIpRoutingRedistributeRipToOspfEnable | 1.3.6.1.4.1.2272.1.8.4.1.1 | TruthValue | read-write | Used to indicate whether or not to Redistribute RIP routes to OSPF. |
| I32 rcIpRoutingRedistributeRipToOspfExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.1.2 | Integer32 | read-write | Value of metric that is used to translate the RIP route to OSPF. |
| T/F rcIpRoutingRedistributeRipToOspfUseExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.1.3 | TruthValue | read-write | Used to indicate whether or not to use the user specified default metric for redistributing RIP routes to OSPF. |
| INT rcIpRoutingRedistributeRipToOspfExternalMetricType | 1.3.6.1.4.1.2272.1.8.4.1.4 | INTEGER | read-write | Used to configure the metric type of the distributed routes to OSPF domain. type1 means the metric is comparable directly to the link state metric (cost = internal cost + external cost). type2 means the metric is considered larger than any link state metric (cost = external cost). |
| rcIpRoutingRedistributeOspfToRip | 1.3.6.1.4.1.2272.1.8.4.2 | |||
| T/F rcIpRoutingRedistributeOspfToRipEnable | 1.3.6.1.4.1.2272.1.8.4.2.1 | TruthValue | read-write | Used to indicate whether or not to redistribute OSPF routes to RIP. |
| I32 rcIpRoutingRedistributeOspfToRipExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.2.2 | Integer32 | read-write | Value of metric that is used to translate the OSPF route to RIP. |
| T/F rcIpRoutingRedistributeOspfToRipUseExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.2.3 | TruthValue | read-write | Used to indicate whether or not to use the user specified default metric for redistributing OSPF routes to RIP. |
| rcIpRoutingRedistributeDirectToOspf | 1.3.6.1.4.1.2272.1.8.4.3 | |||
| T/F rcIpRoutingRedistributeDirectToOspfEnable | 1.3.6.1.4.1.2272.1.8.4.3.1 | TruthValue | read-write | Used to indicate whether directly connected networks through non-ospf interfaces are distributed to OSPF database or not. If set to true all the static routes will be added as external routes to OSPF routing domain, provided the router is configured as AS Border router. Also originates asExtern link LSA. |
| INT rcIpRoutingRedistributeDirectToOspfMethod | 1.3.6.1.4.1.2272.1.8.4.3.2 | INTEGER | read-write | Used to indicate whether or not to use the user specified default metric for redistributing direct routes to OSPF. |
| I32 rcIpRoutingRedistributeDirectToOspfExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.3.3 | Integer32 | read-write | Value of metric that is used to translate the routes to directly connected networks to OSPF. |
| INT rcIpRoutingRedistributeDirectToOspfExternalMetricType | 1.3.6.1.4.1.2272.1.8.4.3.4 | INTEGER | read-write | Used to configure the metric type of the distributed routes to OSPF domain. type1 means the metric is comparable directly to the link state metric (cost = internal cost + external cost). type2 means the metric is considered larger than any link state metric (cost = external cost). |
| rcIpRoutingRedistributeStaticToOspf | 1.3.6.1.4.1.2272.1.8.4.4 | |||
| T/F rcIpRoutingRedistributeStaticToOspfEnable | 1.3.6.1.4.1.2272.1.8.4.4.1 | TruthValue | read-write | Used to indicate whether static routes (that are configured locally through management protocol) are distributed to OSPF database or not. If set to true all the static routes will be added as external routes to OSPF routing domain, provided the router is configured as AS Border router. Also originates asExtern link LSA. |
| I32 rcIpRoutingRedistributeStaticToOspfExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.4.2 | Integer32 | read-write | Value of metric that is used to translate the static routes to OSPF. |
| T/F rcIpRoutingRedistributeStaticToOspfUseExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.4.3 | TruthValue | read-write | Used to indicate whether or not to use the user specified default metric for redistributing static routes to OSPF. |
| INT rcIpRoutingRedistributeStaticToOspfExternalMetricType | 1.3.6.1.4.1.2272.1.8.4.4.4 | INTEGER | read-write | Used to configure the metric type of the distributed routes to OSPF domain. type1 means the metric is comparable directly to the link state metric (cost = internal cost + external cost). type2 means the metric is considered larger than any link state metric (cost = external cost). |
| T/F rcIpRoutingRedistributeStaticToOspfAdvertDefRte | 1.3.6.1.4.1.2272.1.8.4.4.5 | TruthValue | read-write | Used to indicate whether default route (that are configured locally through management protocol) should be distributed to OSPF database or not. If set to true then the default route will be added as external route to OSPF routing domain, provided the router is configured as AS Border router. Also originates asExtern link LSA. |
| rcIpRoutingRedistributeDirectToRip | 1.3.6.1.4.1.2272.1.8.4.5 | |||
| T/F rcIpRoutingRedistributeDirectToRipEnable | 1.3.6.1.4.1.2272.1.8.4.5.1 | TruthValue | read-write | Used to indicate whether directly connected networks through non-rip interfaces are distributed to RIP or not. |
| rcIpRoutingRedistributeStaticToRip | 1.3.6.1.4.1.2272.1.8.4.6 | |||
| T/F rcIpRoutingRedistributeStaticToRipEnable | 1.3.6.1.4.1.2272.1.8.4.6.1 | TruthValue | read-write | Used to indicate whether static routes (that are configured locally through management protocol) are distributed to RIP database or not. If set to true all the static routes will be added as external routes to RIP routing domain. |
| rcIpRoutingNumRoutesScalars | 1.3.6.1.4.1.2272.1.8.4.7 | |||
| U32 rcIpRoutingNumRoutesMaximumTotal | 1.3.6.1.4.1.2272.1.8.4.7.1 | Unsigned32 | read-write | The maximum total number of routes allowed. |
| U32 rcIpRoutingNumRoutesMaximumLocal | 1.3.6.1.4.1.2272.1.8.4.7.2 | Unsigned32 | read-write | The maximum number of local routes allowed. |
| U32 rcIpRoutingNumRoutesMaximumStatic | 1.3.6.1.4.1.2272.1.8.4.7.3 | Unsigned32 | read-write | The maximum number of static routes allowed. |
| U32 rcIpRoutingNumRoutesCurrentTotal | 1.3.6.1.4.1.2272.1.8.4.7.4 | Unsigned32 | read-write | The current total number of routes. |
| U32 rcIpRoutingNumRoutesCurrentLocal | 1.3.6.1.4.1.2272.1.8.4.7.5 | Unsigned32 | read-write | The current number of local routes. |
| U32 rcIpRoutingNumRoutesCurrentStatic | 1.3.6.1.4.1.2272.1.8.4.7.6 | Unsigned32 | read-write | The current number of static routes. |
| rcIpRouteTable | 1.3.6.1.4.1.2272.1.8.7 | not-accessible | This entity's IP Routing table. | |
| rcIpRouteEntry | 1.3.6.1.4.1.2272.1.8.7.1 | not-accessible | A route to a particular destination. | |
| IP rcIpRouteDest | 1.3.6.1.4.1.2272.1.8.7.1.1 | IpAddress | read-only | The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use. |
| IP rcIpRouteMask | 1.3.6.1.4.1.2272.1.8.7.1.2 | IpAddress | read-only | Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the rcIpRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the rcIpRouteMask by determining whether the value of the correspondent rcIpRouteDest field belong to a class-A, B, or C network, and then using one of: mask network 255.0.0.0 class-A 255.255.0.0 class-B 255.255.255.0 class-C If the value of the rcIpRouteDest is 0.0.0.0 (a default route), then the mask value is also 0.0.0.0. It should be noted that all IP routing subsystems implicitly use this mechanism. |
| IP rcIpRouteNextHop | 1.3.6.1.4.1.2272.1.8.7.1.3 | IpAddress | read-create | The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface). |
| I32 rcIpRouteMetric | 1.3.6.1.4.1.2272.1.8.7.1.4 | Integer32 | read-create | The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rcIpRouteProto value. If this metric is not used, its value should be set to -1. |
| NUM rcIpRouteIfIndex | 1.3.6.1.4.1.2272.1.8.7.1.5 | InterfaceIndex | read-only | The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex. |
| INT rcIpRouteType | 1.3.6.1.4.1.2272.1.8.7.1.6 | INTEGER | read-only | The type of route. |
| INT rcIpRouteProto | 1.3.6.1.4.1.2272.1.8.7.1.7 | INTEGER | read-only | 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. |
| I32 rcIpRouteAge | 1.3.6.1.4.1.2272.1.8.7.1.8 | Integer32 | read-only | 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. |
| ROW rcIpRouteRowStatus | 1.3.6.1.4.1.2272.1.8.7.1.9 | RowStatus | read-create | Used to create/delete entries |
| I32 rcIpRoutePref | 1.3.6.1.4.1.2272.1.8.7.1.10 | Integer32 | read-only | |
| I32 rcIpRouteAltSequence | 1.3.6.1.4.1.2272.1.8.7.1.11 | Integer32 | read-only | Alternative Route Sequence. 0 denotes Best Route. |
| INT rcIpRoutePathType | 1.3.6.1.4.1.2272.1.8.7.1.12 | INTEGER | read-only | The type of route. It is a combination of direct, indirect, best, alternative and ECMP path. |
| OID rcIpRouteSrcVrfId | 1.3.6.1.4.1.2272.1.8.7.1.13 | VrfIdentifier | read-create | srcVrfId of next-hop address |
| I32 rcIpStaticRouteTableSize | 1.3.6.1.4.1.2272.1.8.15.1 | Integer32 | read-only | size of Ip Static Route Table. |
| rcIpStaticRouteTable | 1.3.6.1.4.1.2272.1.8.15.2 | not-accessible | This table is used to add static IP routes to the device. Routes added into this table will automatically show-up in the 'rcIpRouteTable' when the device is actively using the route to forward IP traffic. | |
| rcIpStaticRouteEntry | 1.3.6.1.4.1.2272.1.8.15.2.1 | not-accessible | A static route to a particular destination. | |
| IP rcIpStaticRouteDest | 1.3.6.1.4.1.2272.1.8.15.2.1.1 | IpAddress | read-only | The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use. |
| IP rcIpStaticRouteMask | 1.3.6.1.4.1.2272.1.8.15.2.1.2 | IpAddress | read-only | Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the rcIpRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the rcIpRouteMask by determining whether the value of the correspondent rcIpRouteDest field belong to a class-A, B, or C network, and then using one of: mask network 255.0.0.0 class-A 255.255.0.0 class-B 255.255.255.0 class-C If the value of the rcIpRouteDest is 0.0.0.0 (a default route), then the mask value is also 0.0.0.0. It should be noted that all IP routing subsystems implicitly use this mechanism. |
| IP rcIpStaticRouteNextHop | 1.3.6.1.4.1.2272.1.8.15.2.1.3 | IpAddress | read-only | The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface). |
| I32 rcIpStaticRouteMetric | 1.3.6.1.4.1.2272.1.8.15.2.1.4 | Integer32 | read-create | The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rcIpRouteProto value. If this metric is not used, its value should be set to -1. |
| NUM rcIpStaticRouteIfIndex | 1.3.6.1.4.1.2272.1.8.15.2.1.5 | InterfaceIndex | read-only | The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex. |
| I32 rcIpStaticRoutePreference | 1.3.6.1.4.1.2272.1.8.15.2.1.6 | Integer32 | read-create | Used to indicate the route preference of this entry. If there are more than one route that can be used to forward IP traffic, the route that has a highest preference will be used instead of a lower preference one. The higher the number, the higher the preference. |
| T/F rcIpStaticRouteEnable | 1.3.6.1.4.1.2272.1.8.15.2.1.7 | TruthValue | read-create | Used to enable/disable this entry. |
| INT rcIpStaticRouteStatus | 1.3.6.1.4.1.2272.1.8.15.2.1.8 | INTEGER | read-only | Used to indicate the current status of this entry. |
| ROW rcIpStaticRouteRowStatus | 1.3.6.1.4.1.2272.1.8.15.2.1.9 | RowStatus | read-create | Used to create/delete entries |
| T/F rcIpStaticRouteLocalNextHop | 1.3.6.1.4.1.2272.1.8.15.2.1.10 | TruthValue | read-create | Used to enable/disable this entry. True indicate that the static route becomes active only if switch has a local route to the network. False indicates that the static route becomes active if switch has a local route or dynamic route. |
| I32 rcIpStaticRouteBfdTableSize | 1.3.6.1.4.1.2272.1.8.15.3 | Integer32 | read-only | size of IP static route BFD table. |
| rcIpStaticRouteBfdTable | 1.3.6.1.4.1.2272.1.8.15.4 | not-accessible | This table is used to hold next hop addresses on which BFD is enabled. | |
| rcIpStaticRouteBfdEntry | 1.3.6.1.4.1.2272.1.8.15.4.1 | not-accessible | An IP address of the next hop of the BFD session. | |
| IP rcIpStaticRouteBfdNextHop | 1.3.6.1.4.1.2272.1.8.15.4.1.1 | IpAddress | read-only | The IP address of the next hop of the BFD session. |
| ROW rcIpStaticRouteBfdRowStatus | 1.3.6.1.4.1.2272.1.8.15.4.1.2 | RowStatus | read-create | Used to create/delete entries |
| I32 rcIpInterVrfStaticRouteTableSize | 1.3.6.1.4.1.2272.1.8.103.1 | Integer32 | read-only | size of Ip Static Route Table. |
| rcIpInterVrfStaticRouteTable | 1.3.6.1.4.1.2272.1.8.103.2 | not-accessible | This table is used to add static IP routes to the device. Routes added into this table will automatically show-up in the 'rcIpRouteTable' when the device is actively using the route to forward IP traffic. | |
| rcIpInterVrfStaticRouteEntry | 1.3.6.1.4.1.2272.1.8.103.2.1 | not-accessible | A static route to a particular destination. | |
| OID rcIpInterVrfStaticRouteOwnerVrfId | 1.3.6.1.4.1.2272.1.8.103.2.1.1 | VrfIdentifier | not-accessible | Owner VRF id of the static route |
| IP rcIpInterVrfStaticRouteDest | 1.3.6.1.4.1.2272.1.8.103.2.1.2 | IpAddress | not-accessible | The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use. |
| IP rcIpInterVrfStaticRouteMask | 1.3.6.1.4.1.2272.1.8.103.2.1.3 | IpAddress | not-accessible | Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the rcIpRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the rcIpRouteMask by determining whether the value of the correspondent rcIpRouteDest field belong to a class-A, B, or C network, and then using one of: mask network 255.0.0.0 class-A 255.255.0.0 class-B 255.255.255.0 class-C If the value of the rcIpRouteDest is 0.0.0.0 (a default route), then the mask value is also 0.0.0.0. It should be noted that all IP routing subsystems implicitly use this mechanism. |
| IP rcIpInterVrfStaticRouteNextHop | 1.3.6.1.4.1.2272.1.8.103.2.1.4 | IpAddress | not-accessible | The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface). |
| I32 rcIpInterVrfStaticRouteMetric | 1.3.6.1.4.1.2272.1.8.103.2.1.5 | Integer32 | read-create | The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rcIpRouteProto value. If this metric is not used, its value should be set to -1. |
| NUM rcIpInterVrfStaticRouteIfIndex | 1.3.6.1.4.1.2272.1.8.103.2.1.6 | InterfaceIndex | read-only | The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex. |
| I32 rcIpInterVrfStaticRoutePreference | 1.3.6.1.4.1.2272.1.8.103.2.1.7 | Integer32 | read-create | Used to indicate the route preference of this entry. If there are more than one route that can be used to forward IP traffic, the route that has a highest preference will be used instead of a lower preference one. The higher the number, the higher the preference. |
| T/F rcIpInterVrfStaticRouteEnable | 1.3.6.1.4.1.2272.1.8.103.2.1.8 | TruthValue | read-create | Used to enable/disable this entry. |
| INT rcIpInterVrfStaticRouteStatus | 1.3.6.1.4.1.2272.1.8.103.2.1.9 | INTEGER | read-only | Used to indicate the current status of this entry. |
| ROW rcIpInterVrfStaticRouteRowStatus | 1.3.6.1.4.1.2272.1.8.103.2.1.10 | RowStatus | read-create | Used to create/delete entries |
| T/F rcIpInterVrfStaticRouteLocalNextHop | 1.3.6.1.4.1.2272.1.8.103.2.1.11 | TruthValue | read-create | Used to enable/disable this entry. True indicate that the static route becomes active only if switch has a local route to the network. False indicates that the static route becomes active if switch has a local route or dynamic route. |
| OID rcIpInterVrfStaticRouteNextHopVrfId | 1.3.6.1.4.1.2272.1.8.103.2.1.12 | VrfIdentifier | read-create | Used to indicate nhVrfId in inter-VRF static-route configuration |
RFC description
RC IP Routing MIB for managing IP routing information, forwarding tables, and routing protocols on RC (vendor-specific) network devices.
Start monitoring Bay Networks/Nortel Accelar (Rapid-City) Layer 3 switches (static routes/redistribution configuration) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.