...
The set protocols bgp neighbor default-originate command enables the local router to send the default route 0.0.0.0 to a neighbor. The neighbor can then use this route to reach the router when all other routes are unavailable.
The delete protocols bgp neighbor default-originate command restores the default setting, which is to reject as a loop any route where the path contains the speaker AS numbercommand disables this feature.
Command Syntax
set protocols bgp [vrf <vrf-name>] [ipv4 unicast|ipv4 labeled-unicast|ipv6 unicast|ipv6 labeled-unicast] neighbor <protocol bgppeer> default-originate
...