1、设备改名
hostname wolf     

2、进入全局模式
configure terminal     

3、三条建议配置
no ip domain-lookup                   :关闭域名查询
logging synchronous                  :防止弹出信息干扰输入
exec-time 0 0 或 no exec-time  :设置控制台会话永不超时

4、设置登录密码
设主控制台口令
Line console 0
  Password cisco
  Login
设辅助控制台口令
Line aux 0
  Password cisco
  Login
设远程登录口令
Line vty 0 4
  privilege level 15   设定用户等级15,可以在telnet时直接进入enable模式
  Password cisco
  Login

5、设置特权密码
特权密码分两种,启用口令和启用加密口令

enable secret password                   //设置启用加密口令
例:enable secret 12345
Enable password password       //设置启用口令(级别比启用口令低)
Enable secret level 1~15 password     //授权1-15级口令,15为最高级

6、设置所有口令加密
Service password-encryption       //所有口令加密

7、在DCE接口配时钟速率
Int s0
  Clock rate 1000000

8、常用检查命令
Show controllers serial 0            :查看接口是DCE还是DTE用这一命令
Show interface interface            :查看接口信息
Show ip interface interface        :查看接口的协议信

Show cdp neighbors     :显示邻居设备
Show cdp neighbors detail  :显示邻居细节
No cdp enable    :关闭CDP通告

9、常用调试命令
Debug cdp packets
No debug cdp packets
No debug all      :关闭所有debug进程
Undebug all      :关闭所有debug进程

10、时钟与时区设置:
clock set hh:mm:ss day month year
例:
clock set 12:30:00 May 1 2009

clock timezone zone hours-offset [minutes-offset]
例:
clock timezone GST +8