|
Home > Archive > CCNA > June 2002 > Cisco practice test errors...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Cisco practice test errors...
|
|
| Billabong 2002-06-18, 10:02 pm |
| Hey all,
Going to take my test Friday...
Been using the Cisco Flash Card Kit CD to practice exams. Lots of errors on questions, I know. Most I've been able to find the right ones.
Here's two that are ticking me off:
If you get the error message, "Password required, but none set", what command would you use to fix that?
A. Password
B. Login
C. Allow telnet
D. enable service-encryption
C & D are right out.
I say 'A. Password', the exam keeps telling me 'B. Login'. If a password is required, but none is set, it means the login command was entered, but not a password, correct?
And two:
To see the status of channel 1 on BRI0,
A. show int bri0:1
B. show int bri0.1
C. show int bri0-1
D. show int ISDN 1
Cisco says 'A'. I have to agree, since I don't get to play with ISDN stuff.
I'm just getting tired of seeing 'FAILED', when I know I'm doing things right.
Thanks,
Bill | |
| Imran4sin 2002-06-19, 5:16 pm |
| Sup,
hmm.. im not positive ..sp dont quote me on these...
1)
here are the commands that you would use to config...
Router(config)#enable secret class
Router(config)#line console 0
Router(config-line)#login
Router(config-line)#password cisco
so from this i can say that it should be
(a) password
2) should be (a)
cheers,
and all the best for the exam,
l8r, | |
| Billabong 2002-06-19, 7:26 pm |
| Thanks for the reply!
I knew I wasn't crazy!
I emailed Cisco, and they are sending me a new CD with updated errors...err.. corrections. 
Not that it will get to me before Friday, but oh well. Because I will pass the first time. 
Later,
Bill | |
| rikami 2002-06-20, 3:29 pm |
| You need to enter the command:
line vty 0 4
login
password password
If you do not put the word "login" in, you can't telnet. If you want to be able to telnet without a login password, you put in:
line vty 0 4
no login |
|
|
|
|