Simon PainterSomewhere to keep things

Routing

Route summarisation with python

There used to be a great little website for route summarisation and it did it far more intelligently than Cisco kit does it. It looks like the site has dropped off the internet which is a shame but there is a handy python library called netaddr with has the same capabilities. I have written a […]

Read more

Tags:

Route summarisation

I found a very clever site that does route summarisation from a list. This is ideal if you dump out a copy of your routing table and want to see where the routes can be summarised. It’s also useful if you have subnets for a firewall rule that you want to consolidate. http://www.netmatics.net/FreeTools/IPv4SupernetTools/SupernetCalc

Read more

Tags:

Looking glass

This is the list I use of looking glass servers with web interfaces. It makes internet routing diagnostics a lot easier. http://www.bgp4.as/looking-glasses There are also a couple of looking glass routers you can telnet in to such as this Global Crossing (Level 3) one. telnet route-server.gblx.net

Read more

Tags: , ,

AS Path Prepend in a multipath network

In this scenario we have a dual connected site and are using BGP multipath to load balance the traffic over the two connections. This is very dangerous to do when beancounters are around because they often want you to use both connections to 100% (or at least over 50%) so you end up without the […]

Read more

Tags: , ,