Topic 1 Question 116
A network engineer is designing hybrid connectivity with AWS Direct Connect and AWS Transit Gateway. A transit gateway is attached to a Direct Connect gateway and 19 VPCs across different AWS accounts. Two new VPCs are being attached to the transit gateway. The IP address administrator has assigned 10.0.32.0/21 to the first VPC and 10.0.40.0/21 to the second VPC. The prefix list has one CIDR block remaining before the prefix list reaches the quota for the maximum number of entries.
What should the network engineer do to advertise the routes from AWS to on premises to meet these requirements?
Add 10.0.32.0/21 and 10.0.40.0/21 to both AWS managed prefix lists.
Add 10.0.32.0/21 and 10.0.40.0/21 to the allowed prefix list.
Add 10.0.32.0/20 to both AWS managed prefix lists.
Add 10.0.32.0/20 to the allowed prefix list.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: D
Correct Answer: D The VPC route to send to on-premises is sent by entering the allowed prefix value of DXGW. Since only one remaining frame is used for route information, it is necessary to aggregate two routes
👍 9norimune2023/06/14 - 正解だと思う選択肢: D
If only one CIDR block can be added to the prefix list (due to reaching the maximum quota), then it will be impossible to add both 10.0.32.0/21 and 10.0.40.0/21 separately. However, by aggregating the two CIDR blocks into a single CIDR block (10.0.32.0/20), the network engineer can still add the routes for both VPCs to the allowed prefix list. This is because 10.0.32.0/20 covers IP addresses from 10.0.32.0 to 10.0.47.255, which includes the addresses from both 10.0.32.0/21 (10.0.32.0 to 10.0.39.255) and 10.0.40.0/21 (10.0.40.0 to 10.0.47.255).
👍 2Certified1012023/08/01 - 正解だと思う選択肢: B
I think its should be answer : B
👍 1Balasmaniam2023/06/09
シャッフルモード