45fan.com - 路饭网

搜索: 您的位置主页 > 路由器设置 > Cisco 思科路由器 > 阅读资讯:Cisco配置RIP协议实验

Cisco配置RIP协议实验

2013-09-25 10:19:51 来源:www.45fan.com 【

RIP是普通的动态路由协议,现在实际项目中,几乎很少用到,因为其先天的缺陷,网络规模无法很大,我们讲一下它的基本配置。


R1路由器:

int e0/0

ip add 12.1.1.1 255.255.255.0

no sh

int l0

ip add 1.1.1.1 255.255.255.0

no sh

int l1

iop add 11.1.1.1 255.255.255.0

router rip

ver 2

no au

net 12.0.0.0

net 1.0.0.0

net 11.0.0.0


R2路由器:

int e0/0

ip add 12.1.1.2 255.255.255.0

no sh

int e0/1

ip add 23.1.1.2 255.255.255.0

no sh

int l0

ip add 2.2.2.2 255.255.255.0

no sh

int l1

ip add 22.2.2.2 255.255.255.0

no sh

router rip

ver 2

no au

net 12.0.0.0

net 23.0.0.0

net 2.0.0.0

net 22.0.0.0


R3路由器:

int e0/1

ip add 23.1.1.3 255.255.255.0

no sh

int l0

ip add 3.3.3.3 255.255.255.0

no sh

int l1

ip add 33.3.3.3 255.255.255.0

router rip

ver 2

no au

net 0.0.0.0


本文地址:http://www.45fan.com/cisco/2727.html
Tags:
编辑:路饭网
推广内容
推荐阅读
热门推荐
推荐文章
关于我们 | 联系我们 | 友情链接 | 网站地图 | Sitemap | App | 返回顶部