进入 CLI
接口状态消息出现后,如果按回车键,你将看到提示符 Router>。这称为用户 EXEC 模式(用户模式),主要用于查看统计信息,也是进入特权模式的跳板。 只有在特权 EXEC 模式(特权模式)下,你才能查看井修改 Cisco 路由器的配置。要进入这种模式,请执行命令 enable ,如下所示:
Router>enable
Router#
现在提示符变为 Route忡,它表明当前处于特权模式。在这种模式下,你可查看并修改路由器的配置。要从特权模式返回到用户模式,请使用命disable ,如下所示:
Router#disable
Router>
现在,要退出控制台,请执行命令 logout:
Router>logout
Router conO is now available
Press RETURN to get started.
在特权模式提示符下,我们可执行命令 config ,然后按回车接受默认选项 terminal ,如下所示:
Router#config
Configuring from terminal , memory , or network [terminal]? [press enter]
Enter configuration commands , one per line. End with CNTLjZ.
Router(config)#
在这种模式下,我们所做的修改将影响整台路由器,因此称为全局配直模式。要修改运行配置(在动态 RAM (DRAM) 中运行的当前配置),你可使用命令 confi gu re te rmi na1,前面演示了这一点。 下面是命令 configure 的其他一些选项:
Router(config)#exit or press cntl-z
Router(config)#interface fastEthernet 0/0 Router(config-if)# 提示符变成了 Router(config-if)#,这表明当前处于接口自己置模式 \
使用命令 show history 查看在路由器中输入的最后 20 个命令:
Router#show history
enable
show history
config
show run
show history
Router#