Unicast Routing
20-22
20
Web - Click Routing Protocol, OSPF, Area Configuration. Set any area to a stub or
NSSA as required, specify the cost for the default summary route sent into a stub,
and click Apply.
Figure 20-7 OSPF Area Configuration
CLI - This example configures area 0.0.0.1 as a normal area, area 0.0.0.2 as a stub,
and area 0.0.0.3 as an NSSA. It also configures the router to propagate a default
summary route into the stub and sets the cost for this default route to 10.
Console(config-router)#network 10.1.1.0 255.255.255.0 area 0.0.0.1 42-26
Console(config-router)#area 0.0.0.2 stub summary 42-27
Console(config-router)#area 0.0.0.2 default-cost 10 42-24
Console(config-router)#area 0.0.0.3 nssa 42-28
Console(config-router)#end