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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章