A-A+
交换机命令Switch>enable的作用是()。A.配置访问口令B.进入配置模式C.进入特
问题详情
交换机命令Switch>enable的作用是()。
A.配置访问口令
B.进入配置模式
C.进入特权模式
D.显示当前模式
参考答案
正确答案:C
解析:交换机基本操作
1.进入特权模式:
switch>enable
switch#
2.返回用户模式:
switch#exit
PRess RETURN to get started!
switch>
配置模式:
全局配置模式[主机名(config)#]:配置交换机的整体参数子模式:
1.线路配置模式[主机名(config-line)#]:配置交换机的线路参数
2.接口配置模式[主机名(config-if)#]:配置交换机的接口参数
进入全局配置模式下:
switch#configure terminal
switch(config)#exit
switch#
进入线路配置模式:
switch(config)#line console 0
switch(config—line)#exit
switch(config)#
进入接口配置模式:
switch(config)#interface fastEthernet O/1
switch(config—if)#exit
switch(config)#
从子模式下直接返回特权模式:
switch(config—if)#end
switch#