OSPF

Fortinet

config router ospf
    set router-id < insert ROUTER ID >
    config area
        edit 0.0.0.0
        next
    end
    config ospf-interface
        edit " < OSPF INTERFACE NAME > "
            set interface "port1" # Port from where neighbor will be discovered
            set hello-interval 10
            set dead-interval 40
    end
    config network
        edit 1
            set prefix 10.0.0.0 255.255.0.0 # Network shared with neighbor
        next
    end
On this page
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9