配置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 } }

猜你喜欢

转载自blog.51cto.com/14220631/2414237