I’ve create a lab with “classic BGP topology” → AS2-AS1-AS3
I want to get default route on my AS2 router (from AS1)
To make that, I create “static route (blackhole)” 0.0.0.0/0 on AS1. Whithout that “Default Originate” from AS1 not working.
Is it right way or there is some “hint” about this?
Which version of ROS are you using?
Anyway… Winbox has only 2 options for Default Originate: Enabled and Disabled . But if you look on CLI, the default-originate options are 3 : always - if-installed - never.
Winbox sets “never” if you deselect Default-originate - and “if-installed” if you select it .
Conclusions:
/routing bgp peer set YOURPEER default-originate=always