352-001 · Question #536
When designing a network .Which method can be used to control the exit point for traffic an autonomous system, at the layer 3 control plane?
The correct answer is D. Tuning the metric of the under-tying IGP.. Tuning the underlying IGP metric affects how BGP resolves next-hop cost, which determines the preferred outbound exit point from the autonomous system.
Question
When designing a network .Which method can be used to control the exit point for traffic an autonomous system, at the layer 3 control plane?
Options
- APrepending AS path.
- BTuning the multi-exit discriminator.
- CSetting the site of Origin extended community.
- DTuning the metric of the under-tying IGP.
How the community answered
(36 responses)- A19% (7)
- B6% (2)
- C8% (3)
- D67% (24)
Why each option
Tuning the underlying IGP metric affects how BGP resolves next-hop cost, which determines the preferred outbound exit point from the autonomous system.
AS path prepending artificially lengthens the AS path advertised to external peers, influencing which path remote autonomous systems choose when sending traffic into your AS - this affects inbound traffic, not the outbound exit selection.
MED (Multi-Exit Discriminator) is advertised to a neighboring AS to suggest which entry point to use when that AS sends traffic to you, making it an inbound traffic influence mechanism rather than an outbound exit control.
The Site of Origin extended community is used in MPLS VPN environments to prevent routing loops across backdoor links and is not a mechanism for controlling outbound exit point selection in a standard BGP AS.
In BGP path selection, when higher-priority attributes such as local preference and AS path length are equal, BGP uses the IGP metric to reach the BGP next-hop as a tiebreaker. By manipulating IGP costs toward specific exit routers, operators can steer outbound traffic to a preferred exit point within the AS, making IGP metric tuning a valid layer 3 control-plane mechanism for outbound traffic engineering.
Concept tested: Outbound BGP exit point control using IGP metric tuning
Source: https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13753-25.html
Topics
Community Discussion
No community discussion yet for this question.