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
人生不能像做菜、把所有的料都准备好才下锅! 睡眠是一门艺术——谁也无法阻挡我追求艺术的脚步! 内练一口气,外练一口屁。 丑,但是丑的特别,也就是特别的丑! 时间让我们认识了自己也肯定了对方// 爱是个动词。打开双腿,要先打开心门,而心门的钥匙,就是男人不安分的手。
页:
[1]