BGP Test Lab – Part 11 – BGP Policies – BGP Filtering (Filter Routes)

Within this article we are going to explore BGP Filtering, which is a method used to selectivity identify routes that are advertised (transmitted) or received from neighbour routers (and Autonomous Systems) in order to manipulate traffic flows, reduce memory utilisation or to improve security. It is a very common practice to use route filtering (also … Read more

mRemoteNG – Couldn’t agree a host key algorithm (available rsa-sha2-256)

I was having the issue in mRemoteNG where some hosts were showing the error: “Couldn’t agree a host key algorithm (available rsa-sha2-256)” when attempting to SSH to them. And even when ensuring all the ciphers are enabled with the Default Settings (session) -> Connection -> SSH -> Cipher, the issue was still observed. Turns out … Read more

BGP Test Lab – Part 10 – Internal BGP (iBGP) – Multiple Router Configuration (Confederations)

A BGP Confederation, is like Route Reflectors another technique to remove the need for the “full-mesh” requirement of iBGP, where such a requirement is prohibitive, due to the size of the network. Remember that with an iBGP AS network, each Router must have a BGP Neighbour (peering) with every other for the AS to operate correctly, sure this … Read more

BGP Test Lab – Part 9 – Internal BGP (iBGP) – Three Router Configuration (Route Reflector, RR)

We’re now going to investigate Route Reflectors and how and when they can be used. Route Reflectors are for use within iBGP only, they are never used for eBGP. A Route Reflector (RR) is: An iBGP router, that is specifically allowed to re-advertise iBGP-learned routes to other iBGP peers (within the AS), and is designed to remove the iBGP full-mesh requirement (amongst other things). If you … Read more

BGP Test Lab – Part 8 – Path Selection: BGP Communities

In this article, we’re going to examine another mechanism of BGP, BGP Communities. These like MED are used to change/influence/direct how traffic will flow between different AS. Its just another mechanism like MED you could use, but has some advantages when compared to MED, namely it can be much more dictatorial rather than influencial and … Read more

BGP Test Lab – Part 4 – Internal BGP (iBGP) – Three Router Configuration (Interior Routing Protocol)

In the previous article we discovered that iBGP requires a topology and usage that ensures that our exchange of routes between routers is not stopped by the iBGP rule: “A route learned via iBGP must not be advertised to another iBGP peer.” We came across this problem in the previous article where although in normal operational the routes were being … Read more

BGP Test Lab – Part 3 – Internal BGP (iBGP) – Three Router Configuration (next-hop-self)

We’ll continue to explore Internal BGP (iBGP) in this next part of our deployment. We are going to be deploying another route in the AS Blue 65001. Remember that eBGP is used between AS and iBGP is used within an AS. Be aware however, that this lab topology is flawed in terms of its configuration, but it shows up … Read more