24-Port Layer 3 Switch Management Guide
IP R
OUTING
3-195
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.1 4-255
Console(config-router)#area 0.0.0.2 stub summary 4-257
Console(config-router)#area 0.0.0.2 default-cost 10 4-252
Console(config-router)#area 0.0.0.3 nssa 4-258
Console(config-router)#end