1、命令行操作模式的进入
命令释义
Switch>enable进入特权模式Switch#configure terminal进入全局配置模式Switch(config)#interface fastethernet 0/1进入交换机F0/1的接口模式Switch(config-if)# exit 退回到上一级操作模式Switch(config)# end直接退回到特权模式
2、命令行的基本功能
(1)帮助信息
Switch> ? ! 显示当前模式下所有可执行的命令。
(3)命令的缩写
Switch> en 代表enable。
Switch# conf ter 代表configure terminal。
(3)命令的自动补齐
Switch# con ! 按下tab键自动补齐configure。
(4)命令的快捷键
Switch(config-if)# ^z ! ctrl+z 退回到特权模式。
Switch#