An enterprise network has two routers, R1 and R2, both running BGP. R1 is an eBGP speaker with ISP1, and R2 is an eBGP speaker with ISP2. Both routers are in the same AS 65000. The engineer wants to ensure that traffic from the enterprise to the Internet prefers the path through ISP1 when both links are up. R1 learns a default route from ISP1, and R2 learns a default route from ISP2. Which BGP attribute should the engineer modify on R1 to influence outbound traffic selection?
Trap 1: Set a lower MED on R1 for the default route learned from ISP1.
Incorrect because MED is used to influence inbound traffic from neighboring ASes, not outbound traffic from within the AS.
Trap 2: Prepend AS 65000 multiple times on R2's updates to ISP2.
Incorrect because AS_PATH prepending affects inbound traffic from ISP2, not outbound traffic from the enterprise.
Trap 3: Configure a community on R1 to mark the default route as no-export.
Incorrect because the no-export community prevents the route from being advertised to eBGP peers, but does not influence outbound path selection within the AS.
- A
Set a higher local preference on R1 for the default route learned from ISP1.
Correct because local preference influences outbound path selection within the AS; a higher value makes the route more preferred.
- B
Set a lower MED on R1 for the default route learned from ISP1.
Why wrong: Incorrect because MED is used to influence inbound traffic from neighboring ASes, not outbound traffic from within the AS.
- C
Prepend AS 65000 multiple times on R2's updates to ISP2.
Why wrong: Incorrect because AS_PATH prepending affects inbound traffic from ISP2, not outbound traffic from the enterprise.
- D
Configure a community on R1 to mark the default route as no-export.
Why wrong: Incorrect because the no-export community prevents the route from being advertised to eBGP peers, but does not influence outbound path selection within the AS.