Multiple choice technology

Which CLI command displays routes received from an EBGP peer?

  1. show bgp received routes x.x.x.x

  2. show bgp advertised routes x.x.x.x

  3. show route receive-protocol bgp x.x.x.x

  4. show route advertising-protocol bgp x.x.x.x

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Junos, 'show route receive-protocol bgp x.x.x.x' displays routes received from the specified peer. 'show bgp received routes' and 'show bgp advertised routes' are not valid syntax. 'advertising-protocol' shows what is sent, not received.