Source: StaticNAT
The Lost Year: Back to Work
2015 was tough just no getting around it. I started the year working with an amazing team as the CTO of a company I really believed in and the COO of the company that was supposed to be my future. By the end of 2015, I had been through 3 jobs (all of my own …
Source: StaticNAT
#WhoIS is BACK!
WOW it has been a long time. It has taken life and career changes to get me back to the point that I have been able to really think about picking this up again. I have had amazing feedback from the original audience and I am hoping to do even better for you al this …
Source: StaticNAT
A Few Easy Steps: Cisco Switch, Setup IP Device Tracking
In this session of A Few Easy Steps, we will be setting up IP Device Tracking on a Cisco IOS Switch. In General this will work on any Cisco IOS switch. Session Prerequisites: You have terminal or console access to your Cisco device. Session Assumptions: You have host devices connected to your switch Our goals of …
Source: StaticNAT
What did you Expect? Part 5, Basic Error Handling.
In the first four parts of What did you Expect, we covered the basics of getting started with automating interactions for network equipment. In the first few posts it was important have a networking environment that was 100% stable. The last thing I needed when I was trying to learn to use python to automate network …
Source: StaticNAT
Money Where My Mouth is, Get Coding Giveaway
So lately I have been on a coding kick. More and more I believe that staying competitive in the IT space is going to require at least a minimal understanding of how to code. I know I am late to this game but I also know there are lots of other who are even further …
Source: StaticNAT
Get Coding!
So lets start off with I am an old dog and I am learning new tricks. My entire career I have avoided the dreaded programing. In college I slid by my degree requirement for a coding class by taking Visual Basic for Industrial applications. I hated it. Debugging drove me nuts and there is still …
Source: StaticNAT
Back to the basics. Installing Ubuntu Server 14.04
Back in 1996 when I started this game there were lots of things I had not done. Now days it seems like everyone I meet is 18, running service provider networks and writing code in all the hip new languages. That is not the reality of the world. The reality is that we all start …
Source: StaticNAT
A Few Easy Steps: Cisco IOS, Setup for Automation
In this session of A Few Easy Steps, we will be doing the initial setup for automation on a Cisco IOS Device. In General this will work on any Cisco IOS Device. Session Prerequisites: You have a Cisco Console Cable You have a serial port You have a Terminal Program that you can access your …
Source: StaticNAT
What did you Expect? Part 4, Working with Flat Files.
So far so good. In Part 1 we connected to a Cisco switch and and performed basic Authentication with Expect. Part 2 we expanded on that and added configuration to our code that added a VLAN and configured an interface. But as I have already stated we are writing quite a bit of code just to …
Source: StaticNAT