Maximum-paths missing?

Hi there,

i’m using vyos 1.3.2 and would like to use the command:
set protocols bgp XXXXX maximum-paths ibgp ‘2’

In the documentation i saw that should be possible:
https://docs.vyos.io/en/equuleus/configuration/protocols/bgp.html

But when i execute the command i got the error:
Configuration path: protocols bgp XXXXX [maximum-paths] is not valid

Someone knows an issue? My Image or the documentation is damanged?

kind regards
Oliver

The correct path

vyos@r1# set protocols bgp 65001 address-family ipv4-unicast maximum-paths 
Possible completions:
   ebgp         Maximum ebgp multipaths
   ibgp         Maximum ibgp multipaths


2 Likes