BGP Test Lab – Part 18 – BGP with Equal Cost Multi-Pathing (ECMP)

Equal Cost Multi-Pathing (ECMP) is a mechanism where rather than finding the single best path and installing that into the route table, you instead install two (or more) equal best paths into the routing table; traffic then uses all of these best paths in a load balanced way using the switch’s hashing algorithm. For Extreme Networks XOS this appears … Read more

BGP Test Lab – Part 17 – BGP with Bidirectional Forwarding Detection (BFD)

In previous articles, we have mentioned the use of BFD – Bidirectional Forwarding Detection. RFC 5880. Essentially BGP failure detection is slow by design and for good reason when you are dealing with truly massive networks. BFD exists to make it fast, but also while being safe too. As was discussed in previous articles BGP … Read more

BGP Test Lab – Part 15 – Autonomous System Numbers (ASN) Explained

An Autonomous System (AS) is: A collection of IP networks and routers under a single administrative domain that presents a common routing policy to the Internet. These might be an ISP, a cloud provider, a large enterprise that is running external BGP, a content provider (such as Google or Meta), to identify each of these an Autonomous System Number … Read more

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