Enables setting of a local preference value to indicate a degree of preference for a route relative to that of other routes.
BGP configuration mode
Local preference indicates a degree of preference for a route relative to that of other routes. BGP4 neighbors can send the local preference value as an attribute of a route in an UPDATE message.
The following example sets the local preference value to 200.
device# configure terminal device(config)# router bgp device(config-bgp-router)# default-local-preference 200