xing901022
如果都配置了 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)清除文件内容

分类:

技术点:

相关文章:

  • 2021-12-05
  • 2021-06-11
  • 2021-11-08
  • 2021-10-26
  • 2021-09-18
猜你喜欢
  • 2021-12-16
  • 2021-10-10
  • 2021-07-05
  • 2021-10-16
  • 2021-11-14
  • 2021-10-28
相关资源
相似解决方案