RIP配置规则

RIP

适用于小型同类网络的一个自治系统(AS)内的路由信息的传递
基于距离矢量算法(Distance Vector Algorithms,DVA),
用"跳数",即metric作为度量值来衡量到达目标地址的路由距离.
RIPv1
RIPv2
RIPng

距离矢量路由协议采用贝尔曼-福特(Bellman-Ford)算法.
常见的有RIP,IGRP,EIGRP和BGP

RIP:路由信息协议(Routing Information Protocol)
(1)跳数作为选择路径的度量
(2)跳数超过15,RIP认为不可到达,并删除该路由
(3)默认下,每隔30s通过广播或组播发送一次路由更新信息.
配置和管理RIPv1路由有关命令及其作用
router rip 启用RIP路由协议,进入路由器配置模式
network 网络地址 为路由器指定已经连接的网络
show ip route 查看路由表
show ip protocols 查看路由协议
debug ip rip 实时监控路由器的更新信息

配置和管理RIPv2
RIPv2
(1)支持子网掩码,RIPv2每个路由条目都携带自己的子网掩码
(2)RIPv2可以对路由更新信息进行认证,以避免攻击者将未知的路由设备悄无声息地加入网络中.
(3)RIPv2每个路由条目都携带吓一跳地址.
(4)RIPv2放弃广播更新的方式,而是通过组播的方式发送更新,更新消息的目的地址变为224.0.0.9.
可以避免无关路由器查看RIP信息,浪费设备资源.
(5)RIPv2对数据包的格式作了补充,增加了路由标志,子网掩码和下一跳地址等字段.
router rip 启动RIP路由器,进入路由器配置模式
network 网络地址 为路由器指定已经连接的网络
show ip route 查看路由表
show ip protocols 查看路由协议
debug ip rip 实时监控路由器的更新信息
version 1或2 指定发送和接收数据包的版本号
no autosummary 关闭自动汇总功能
首先配置接口
Router1
interface Serial 2/0
ip address 10.1.1.1 255.255.255.0
clock rate 128000
exit
interface loopback 0
ip address 172.16.1.1 255.255.255.0

Router2
interface serial 2/0
ip address 10.1.1.2 255.255.255.0
clock rate 128000
exit
interface serial 3/0
ip address 20.2.2.1 255.255.255.0
clock rate 128000
no shutdown

Router3
interface serial 2/0
ip address 20.2.2.2 255.255.255.0
clock rate 128000
no shutdown
exit
interface loopback 0

接着配置协议
Router1
router rip
version 2
no auto-summary
network 172.16.0.0
network 10.0.0.0

Router2
router rip
version 2
no auto-summary
network 10.0.0.0
network 20.0.0.0

Router3
router rip
version 2
no auto-summary
network 20.0.0.0
network 192.168.1.0

接下来查看配置和测试连通性
Router1
show ip protocols
ping 192.168.1.1

RIPng配置与管理
(1)全局启用转发IPv6单播特性
(2)启用RIPng进程.每台路由器上可以启用多个进程,每个启程用不同名字区分.
(3)在接口模式上,将接口运行在RIPng进程中.
(4)其它优化配置,调整计时器,过滤器,路由重分布
ipv6 unicast-routing 全局启用转发IPv6单播特性.
ipv6 router rip 进程名称 启用进程
ipv6 rip 进程名称 enable 将接口运行在RIPng进程中
ipv6 enable 在接口上激活IPv6进程
maximum-paths 最大等值路径条数 设置最大等值路径条数,最大为64,默认为4.
ipv6 rip 名字 default - information 创建指定名字的默认路由.
Router1
ipv6 unicast-routing
ipv6 router rip demo
exit
interface loopback 0
ipv6 address 1000::1/64
ipv6 rip demo enable
exit
interface FastEthernet 0/0
ipv6 rip demo enable
ipv6 enable
ipv6 address 2000::1/64
no shutdown

Router2
ipv6 unicast-routing
ipv6 router rip demo
exit
interface fastethernet 0/0
ipv6 address 2000::2/64
ipv6 rip demo enable
ipv6 enable
no shutdown
exit
interface fastethernet 0/1
ipv6 address 3000::1/64
ipv6 rip demo enable
ipv6 enable
no shutdown

Router3
ipv6 unicast-routing
ipv6 router rip demo
exit
interface FastEthernet 0/0
ipv6 address 3000::2/64
ipv6 rip demo enable
ipv6 enable
no shutdown
exit
interface loopback 0
ipv6 address 4000::1/64
ipv6 rip demo enable
ipv6 enable

查看路由表和测试连通性
Router1
show ipv6 route
ping 4000::1

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

低调的小哥哥

你的关注就是我为你服务的动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值