Author Archives: Adam

Configure Cisco IOS 802.1x Supplicant

If you have an intermediate familiarity with Ethernet switching you are more than likely familiar with 802.1x port based authentication. With that assumption let’s assume your environment is locked down tight enough to the point where this security is enabled. Great! However, what if you needed to add another Cisco device to a client facing switch port? Not so great… How do you get the device to authenticate the same way as your PC does? Fortunately the IOS includes a supplicant for 802.1x that will allow us to authenticate just like a wired windows client! Let’s check out the config … Continue reading

Posted in Networking | Tagged , , , , | 2 Comments

CUCM Partitions and Calling Search Space Basics

To understand the Class of Control mechanisms in Cisco’s Unified Communications Manager it’s vital that you understand Partitions and Calling Search Spaces. There are a number of analogies that can be drawn to illustrate the concept. I personally have found the analogies more complicated than just a simple explanation. Continue reading

Posted in Collaboration, Telephony | Tagged , , | Leave a comment

Cisco SSH Console Server

Did you know a Cisco router can be used as a console server? Continue reading

Posted in Networking | Tagged , , , | Leave a comment

Cisco IOS Task Automation

If you love your server or desktop operating system’s CLI as much as myself you have probably banged out a few scripts to automate tasks at least a time or two… Did you know you can also script and automate tasks on Cisco IOS networking devices? The options are wrapped around the built in embedded event manager. The embedded event manager, or EEM for short, can track a number of sources including the syslog, SNMP, timers, counters and more. These are called event detectors. When an event is detected a policy can be trigged and some action taken. These actions … Continue reading

Posted in Networking | Tagged , , | Leave a comment