Working with an older Cisco ASA, I was not able to directly SSH to the host using SSH on Windows unless I specified the diffie-hellman-group1-sha1 algorithm. PuTTY gives…
Working with some older Cisco ASA devices, I’m trying to access the ASDM interface. The browser isn’t giving me luck, so I turned to PowerShell to help me,…
For some reason on a Cisco WAP571, the SNMP value returned from apRadioNumAssociatedStations is always zero. This is true on firmware tested WAP571 (pgwap571, 1.1.0.3). I have a…
When installing Cisco AnyConnect VPN client, encountered an error: The vpn client agent was unable to create the interprocess communication depot. This error is due to Internet Connection…
Quick setup for WPA on Cisco Aironet 350 Access Point to remind myself… interface Dot11Radio0 no ip address no ip route-cache ! encryption mode ciphers tkip ! ssid…
This method will basically automate telnet login and run a command on a router. It doesn't use TELNET, it uses ncat. The alternative to this approach would be…
On a Cisco ASA you can configure capturing of data to allow for deeper troubleshooting of issues. With the recent issue of the Heartbleed bug, I needed a…