Category

Networking

38 articles in this category

Detecting if SIP ALG is enabled on network

September 14, 2023 2 min read

One of the first things I troubleshoot in a SIP trouble ticket is determining if the network is SIP aware. Sometimes I don’t have access to the network…

snmptable

July 19, 2022 1 min read

snmptable -Cl -CB -Ci -OX -Cb -Cc 16 -Cw 64 -v2c -c <community> <host:port> CISCO-WLAN-ACCESS-POINT-MIB::apAssocTable On a Cisco WAP571, it produces the following output. Interface Authenticated Associated RxPackets…

Configure WPA on Cisco Aironet 350 Access Point

August 1, 2014 1 min read

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…

Enable SSH Login on a Cisco Router

June 3, 2014 1 min read

Quick example of setting up SSH access on a Cisco router. I have a few dozen routers in my lab I'm working on and actually made this scripted.…

Test Cisco ASA VPN Authentication

March 26, 2014 2 min read

Had an issue with a user that was failing to log into the VPN from remote.  Couldn't initially figure it out while at home while troubleshooting the authentication. …

Cisco IOS EEM: Send Email on VPN Connection

December 18, 2012 3 min read

I set up a Cisco router to send an email whenever a VPN user connected.  I did this for accounting purposes before I moved to RADIUS.  I'll put…