Router with 1 “upstream session” where we receive default route. :eth1
eth2 towards customers (default originate if installed)
eth3: to another router (default originate if installed)
eth4: to another router (default originate if installed)
I upgraded from a working 6.48.5 conf , fully working, no route filters, just I need to redistribute connected + default route.
I upgraded the conf, and I am not able to “redistribute” connected routers nor default route.
I correctly receive the “default route” from the bgp partner in eth1.
I successfully establish connections on eth2,3,4 to other routers.
I receive their routes.
I am not propagatin anything, nor default route, nor locally directed connected routes.
What I am overseeing ?
To originate default route you need to set output.default-originate=…
If you do not have any filter rules but you have specified the chain name, then everything will be rejected by default.
Hello.
Thank you for your reply.
I have read the manual and read the examples.
I have set to originate the default route towards one peer, I have deleted the chain name in the output, with no difference.
nothing is redistributed, nor the connected routes nor the default.
Nothing at all.