Basic OSPF configuration

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:

Example: Basic OSPF configuration output

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#

Example: Basic OSPFv3 configuration output

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#