
Ultimate access to all questions.
A company operates two data centers interconnected with multiple redundant links from different providers, using IP addresses within the 172.16.0.0/16 CIDR block. They run iBGP between the data centers with a private ASN and IGP. The company is transitioning to a hybrid setup, starting with one VPC in AWS. A Direct Connect connection from the first data center to a Direct Connect gateway is established using a private VIF, advertising a summarized route for 172.16.0.0/16. They plan to set up a second summarized route from the second data center to a different Direct Connect location. The company requires a solution to route traffic to and from AWS through the first Direct Connect connection, using the second connection solely for failover. What solution meets these requirements?
A
Prepend the private ASN on the BGP announcements to AWS from the second data center. Add a second VIF in the first Direct Connect connection. Advertise the same network without any prepends from the first data center. Implement the same setup for the BGP announcement from AWS to the two data centers.
B
Tag the BGP announcements with the local preference BGP community tags. Set the tag to high preference for the first data center. Set the tag to low preference for the second data center. Configure the second data center’s router to have a lower local preference for the direct AWS BGP advertisements than for the advertisement from the fist data center.
C
Configure the Direct Connect gateway to prefer routing through the Direct Connect connection with the first data center. Configure the second data center’s router to have a lower local preference for the direct AWS BGP advertisements than for the advertisement from the first data center.
D
Configure the focal AWS Region BGP community tag on the BGP route that is advertised from the fist data center. Configure AS_PATH prepends on the BGP announcements from the second data center._