C
ONFIGURING
THE
S
WITCH
3-294
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.
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.13-155
Console(config-router)#area 0.0.0.2 stub summary3-156
Console(config-router)#area 0.0.0.2 default-cost 103-152
Console(config-router)#area 0.0.0.3 nssa3-158
Console(config-router)#end