为了账号安全,请及时绑定邮箱和手机立即绑定

路由器初次配置

标签:
Python
  1. 拆包装,上电,初次设置名称,端口IP,密码等

    串口线连接conole和串口,没有串口的话买个串口转usb接口。物理连接上。XP打开附件里的超级终端,设置物理连接的参数

    https://img1.sycdn.imooc.com//604a3e6400011d0105000335.jpg

    https://img1.sycdn.imooc.com//604a3e770001cd4305000335.jpg

    https://img1.sycdn.imooc.com//604a3eb80001696905000334.jpg

    没有超级终端,就用sucureCRT或putty

    https://img1.sycdn.imooc.com//604a3f3a0001576103250347.jpg

  2. 连接成功后,首先看到开机自检信息,这和在模拟器右键cli首先看到的一样。然后就可以设置了,

    Router>en

    Router#conf t

    Enter configuration commands, one per line.  End with CNTL/Z.

    Router(config)#int f0/0

    Router(config-if)#ip add 172.168.1.1 255.255.255.0

    Router(config-if)#no sh

    Router(config-if)#end

  3. 接下来配置路由器密码。

    line vty 0 4命令意思是 vty 0 到 vty 4,共 5 个虚拟终端,password CISCO是Telnet密码

    enable password CISCO是进入路由器里面的特权模式下的密码

    Router#conf t

    Enter configuration commands, one per line.  End with CNTL/Z.

    Router(config)#line vty 0 4

    Router(config-line)#password cisco

    Router(config-line)#login 

    Router(config-line)#exit

    Router(config)#enable password cisco

    Router(config)#end

  4. 然后可以在已经平通的其他PC上telnet来访问了,也会要求输入密码

    https://img1.sycdn.imooc.com//604a419e0001a45005000404.jpg

点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消