思科模拟器 (01)交换机的命令行界面

xiaoxiao2025-09-16  291

 

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#

转载请注明原文地址: https://www.6miu.com/read-5036396.html

最新回复(0)