Requirement
|
Back in 2004, I deployed a 8Mbps ATM circuit that connected an airline company hub site. Traffic growth increased amazingly since then ! In 2020, what SOHO (Small Office, Home Office) means nowadays ? In our use case we will consider a SOHO connected at 1GE link. This is for example:
In this article we will describe how to build a carrier grade SOHO router (aka CPE) from an actual real platform for the use cases listed above. In this example let me share with you my personal story and introduce you my SOHO hardware that I'm using at home. It is compliant to the requirement implied in the previous section.
|
|
Though the traffic distribution is totally different from a school or SOHO site traffic patterns, we can consider this hardware platform as a viable choice. Platform considerations:
freeRouter is supported on:
Operating system future considerations:
The combination of Yocto + Nix can help develop your own specific DIY hardware (or for your company/organisation/institution) based on the popular concept that French ISP love: "INTERNET BOX" |
In this 1st article you:
If you are a company you run run RARE/freeRouter with a versatile P4 switch such as STORDIS BF25561X-1T or WEDGE, but as a SOHO with a small budget you can run it with a DPDK dataplane and for older hardware you still have the possibility run it with a pure software dataplane
End to end MPLS is now possible for the Service provider at a affordable price
CPU extension such as VT-x/AMD-V, VT-D/AMD-Vi, VT-c can provide coexistence between RARE/freeRouter and a small amount of storage and compute node. (Such as micro-K8/docker) In the next article we will start our journey in creating a carrier grade CPE using the platform above. |