Configuring The Local-Pref Attribute; Using The Bgp Default Local-Preference Command; Figure 32: Configuring The Local-Preference Attribute - Juniper JUNOSE SOFTWARE FOR E SERIES 11.3.X - BGP AND MPLS CONFIGURATION GUIDE 2010-10-12 Configuration Manual

Software for e series broadband services routers bgp and mpls configuration guide
Hide thumbs Also See for JUNOSE SOFTWARE FOR E SERIES 11.3.X - BGP AND MPLS CONFIGURATION GUIDE 2010-10-12:
Table of Contents

Advertisement

Configuring the Local-Pref Attribute

Figure 32: Configuring the Local-Preference Attribute

Copyright © 2010, Juniper Networks, Inc.
See "Access Lists" on page 82 for more information about using access lists.
The local-pref attribute specifies the preferred path among multiple paths to the same
destination. The preferred path is the one with the higher preference value. Local
preference is used only within an AS, to select an exit point.
To configure the local preference of a BGP path, you can do one of the following:
Use the bgp default local-preference command to set the local-preference attribute.
Use a route map to set the local-pref attribute.

Using the bgp default local-preference Command

In Figure 32 on page 113, AS 873 receives updates for network 192.168.5.0/24 from AS 32
and AS 17.
The following commands configure router LA:
host1(config-router)#router bgp 873
host1(config-router)#neighbor 10.72.4.2 remote-as 32
host1(config-router)#neighbor 10.2.2.4 remote-as 873
host1(config-router)#bgp default local-preference 125
The following commands configure router SanJose:
host2(config-router)#router bgp 873
host2(config-router)#neighbor 10.5.5.1 remote-as 17
host2(config-router)#neighbor 10.2.2.3 remote-as 873
host2(config-router)#bgp default local-preference 200
Router LA sets the local preference for all updates from AS 32 to 125. Router SanJose
sets the local preference for all updates from AS 17 to 200. Because router LA and router
SanJose exchange local preference information within AS 873, they both recognize that
routes to network 192.168.5.0/24 in AS 293 have a higher local preference when they
Chapter 1: Configuring BGP Routing
113

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose 11.3

Table of Contents