Automation

Enabling FortiGate IPS with Terraform – Metasploit Test

This lab takes the initial config from the post, Creating FortiGate Config with Terraform, and adds in the IPS config to the firewall rule that permits all traffic between INSIDE and DMZ. The IPS policy is the default from FortiNet that blocks critical attacks. The attack that I will demonstrate is the ever popular vsftpd

Enabling FortiGate IPS with Terraform – Metasploit Test Read More »

Creating FortiGate Config with Terraform

For this lab I have created a small topology with a FortiGate which will be configured with Terraform. There are two networks INSIDE 192.168.10.0/24 and DMZ 192.168.20.0/24. The other interface is for OUTSIDE this is connected into my home lab network and has an IP of 10.10.30.215. Terraform is used to configure the FortiGate firewall,

Creating FortiGate Config with Terraform 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 »

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 »

Arista XMPP Sending Commands

Now that the XMPP server and switches have been configured, commands can now be issued from an XMPP client either on the switch or a client running in Linux, Windows, etc.This post will demonstrate the issuing of commands from the IM client Gajim and the Arista switches themselves using XMPP. By default, when configuring the

Arista XMPP Sending Commands Read More »