【无标题】

今日任务:

1、昨天的最后一大题
2、路由器的远程配置

今日总结

一、最后一题答案
LAN3:最小:206.0.68.1 最大:206.0.69.235
子网:23
LAN2:最小:206.0.69.238 最大:206.0.70.209
子网:22
LAN5:最小:206.0.70.212 最大:206.0.71.65
子网:25
LAN4:最小:206.0.71.68 最大:206.0.71.72
子网:24
LAN1:最小:206.0.71.75 最大:206.0.71.254
子网:21

二、路由器的远程配置
1、配置通过TELNET登录路由器
步骤一:设置R1的主机名称和接口IP地址
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#int g0/0
R1(config-if)#ip add 192.168.1.254 255.255.255.0
R1(config-if)#no sh

步骤二:设置特权模式密码
R1(config-if)#enable secret 123456

步骤三:配置Telnet登陆的用户名和密码
//定义Telnet的用户名为admin,密码为cisco
R1(config)#username admin password cisco
R1(config)#line vty 0 4 //设定虚拟终端连接数为5。
R1(config-line)#login local //配置要求本地登录。
(注意:在默认的情况下,路由器已经开启了Telnet管理方式)

步骤四:配置PC1
在这里插入图片描述
2、配置SSH服务器
R1(config)#ip domain-name abc.com //配置路由器所在的域名abc.com
R1(config)#line vty 5 15 //设定虚拟终端连接数为11
R1(config-line)#transport input ssh //配置只允许远程连接SSH服务器
R1(config-line)#login local //配置要求本地登录
R1(config-line)#exit
R1(config)#crypto key generate rsa
The name for the keys will be: R1.abc.com
Choose the size of the key modulus in the range of 360 to 2048 for your
General Purpose Keys. Choosing a key modulus greater than 512 may take
a few minutes.

How many bits in the modulus [512]: 1024
% Generating 1024 bit RSA keys, keys will be non-exportable…[OK]

步骤二,配置SSH服务器的版本为第2版
R1(config)#ip ssh version 2
*3? 1 0:23:48.844: %SSH-5-ENABLED: SSH 1.99 has been enabled
R1(config)#exit
R1#
%SYS-5-CONFIG_I: Configured from console by console

R1#write //保存配置
Building configuration…
[OK]

步骤三,设置PC2的IP地址
在这里插入图片描述

明日计划

学习交换机VTP

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值
>