Open Shortest Path First (OSPF)

To configure OSPF on Router3 – CLI

config router ospf

set router-id 10.11.102.3 config area

edit 0.0.0.0 next

end

config network edit 1

set prefix 10.11.0.0/255.255.255.0 next

edit 2

set prefix 172.20.120.0/255.255.255.0 next

end

config ospf-interface

edit “Router3-Internal” set interface “port1” set priority 255

next

edit “Router3-External” set interface “port2”

next

edit “Router3-ISP-BGP” set interface “port3” set cost 2

next end

end

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.