County courts need all routers in the civic ASN to exit via the ISP that offers the better SLA, without using MED toward customers. Which BGP attribute should they set for outbound preference inside the AS?
Select an answer to reveal the explanation.
Short Explanation
LOCAL_PREF is the sticky note passed around the whole ASN saying ‘prefer this ISP exit.’ Set it high on the better-SLA path and every iBGP speaker gets the memo. Weight is a sticky note that never leaves one router’s desk.
Full Explanation
LOCAL_PREF is evaluated early in BGP best-path selection and is propagated via iBGP, making it the standard tool for consistent outbound exit preference inside an AS. MED influences inbound preference hints to an upstream, not AS-wide outbound choice. Weight is local to one Cisco router and does not propagate. Prefer LOCAL_PREF for civic ASN-wide SLA-based exit selection.