路由器的基本配置命令详解
enable Turn on privileged commands
erase Erase a filesystem
exit Exit from the EXEC
logout Exit from the EXEC
no Disable debugging informations
ping Send echo messages
reload Halt and perform a cold restart
resume Resume an active network connection
setup Run the SETUP command facility
show Show running system information
--More—
请注意出现在命令输出底部的 --More--。--More-- 提示表明输出包含多屏。当出现 --More-- 提示符时,按空格键可查看输出的下一屏。如果仅需要显示下一行,则按 Enter 键。按其它任意键将返回提示符。
步骤 7:查看输出。
按空格键查看命令输出的剩余部分。输出的剩余部分会显示在之前出现的 --More-- 提示符处。
telnet Open a telnet connection
traceroute Trace route to destination
undebug Disable debugging functions (see also 'debug')
vlan Configure VLAN parameters
write Write running configuration to memory, network, or terminal 步骤 8:使用 exit 命令退出特权执行模式。
Router#exit
应该显示如下输出:
Router con0 is now available
Press RETURN to get started.
步骤 9:按 Enter 键进入用户执行模式。
应该出现 Router> 提示符。
步骤 10:键入缩写的 IOS 命令。
IOS 命令可以缩写,只要键入足够的字符可供 IOS 识别出唯一的命令即可。
在命令提示符处只输入字符 e 并观察结果。
Router>e
% Ambiguous command:"e"
Router>
在命令提示符处输入 en 并观察结果。
Router>en
Router#
缩写命令 en 包含足够的字符供 IOS 区别 enable 命令和 exit 命令。
步骤 11:在缩写命令后按 Tab 键使用自动补全功能。
键入缩写命令(如 conf)后,按下 Tab 键可将命令名称补充完整。IOS 的这种功能称为自动补全。键入缩写命令 conf,按下 Tab 键并观察结果。
Router#conf
Router#configure