Changes

no edit summary
Line 250: Line 250:  
# Name: '''WAN3''' | Netwrok: '''172.16.110.0/30''' | Area: '''Third''' | '''on'''
 
# Name: '''WAN3''' | Netwrok: '''172.16.110.0/30''' | Area: '''Third''' | '''on'''
 
[[File:OSPF_NETWORKS_1.png|border|class=tlt-border|center]]
 
[[File:OSPF_NETWORKS_1.png|border|class=tlt-border|center]]
  −
----
  −
  −
  −
  −
  −
  −
  −
  −
  −
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, 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===
  −
----
  −
[[File:OSPF Route failover general settings v1.png|border|class=tlt-border|1075x1075px]]
  −
#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===
  −
----[[File:OSPF Route failover interface settings v1.png|border|class=tlt-border|1091x1091px]]
  −
#Add 3 new interfaces for wan, WAN2 and WAN3
  −
#(Optional) Set interface priorities and custom dead times
  −
#Leave other settings as default
  −
  −
===OSPF Area settings===
  −
----[[File:OSPF Route failover area settings v1.png|border|class=tlt-border|1089x1089px]]
  −
#Create 3 new instances with different Area codes and enable them:
  −
##1005
  −
## 1004
  −
##1003
  −
  −
===OSPF Networks settings===
  −
----[[File:OSPF Route failover networks settings v1.png|border|class=tlt-border|1096x1096px]]
  −
#Add new instance, Network: 192.168.110.0/24; Assign first area
  −
#Add new instance, Network: 10.0.110.0/24; Assign second area
  −
#Add new instance, Network: 172.16.110.0/24; Assign third area
  −
  −
===Second router===
  −
----
  −
  −
Second router should be configured analogously as the first router.
  −
  −
OSPF will now set routes dynamically depending on availability of the connected links, therefore if Main link fails, traffic will route through a backup link.
      
==Testing Configuration==
 
==Testing Configuration==

Navigation menu