继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

路由器初次配置

慕粉1416211966
关注TA
已关注
手记 5
粉丝 0
获赞 0
  1. 拆包装,上电,初次设置名称,端口IP,密码等

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

    http://img4.mukewang.com/604a3e6400011d0105000335.jpg

    http://img.mukewang.com/604a3e770001cd4305000335.jpg

    http://img2.mukewang.com/604a3eb80001696905000334.jpg

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

    http://img3.mukewang.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来访问了,也会要求输入密码

    http://img2.mukewang.com/604a419e0001a45005000404.jpg

打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP