0
点赞
收藏
分享

微信扫一扫

华为RIP的相关配置命令

佛贝鲁先生 2022-02-14 阅读 51
华为

下面的大部分命令都是在RIP视图下输入,例外的会指出来

undo summary :关闭自动汇总
version 2 :版本2
network 192.168.0.0 :宣告网络
(接口视图)rip metricin 2000 2 :所有进入该接口且匹配acl2000的rip路由条目的度量值都会加2
default-route originate cost 1[match default]  :发布默认路由,且发布出去的关于该默认路由的cost为1 ,如果没有后面的macth default,那么无论是否该路由器上存在默认路由都会发布该RIP默认路由
rip authentication-mode md5 [usual|nonstandard] cipher xxx :使用md5的方式进行RIP验证,其他的明文验证没有写,因为一般不使用
rip summary-address 172.16.0.0 255.255.0.0 :rip手工汇总,自动汇总一般自动效果不太好,所以手工会比较推荐
silent-interface g0/0/1 :沉默端口

(接口视图)rip input :开启该接口的RIP相关报文的发送,默认开启,undo rip input 关闭

(接口视图)rip output :开启该接口的RIP相关报文的发送,默认开启,undo rip output 关闭

bfd all-interface enable :开启RIP的bfd动态联动
bfd all-interface min-rx-interval 100 min-tx-interval 100 detect-multiplier 10 :设置bfd的相关发送参数,默认rx和tx都是1000毫秒,这条命令设置为100毫秒,detect-multiplier 10 是一个参数,真正期望的接收间隔是rx*该参数,详情可以看我的另一个博客
display rip process-id bfd session {interface xxx|neighbor-id|ipaddress|all} :显示bfd会话
(接口视图)rip bfd block :阻塞该接口上的与RIP相关的bfd报文的接收

 

举报

相关推荐

0 条评论