954,323 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

cisco packet tracer password and router help

hi guys I need help with our homework. How do I put password in packet tracer? and also what is a AMY and AU router?? Here is the complete instructions our prof gave us when he left for a meeting. Also how do you make it max of 2 users at a time for remote access? Somebody explain me how to do those lines in red only. Cheers!


IP BLOCK: 172.201.56.75 / 14

DTE, END DEVICE - FIRST USABLE

DCE, ROUTER LAN - LAST USABLE

BANNER: "KEEP OUT"

CLOCK RATE: 64000

PASSWORD: (TELNET, CONSOLE): CISCO <-- TYPE7

ENABLE PASSWORD: CISCO --> SECRET M05

MAX. 2 USERS AT A TIME FOR REMOTE ACCESS

AMY TO AU ROUTER

Lightning03
Junior Poster in Training
92 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

#config t
config#enable secret class /* try type this after you are at configuration terminal
config#line con 0
config-if#password cisco
config-if#exit
config#line vty 0 4
config-if#password cisco
config-if#exit

chedet
Newbie Poster
6 posts since Feb 2012
Reputation Points: 10
Solved Threads: 0
 
#config t config#enable secret class /* try type this after you are at configuration terminal config#line con 0 config-if#password cisco config-if#exit config#line vty 0 4 config-if#password cisco config-if#exit


what is the line con 0 for? and also, should I enter all of these in the CLI of a router?

Lightning03
Junior Poster in Training
92 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

yes..you should enter all of that in the CLI..

chedet
Newbie Poster
6 posts since Feb 2012
Reputation Points: 10
Solved Threads: 0
 

Set a console password to cisco(need to login before users can use the router CLI)
Router(config)#line con 0
Router(config-if)#password cisco
Router(config-if)#login
Router(config-if)#end

Set a telnet password
Router(config)#line vty 0 4
Router(config-if)#password cisco
Router(config-if)#login
Router(config-if)#end

chedet
Newbie Poster
6 posts since Feb 2012
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: