1、router>enable ;进入特权模式。
2、router#config terminal ;进入全局配置模式。
3、router(config)#hostname ;设置交换机的主机名。
4、router(config)#enable secret xxx ;设置特权加密口令。
5、router(config)#enable password xxb ;设置特权非密口令。
6、router(config)#line console 0 ;进入控制台口。
7、查看接口状态命令 Router #show interface f0/0。
8、查看基本配置命令 Router #show running-config。
9、查看版本信息命令 Router #show version。
10、查看路由器当前时间 命令Router #show clock。
11、链路状态数据库命令 Router #show ip ospf database。
12、空路由表 命令Router #clear ip route *。
13、启用调试功能HSRP 命令Router #debug standby。
14、打开RIP协议调试命令 Router #debug ip rip。
15、设备重启 Router # reload