Changes

539 bytes added ,  18:21, 6 December 2022
m
no edit summary
Line 19: Line 19:  
==Configuring First Router==
 
==Configuring First Router==
 
We will not go too deep into basics. Assuming we already have VLANs set up to have three different links between routers according to the topology as well as failover between them enabled, we can jump straight into configuring dynamic routes using OSPF.
 
We will not go too deep into basics. Assuming we already have VLANs set up to have three different links between routers according to the topology as well as failover between them enabled, we can jump straight into configuring dynamic routes using OSPF.
 +
 +
OSPF can be configured in WebUI, by navigating to Network > Routing > Dynamic Routing > OSPF.
 +
Note: if dynamic routing is not available in WebUI, you can install an additional package by navigating to Services > Package Manager.
 +
 +
===OSPF - General settings===
 +
----
 +
 +
#Enable Service
 +
#Enable vty
 +
#Set Router ID (Can be set to any number or IP address)
 +
#Set Generate a default external route as Default
 +
#Select Connected in Redistribution options
 +
 +
===OSPF Interface settings===
 +
----
 +
 +
#Add 3 new interfaces for wan, WAN2 and WAN3
 +
#(Optional)

Navigation menu