Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (346.17 KB, 4 trang )
A.Basic lab
1- Access router X through Access Server
If there are router available on your seat , use the console cable to access
them . You can use Hyper Terminal program to access :
Besides you can use TCP/IP to connect the router via Telnet
Example : To connect router 1
Open command prompt and type the command
Telnet 192.168.1.251 2001
2- Configure to change the nme of router x , from Router to Router X
+From user mode go to Priviledge mode :
Router >enable
+ Go to Priviledge EXE mode :
Router#configure terminal
+Change the name of router , from Router to Router X ( X is the
number of router)
Router (config)#hostname Router X
3- Configure to allow the computer in the inside network can
successfully telnet to Router X use password cisco
+Go to configure line
Router (config)#line vty 0 4
+Assign password for telnet
Router (config-line)#password cisco
+Allow login
Router(config-line)#login
4- Configure password for accessing enable mode : 123456 . This
password must be encrypted with md5
Router(config)#enable password 123456
The password above is clear text . To secure we use secret password
Router (config)#enable secret 123456
Note : After you assign a secret password . It will replace clear text