Lab

Scrapli and Flask – Part 5: Additional Device Details

In version2, I have made several changes to continue with this project Added device details page for each device Refresh database button for upto date device details Refresh button for each device Notification if the last refresh of device data is greater than 200 seconds Also added is a device base template cofig generator. More

Scrapli and Flask – Part 5: Additional Device Details Read More »

Arista vEOS in GNS3

The Arista vEOS switch was a little tricky to get working on GNS3. Arista do provide a vEOS for lab testing. All you need is to sign up with any email and the vEOS software for labs will be at the bottom. Registration can be found here: https://www.arista.com/en/user-registrationDownloaidn the image once registered can be found

Arista vEOS in GNS3 Read More »

GNS3 tacacsGUI Assign Static IP

In my GNS3 lab for my TACACS Netmiko project I had an issue with my tacGUI boxes not retaining their DHCP addresses and not accepting a static IP address. https://www.gns3.com/community/featured/tacacs-appliance-with-gui The underlying OS on these VMs is Apline Linux 3.7. The documentation states that there are two methods for configuring the static IP based on

GNS3 tacacsGUI Assign Static IP Read More »

GNS3 Nexus v9 Boot Problems

I have 9000v in my GNS3 lab. These devices do no like to boot up when reloaded. They sit in a boot loader menu as no autoboot is found. As it’s only a lab this is ok. Just need to direct the switch to boot the correct image, which then boots the switch perfectly fine.

GNS3 Nexus v9 Boot Problems Read More »

Configuring TACACS

This is showing how TACACS in a GNS3 lab can work. It is part of the Netmiko TACACS Project. Let’s get to it… R2 will have TACACS config applied to the OLD_TACACS server. SSH login will come from the Centos Automation server R2 TACACS Config TACACS Server (OLD_TACACS) For the TACACS server I am using

Configuring TACACS Read More »