RIP相关协议和标准:
1RIPv1RFC 1058
2RIPv2RFC 2453
3RIP更新认证:RFC 2082
4RIP触发扩展:RFC 2091
 
RIP相关命令:
命令
命令模式和描述
router rip
全局配置模式;使用户进入RIP配置模式
network ip-adreess
RIP配置模式;定义分类网络,所有在该网络的接口可以发送和接收RIP广播
distribute-list [access-list-number | name | prefix name] | {in | out} [interface-type | interface-number]
RIP配置模式;定义ACL或前缀列表来过滤RIP更新
[no] ip split-horizon
接口子命令;激活或屏蔽分割范围
passive-interface [default] {interface-type interface-number}
RIP配置模式;使RIP在指定接口上停止发送更新
timer basic update invalid holddown flush
RIP配置模式;设置RIP定时器的值
version {1 | 2}
RIP配置模式;设置RIP版本
offset-list {access-list-number | access-list-name} {in | out} offset [interface-type initerface-number]
RIP配置模式;定义规则使RIP对特定路由增加metric
neighbor ip-address
RIP配置模式;指定接收单播RIP更新的邻居
show ip route rip
用户模式;显示通过RIP学习到的路由表信息
show ip rip database
用户模式;显示通过RIP学习到的所有路由(包括那些因为管理距离较低而未在路由表中显示的路由)
debug ip rip
激活模式;显示RIP处理的详细信息
show ip protocols
用户模式;显示RIP定时器设置,当前协议状态,自动汇总信息和更新来源
clear ip route {network [mask] | *}
激活模式;清除路由表记录,可以快速重建路由表
show ip interface [type number] [brief]
用户模式;显示接口设置(包括分割范围)
key chain name-of-chain
全局配置模式;为路由协议认证定义密钥链
key key-id
密钥配置模式;定义一个密钥编号
key string
密钥配置模式;定义密钥的文本
send-lifetime [start-time {infinite | end-time | duration seconds}]
密钥配置模式;定义用于发送更新的密钥何时是有效的
accept-lifetime [start-time {infinite | end-time | duration seconds}]
密钥配置模式;定义用于接收更新的密钥何时是有效的
ip rip authentication key-chain name-of-chain
接口模式;在接口上激活RIP认证功能
ip rip authentication mode {text | md5}
接口模式;定义RIP认证的方式