Multiple choice technology

Assume that a comparable configuration is applied to your peer in AS 11 and that bi-directional TCP reachability has been achieved. Which EBGP configuration will allow the BGP session to become established?

  1. routing-options {autonomous-system 64;} protocols { bgp { group external-peer11{ type external; neighbor 10.0.3.6 { peer as } }

  2. routing-options {autonomous-system 34;} protocols { bgp { group external-peer11{ type external; neighbor 10.0.3.6 { peer as } }

  3. routing-options {autonomous-system 11;} protocols { bgp { group external-peer64{ type external; neighbor 10.0.3.6 { peer as } }

  4. routing-options {autonomous-system 44;} protocols { bgp { group external-peer11{ type external; neighbor 10.0.3.5 { peer as } }

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

The correct EBGP configuration specifies autonomous-system 64 locally while connecting to a peer in AS 11, which matches the scenario description. Option A correctly identifies the local AS as 64 and references the peer group appropriately. Options B, C, and D specify incorrect local AS numbers or neighbor details that don't match the requirement.