Objective: To introduce ourselves to the Command Line Interface; user and privileged mode, basic help and show commands.爱好者博墅r\'hQ:wX
?e*o(P!W Lab Equipment: We will be using eRouter 1. To select eRouter 1 click on the button labeled "eRouter 1" at the top of your screen.
实验:介绍基本用户接口
目的:熟悉命令行接口;用户模式和特权模式,基本帮助和Show命令。
实验设备:使用eRouter1,单击屏幕上方的eRouter 1按钮选择eRouter 1。
1. Press <enter> to get to the router prompt.
按下回车键进入路由器提示符状态。
Router>
2. You are now in User mode. Type the command that is used to view all the available commands at this prompt.
你现在是处在用户模式下,在当前提示符下输入一个命令显示在当前模式下所有可用的命令。
Router>?
3. Type the command used to enter Privilege mode.
输入命令进行特权模式。
router>enable
router#
4. View the available commands in Privilege mode.
查看特权模式下所有可用的命令。
Router#?
5. Type the command that will allow you to see all of the show commands.
输入命令查看所有的Show命令。
Router#show ?
6. Type the command that will allow you to see the active, or running configuration.
输入命令查看当前正在运行的配置信息。
Router#show running-config
7. At the more prompt, hit the key that will show you the next page of information.
在More提示符下,敲击哪个按钮会显示下一页的信息。
Spaces bar
8. Type one of the commands that will take you back to user mode.
输入一条命令将使你返回用户模式。
Router#disable
Basic User Interface Lab
基础用户接口实验
1. Connect to eRouter 1 and view all the available commands. What command did you use to do this? _____________
1.连接到eRouter1,并且想查看所有可用的命令,你会使用哪个命令来做这件事? (?)
2. Now enter Privilege mode. What command did you use? ______________
2.现在进入特权模式,你会用哪个命令? ( enable )
3. View all available commands for Privilege mode. What command did you use? _________________
3.查看特权模式下所有可用的命令,你会用哪个命令? (?)
4. View a list of all available show commands. What did you type? __________________
4.查看所有可用的Show命令,你会输入哪条命令? (show ?)
5. Take a look at the routers running configuration. What command did you use? _________________
5.查看路由器的当前运行配置信息,你会使用哪条命令? (show running-config)
6. Go back into user mode. What command did you use?