交换机基本状态:
switch> 用户模式
switch# 特权模式
switch(config)# 全局配置模式
模式切换
switch> enable; 用户模式进入特权模式
switch#config terminal; 特权模式进入全局配置模式
基础配置
switch(config)#hostname <hostname>; 设置交换机的主机名
switch(config)#hostname S1; 设置交换机主机名为S1
S1(config)#enable secret xxx; 设置特权加密口令xxx(密文)
S1(config)#enable password yyy; 设置特权非密口令yyy(明文)
S1(config)#line console 0 ; 进入控制台口
S1(config-line)#line vty 0 4; 进入虚拟终端
S1(config-line)#login; 允许登录
S1(config-line)#password