一、路由器里和pc使用交叉线连接。两设备的IP在同一网段能ping通。
路由器配置IP的命令:
router>en
router#conf t
router(config)#int f0/0 假设该接口连接计算机
router(config-if)#ip add 192.168.1.1 255.255.255.0 ---配置接口的IP为192.168.1.1 子网掩码为255.255.255.0.
router(config-if)#no shut
二、路由器配置如下:
router>en
router#conf t
router(config)#line vty 0 4
router(config-line)#login
router(config-line)#password XXX ----XXX为telnet时的密码。
router(config-line)#exit
router(config)#enable password XXXX ---XXXX可以不配置,但telnet成功后不能进入特权模式
三、计算机telnet测试
在计算机的命令提示符中输入:telnet 192.168.1.1即可