What is the default BGP group type on a Junos device?
A.
internal
B.
external
C.
multihop
D.
null
What is the default BGP group type on a Junos device?
What is the default BGP group type on a Junos device?
A.
internal
B.
external
C.
multihop
D.
null
Hi
i am not happy with this answer as i haven’t read it anywhere i believe it should be D as there is no default group. anyone can comment on this
By default BGP is made for External routing. So B is correct.
saying that by default BGP made for external a bit hard to accept, did you read it somewhere let me know please
I configured a Juniper router for BGP without adding the type in the bgp group config.
See the output I got from the Juniper router.
[edit protocols]
‘bgp’
Error in neighbor 10.5.4.1 of group test:
peer AS number must be configured for an external peer
error: configuration check-out failed
It requires by default and external peer as the output implied. I will definitely go with B.
Also left out the “peer AS” config obviously. 🙂
when you configure bgp on a junos device, you have to specify the local and the remote AS. When you dont specify the remote-as, the device is asking you to specify the “external-peer”. so from that point, i would agree on B