PCNE • Practice Test 34
Free PCNE practice test — 15 questions with explanations. Set 34. No signup required.
Refer to the exhibit. The Cloud Router is connected to two on-premises routers via dedicated interconnect. The on-premises routers advertise the same prefix 10.1.0.0/16. Which on-premises router's route will be preferred by Google Cloud for traffic destined to 10.1.0.0/24? (Assume equal AS path length and MED from on-premises.)
gcloud compute routers describe my-router --region=us-central1 --- bgp: advertiseMode: CUSTOM advertisedGroups: - ALL_SUBNETS advertisedIpRanges: - range: 10.0.0.0/8 asn: 65001 bgpPeers: - interfaceName: if-bgp-1 ipAddress: 169.254.0.2 peerIpAddress: 169.254.0.1 peerAsn: 65002 advertisedRoutePriority: 100 customLearnedRoutePriority: 200 - interfaceName: if-bgp-2 ipAddress: 169.254.1.2 peerIpAddress: 169.254.1.1 peerAsn: 65002 advertisedRoutePriority: 100 customLearnedRoutePriority: 100