Configuring the Switch
3-240
3
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 3-136 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 4-271
Console(config-router)#area 0.0.0.2 stub summary 4-272
Console(config-router)#area 0.0.0.2 default-cost 10 4-269
Console(config-router)#area 0.0.0.3 nssa 4-273
Console(config-router)#end