🐓Implementing OSPF on Debian or OpenWRT 🛜
🐓 FRR (Free Range Routing) is a break stack to use and here will show how you can have it up and running in no time using Debian or OpenWRT 🕸

Driving SD-WAN Adoption in South Africa
Search for a command to run...
🐓 FRR (Free Range Routing) is a break stack to use and here will show how you can have it up and running in no time using Debian or OpenWRT 🕸

Driving SD-WAN Adoption in South Africa
No comments yet. Be the first to comment.
Enhancing Security and Compliance with ManageEngine ADAudit Plus

Why Pings Aren't Enough & NMS is Essential

What is SD-WAN (Software Defined Wide Area Networking)? | The Mechanics of this Groundbreaking New Network Technology

Embracing First Principles & the Scientific Method

Ever Wondered | "Is My Internet Really 99.9% Reliable?" 🤔

Debian or OpenWRT is a great solution that can be implemented in various NFVs. It is lean and mean and can be used at the edge or even within a data centre.
Here we explain on how to implement OSPF of the platform using Free Range Routing.
#debian
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install frr
# openwrt
opkg update
opkg install nano btop mtr curl
opkg install frr frr-watchfrr frr-ospfd frr-staticd frr-zebra frr-vtysh
# Change ospfd=yes in /etc/frr/daemons
#Modify /etc/frr/frr.conf
router ospf
router-id 192.168.79.1
network 192.168.0.0/16 area 0.0.0.0
area 0.0.0.0 range 192.168.0.0/16
default-information originate always
redistribute kernel
redistribute connected
redistribute static
service frr enable
service frr start
Ronald ensures that Internet inhabiting things are connected reliably online at Fusion Broadband South Africa - the leading specialized SD-WAN provider in South Africa.