Which two statements are true?

Click the Exhibit button.

The exhibit shows the output of a Junos show bgp neighbor command.Which two statements are true? (Choose two.)

The exhibit shows the output of a Junos show bgp neighbor command.Which two statements are true? (Choose two.)

A.
IPv4 routes will be exchanged over this session.

B.
IPv6 routes will be exchanged over this session.

C.
The local router initiated the BGP session.

D.
BFD keepalive is configured to 30 seconds.



Leave a Reply 6

Your email address will not be published. Required fields are marked *


CCIP

CCIP

Not sure why D is incorrect. The show command does show the bgp keepalive is 30 seconds. Is it because D uses “configured” keyword? I believe we can only configure hold time and the keepalive time is calculated by the dividing the hold time by 3. Is that the reason why D is incorrect?

fanziii

fanziii

Option D talks about BFD, not the BGP keepalive. And in the output, it is mentioned that BFD is disabled and down. Hence D cant be correct. A & C are the correct ones.

CCIP

CCIP

Thank you, Fanziii. I mis-read the BFD to be “BGP”. I need to be very careful when I work on the exam!!!

Dylan

Dylan

Anyone knows why Answer C is correct? I know Answer A is correct because we have table inet.0. For IPv6, it would have showed inet6.0
Answer C says “The local router initiated the BGP session”. How do we know that? Is it because the “Last State” is Open confirm. Someone help please

DanyG

DanyG

When a router starts a bgp session tries to establish a connection with the ip of the peer on port 179. As local port, a high numbered free port is used. On shown output is seen :

Peer: 192.168.56.1+179 Local: 192.168.56.5+56710

This means remote peer was contacted on port 179, which means local router, using port 56710 started the connection

Hope this answers Dylan question

Motyl

Motyl

In my opinion router with higher router-ID initiated BGP session. Local router have higher router-ID.
Answer C is correct