C
ONFIGURING
THE
S
WITCH
3-312
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-134 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-348
Console(config-router)#area 0.0.0.2 stub summary 4-350
Console(config-router)#area 0.0.0.2 default-cost 10 4-345
Console(config-router)#area 0.0.0.3 nssa 4-351
Console(config-router)#end