
Configuring IP, ARP, RARP, RIP, and OSPF Services
6-50
308627-14.20 Rev 00
Using the BCC
To configure an area as a stub, go to an OSPF area prompt (for example,
box; ip;
ospf; area/0.0.0.2
) and enter:
area-type stub
By default, a border router that injects a default route into a stub area assigns a
cost metric of 1 to that route. To set a different cost metric, go to the stub area
prompt (for example,
box; ip; ospf; area/0.0.0.2
) and enter:
stub-metric
<cost>
cost
is an integer from 1 through 16777215.
By default, a border router injects network summaries into an attached stub area.
To disable the injection of summaries into the stub area, go to the stub area prompt
and enter:
import-summaries false
For example, the following command sequence configures a stub area, assigns a
cost metric of 3, and disables the injection of summaries into the stub area:
area/0.0.0.1#
area-type stub
area/0.0.0.1#
stub-metric 3
area/0.0.0.1#
import-summaries false
area/0.0.0.1#
info
area-id 0.0.0.1
area-type stub
authentication-type none
import-summaries false
state enabled
stub-metric 3
Note:
Set the
import-summaries
parameter to
false
only when the OSPF
area is configured as a stub area or an NSSA.
Komentarze do niniejszej Instrukcji