FRRouting FRRouting (FRR) är en open source mjukvara för att utföra routing på Linux-plattformar. Se deras hemsida här . När FRR är installerat är CLI:t ganska likt Ciscos. Slå sudo vtysh för att komma till CLI:t. Exempelkonfiguration: jehrlander@ubuntu:~$ sudo vtysh Hello, this is FRRouting (version 8.1). Copyright 1996-2005 Kunihiro Ishiguro, et al. reverse-proxy# show run Building configuration... Current configuration: ! frr version 8.1 frr defaults traditional hostname ubuntu log syslog informational service integrated-vtysh-config ! ip route 10.10.2.0/24 Null0 ! router ospf redistribute kernel redistribute static redistribute table redistribute vnc network 10.0.0.0/8 area 0 exit ! router ospf6 exit ! end