Chapter 3 Advanced Routing : Border Gateway Protocol (BGP) : BGP background and concepts : Parts and terminology of BGP : BGP conditional advertisements
  
BGP conditional advertisements
Normally, routes are propagated regardless of the existence of a different path. The BGP conditional advertisement feature allows a route not to be advertised based on existence or non-existence of other routes. With this new feature, a child table under bgp.neighbor is introduced. Any route matched by one of the route-map specified in the table will be advertised to the peer based on the corresponding condition route-map.
You can enable and disable conditional advertisements using the CLI.
To configure BGP conditional advertisements - CLI:
config router bgp
set as 3
config neighbor
edit "10.10.10.10"
set remote-as 3
config conditional-advertise
edit "route-map-to-match-sending"
set condition-routemap "route-map-to-match-condition"
set condition-type [exist | non-exist]
next
end
next
end