public icon indicating copy to clipboard operation
public copied to clipboard

Configure BFD min interval, multipleir when activated in protocols

Open oscargdd opened this issue 2 years ago • 7 comments

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

oscargdd avatar Apr 13 '23 16:04 oscargdd

No major YANG version changes in commit 9eafdbe046f3916a4d3838d580c8f117f96cd10c

OpenConfigBot avatar Apr 13 '23 16:04 OpenConfigBot

Compatibility Report for commit 966dd58b84c2c99f2bd6aa4932e390f95c5b6c41: ⛔ yanglint@SO 1.10.17

OpenConfigBot avatar Apr 13 '23 16:04 OpenConfigBot

@s19nal to review

dplore avatar Apr 18 '23 18:04 dplore

New version uploaded following @dplore and @s19nal comments

oscargdd avatar Apr 19 '23 14:04 oscargdd

@oscargdd this all LGTM now sorry it has taken an age to get round to reviewing!

s19nal avatar Nov 28 '23 18:11 s19nal

@oscargdd please include a pyang rendering of the tree, and resolve merge conflicts.

dplore avatar Jan 30 '24 17:01 dplore

/gcbrun

dplore avatar Mar 05 '24 17:03 dplore

/gcbrun

dplore avatar Apr 30 '24 16:04 dplore