exam questions

Exam AWS Certified Advanced Networking - Specialty ANS-C01 All Questions

View all questions & answers for the AWS Certified Advanced Networking - Specialty ANS-C01 exam

Exam AWS Certified Advanced Networking - Specialty ANS-C01 topic 1 question 13 discussion

A company has two on-premises data center locations. There is a company-managed router at each data center. Each data center has a dedicated AWS Direct Connect connection to a Direct Connect gateway through a private virtual interface. The router for the first location is advertising 110 routes to the Direct Connect gateway by using BGP, and the router for the second location is advertising 60 routes to the Direct Connect gateway by using BGP. The Direct Connect gateway is attached to a company VPC through a virtual private gateway.
A network engineer receives reports that resources in the VPC are not reachable from various locations in either data center. The network engineer checks the VPC route table and sees that the routes from the first data center location are not being populated into the route table. The network engineer must resolve this issue in the most operationally efficient manner.
What should the network engineer do to meet these requirements?

  • A. Remove the Direct Connect gateway, and create a new private virtual interface from each company router to the virtual private gateway of the VPC.
  • B. Change the router configurations to summarize the advertised routes.
  • C. Open a support ticket to increase the quota on advertised routes to the VPC route table.
  • D. Create an AWS Transit Gateway. Attach the transit gateway to the VPC, and connect the Direct Connect gateway to the transit gateway.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
study_aws1
Highly Voted 2 years, 3 months ago
Option B) - You can announce a maximum of 100 prefixes to AWS.These routes can be automatically be propagated into subnet route tables • In order to advertise more than 100 prefixes, you should summarize the prefixes into larger range to reduce number of prefixes
upvoted 12 times
...
emmanuelodenyire
Highly Voted 2 years, 2 months ago
Selected Answer: B
The correct answer to this question is option B: Change the router configurations to summarize the advertised routes. Here's why: The issue described in the question is that the VPC route table is not receiving all of the advertised routes from the on-premises routers. The router at the first location is advertising 110 routes, but those routes are n
upvoted 8 times
...
zyademad
Most Recent 1 month, 1 week ago
Selected Answer: B
Option B) - You can announce a maximum of 100 prefixes to AWS.These routes can be automatically be propagated into subnet route tables • In order to advertise more than 100 prefixes, you should summarize the prefixes into larger range to reduce number of prefixes
upvoted 1 times
...
Ubermensch
1 month, 1 week ago
Selected Answer: B
B: reason as already mentioned that virtual vif only supports only 100 prefixes and need to summarize the prefixes. D: Will not work for the same reason, you need TRANSIT VIF along with TGW to support Up to 20,000 prefixes, and is not mentioned in the option.
upvoted 1 times
...
Akivox
9 months, 3 weeks ago
Selected Answer: B
B: Customer needs to summarise the routes and advertise. Not D, because a transit gateway requires a transit VIF, this point doesn't mention about transit VIF.
upvoted 1 times
...
acloudguru
1 year, 1 month ago
Selected Answer: D
Operational Overhead: Implementing and maintaining route summarization configurations can introduce additional operational overhead and complexity, especially in dynamic environments where network changes are frequent.
upvoted 1 times
...
Raphaello
1 year, 3 months ago
Selected Answer: B
Correct answer is B. Private VIF accept up to 100 prefixes. Need to summarize (merge) some advertised prefixes to lower those 110.
upvoted 1 times
...
skjb
1 year, 3 months ago
The correct answer to this question is option B
upvoted 1 times
...
patanjali
1 year, 4 months ago
Selected Answer: B
Yes, there is a limit of 100 routes limit via Direct Connect with transit vif or privat vif (https://docs.aws.amazon.com/directconnect/latest/UserGuide/limits.html), if your route advertise more than that, the BGP session will go idle (DOWN). You can do a route summarization if you can or consider using Transit Gateway Connect to build a overlay GRE tunnel with BGP session to advertise your routing information.
upvoted 1 times
...
WherecanIstart
1 year, 4 months ago
Selected Answer: B
Route summarization is the most efficient way for this circumstances.
upvoted 1 times
...
vikasj1in
1 year, 4 months ago
Selected Answer: B
The issue appears to be related to the number of routes advertised from each data center location. AWS Direct Connect has a limit on the number of routes that can be advertised to a virtual private gateway in a VPC (100 routes by default). In this case, the router for the first data center is advertising 110 routes, which exceeds the default limit, leading to the routes not being populated into the VPC route table. To resolve this issue in the most operationally efficient manner, the network engineer should consider summarizing the advertised routes. Summarizing routes involves aggregating a set of routes into a single, more general route. In BGP, this is typically done using route summarization. By changing the router configurations to summarize the advertised routes, the network engineer can reduce the number of routes being advertised to the Direct Connect gateway, ensuring that it stays within the route limit imposed by AWS.
upvoted 4 times
...
Marfee400704
1 year, 4 months ago
I think that it's correct answer is B according to SPOTO products.
upvoted 1 times
...
marfee
1 year, 4 months ago
I think that it's correcty answer is B.
upvoted 1 times
...
nuzz
1 year, 6 months ago
Pick B because D is wrong. Q: Can I associate my AWS Transit Gateway to the AWS Direct Connect gateway attached to a private virtual interface? No, an AWS Transit Gateway can only be associated with the AWS Direct Connect gateway attached to transit virtual interface. https://aws.amazon.com/directconnect/faqs
upvoted 2 times
...
yanhiro
1 year, 6 months ago
Selected Answer: B
Option B) See this link (https://repost.aws/questions/QURPt7zKeWSr6-JvM5YQSgvA/aws-direct-connect-route-limit)
upvoted 1 times
...
FayeG
1 year, 8 months ago
Selected Answer: B
aggreation is the correct answer
upvoted 1 times
...
Z_o_r_o
1 year, 8 months ago
Selected Answer: D
It seems D is the answer because of the following observation: A network engineer receives reports that resources in the VPC are not reachable from various locations in either data center.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...