This section provides information to configure the basic parameter for OSPF and OSPFv3 as well as configuration examples of common configuration tasks.
The minimal OSPF parameters that need to be configured are:
router ID
If a router-id is not configured in the config>router context, the router's system interface IP address is used.
one or more areas
interfaces (interface "system")
SAS-A>config>router>ospf# info
----------------------------------------------
area 0.0.0.0
interface "system"
exit
exit
area 0.0.0.20
nssa
exit
interface "to-104"
priority 10
exit
exit
area 0.0.1.1
exit
----------------------------------------------
SAS-A>config>router>ospf#
SAS-A>config>router>ospf3# info
----------------------------------------------
asbr
overload
lsa-arrival 50000
exit
exit
export "OSPF-Export"
area 0.0.0.0
interface "system"
exit
exit
area 0.0.1.20
nssa
exit
interface "SR1-2"
exit
exit
----------------------------------------------
SAS-A>config>router>ospf#