ITU-R A telecommunications regulatory body that regulates or decides how different parts of the RF spectrum may be used. Countries can also have own regulatory bodies that regulate the spectrum within the country. Maintains spectrum in three different regions: Region
One Month to Cisco Live Las Vegas
We’re down to just a month before it’s time for Cisco Live in Las Vegas 2017. I’m really looking forward to meeting with a lot of people and attending some great sessions. This will also be my first event as
CCNA Wireless – CCNA Wireless Notes Chapter 1
I’ve started studying for the CCNA wireless exam and thought I would put my notes online. I always learn better when writing and hopefully my notes can be of assistance to someone else. These notes are based on reading the
Python – Kirk Byers Course Week 4 Part 3
This post will describe the exercises and solutions for week four of Kirk Byers Python for Network Engineers. The final exercise of week 4 is the following. [code lang=”text”] III. Create a program that converts the following uptime strings to
Python – Kirk Byers Course Week 4 Part 2
This post will describe the exercises and solutions for week four of Kirk Byers Python for Network Engineers. Our next task is to parse data from show version from a device. [code lang=text] II. Parse the below 'show version' data
Python – Kirk Byers Course Week 4 Part 1
This post will describe the exercises and solutions for week four of Kirk Byers Python for Network Engineers. The first exercise is the following: [code lang=text] I. Prompt a user to input an IP address. Re-using some of the code
Python – Kirk Byers Course Week 3 Part 3
This post will describe the exercises and solutions for week three of Kirk Byers Python for Network Engineers. The last exercise of the week is to create an IP address checker that checks the validity of an IP address. Here
Python – Kirk Byers Course Week 3 Part 2
This post will describe the exercises and solutions for week three of Kirk Byers Python for Network Engineers. Exercise two of week three we already completed in a previous post where we used a For loop to loop through the
Python – Kirk Byers Course Week 3 Part 1
This post will describe the exercises and solutions for week three of Kirk Byers Python for Network Engineers. The first exercise of the week is the following: I. Create an IP address converter (dotted decimal to binary). This will be
Python – Kirk Byers Course Week 2 Part 4
This post will describe the exercises and solutions for week two of Kirk Byers Python for Network Engineers. The final assignment in week 2 is the following: IV. You have the following string from “show version” on a Cisco router