Specifications
Implementing OSPF on Cisco IOS XR Software
Information About Implementing OSPF on Cisco IOS XR Software
RC-226
Cisco IOS XR Routing Configuration Guide
With CLI inheritance support, you need not explicitly configure a parameter for an area or interface. In
Cisco IOS XR, the parameters of interfaces in the same area can be exclusively configured with a single
command, or parameter values can be inherited from a higher hierarchical level—such as from the area
configuration level or the router ospf configuration levels.
For example, the hello interval value for an interface is determined by this precedence “IF” statement:
If the hello interval command is configured at the interface configuration level, then use the
interface configured value, else
If the hello interval command is configured at the area configuration level, then use the area
configured value, else
If the hello interval command is configured at the router ospf configuration level, then use the
router ospf configured value, else
Use the default value of the command.
Tip Understanding hierarchical CLI and CLI inheritance saves you considerable configuration time. See the
“Configuring Authentication at Different Hierarchical Levels for OSPF Version 2” section on page 252
to understand how to implement these fundamentals. In addition, Cisco IOS XR examples are provided
in the “Configuration Examples for Implementing OSPF on Cisco IOS XR Software” section on
page 296.
OSPF Routing Components
Before implementing OSPF, you must know what the routing components are and what purpose they
serve. They consist of the autonomous system, area types, interior routers, ABRs, and ASBRs.
Figure 14 illustrates the routing components in an OSPF network topology.