
Configuration Examples
117383-A Rev. A 5-17
8. Check legal values for the as-boundary-router parameter, then specify
that this autonomous system (AS) boundary router can receive external
RIP routes.
ospf# as-boundary-router ?
Current Value: false
Legal Value: {true false}
Default Value: false
Instead of reentering the parameter name, just recall the last command using
Control+p (or the up arrow), and then change the “?” entry to “true.”
ospf# as-boundary-router true
9. Add an ospf area (number 0.0.0.0) to the global OSPF object.
ospf# area 0.0.0.0
area/0.0.0.0#
10. Verify the values currently assigned to parameters of OSPF area 0.0.0.0.
area/0.0.0.0# info
on ospf
state enabled
area-id 0.0.0.0
stub false
authentication-type none
stub-metric 1
import-summaries true
11. Add another OSPF area (number 0.0.0.1) to the global OSPF object.
area/0.0.0.0# area 0.0.0.1
area/0.0.0.1#
Instead of entering “area 0.0.0.1,” you can also recall the area 0.0.0.0
command (using Control+p or the up arrow key twice), and simply change the
last digit of “0.0.0.0” to read “0.0.0.1” and press Return.
12. Verify the values currently assigned to parameters of OSPF area 0.0.0.1.
area/0.0.0.1# info
on ospf
state enabled
area-id 0.0.0.1
stub false
authentication-type none
stub-metric 1
import-summaries true
Comentarios a estos manuales