| 1、进入特权模式、全局配置模式、接口配置模式、虚拟终端配置模式、RIP路由协议配置模式   Router > enable   Password :   Router #   Router # configure terminal   Router (config) #   Router (config) # int f0/12   Router (config-if) #   Router (config) # line vty 0 15   Router (config-line) #   Router (config) # router rip   Router (config-router) # 2、配置远程登录密码   Router (config) # line vty 0 15   Router (config-line) # password 7 zzz307 3、拷贝配置文件到TFTP Server   Router # write network 4、拷贝running-config 到TFTP Server   Router # copy running-config tftp: 5、拷贝bootflash 中的配置文件到TFTP Server   Router # copy bootflash : tftp : 6、从TFTP Server 拷贝配置文件到路由器   Router # copy tftp : running-config 7、将TFTP Server 上的配置文件拷贝到bootflash   Router # copy tftp : bootflash :
8、配置路由器的主机名   Router (config) #hostname Router-phy 9、配置超级用户口令   Router (config) # enable secret phy123
10、设置系统时钟   Router # calendar set 10:24:00 30 march 2009 
 |