新建 文本文档.txt

来自「有关nnca实验的一些routersim 的doc命令集」· 文本 代码 · 共 47 行

TXT
47
字号
 


版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://redking.blog.51cto.com/27212/69785 
Objective: Become familiar with the command-line interface (CLI), user and privileged mode, and basic help and show commands.
Lab Equipment: Router 1 from the eRouters menu
Background Reading: Lab Primer Lesson 1: Introduction to the Cisco Router Command-Line Interface
1. Press the ENTER key to get to the router prompt.
Router>

2. The interface is now in user mode. At the user mode prompt, type the command that is used to view all the commands available in user mode.
Router>?


3. Type the command used to enter privileged mode.
Router>enable
Router#

4. Type the command that will allow you to view the available commands in privileged mode.
Router#?

5. Type the command that will allow you to see all of the show commands.
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, press the SPACEBAR key to view the next page of information.
SPACEBAR

8. Finally, type one of the commands that will log you out of the router.
Router#exit
OR
Router#disable

**************************************************
Above:CCNA(Stand-ALONE)Lab1-Connecting to a Router 
Next:CCNA(Stand-ALONE)Lab 3-Introduction to the Basic Show Commands 
本文出自 “大唐网络” 博客,请务必保留此出处http://redking.blog.51cto.com/27212/69785

本文出自 51CTO.COM技术博客 




 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?