Disabling Suppression of Route Advertisements
The JUNOS software does not advertise the routes learned from one external BGP (EBGP) peer back to the same EBGP peer. In addition, the software does not advertise those routes back to any EBGP peers that are in the same AS as the originating peer, regardless of the routing instance. You can modify this behavior by including the
advertise-peer-asstatement in the configuration. To disable the default advertisement suppression, including theadvertise-peer-asstatement:advertise-peer-as;
NOTE: The route suppression default behavior is disabled if the
as-overridestatement is included in the configuration.If you include the
advertise-peer-asstatement in the configuration, BGP advertises the route regardless of this check.To restore the default behavior, include the
no-advertise-peer-asstatement in the configuration.:no-advertise-peer-as;If you include both the
as-overrideandno-advertise-peer-asstatements in the configuration, theno-advertise-peer-asstatement is ignored. You can include these statements at multiple hierarchy levels.For a list of hierarchy levels at which you can configure these statements, see the statement summary section for this statement.