Dear developers… How to inject default route to some vrf to advertise it to peers in this vrf? Simply adding “default originate” do nothing… Is it possible at all?
Did you try this?
/routing bgp peer refresh-all
Of course!
Solved.
peer set default-originate=always rtr11
do the trick. Winbox only have default originate checkbox, and has no menu in which we can select options…
UPDATE. pls, can anybody describe, why after peer restart - the default-originate=always reset to if-installed?
So, Winbox defaults to if-installed when you check default-originate? Interesting. When you said you had default-originate turned on I assumed you were using the option always.
I prefer the command line due to these types of inconsistencies.
Yes, the CLI - is great, but why default-originate resetting after session restart? Maybe dev. team help?
Dear developers, is it right to reset peer parameter default-originate=always to default-originate=if-installed , after peer restart via winbox? Pls help…
This option is not up to date in winbox. Use CLI to set default-originate=always and nothing will be reset unless you open peer config in winbox and make any changes then default-originate will be set to winbox defaults.
This option is not up to date in winbox. Use CLI to set default-originate=always and nothing will be reset unless you open peer config in winbox and make any changes then default-originate will be set to winbox defaults.
Ok, thanks.