Course Content
Spanning Tree
An overview of how switches become aware of other switches and prevent loops.
0/2
Multiple Spanning Tree Protocol (MST)
0/1
Advanced OSPF
The (OSPF) protocol scales well with proper network planning. IP addressing schemes, area segmentation, address summarization, and hardware capabilities for each area should considered when designing a network.
0/6
Introduction to Automation Tools  
To provide a high-level overview of some of the most common configuration management and automation tools that are available.
0/3
ENCOR Course
About Lesson

Default Route Advertisement

default routes are advertised in OSPF.

  • OSPF supports advertising the default route into the OSPF domain. The default route is advertised by using the command default-information originate [always] [metric metric-value] [metric-type type-value] underneath the OSPF process.

Default Route Topology & Configuration

The always optional keyword advertises a default route even if a default route does not exist in the RIB. The route metric can be changed with the metric metric-value option. The metric type can be changed with the metric-type type-value option.     Other useful information:

 

 

Join the conversation