Next Hop Recursive-Looped

In this morning’s lab exercise I intentionally designed and configured a network to cause recursively looped routing lookups. When I started the experiment, I did not know this is the term for this condition. I simply wanted to see what would happen if the route to the destination was also the route to the next

OSPF Autoconfiguration with Python

I find that sometimes when I want to lab up a specific scenario I have to do the same “router ospf 1234” and “network 198.51.blah.blah area blah” commands over and over just to get basic routing configured. Awhile ago I wrote an EIGRP auto configuration script but at that time I didn’t know about the

Soft Reconfiguration Inbound

This morning I set up an eBGP session between routers with a switch in the middle configured for SPAN. The SPAN session sent the output to my laptop for Wireshark analysis. Of course, I would need prefixes in BGP to have something to observe. I took inspiration from Free Range Routing’s sharpd feature and wrote