Hi. I’m trying to enable BFD for IS-IS. Based on the docs here, it looks like I can only activate BFD for IS-IS on the interface but can’t change the interval etc unlike BGP.
I’ve looked at other vendor documentation e.g. Junos, looks like the interval for IS-IS can be tweaked. Any idea how to achieve this with VyOS?
These parameters are configurable, you can configure them globally or you can create a profile and attach it to the interfaces associated with the ISIS process:
set protocols bfd profile TEST
Possible completions:
echo-mode Enables the echo transmission mode
> interval Configure timer intervals
minimum-ttl Expect packets with at least this TTL
passive Do not attempt to start sessions
shutdown Disable this peer
set protocols isis interface eth0 bfd profile XXXX