进入特权模式:enable
 
进入全局模式:config terminal
 
更改主机名称:hostname R0
 
设置标记区:  banner motd @ this is a@
 
设置特权模式密码:enable secret abc(密码是加密过)
 
设置特权模式密码:enable password abc(密码时明文)
 
 
 
连接虚拟终端:line vty ? (看下支持多少连接)
 
设置虚拟终端密码:password abc
 
开启验证:login
 
 退出:exit
 
 
连接aux: line aux 0 (一般只有一个端口)
 
连接控制台: line console 0 (一般只有一个端口)
 
 
设置连接永不超时:exec-timeout 0 0
 
设置信息同步:logging synchronous
 
激活端口:no shutdown
 
 
进入接口配置模式:interface fastethernet 0/0
 
密码加密:server password-encryption