as-override option

Does Vyos has an option to override AS number in route advertisements?

IOS has an as-override command, I am looking for a similar feature/command in vyos.

Ref: Understanding BGP AS-Override Feature - Cisco Community

I don’t think it’s supported in quagga yet. quagga is the routing software suite that VyOS uses. If you want to recompile bgpd you could look at this implementation of AS Override in quagga Implement BGP as-override feature · CumulusNetworks/quagga@08ccd18 · GitHub

Then you would need to build the functionality (hacking perl) into the VyOS CLI. And of course contribute your changes back to the community!

Hi jl3128,

Thanks for the pointer , lemme look into it.

Regards