CCNA配置实验一
今天我们来介绍cisco路由的telnet的实验。
大家都知道路由器的初始化是需要管理员通过终端设备进行操作的,今天就给大家介绍一下telnet的实验配置!!
实验拓扑如下:

其中路由器1和路由器上都是用串口(s0)进行连接,其中路由器2上是DCE端口。
我们下面就是配置步骤:
R1
>en
>conf t
>hos r1
>enable password cisco
>line vty 0 4
>password itet
>login
>exit
>int s0/0
>ip addr 192.168.1.1 255.255.255.0
>no shut
>exit
R2
>en
>conf t
>hos r2
>enable pass cisco
>line vty 0 4
>password itet
>login
>exit
>int s0/0
>ip addr 192.168.1.2 255.255.255.0
>no shut
>clock rate 64000
>exit
下面就是我做的实验:

大家看到的红色表记的地方就说明telnet实验成功啦 !!!还算好!!这个实验不怎么难啦!!!
转载于:https://blog.51cto.com/cuishuaiit/133960