首页 > 其他 > 详细

RIP基本配置

时间:2019-11-28 17:00:10      阅读:76      评论:0      收藏:0      [点我收藏+]
技术分享图片
*先把IP跟loopback口配置好。
做好实验前的配置后我们来配置路由器R1、拿他当范例:
R1#configure terminal //进入配置模式
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router rip //启动RIP协议
R1(config-router)#version 1 //配置RIP版本1
R1(config-router)#network 1.0.0.0 //通告网络、意思就是告诉别人自己所连接的网络
R1(config-router)#network 192.168.12.0
R1(config-router)#exit
R1(config)#
然后把其他路由器也都按R1的配置进行操作。配置RIP1版本、然后通告自己所连接的网络。
注:1.Cisco的RIP版本2支持验证、密钥管理、路由汇总、无类域间路由(CIDR)和变长子网掩码(VLSMs)

RIP基本配置

原文:https://www.cnblogs.com/luojing123/p/11950852.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!