Commit 2650b9

2026-04-08 14:11:49 Peter: -/-
/dev/null .. network/ospf.md
@@ 0,0 1,23 @@
+ # 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
+ ```
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