Anda di halaman 1dari 6

10/7/2019 Network Security Chapter 3 Packet Tracer Activity Answer • Invisible Algorithm

Network Security Chapter 3 Packet Tracer


Activity Answer

This post is solution or answer Packet Tracer Activity Chapter 3 Network Security. The title for this
packet tracer activity is Con gure AAA Authentication on Cisco Routers. As the title stated, this
packet tracer activity regarding con guration AAA Authentication. You will learn how to con gure
AAA authentication using local or server based TACACS+ and RADIUS. I will guide step by step to get
100% for this packet tracer activity. At the same time, you can learn steps necessary to con gure
AAA authentication for Cisco routers.

Take note that i will skip any task which do not get mark. Usually it’s a verify task such as ping and
etc.

Task 1: Con gure Local AAA Authentication for Console Access on R1

Con gure a local username on R1.

R1(con g)#username Admin1 secret admin1pa55

www.invialgo.com/2012/network-security-chapter-3-packet-tracer-activity-answer/ 1/6
10/7/2019 Network Security Chapter 3 Packet Tracer Activity Answer • Invisible Algorithm

Con gure local AAA authentication for console access on R1.

R1(con g)#aaa new-model


R1(con g)#aaa authentication login default local

Descargar Pinnacle Studio - Pinnacle


Studio 22
Ad Pinnacle Studio - Fácil Edición Crea Vídeos
como un Profesional
pinnaclesys.com

Saber más

Con gure the line console to use the de ned AAA authentication method.

R1(con g)#line console 0


R1(con g-line)#login authentication default

Task 2: Con gure Local AAA Authentication for VTY Lines on R1

Con gure a named list AAA authentication method for VTY lines on R1.

R1(con g)#aaa authentication login TELNET-LOGIN local

Con gure the VTY lines to use the de ned AAA authentication method.

R1(con g)#line vty 0 4


R1(con g-line)#login authentication TELNET-LOGIN

Task 3: Con gure Server-Based AAA Authentication Using TACACS+ on R2

Con gure a backup local database entry called Admin.

R2(con g)#username Admin secret adminpa55

Con gure the TACACS+ server speci cs on R2.


www.invialgo.com/2012/network-security-chapter-3-packet-tracer-activity-answer/ 2/6
10/7/2019 Network Security Chapter 3 Packet Tracer Activity Answer • Invisible Algorithm

R2(con g)#tacacs-server host 192.168.2.2


R2(con g)#tacacs-server key tacacspa55

This con guration specify the server ip address and the key which use at the tacacs+ server.

Con gure AAA login authentication for console access on R2.

R2(con g)#aaa new-model


R2(con g)#aaa authentication login default group tacacs+ local

This con guration will allow local database login if the tacacs+ server is down or unable to connect
for some reasons.
Con gure the line console to use the de ned AAA authentication method.

R2(con g)#line con 0


R2(con g-line)#login authentication default

Task 4: Con gure Server-Based AAA Authentication Using RADIUS on R3

Con gure a backup local database entry called Admin.

R3(con g)#username Admin secret adminpa55

Con gure the RADIUS server speci cs on R3.

R3(con g)#radius-server host 192.168.3.2


R3(con g)#radius-server key radiuspa55

Con gure AAA login authentication for console access on R3

R3(con g)#aaa new-model


R3(con g)#aaa authentication login default group radius local

Con gure the line console to use the de ned AAA authentication method.

R3(con g)#line con 0


R3(con g-line)#login authentication default
www.invialgo.com/2012/network-security-chapter-3-packet-tracer-activity-answer/ 3/6
10/7/2019 Network Security Chapter 3 Packet Tracer Activity Answer • Invisible Algorithm

That’s all. It’s very simple. I don’t nd any confusing part in this packet tracer activity. You should
be able to get 100% in short time.

If you interested to try this packet tracer activity, download it here.

If you want the solution or answer for this Packet Tracer Activity, you can download it here

Thank You.

NOU , Zacaris Network Security Zapatillas bajas New CCNA Security Packet
Packet Tracer Activity Balance - MS574 Tracer Practice SBA
Chapter 2 Answer

Ad Zacaris invialgo.com Ad Shopiteca invialgo.com

Comprar Juguetes de Answer CCNA Security CCNA Security 2.0 PT Answer CCNA Security
Colección Chapter 2 Test – Practice SA - Part 1 • Final Exam – CCNAS
CCNAS v2.0 Invisible Algorithm v2.0 • Invisible...

Ad todocoleccion invialgo.com invialgo.com invialgo.com

InviAlgo / April 11, 2012 / Network Security, Packet Tracer / 100%, Answer, CCNAS, Chapter 3, Con gure AAA
Authentication on Cisco Routers, how to con gure AAA, network security, packet tracer activity, packet tracer activity
chapter 3, RADIUS, Solution, Step by Step, TACACS+, tutorial

9 thoughts on “Network Security Chapter 3 Packet Tracer


Activity Answer”

dhossm
April 19, 2012 at 6:44 AM

www.invialgo.com/2012/network-security-chapter-3-packet-tracer-activity-answer/ 4/6
10/7/2019 Network Security Chapter 3 Packet Tracer Activity Answer • Invisible Algorithm

this was PERFECT 100 % correct and got through the PT quick! great reference !

Ursus
October 14, 2012 at 6:15 AM

Thank u very much!!!…It helped me a lot, because I was a little confused with some statements in
the activity. 100% Helpful!

Robert
January 27, 2013 at 5:40 AM

It didn’t get me 100% I had to use password instead of secret but thank you!

e
February 9, 2014 at 12:25 PM

Muchas graciassssssss!! salio perfecto.

Adde
February 19, 2014 at 9:07 PM

Hi!

I´m trying to get inside R1 but it keeps asking me for password, does anyone know why? It is
supposed to not have any password as far as I can see..

BJ
June 8, 2014 at 5:25 AM

password to start o is ciscoenpa55 , i had the same issue until i asked a friend lol. and idk whats
wrong now but i cant get passed 85% because it says the usernames are wrong

khalil
November 6, 2014 at 12:42 PM

try to use the username Admin1 instead (admin1)

mark
www.invialgo.com/2012/network-security-chapter-3-packet-tracer-activity-answer/ 5/6
10/7/2019 Network Security Chapter 3 Packet Tracer Activity Answer • Invisible Algorithm

June 17, 2016 at 9:37 AM

ciscoenpa55

Rico
May 16, 2016 at 2:30 AM

R1

R1(con g)#username Admin1 secret admin1pa55


R1(con g)#aaa new-model
R1(con g)#aaa authentication login default local
R1(con g)#line console 0
R1(con g-line)#login authentication default
R1(con g)#aaa authentication login TELNET-LOGIN local
R1(con g)#line vty 0 4
R1(con g-line)#login authentication TELNET-LOGIN

R2
R2(con g)#username Admin2 secret admin2pa55
R2(con g)#tacacs-server host 192.168.2.2
R2(con g)#tacacs-server key tacacspa55
R2(con g)#aaa new-model
R2(con g)#aaa authentication login default group tacacs+ local
R2(con g)#line con 0
R2(con g-line)#login authentication default

R3
R3(con g)#username Admin3 secret admin3pa55
R3(con g)#radius-server host 192.168.3.2
R3(con g)#radius-server key radiuspa55
R3(con g)#aaa new-model
R3(con g)#aaa authentication login default group radius local
R3(con g)#line con 0
R3(con g-line)#login authentication default

Invisible Algorithm /

loading

www.invialgo.com/2012/network-security-chapter-3-packet-tracer-activity-answer/ 6/6

Anda mungkin juga menyukai