rip配置有哪些
發布時間: 2023-07-31 13:13:09
Ⅰ 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 } }
熱點內容