- Configuring OSPF
- OSPFv3 Graceful Restart
- IPv6 Routing: OSPFv3
- OSPF Stub Router Advertisement
- OSPF Update Packet-Pacing Configurable Timers
- OSPF Sham-Link Support for MPLS VPN
- OSPF Support for Multi-VRF on CE Routers
- OSPF Forwarding Address Suppression in Translated Type-5 LSAs
- OSPF Inbound Filtering Using Route Maps with a Distribute List
- OSPFv3 Fast Convergence: LSA and SPF Throttling
- Graceful Shutdown Support for OSPFv3
- OSPFv3 ABR Type 3 LSA Filtering
- OSPFv3 Demand Circuit Ignore
- OSPFv3 External Path Preference Option
- Configuring NSSA for OSPFv3
- Prefix Suppression Support for OSPFv3
- OSPF Retransmissions Limit
- OSPF Mechanism to Exclude Connected IP Prefixes from LSA Advertisements
- OSPFv2 Loop-Free Alternate Fast Reroute
- OSPF Shortest Path First Throttling
- OSPF Support for Fast Hello Packets
- OSPF Incremental SPF
- OSPF Limit on Number of Redistributed Routes
- OSPF Link-State Advertisement Throttling
- OSPF Support for Unlimited Software VRFs per PE Router
- OSPF Area Transit Capability
- OSPF Per-Interface Link-Local Signaling
- OSPF Link-State Database Overload Protection
- OSPF MIB Support of RFC 1850 and Latest Extensions
- OSPF Support for Forwarding Adjacencies over MPLS TE Tunnels
- Configuring OSPF TTL Security Check and OSPF Graceful Shutdown
- Area Command in Interface Mode for OSPFv2
- OSPFv2 Local RIB
- OSPFv3 Address Families
- TTL Security Support for OSPFv3 on IPv6
- OSPF Nonstop Routing
- OSPFv3 NSR
- OSPFv3 MIB
- OSPFv3 IPSec ESP Encryption and Authentication
- IPv6 Routing: OSPFv3 Authentication Support with IPsec
- OSPFv3 VRF-Lite/PE-CE
- Index
- Finding Feature Information
- Prerequisites for OSPFv2 Local RIB
- Restrictions for OSPFv2 Local RIB
- Information About OSPFv2 Local RIB
- How to Configure the OSPFv2 Local RIB Feature
OSPFv2 Local RIB
With the OSPFv2 Local RIB feature, each OSPF protocol instance has its own local Routing Information Base (RIB). The OSPF local RIB serves as the primary state for OSPF SPF route computation. The global RIB is not updated with intermediate results during the SPF. Instead, the global RIB is updated only when routes are added, deleted, or changed, thereby reducing global RIB computation. This reduced update activity may result in fewer dropped packets.
This feature is enabled by default and does not need to be configured. This document describes some optional configuration tasks to modify how the global and local RIBs function, although it is recommended to keep the default settings.
- Finding Feature Information
- Prerequisites for OSPFv2 Local RIB
- Restrictions for OSPFv2 Local RIB
- Information About OSPFv2 Local RIB
- How to Configure the OSPFv2 Local RIB Feature
- Configuration Examples for the OSPFv2 Local RIB Feature
- Additional References
- Feature Information for the OSPFv2 Local RIB Feature
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Prerequisites for OSPFv2 Local RIB
Before this feature is configured, the OSPF routing protocol must be configured.
Restrictions for OSPFv2 Local RIB
This feature is available only for IP Version 4 networks.
Information About OSPFv2 Local RIB
Function of the OSPF Local RIB
A device that is running OSPFv2 maintains a local RIB in which it stores all routes to destinations that it has learned from its neighbors. At the end of each SPF, OSPF attempts to install the best (that is, the least-cost) routes to a destination present in the local RIB into the global IPv4 routing table. The global RIB will be updated only when routes are added, deleted, or changed. Routes in the local RIB and Forwarding Information Base (FIB) will not compute when intermediate results are computed during SPF, resulting in fewer dropped packets in some circumstances.
By default, OSPF installs discard routes to null0 for any area range (internal) or summary-address (external) prefixes that it advertises to other devices. Installation of a discard route can prevent routing loops in cases where portions of a summary do not have a more specific route in the RIB. Normally, internal discard routes are installed with an administrative distance of 110, while external discard routes have an administrative distance of 254.
There may be rare circumstances, however, when some other values are needed. For example, if one OSPF process installs a route that exactly matches an area range configured on another OSPF process, the internal discard routes for the second OSPF process could be given a higher (less desirable) administrative distance.
By default, the contents of the global RIB are used to compute inter-area summaries, NSSA translation, and forwarding addresses for type-5 and type-7 LSAs. Each of these functions can be configured to use the contents of the OSPF local RIB instead of the global RIB for their computation. Using the local RIB for the computation may be slightly faster in some circumstances, but because the local RIB has information for only a particular instance of OSPF, using it for the computation may yield incorrect results. Potential problems that may occur include routing loops and black-hole routes.
How to Configure the OSPFv2 Local RIB Feature
Although it is recommended to keep the default settings for the commands described in the following sections, it is optional to change the defaults settings. This section describes the following optional tasks:
Changing the Default Local RIB Criteria
Note | It is recommended that you not change the default values because they are conservative and preserve the current global RIB behavior. |
1.
enable
2.
configure
terminal
3.
router
ospf
process-id
[vrf
vpn-name]
4.
local-rib-criteria
[forwarding-address] [inter-area-summary] [nssa-translation]
5.
end
6.
show
ip
ospf
process-id
rib
[redistribution]
[network-prefix]
[network-mask]
[detail]
DETAILED STEPS
Changing the Administrative Distance for Discard Routes
Note | It is recommended to keep the default settings, but you can follow the steps in this section to change the administrative distance for discard routes. |
1.
enable
2.
configure
terminal
3.
router
ospf
process-id
[vrf
vpn-name]
4.
discard-route
[external
[distance]]
[internal
[distance]]
5.
end
6.
show
ip
route
[ip-address
[mask] [longer-prefixes] |
protocol
[process-id] |
list [access-list-number |
access-list-name] |
static
download]
DETAILED STEPS
Examples
The sample output displayed for the show ip route command confirms that the administrative distance for the IP route 192.168.0.0 255.255.255.0 is 110.
Device# show ip route 192.168.0.0 255.255.255.0
Routing entry for 192.168.0.0/24 Known via "ospf 1", distance 110, metric 0, type intra area Routing Descriptor Blocks: * directly connected, via Null0 Route metric is 0, traffic share count is 1
Troubleshooting Tips
You can research the output from the debug ip ospf rib command to learn about the function of the local RIB and the interaction between the route redistribution process and the global RIB. For example, you can learn why the routes that OSPF placed in the global RIB are not the same ones that you anticipated.
Configuration Examples for the OSPFv2 Local RIB Feature
- Example: Changing the Default Local RIB Criteria
- Example: Changing the Administrative Distance for Discard Routes
Example: Changing the Default Local RIB Criteria
In the following example, the local-rib-criteria command is entered without any keywords to specify that the local RIB will be used as criteria for all of the following options: forwarding address, inter-area summary, and NSSA translation.
router ospf 1 router-id 10.0.0.6 local-rib-criteria
Example: Changing the Administrative Distance for Discard Routes
In the following example, the administrative distance for external and internal discard routes is set to 25 and 30, respectively.
router ospf 1 router-id 10.0.0.6 log-adjacency-changes discard-route external 25 internal 30 area 4 range 10.2.0.0 255.255.0.0 summary-address 192.168.130.2 255.255.255.0 redistribute static subnets network 192.168.129.2 0.255.255.255 area 0 network 192.168.130.12 0.255.255.255 area 0
The output from the show ip route command verifies that the administrative distance for the internal route 10.2.0.0/16 is set to 30.
Device# show ip route 10.2.0.0 255.255.0.0 Routing entry for 10.2.0.0/16 Known via "ospf 1", distance 30, metric 1, type intra area Routing Descriptor Blocks: * directly connected, via Null0 Route metric is 1, traffic share count is 1
The output from the show ip route command verifies that the administrative distance for the external route 192.168.130.2/24 is set to 25.
Device# show ip route 192.168.130.2 255.255.255.0 Routing entry for 192.168.130.2/24 Known via "ospf 1", distance 25, metric 20, type intra area Routing Descriptor Blocks: * directly connected, via Null0 Route metric is 20, traffic share count is 1
Additional References
The following sections provide references related to the OSPFv2 Local RIB feature.
Related Documents
Related Topic |
Document Title |
---|---|
OSPF commands |
Cisco IOS IP Routing: OSPF Command Reference |
OSPF configuration tasks |
"Configuring OSPF" |
Standards
Standard |
Title |
---|---|
No new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature. |
-- |
MIBs
MIB |
MIBs Link |
---|---|
No new or modified MIBs are supported by this feature, and support for existing MIBs has not been modified by this feature. |
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL: |
RFCs
RFC |
Title |
---|---|
None |
-- |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for the OSPFv2 Local RIB Feature
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
OSPFv2 Local RIB |
15.0(1)SY |
With the OSPFv2 Local RIB feature, each OSPF protocol instance has its own local Routing Information Base (RIB). The OSPF local RIB serves as the primary state for OSPF SPF route computation. The global RIB is not updated with intermediate results during the SPF. Instead, the global RIB is updated only when routes are added, deleted, or changed, thereby reducing global RIB computation. This reduced update activity may result in fewer dropped packets. This feature is enabled by default and does not need to be configured. This document describes some optional configuration tasks to modify how the global and local RIBs function, although it is recommended to keep the default settings. The following commands were introduced or modified: debug ip ospf rib, discard-route, local-rib-criteria, show ip ospf rib. |