Cisco WLC 2504 How to configure LAG/EtherChannel to Cisco Switch

Today I'm going to show you how to configure a LAG/EtherChannel on a Cisco 2504 WLC to a Cisco switch (or switch Stack). Why would one want to do this? In the case of the 2504, the only benefits are redundancy. The 2504 WLC will not be able to push out more than 1 Gbps …

CISCO IOU LICENSE

To get a Cisco IOU license on the GNS3 VM nano script.py paste the following #! /usr/bin/python3 print("*********************************************************************") print("Cisco IOU License Generator - Kal 2011, python port of 2006 C version") import os import socket import hashlib import struct # get the host id and host name to calculate the hostkey hostid=os.popen("hostid").read().strip() hostname = socket.gethostname() …

Cisco ASA VTI (9.7) Route Based VPN with load-balancing and failover – Setup Guide

With code 9.7 released Cisco decided to add two VERY important features. Route based VPN with VTIs, and bridge groups! This article will show a quick configuration of a route based VPN with ASAs! Previously to do something like this you would need to build a GRE tunnel over IPSEC with a second router terminating …

Cisco ASA – AnyConnect VPN with Active Directory Authentication Complete Setup Guide

This article will discuss setting up Cisco Anyconnect with LDAP/Domain Authentication. I will be showing both the ASDM/GUI and CLI commands. I recommend the GUI method once, then use the CLI once you understand it. Replace the following below with your own: "10.0.1.10" with your AD/DNS Server "DC=SDC,DC=LOCAL" with the base DN of your Domain, my …

Cisco ASA to Palo Alto Site to Site IPSEC VPN Failover

  Today I'm going to show you exactly how to configure IPSEC failover between a Cisco ASA and A Palo Alto. Network: 1 ASA, 2 wan circuits 1 Palo, 1 wan circuit     Let's assume at the ASA side 20.0.3.2 is our primary WAN circuit and 20.0.4.2 is the backup circuit we have just …

OneLogin and JAMF/Casper Suite SSO Setup

I have a project to implement SSO for hosted JAMF/Casper Suite. First I setup the OneLogin virtual LDAP connection to JAMF. Then I found out there's no way to mass import users. This was important to me because I wanted users to be able to self enroll with AD credentials. I didn't want to import …