怎么配置rip路由
Ⅰ rip路由协议的配置命令
相关调试命令 :
show ip protocol
show ip route
在全局设置模式下:
1.启动RIP路由
router rip
2.配置RIP路由协议的路由的子网
network 子网地址
3.允许在非广播型网络中进行RIP路由广播
neighbor 相邻路由器相邻端口的IP地址
4.配置RIP路由协议的版本
RIP路由协议有2个版本,在与其它厂商路由器相连时,注意版本要一致,缺省状态下,Cisco路由器接收RIP版本1和2的路由信息,但只发送版本1的路由信息,设置RIP的版本vesion 1或2.另外,还可以控制特定端口发送或接收特定版本的路由信息。
Ⅱ rip路由配置命令
1、创建RIP进程并进入RIP视图
[Router] rip [ process-id ]
2、在指定网段接口上使能RIP
[Router-rip-1] network network-address [ wildcard-mask ]
3、配置接口工作在抑制状态
[Router-rip-1] silent-interface { interface-type interface-number | all }
4、使能RIP水平分割功能
[Router-Ethernet1/0] rip split-horizon
5、使能RIP毒性逆转功能
[Router-Ethernet1/0] rip poison-reverse
6、指定全局RIP版本
[Router-rip-1] version { 1 | 2 }
7、关闭RIPv2自动路由聚合功能
[Router-rip-1] undo summary
8、配置RIPv2报文的认证
[Router-Ethernet1/0] rip authentication-mode { md5 { rfc2082 { cipher cipher-string | plain plain-string } key-id | rfc2453 { cipher cipher-string | plain plain-string } } | simple { cipher cipher-string | plain plain-string } }