How to Resolve BGP Session Failures on Cloud Interconnect?
You have provisioned a Cloud Interconnect connection with a VLAN attachment. You configured Border Gateway Protocol (BGP) between your on-premises router and your Cloud Router. After deploying and testing the connection, you discover that the BGP session is not established between your on-premises router and the Cloud Router. Which two actions should you take to resolve this issue? (Choose two.)
Community Votes
33% of anonymous learners picked answer BE. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Tests your ability to isolate BGP failures by distinguishing interconnect-level diagnostics from router-level status checks, commonly trapping candidates who skip physical-layer verification.
Troubleshooting BGP adjacency over Cloud Interconnect requires verifying physical-link ARP diagnostics and validating point-to-point subnet masks, with candidates frequently divided between BE and AE due to subnet sizing debates.
Candidates often select A instead of E, incorrectly assuming gcloud compute routers get-status displays physical ARP states when it only reports BGP session and prefix information.
Community Discussion (3 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Options B and E target the foundational requirements for establishing BGP over Cloud Interconnect. Configuring a /31 subnet mask on the on-premises subinterface ensures efficient point-to-point addressing compatible with Google’s peering expectations, while running gcloud compute interconnects get-diagnostics confirms successful Layer 2/Layer 3 handshakes through ARP learning on Google’s edge routers. These steps effectively isolate whether the failure originates from local misconfiguration or underlying transport disruptions.Why the Other Options Are Wrong
Option A is misleading because router status commands focus on BGP neighbor states and route advertisements rather than interconnect physical diagnostics. Option C unnecessarily enables eBGP multihop, which contradicts the direct L3 connectivity model inherent to Cloud Interconnect deployments. Option D incorrectly assumes MD5 authentication is mandatory, whereas sessions establish successfully without it unless explicitly enforced on both peers.Community Comment Notes
The tied vote distribution highlights ongoing confusion regarding subnet sizing, with comment [1] correctly noting that Google provisions a /29 for VLAN attachments but affirming that /31 remains a valid customer-side peering configuration. Comment [3] supports AE by detailing how router diagnostics assist broader BGP troubleshooting, though it overlooks the necessity of interconnect-level checks first. Candidate discussions consistently emphasize isolating transport-layer issues before adjusting BGP protocol parameters.Official Reference
Exam Strategy
Always separate Layer 2/Layer 3 transport diagnostics from BGP protocol troubleshooting when analyzing Cloud Interconnect failures. Verify ARP resolution and subnet alignment first, as these physical prerequisites must succeed before BGP session negotiation can even begin.
Related Analysis
Practice All PCNE Questions
Access 80 questions with complete answers and detailed explanations.
View Full PCNE Practice Test →