Cisco简单 RIP V2实验

3 篇文章 0 订阅
1 篇文章 0 订阅

网络结构拓扑图如下,在路由器上配置路由协议RIP V2,禁用自动汇总,并使得全部网络能互相通信。

 

 PC0的IP:

 PC1的IP:

 接下来是路由器R1R2的配置

R1:
ena
conf t
hostname R1
no ip domain-lookup
line con 0
logging synchronous
int loopback1
ip add 172.16.2.1 255.255.255.0
int loopback2
ip add 172.16.3.1 255.255.255.0
int f0/0
ip add 172.16.1.1 255.255.255.0
no sh
int f0/1
ip add 192.168.17.1 255.255.255.0
no sh
exit
router rip
version 2       
no auto-summary
net 192.168.17.0
net 172.16.0.0
end
R2:
ena
conf t
hostname R2
no ip domain-lookup
line con 0
logging synchronous 
int f0/0
ip add 172.17.1.1 255.255.255.0
no sh
int f0/1
ip add 192.168.17.2 255.255.255.0
no sh
exit
router rip
version 2
no auto-summary
net 192.168.17.0
net 172.17.1.0
end

注意:一定要记得启用版本2 

配置完成后,查看下路由器的路由表

 然后就可以知道这里的网络已经能够全网通信了

可以用PC1试试看

 你也可以再试试用PC0看看

这里我就不再放截图了。

这个简单的实验就到此结束了

关注我,咱们下期再见

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值