Configure BFD min interval, multipleir when activated in protocols
Change Scope
Min-tx-interval, required-minimum-receive and multiplier added for the case when BFD is activated at a protocol
Platform Implementations
Examples
Cisco
neighbor 10.10.10.2
remote-as 65000
bfd fast-detect
bfd multiplier 3
bfd minimum-interval 100
Juniper
neighbor 12.12.12.12 {
description DESCRIPTION;
import RP_BGP_IMPORT;
authentication-key KEY;
export RP_BGP_EXPORT;
peer-as 65028;
bfd-liveness-detection {
minimum-interval 200
multiplier 4
}
}
Huawei
peer 10.10.10.10 as-number 65000
peer 10.10.10.10 description DESCRIPTION
peer 10.10.10.10 password PASSWORD
peer 10.10.10.10 bfd min-tx-interval 200 min-rx-interval 200
peer 10.10.10.10 bfd enable
No major YANG version changes in commit 9eafdbe046f3916a4d3838d580c8f117f96cd10c
Compatibility Report for commit 966dd58b84c2c99f2bd6aa4932e390f95c5b6c41: ⛔ yanglint@SO 1.10.17
@s19nal to review
New version uploaded following @dplore and @s19nal comments
@oscargdd this all LGTM now sorry it has taken an age to get round to reviewing!
@oscargdd please include a pyang rendering of the tree, and resolve merge conflicts.
/gcbrun
/gcbrun