路由器的基本设置

  • Post author:
  • Post category:其他



如果都配置了 enable secret\enable password 则使用secret的密码

rout(config)#line con 0 //单一的控制线路
rout(config)#passwd yourpw
...line aux 0 //单一的辅助线路
...passwd yourpw
...line vty 0 4 //可以有5个telnet用户一起连接
...passwd yourwd




C代表直连的,R代表学习的


show running-config 用来显示保存RAM中的配置文件

show startup-config 用来显示保存NVRAM中的配置文件


命令前面加no 撤销前一条命令


路由器最好使用IP网段的第一个或者最后一个地址


MOTD每次登陆路由器时显示的信息,配置实用命令,banner motd $ input your information—–$



修改主机IP地址映射到路由器的DNS中,ip host name 192.168.1.1




RAM中保存着运行配置文件 running-config

NVERAM中保存着启动配置文件 startup-config



erase (running-config)清除文件内容