Powered by Max Banner Ads 

@fryguy

Archive for the ‘CCIE’ Category

Cisco Live 2013 – CCIE Labs Available!

In CCIE, Cisco Live on April 4, 2013 at 08:49

4800530114_803845be9e_o

Well that image there might be familiar to some of us!  But good news, once again, the CCIE Labs will be available as Cisco Live 2013!

Below is an e-mail I just received, so if you are ready, no better place to take the lab then Cisco Live!

CCIE Lab Exams Available June 22-23 at Cisco Live 2013, Orlando

Attending Cisco Live in Orlando? You can take your CCIE lab exam while you are there.

We encourage you to take advantage of the CCIE lab exams that will be available in Orlando June 22-23 as part of Cisco Live. The CCIE labs being offered during the event will allow qualified candidates who are registered for Cisco Live to more easily and quickly take the exam, reducing the waiting time, effort, and costs accrued by having to travel separately. The eight-hour lab exam tests your ability to configure actual equipment and get the network running in a timed-test situation. Read the rest of this entry »

IOS XR – Cisco Videos and Training

In CCIE, IOS XR on November 6, 2012 at 10:02

Ok, I know I said I was done with the IOS XR stuff, but just had to share this.
Cisco has posted some Videos on YouTube, they are below for your enjoyment.

Also, if you are looking for an IOS XR book – here is a link to the one on Amazon.

Introduction to IOS XR CLI and Configuration

  Read the rest of this entry »

IOS XR – TACACS (default and non-default VRF)

In CCIE, How To, IOS XR on October 18, 2012 at 08:04

Ok, final post on IOS-XR before the workbook is published in its entirety.

 

So you want to secure your IOS-XR device using TACACS.
The first example I will use will be using the default VRF for TACACS authorization and the second will be using a different VRF. For these examples, the tacacs server is at IP 192.168.100.100 and the password is TacacsPassword

First up, we need to configure our source interface for TACACS, here we will use loopback0 and the default VRF.
RP/0/RSP0/CPU0:PE2(config)#tacacs source-interface Loopback0 vrf default

Now we can configure our TACACS server and Password
RP/0/RSP0/CPU0:PE2(config)#tacacs-server host 192.168.100.100
RP/0/RSP0/CPU0:PE2(config-tacacs-host)#key 0 TacacsPassword
RP/0/RSP0/CPU0:PE2(config-tacacs-host)#exit
RP/0/RSP0/CPU0:PE2(config)#

Time to create a local console authenticaion method, this way console does not rely on TACACS.
You may or may not want to do this, but I am showing it for these examples.
RP/0/RSP0/CPU0:PE2(config)#aaa authentication login console local
RP/0/RSP0/CPU0:PE2(config)#aaa authorization commands console none

Apply the console loging to the line console
RP/0/RSP0/CPU0:PE2(config)#line console
RP/0/RSP0/CPU0:PE2(config-line)#login authentication console
RP/0/RSP0/CPU0:PE2(config-line)#authorization commands console
RP/0/RSP0/CPU0:PE2(config-line)#exit
RP/0/RSP0/CPU0:PE2(config)#

Read the rest of this entry »

%d bloggers like this: