View Full Version : Chapter 6 & 7 Forum info
mikehurn
02-29-2008, 10:01 AM
Hi Todd,
In the chapter intro you list SSH for chapters 6 & 7.
Should be just listed for chapter 4?
Also you list OSPF & EIGRP in the intro for chapter 6.....
Regards Mike.
lammle
02-29-2008, 10:21 AM
Mike, are these in the objectives or the written intros? I am only asking because I dont' have the book with me.
Todd
mikehurn
02-29-2008, 12:44 PM
Hi Todd,
My main dig was for the inclusion of OSPF & EIGRP in the intro for chapter 6.
As you asked; partly in the objectives.
But you use 'SSH' in the intro text for Chapters 6, 7, 8 & 9.
Without any occurrence of the ‘SSH’ text in the chapter.
Chapters 4, 5 & 10 also have ‘SSH’ in the intro text but at least ‘SSH’ is discussed within the chapter.
Regards Mike.
lammle
02-29-2008, 06:36 PM
Mike, thanks for bringing this to my attention. I meant to add SSH in every chapter by probably forgot because of time constraints....
Here is what you must know for the CCNA objectives. This can be used on Cisco router and switches.
To enable SSH Server:
Todd#config t
Todd(config)#username Todd password Lammle
Todd(config)#ip domain-name lammle.com
Todd(config)#crypto key generate rsa
Todd(config)#line vty 0 4
Todd(config-line)#login local
Todd(config-line)# transport input ssh
(Optional: transport input ssh telnet - but this allows both SSH and Telnet on the device)
Here is how you SSH from a router to another router (you don't need to know this for the CCNA objectives)
#ssh -l Todd (router ip address) Lammle
The above used the username and password configured using the "username" command on the SSH server.
OK, we're set....please practice this on routers before you try your exam.
Cheers!
Todd Lammle
lammle
03-26-2008, 11:24 AM
Here is what you must know for the CCNA objectives. This can be used on Cisco router and switches.
To enable SSH Server:
Todd#config t
Todd(config)#username Todd password Lammle
Todd(config)#ip domain-name lammle.com
Todd(config)#crypto key generate rsa
Todd(config)#line vty 0 4
Todd(config-line)#login local
Todd(config-line)# transport input ssh
(Optional: transport input ssh telnet - but this allows both SSH and Telnet on the device)
Here is how you SSH from a router to another router (you don't need to know this for the CCNA objectives)
#ssh -l Todd (router ip address) Lammle
The above used the username and password configured using the "username" command on the SSH server.
OK, we're set....please practice this on routers before you try your exam.
Cheers!
Todd Lammle
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.