码迷,mamicode.com
首页 > 其他好文 > 详细

Cisco路由的RIP配置

时间:2014-07-28 00:42:10      阅读:313      评论:0      收藏:0      [点我收藏+]

标签:cisco   ccna   路由   rip   思科实验   

bubuko.com,布布扣

R1#conf t 

R1(config)#int fa 0/0

R1(config-if)#ip add 1.1.1.1 255.255.255.0

R1(config-if)#no sh 

R1(config-if)#exit 

R1(config)#router rip 

R1(config-router)#network 1.1.1.0 

R1(config-router)#version 2


R2#conf t

R2(config)# int fa 0/0

R2(config-if)#ip add 1.1.1.2 255.255.255.0

R2(config-if)#no sh 

R2(config-if)#exit 

R2(config)#int fa 1/0

R2(config-if)#ip add 2.2.2.2 255.255.255.0

R2(config-if)#no sh 

R2(config-if)#exit 

R2(config)#router rip 

R2(config-router)#vers

R2(config-router)#version 2

R2(config-router)#net

R2(config-router)#network 1.1.1.0  

R2(config-router)#net

R2(config-router)#network 2.2.2.0

R2(config-router)#exit 


R3#conf t 

R3(config)#int fa 0/0

R3(config-if)#ip add 2.2.2.3 255.255.255.0

R3(config-if)#no sh 

R3(config-if)#exit 

R3(config)#router 

R3(config)#router rip 

R3(config-router)#ver  

R3(config-router)#version 2

R3(config-router)#net

R3(config-router)#network 2.2.2.0

R3(config-router)#exit 


R3#ping 1.1.1.1


Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 36/42/56 ms

测试成功


·配置完成之后可以通过sh ip rip database 查看RIP的数据库

R1#sh ip rip database

1.0.0.0/8    auto-summary

1.1.1.0/24    directly connected, FastEthernet0/0

2.0.0.0/8    auto-summary

2.0.0.0/8

    [1] via 1.1.1.2, 00:00:01, FastEthernet0/0


·RIP有两个版本,分别为Version1 、 Version2

RIPv2 为无类,采用组播 224.0.0.9 ,支持VLSM MD5认证 以及不连续网络

RIPv1 有类,基于广播,不支持VLSM 不设认证 ,不支持不连续网络


·抑制RIP的传播

使用passive-interface 端口号  在指定借口上阻止RIP 更新的对外广播,又不影响该借口对RIP的更新接收



                                                本人是个菜鸟,欢迎各位提出意见及不足,谢谢·

本文出自 “Rookie” 博客,请务必保留此出处http://imarookie.blog.51cto.com/3123643/1530847

Cisco路由的RIP配置,布布扣,bubuko.com

Cisco路由的RIP配置

标签:cisco   ccna   路由   rip   思科实验   

原文地址:http://imarookie.blog.51cto.com/3123643/1530847

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!