January 2023

Basic BGP Information

BGP, Border Gateway Protocol, is the routing protocol that connects the internet, and it is versatile enough to be used from small to large environments. This will be a small reference for BGP basic knowledge. – Basics of BGP – Confederations – Route Reflectors – Neighbour Formations – Path Selection – BGP Synchronisation – BGP […]

Basic BGP Information Read More »

AWS CDK Setup

CDK is the AWS Cloud Developer Kit. Here is a small guide to the setup. I have created a new AWS account for myself that is empty. This will walk through the process of setting everything up to interact with the AWS infrastructure through CDK. Tools Node.js is simple to install, just download, and it’s

AWS CDK Setup Read More »

Arista VXLAN 3 – Automating Adding New Spine and Leaf Switches

I have been over the automatic creation of the VXLAN topology in the previous post. However, this stopped at the creation of the topology only. If in the future I wanted to add a new spine or leaf switch, this could be done, but the other switches wouldn’t be aware as they would also need

Arista VXLAN 3 – Automating Adding New Spine and Leaf Switches Read More »

NMAP SSL Cipher Checking

I was making changes on F5s to remove ciphers considered weak. Once the change has been made, the VIP on the F5 must be checked. If the VIP is public and has a DNS record then using SSL labs in very simple. However, if the VIP has no public DNS record, or is not public

NMAP SSL Cipher Checking Read More »