sdsk 发表于 2013-9-25 09:22:39

Cisco配置RIP

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


boss44 发表于 2013-10-4 07:07:45

人生不能像做菜、把所有的料都准备好才下锅!

西湖鱼 发表于 2013-10-17 22:38:05

睡眠是一门艺术——谁也无法阻挡我追求艺术的脚步!

civilvar 发表于 2013-11-2 20:40:51

内练一口气,外练一口屁。

weiliwei 发表于 2013-11-17 01:14:01

丑,但是丑的特别,也就是特别的丑!

帅帅男孩 发表于 2013-12-1 07:07:21

时间让我们认识了自己也肯定了对方//

徐冬丽 发表于 2013-12-8 15:31:32

爱是个动词。打开双腿,要先打开心门,而心门的钥匙,就是男人不安分的手。
页: [1]
查看完整版本: Cisco配置RIP