Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T2303
Change Details
Change Details
Old
New
Diff
Based on the T2298 (Quagga), this task aims to migrate to FRRouting. FRRouting will replace Quagga as the routing suite to manage dynamic routing (OSPF). The goal is to: [] Install FRRouting on router-002 and router-003 [] Configure OSPF between routers [] Ensure compatibility with the existing CARP setup Since FRRouting does not natively integrate with CARP, a mechanism will be implemented to adjust OSPF interface costs based on the CARP state: - MASTER: normal cost (preferred path) - BACKUP: higher cost (avoid routing through it) This ensures that traffic always flows through the active (MASTER) router. --------------------------- References : https://en.wikipedia.org/wiki/FRRouting https://docs.opnsense.org/manual/dynamic_routing.html
Based on the T2298 (Quagga), this task aims to migrate to FRRouting. FRRouting will replace Quagga as the routing suite to manage dynamic routing (OSPF). The goal is to: [] Install FRRouting on router-002 and router-003 [] Configure OSPF between routers [] Ensure compatibility with the existing CARP setup Since FRRouting does not natively integrate with CARP, a mechanism will be implemented to adjust OSPF interface costs based on the CARP state: - ACTIVE: normal cost (preferred path) - BACKUP: higher cost (avoid routing through it) This ensures that traffic always flows through the active (MASTER) router. --------------------------- References : https://en.wikipedia.org/wiki/FRRouting https://docs.opnsense.org/manual/dynamic_routing.html
Based on the T2298 (Quagga), this task aims to migrate to FRRouting. FRRouting will replace Quagga as the routing suite to manage dynamic routing (OSPF). The goal is to: [] Install FRRouting on router-002 and router-003 [] Configure OSPF between routers [] Ensure compatibility with the existing CARP setup Since FRRouting does not natively integrate with CARP, a mechanism will be implemented to adjust OSPF interface costs based on the CARP state:
- MASTER:
- ACTIVE:
normal cost (preferred path) - BACKUP: higher cost (avoid routing through it) This ensures that traffic always flows through the active (MASTER) router. --------------------------- References : https://en.wikipedia.org/wiki/FRRouting https://docs.opnsense.org/manual/dynamic_routing.html
Continue