一、实验环境
GNS3
(刚刚开始用,所以还不是很熟练~~)
二、网络拓扑图
三、实验步骤
1、配置路由器端口IP地址
对R1进行配置
enable
configure terminal //进入全局模式
interface f0/0 //进入接口模式,对接口f0/0进行配置
ip address 192.168.10.1 255.255.255.224 //设置ip地址
no shutdown //激活
interface f1/0 //进入接口模式,对接口f1/0进行配置
ip address 202.100.10.1 255.255.255.252 //
利用GNS进行简单的路由配置
最新推荐文章于 2022-05-11 09:52:33 发布