1. 实验拓扑

一、通过Telnet访问路由器_第1张图片

2. 配置步骤

Router>enable

Router#conf t

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

Router(config)#hostname routerA

routerA(config)#int fa0/0

routerA(config-if)#ip address 192.168.1.1 255.255.255.0

routerA(config-if)#no shutdown

routerA(config-if)#line vty 0 4

routerA(config-line)#password cisco           //telnet的密码

routerA(config-line)#login                  

routerA(config-line)#enable secret 123456    //enable的密码

3. 客户端Telnet连接

一、通过Telnet访问路由器_第2张图片