Cisco FTD SCEP enrollment via AD CA NDES Server

I recently had a client that setup a CA and NDES server. They wanted to have their FTDs auto-enroll in the AD CA certs. They had followed this PETENETLIVE article to get NDES and AD CA setup. I won’t rewrite this article, I’ll just link to it. Essentially all you need is a Domain joined …

ASA Cluster and Active/Active Failover in GNS3

Here is how you can run an ASA Cluster and Active/ACtive Failover in GNS3: I did not make these files but I will share them here: Download the .gns3a appliance and load it into GNS3 Unzip the .7z file and select the hard drive when loading the appliance https://upw.io/3tp/ASA-Cluster-Appliance.gns3a https://upw.io/3to/ASA_with_clustering-915-16-Clustering_Security_Contexts_Enabled.7z

How to Setup Multiple Context ASA in GNS3

How to Setup Multiple Context ASA in GNS3 In this guide I will show you exactly how to get a working lab for ASA multi-context in GNS3. First be aware that you CANNOT use the virtual ASA image. Instead we will have to use ASA version 9.1.15-16 and activate it with a key IN GNS3. …

Cisco ASA REST-API Setup Process

Download ASA 5500-X Software from Cisco or use https://software.cisco.com/download/release.html?mdfid=286285782&flowid=77254&softwareid=286284108&release=1.3.2&relind=AVAILABLE&rellifecycle=&reltype=latest Note: if you DO NOT have a valid Cisco account you can download it here https://upw.io/M4/asa-restapi-132200-lfbff-k8.SPA   Now that we have the software load up ASDM and drop the file inside the ASA Flash. Now that we have the software we need to activate it on …

How To Configure Oxidized To Backup Cisco ASAs

Here is a basic configuration of installing Oxidized. It will also show you how to configure oxidized to backup Cisco ASAs. Let’s begin! go to the working directory cd /root/ install ruby and crap sudo yum -y install nano cmake sqlite-devel openssl-devel libssh2-devel ruby gcc ruby-devel install oxidized sudo gem install oxidized sudo gem install …

How to Setup SNMPv3 on a Cisco ASA with LibreNMS

The guide below will explain how to setup SNMPv3 on a Cisco ASA with LibreNMS for Secure Monitoring! My goal with this article is to monitor devices over the WAN without ports being opened. ASA CONFIG: configure terminal snmp-server group libre v3 priv snmp-server user libreuser libre v3 auth sha password priv aes 128 password …