Network firewall
Dynamic routing
OSPF areas and BGP neighbors (MVP config + FRR hooks).
Goal
Advertise and learn routes dynamically with OSPF and BGP configuration on appliances.
Prerequisites
- Stable L3 addressing and a clear AS / area plan.
network.write.- Linux appliances with FRR hooks for real adjacency (Mock stores config only).
Steps
- Open Network → Dynamic.
- Create an OSPF area (area id and related fields in the form).
- Create BGP neighbors (peer address, remote AS, enable).
- Publish and confirm adjacency on the appliance (FRR) when using Linux datapath.
- Cross-check learned routes against your static/ECMP intent.
Tips
- Treat Dynamic as MVP: config is first-class in control plane; full protocol tuning is intentionally limited.
- Avoid advertising default routes into production until filters are validated.
- Coordinate with WAN / QoS if SD-WAN policies depend on path health.
Verify
- OSPF/BGP objects list under Dynamic.
- On Linux, neighbors reach Established / Full as expected after publish.