admin

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 »

Arista AEM

AEM is the event handler for Arista. It can be used to automate tasks giving the user the ability to customise alerts and actions. There are three parts to ARM; Event Manager, Event Monitor and Linux Tools. Send XMPP Message on Interface ChangeDownload script and execute if startup-config presentUsing variables in AEMRunning Script Before EOS

Arista AEM Read More »