cisco交换机的工作模式小结

Switch>用户模式

Switch>enable 

Switch#特权模式

Switch#configure  terminal 

Switch(config)#全局配置模式

Switch(config)#interface fastEthernet 0/1

Switch(config-if)#接口模式

exit返回上一模式

end直接退到特权模式

 

常用命令:

Switch(config)#hostname S1修改主机名为S1

Switch#show  running-config查看配置信息

Switch#show version查看IOS版本信息

配置enable明文口令

全局配置模式:enable  password  123

配置enable加密口令

全局配置模式: enable  secret  456

配置Console口令

全局模式:line  console  0

password  789

Login

保存交换机的配置

# copy  running-config  startup-config

或 write

恢复设备出厂默认值

#erase  startup-config

      reload

设备配置的准备工作或遇到的问题:

 

1、空闲一段时间后,重回初始界面的问题

switch(config)#line console 0

switch(config-line)#exec-timeout 0 0 (min second)

 

2、控制台消息打断输入的处理

switch(config)#line console 0

switch(config-line)#logging synchronous

 

3、禁用DNS查询

switch(config)#no ip domain-lookup

 

接口模式:shutdown禁用此接口


你可能感兴趣的:(网络)