Configuring BGP Routing Policy
Routing policy determines how the router handles the routes it receives from and sends to BGP peers or other routing protocols. In many cases, routing policy consists of filtering routes, accepting certain routes, accepting and modifying other routes, and rejecting some routes. You can think of routing policy as a way to control the flow of routes into and out of the router.
You can use one or more of the following mechanisms to configure routing policy:
- Access lists
- Community lists
- Prefix lists
- Prefix trees
- Route maps
The remainder of this section provides detailed information about using these features with BGP. Before proceeding, please see JunosE IP Services Configuration Guide, for a thorough background on how these features work in general.
Types of BGP Route Maps
A route map consists of match clauses and set clauses. Match clauses, which consist of a match command, specify the attribute values that determine whether a route matches the route map. Set clauses, which consist of a set command, modify the specified attributes of routes that pass all match clauses in the route map.
BGP route maps can be applied to inbound routes, outbound routes, and redistributed routes. BGP route maps are of two types, those that support both match and set clauses, and those that support only match clauses.
The match-and-set route maps consist of the route maps configured with any of the commands listed in Table 14.
Table 14: Commands That Create Match-and-Set Route Maps
aggregate-address attribute-map | global import map |
bgp dampening route-map | neighbor route-map in |
export map | neighbor route-map out |
import map | redistribute route-map |
global export map | table-map |
BGP supports the clauses listed in Table 15 for match-and-set route maps.
Table 15: Clauses Supported in BGP Match-and-Set Route Maps
match as-path | set as-path prepend |
match community | set comm-list delete |
match distance | set community |
match extcommunity | set dampening |
match ip address | set extcommunity |
match ip next-hop | set ip next-hop |
match level | set local-preference |
match metric | set metric |
match metric-type | set metric-type |
match route-type | set origin |
match tag | set tag |
| set weight |
The match-only route maps consist of the route maps configured with any of the commands listed in Table 16. You can use any of the match clauses listed in Table 15 in these route maps. Set clauses have no effect in these route maps.
Table 16: Commands That Create Match-Only Route Maps
aggregate advertise-map | aggregate support-map |
BGP does not support the clauses listed in Table 17. However, see Applying Table Maps for exceptions for route maps applied with the table-map command.
Table 17: Clauses Not Supported in BGP Route Maps
set automatic-tag | set level |
set distance | set route-type |
match as-path
- Use to match an AS-path access list.
- The implemented weight is based on the first matched AS path.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#match as-path pathlist5
- Use the no version to delete the match clause from a route map or a specified value from the match clause.
- See match as-path.
match community
- Use to match a community list.
- Supported for inbound and outbound route maps.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#match community comm5
- Use the no version to delete the match clause from a route map or a specified value from the match clause.
- See match community
match distance
- Use to match any routes that have the specified administrative distance.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#match distance 25
- Use the no version to delete the match clause from a route map or a specified value from the match clause.
- See match distance.
match extcommunity
- Use to match an extended community list in a route map.
- You can specify one or more extended community list names in a match clause. If you specify more than one extended community list, the lists are logical ORed.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#match extcommunity topeka10
- Use the no version to remove the match clause from a route map or a specified value from the match clause.
- See match extcommunity.
match ip address
- Use to match any route that has a destination network number that is permitted by an access list, a prefix list, or a prefix tree, or performs policy routing on packets.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#match ip address prefix-tree boston
- Use the no version to delete the match clause from a route map or a specified value from the match clause.
- See match ip address.
match ip next-hop
- Use to match any routes that have a next-hop router address passed by the specified access list, prefix list, or prefix tree.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#match ip next-hop 5 192.54.24.1
- Use the no version to delete the match clause from a route map or a specified value from the match clause.
- See match ip next-hop.
match level
- Use to match routes for the specified type.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#match level level-1
- Use the no version to delete the match clause from a route map or a specified value from the match clause.
- See match level.
match metric
- Use to match a route for the specified metric value.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#match metric 10
- Use the no version to delete the match clause from a route map or a specified value from the match clause.
- See match metric.
match metric-type
- Use to match a route for the specified metric type.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#match metric-type external
- Use the no version to delete the match clause from a route map.
- See match metric-type.
match route-type
- Use to match a route for the specified route type.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#match route-type level-1
- Use the no version to delete the match clause from a route map or a specified value from the match clause.
- See match route-type.
match tag
- Use to match the tag value of the destination routing protocol.
- Examplehost1(config)#route-map 1 host1(config-route-map)#match tag 25
- Use the no version to delete the match clause from a route map or a specified value from the match clause.
- See match tag.
neighbor route-map
- Use to apply a route map to incoming or outgoing routes.
- If you specify an outbound route map, BGP advertises only routes that match at least one section of the route map. For routes that do not match, no further processing takes place with respect to this peer, and those routes are not advertised to this peer. The nonmatching route is still in the BGP RIB and can be sent to other peers depending on the outbound policy applied to those peers.
- If you specify an inbound route map, BGP processes only the received routes that match at least one section of the route map. The nonmatching routes are rejected from entering the local BGP RIB and no further processing takes place.
- A clause with multiple values matches a route having any of the values; that is, the multiple values are logical ORed.
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command unless it is overridden for a specific peer. However, you cannot configure a member of a peer group to override the inherited peer group characteristic for outbound policy.
- New policy values are applied to all routes that are sent
(outbound policy) or received (inbound policy) after you issue the
command.
To apply the new policy to routes that are already present in the BGP routing table, you must use the clear ip bgp command to perform a soft clear or hard clear of the current BGP session.
Behavior is different for outbound policies configured for peer groups for which you have enabled Adj-RIBs-Out. If you change the outbound policy for such a peer group and want to fill the Adj-RIBs-Out table for that peer group with the results of the new policy, you must use the clear ip bgp peer-group command to perform a hard clear or outbound soft clear of the peer group. You cannot merely perform a hard clear or outbound soft clear for individual peer group members because that causes BGP to resend only the contents of the Adj-RIBs-Out table.
- Examplehost1(config)#neighbor 192.168.5.34 route-map nyc1 in
- Use the no version to remove the route map.
- See neighbor route-map.
route-map
- Use to define the conditions for redistributing routes from one routing protocol into another, and for filtering or modifying updates sent to or received from peers.
- Each route-map command has a list of match and set commands associated with it.
- The match commands specify the match criteria—the conditions under which redistribution is allowed for the current route map.
- The set commands specify the set actions—the redistribution actions to perform if the criteria enforced by the match commands are set.
- Use route maps when you wish to have detailed control over how routes are redistributed between routing processes.
- The destination routing protocol is the one you specify with the router command.
- The source routing protocol is the one you specify with the redistribute command.
- A clause with multiple values matches a route having any of the values; that is, the multiple values are logical ORed.
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command unless it is overridden for a specific peer.
- Examplehost1(config)#route-map nyc1 permit 10
- Use the no version to delete the route map.
- See route-map.
set as-path prepend
- Use to modify an AS path for BGP routes by prepending one or more AS numbers or a list of AS numbers to the path list.
- The only global BGP metric available to influence the best-path selection is the AS-path length. By varying the length of the AS path, a BGP speaker can influence the best-path selection by a peer farther away.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set as-path prepend list list10
- Use the no version to delete the set clause from a route map.
- See set as-path prepend.
set comm-list delete
- Use to remove communities specified by the community list from the community attribute of routes matching the route map.
- You can use this command to delete communities only if
the community list was created with a single community per list entry
as shown in the following sample configuration for router Test:host1(config)#ip community-list 1 permit 231:10 host1(config)#ip community-list 1 permit 231:20 host1(config)#router bgp 45 host1(config-router)#neighbor 10.6.2.5 remote-as 5 host1(config-router)#neighbor 10.6.2.5 route-map indelete in host1(config-router)#route-map indelete permit 10 host1(config-route-map)#set comm-list 1 delete
Router Test receives the same route from 10.6.2.5 and applies the indelete route map. BGP compares each list entry with the community attribute. A match is found for the list entry 231:10, and this community is deleted from the community attribute. Similarly, a match is found for the list entry of 231:20, and this community is deleted from the community attribute.
- Use the no version to delete the set clause from a route map.
- See set comm-list delete.
set community
- Use to set the community attribute in BGP updates.
- You can specify a community list number in the range 1–4294967295,
or in the new community format of AA:NN, or one of the following well-known
communities:
- local-as—Prevents advertisement outside the local AS
- no-advertise—Prevents advertisement to any peer
- no-export—Prevents advertisement beyond the BGP confederation boundary
- Alternatively, you can use the list keyword to specify the name of a community list that you previously created with the ip community-list command.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set community no-advertise
- Use the none keyword to remove the community attribute from a route.
- Use the no version to delete the set clause from a route map.
- See set community.
set dampening
- Use to enable BGP route flap dampening only on routes that pass the match clauses of, and are redistributed by, a particular route map.
- BGP creates a dampening parameter block for each unique set of dampening parameters—such as suppress threshold and reuse threshold—used by BGP. For example, if you have a route map that sets the dampening parameters to one set of values for some routes and to another set of values for the remaining routes, BGP uses and stores two dampening parameter blocks, one for each set.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set dampening 5 1000 1500 45 15
- Use the no version to delete the set clause from a route map.
- See set dampening.
set extcommunity
- Use to set the extended community attributes in a route map for BGP updates.
- You can specify a site-of-origin (soo) extended community and a route target (rt) extended community at the same time in a set clause without overwriting the other.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set extcommunity rt 10.10.10.2:325
- Use the no version to delete the set clause from a route map.
- See set extcommunity.
set ip next-hop
- Use to set the next hop attribute of a route that matches a route map.
- This command is not supported for route maps used by the table-map command.
- You can specify an IP address or an interface as the next hop.
- Use the peer-address keyword
to have the following effect:
- On outbound route maps, disables the next hop calculation by setting the next hop to the IP address of the BGP speaker
- On inbound route maps, overrides any third-party next-hop configuration by setting the next hop to the IP address of the peer
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set ip next-hop 192.56.32.1
- Use the no version to delete the set clause from a route map.
- See set ip next-hop.
set local-preference
- Use to specify a preference value for the AS path.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set local-preference 200
- Use the no version to delete the set clause from a route map.
- See set local-preference.
set metric
- Use to set the metric value—for BGP, the MED—for a route.
- To establish an absolute metric, do not enter a plus or minus sign before the metric value.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set metric 10
- To establish a relative metric, specify a plus or minus sign immediately preceding the metric value. The value is added to or subtracted from the metric of any routes matching the route map. The relative metric value can be in the range 0–4294967295.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set metric -25
- You cannot use both an absolute metric and a relative metric within the same route map sequence. Setting either metric overrides any previously configured value.
- Use the no version to delete the set clause from a route map.
- See set metric.
set metric-type
- Use to set the metric type for a route.
- For BGP, affects all types of route maps. If the route map contains both a set metric-type and a set metric clause, the set metric clause takes precedence. Specifying the internal metric type in a BGP outbound route map, BGP sets the MED of the advertised routes to the IGP cost of the next hop of the advertised route. If the cost of the next hop changes, BGP is not forced to readvertise the route.
- For BGP, you can specify the following:
- external—Reverts to the normal BGP rules for propagating the MED; this is the BGP default
- internal—Sets the MED of a received route that is being propagated to an external peer equal to the IGP cost of the indirect next hop
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set metric-type internal
- Use the no version to delete the set clause from a route map.
- See set metric-type.
set origin
- Use to set the BGP origin of the advertised route.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set origin egp
- Use the no version to delete the set clause from a route map.
- See set origin.
set tag
- Use to set the tag value of the destination routing protocol.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set tag 23
- Use the no version to delete the set clause from a route map.
- See set tag.
set weight
- Use to specify the BGP weight for the routing table.
- The weights assigned with the set weight command in a route map override the weights assigned using the neighbor weight and neighbor filter-list weight commands.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set weight 200
- Use the no version to delete the set clause from a route map.
- See set weight.
Applying Table Maps
You can use the table-map command on a per-address-family basis to apply a route map to modify IP attributes of BGP routes that are about to be added to the IP routing table. In these route maps, you can use only the set clauses in Table 18.
Table 18: Set Clauses Supported in Route Maps Applied with the Table-Map Command
set distance | set metric-type |
set level | set route-type |
set metric | set tag |
set distance
- Use to set the administrative distance attribute on routes being installed into the routing table that match the route map.
- Distance is used to establish preference between routes to the same prefix to identify the best route to that prefix. Setting distance in any other circumstance has no effect.
- Examplehost1(config-route-map)#set distance 5
- Use the no version to delete the set clause from a route map.
- See set distance.
set level
- Use to specify where to import routes when all of a route map’s match criteria are met.
- Examplehost1(config-route-map)#set level level-2
- Use the no version to delete the set clause from a route map.
- See set level.
set route-type
- Use to set the routes of the specified type.
- Examplehost1(config-route-map)#set route-type internal
- Use the no version to delete the set clause from a route map.
- See set route-type.
table-map
- Use to apply a policy to BGP routes about to be added to the IP routing table.
- The route map can include any of the clauses listed in Table 18.
- The new route map is applied to all routes that are subsequently placed in the IP routing table. To apply the new table map to routes that are already present in the IP routing table, you must refresh the IP routing table with the clear ip routes * command or the clear ip bgp * command (this command will bounce the BGP sessions).
- Examplehost1(config-router)#table-map distmet1 host1(config-router)#exit host1(config)#exit host1#clear ip routes *
- Use the no version to halt application of the route map.
- See table-map.
For example, suppose you want to change the distance and metric attributes to particular values for routes advertised by a members of a particular community. The show ip route bgp command indicates that the routes currently in the table have a variety of values for these attributes:
host1#show ip route bgp Protocol/Route type codes: I1- ISIS level 1, I2- ISIS level2, I- route type intra, IA- route type inter, E- route type external, i- metric type internal, e- metric type external, O- OSPF, E1- external type 1, E2- external type2, N1- NSSA external type1, N2- NSSA external type2
Prefix/Length Type Next Hop Dist/Met Intf ------------------ ------- --------------- -------------- ------------ 10.100.3.3/32 Bgp 10.12.12.1 20/0 ATM5/1.12 10.63.42.23/32 Bgp 10.45.2.31 12/5 ATM5/1.14
The following commands demonstrate how you can apply the policy to change these values:
The show ip route bgp command reveals the new values:
host1#show ip route bgp Protocol/Route type codes: I1- ISIS level 1, I2- ISIS level2, I- route type intra, IA- route type inter, E- route type external, i- metric type internal, e- metric type external, O- OSPF, E1- external type 1, E2- external type2, N1- NSSA external type1, N2- NSSA external type2
Prefix/Length Type Next Hop Dist/Met Intf ------------------ ------- --------------- -------------- ------------ 10.100.3.3/32 Bgp 10.12.12.1 33/44 ATM5/1.12 10.63.42.23/32 Bgp 10.45.2.31 33/44 ATM5/1.14
Access Lists
An access list is a sequential collection of permit and deny conditions that you can use to filter inbound or outbound routes. You can use different kinds of access lists to filter routes based on either the prefix or the AS path.
Filtering Prefixes
To filter routes based on the prefix, you can do any of the following:
- Define an access list with the access list command and apply the list to routes received from or passed to a neighbor with the neighbor distribute-list command.
- Define a prefix list with the ip prefix-list command and apply the list to routes received from or passed to a neighbor with the neighbor prefix-list command.
- Define a prefix tree with the ip prefix-tree command and apply the list to routes received from or passed to a neighbor with the neighbor prefix-tree command.
The router compares each route’s prefix against the conditions in the list or tree one by one. If the first match is for a permit condition, the route is accepted or passed. If the first match is for a deny condition, the route is rejected or blocked. The order of conditions is critical because testing stops with the first match. If no conditions match, the router rejects or blocks the address; that is, the last action of any list is an implicit deny condition for all routes. The implicit rule is displayed by show access-list and show configuration commands.
You cannot selectively place conditions in or remove conditions from an access list, prefix, list, or prefix tree. You can insert a new condition only at the end of a list or tree.
Consider the network structure in Figure 21.
Figure 21: Filtering with Access Lists

The following commands configure router Boston to apply access list reject1 to routes inbound from router SanJose. Access list reject1 rejects routes matching 172.24.160.0/19.
Consider the network shown in Figure 22. Router NY originates network 10.16.22.0/23 and advertises it to router LA. Suppose you do not want router LA to advertise that network to router Boston. You can apply an access list to updates from router LA to router Boston that prevents router LA from propagating updates for network 10.16.22.0/23.
Figure 22: Filtering Routes with an Access List

The following commands configure router LA:
access-list
- Use to define an IP access list to permit or deny routes based on the prefix.
- Each access list is a set of permit or deny conditions for routes based on matching a route’s prefix.
- Use the neighbor distribute-list command to apply the access list to routes received from or forwarded to a neighbor.
- Use the log keyword to log an Info event in the ipAccessList log whenever an access-list rule is matched.
- Use the no version to delete an IP access list or the specified entry in the access list.
- See access-list.
clear access-list
- Use to clear IP access list counters.
- Each access list has a counter for its entries.
- Examplehost1#clear access-list reject1
- There is no no version.
- See clear access-list.
neighbor distribute-list
- Use to filter routes to selected prefixes as specified in an access list.
- Using distribute lists is one of three ways to filter
BGP advertisements. The other ways are as follows:
- Use AS-path filters with the ip as-path access-list and the neighbor filter-list commands.
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command unless it is overridden for a specific peer. However, you cannot configure a member of a peer group to override the inherited peer group characteristic for outbound policy.
- Use filters with route maps with the route-map and the neighbor route-map commands.
- New policy values are applied to all routes that are sent
(outbound policy) or received (inbound policy) after you issue the
command.
To apply the new policy to routes that are already present in the BGP routing table, you must use the clear ip bgp command to perform a soft clear or hard clear of the current BGP session.
Behavior is different for outbound policies configured for peer groups for which you have enabled Adj-RIBs-Out. If you change the outbound policy for such a peer group and want to fill the Adj-RIBs-Out table for that peer group with the results of the new policy, you must use the clear ip bgp peer-group command to perform a hard clear or outbound soft clear of the peer group. You cannot merely perform a hard clear or outbound soft clear for individual peer group members because that causes BGP to resend only the contents of the Adj-RIBs-Out table.
- Use the no version to disassociate the access list from a neighbor.
- See neighbor distribute-list.
neighbor prefix-list
- Use to assign an inbound or outbound prefix list.
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command unless it is overridden for a specific peer. However, you cannot configure a member of a peer group to override the inherited peer group characteristic for outbound policy.
- Examplehost1(config-router)#neighbor 192.168.1.158 prefix-list seoul19 in
- New policy values are applied to all routes that are sent
(outbound policy) or received (inbound policy) after you issue the
command.
To apply the new policy to routes that are already present in the BGP routing table, you must use the clear ip bgp command to perform a soft clear or hard clear of the current BGP session.
Behavior is different for outbound policies configured for peer groups for which you have enabled Adj-RIBs-Out. If you change the outbound policy for such a peer group and want to fill the Adj-RIBs-Out table for that peer group with the results of the new policy, you must use the clear ip bgp peer-group command to perform a hard clear or outbound soft clear of the peer group. You cannot merely perform a hard clear or outbound soft clear for individual peer group members because that causes BGP to resend only the contents of the Adj-RIBs-Out table.
- Use the no version to remove the prefix list.
- See neighbor prefix-list.
neighbor prefix-tree
- Use to assign an inbound or outbound prefix tree.
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command unless it is overridden for a specific peer. However, you cannot configure a member of a peer group to override the inherited peer group characteristic for outbound policy.
- Examplehost1(config-router)#neighbor 192.168.1.158 prefix-tree newyork out
- New policy values are applied to all routes that are sent
(outbound policy) or received (inbound policy) after you issue the
command.
To apply the new policy to routes that are already present in the BGP routing table, you must use the clear ip bgp command to perform a soft clear or hard clear of the current BGP session.
Behavior is different for outbound policies configured for peer groups for which you have enabled Adj-RIBs-Out. If you change the outbound policy for such a peer group and want to fill the Adj-RIBs-Out table for that peer group with the results of the new policy, you must use the clear ip bgp peer-group command to perform a hard clear or outbound soft clear of the peer group. You cannot merely perform a hard clear or outbound soft clear for individual peer group members because that causes BGP to resend only the contents of the Adj-RIBs-Out table.
- IPv6 prefix trees are not supported, Therefore you can specify an IPv6 address with this command only within the IPv4 address family and when you want to advertise IPv4 routes to IPv6 peers.
- Use the no version to remove the prefix tree.
- See neighbor prefix-tree.
Filtering AS Paths with a Filter List
You can use a filter list to filter incoming and outgoing routes based on the value of the AS-path attribute. Whenever a BGP route passes through an AS, BGP prepends its AS number to the AS-path attribute. The AS-path attribute is the list of ASs that a route has passed through to reach a destination.
To filter routes based on the AS-path, define the access list with the ip as-path access-list command, and apply the list to routes received from or passed to a neighbor with the neighbor filter-list command. AS-path access lists use regular expressions to describe the AS path to be matched. A regular expression uses special characters—often referred to as metacharacters—to define a pattern that is compared with an input string. For a full discussion of regular expressions, with examples on how to use them, see JunosE IP Services Configuration Guide.
The router compares each route’s AS path against the conditions in the access list one by one. If the first match is for a permit condition, the route is accepted or passed. If the first match is for a deny condition, the route is rejected or blocked. The order of conditions is critical because testing stops with the first match. If no conditions match, the router rejects or blocks the route; that is, the last action of any list is an implicit deny condition for all routes.
You cannot selectively place conditions in or remove conditions from an AS-path access list. You can insert a new condition only at the end of an AS-path access list.
Example 1
Consider the network structure in Figure 23.
Figure 23: Filtering with AS-Path Access Lists

Suppose you want router London to behave in the following way:
- Accept routes originated in AS 621 only if they pass directly to router London
- Accept routes originated in AS 11 only if they pass directly to router London
- Forward routes from AS 282 to AS 435 only if they pass through either AS 621 or AS 11, but not both AS 621 and AS 11
The following commands configure router London to apply filters based on the AS path to routes received from router Berlin and router Paris and to routes forwarded to router Madrid.
AS-path access list 1 is applied to routes that router London receives from router Paris. Router London rejects routes with the AS path (621 11).
AS-path access list 2 is applied to routes that router London receives from router Berlin. Router London rejects routes with the AS path (11 621) or (621 282 11).
Router London accepts routes with the AS path (11 282), (621 282), (621 11 282), or (11 621 282). However, it applies AS-path access list 3 to routes it forwards to router Madrid, and filters out routes with the AS path (621 11 282) or (11 621 282).
Example 2
Consider the following commands used to configure router Chicago in Figure 24:
Figure 24: Assigning a Filter List

Access list 1 denies routes that originate in AS 32—and therefore routes originated by router NY—because the AS-path attribute for these routes begins with (and indeed consists only of) the value 32.
Routes originating anywhere else—such as in AS 837, AS 17, or AS 451—are permitted, because their AS-path attributes do not begin with 32.
ip as-path access-list
- Use to define an AS-path access list to permit or deny routes based on the AS path.
- Each access list is a set of permit or deny conditions for routes based on matching a route’s AS path with a regular expression. If the regular expression matches the representation of the AS path of the route as an ASCII string, then the permit or deny condition applies. The AS path does not contain the local AS number.
- Use the neighbor filter-list command to apply the AS-path access list. You can apply access list filters to inbound and outbound BGP routes. You can assign weights to routes matching the AS-path access list.
- Use the no version to remove a single access list entry if permit or deny and a path-expression are specified. Otherwise, the entire access list is removed.
- See ip as-path access-list.
neighbor filter-list
- Use to assign an AS-path access list to matching inbound or outbound routes with the in or out keywords.
- You can specify an optional weight value with the weight keyword to assign a relative importance to incoming routes matching the AS-path access list.
- The name of the access list is a string of up to 32 characters.
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command unless it is overridden for a specific peer. However, you cannot configure a member of a peer group to override the inherited peer group characteristic for outbound policy.
- New policy values are applied to all routes that are sent
(outbound policy) or received (inbound policy) after you issue the
command.
To apply the new policy to routes that are already present in the BGP routing table, you must use the clear ip bgp command to perform a soft clear or hard clear of the current BGP session.
Behavior is different for outbound policies configured for peer groups for which you have enabled Adj-RIBs-Out. If you change the outbound policy for such a peer group and want to fill the Adj-RIBs-Out table for that peer group with the results of the new policy, you must use the clear ip bgp peer-group command to perform a hard clear or outbound soft clear of the peer group. You cannot merely perform a hard clear or outbound soft clear for individual peer group members because that causes BGP to resend only the contents of the Adj-RIBs-Out table.
- Use the no version to disassociate the access list from a neighbor.
- See neighbor filter-list.
Filtering AS Paths with a Route Map
You can use a route map instead of the neighbor filter-list command to apply access lists for filtering routes. In Figure 25, suppose router Chicago is configured as follows:
Figure 25: Route Map Filtering

Routes learned from router Boston have a weight of 150, whereas those learned from router NY have a weight of 50. Router Chicago therefore prefers all routes learned from router Boston to those learned from router NY. Based on this configuration, router Chicago prefers routes to prefixes originating in AS 837 or originating in AS 32 that pass through router Boston over routes to those same prefixes that pass through router NY.
This is a longer path than you might desire. You can avoid this result by configuring a route map to modify the weight of certain routes learned by router Chicago:
BGP applies route map alpha to all routes learned from 10.5.5.2 (router NY). Instance 10 of route map alpha matches routes with access list dog1. This access list permits any route whose AS-path attribute ends in 32 or 837—that is, routes that originate in AS 32 or AS 837. It sets their weight to 175, overriding the neighbor weight (50) set for updates received from 10.5.5.2. Then, instance 20 of route map alpha permits all other routes with no modification.
The result of this improved configuration is the following:
- Router Chicago prefers routes learned from router Boston (weight 150) over routes learned from router NY (weight 50), except that
- Router Chicago prefers routes learned from router NY that originate in AS 837 or AS 32 (weight 175 as a result of route map alpha) over the same routes learned from router Boston (weight 150).
Refer to the commands and guidelines in the section Types of BGP Route Maps for more information about configuring route maps.
Configuring the Community Attribute
A community is a logical group of prefixes that share some common attribute. Community members can be on different networks and in different autonomous systems. BGP allows you to define the community to which a prefix belongs. A prefix can belong to more than one community. The community attribute lists the communities to which a prefix belongs.
You can use communities to simplify routing policies by configuring which routing information a BGP speaker will accept, prefer, or distribute to other neighbors according to community membership. When a route is learned, advertised, or redistributed, a BGP speaker can set, append, or modify the community of a route. When routes are aggregated, the resulting BGP update contains a community attribute that contains all communities from all of the aggregated routes (if the aggregate is an AS-set aggregate).
Several well-known communities have been predefined. Table 19 describes how a BGP speaker handles a route based on the setting of its community attribute.
Table 19: Action Based on Well-Known Community Membership
Well-Known Community | BGP Speaker Action |
|---|---|
no-export | Does not advertise the route to any EBGP peers (does not advertise the route beyond the local AS) |
no-advertise | Does not advertise the route to any peers, IBGP or EBGP |
local-as (also known as no-export-subconfed) | Advertises the route only to peers within the local confederation |
internet | Advertises this route to the Internet community; by default, all prefixes are members of the Internet community |
In addition to the well-known communities, you can define local-use communities, also known as private communities or general communities. These communities serve as a convenient way to categorize groups of routes to facilitate the use of routing policies. The community attribute consists of four octets, but it is common practice to designate communities in the AA:NN format. The autonomous system number (AA) comprises the higher two octets, and the community number (NN) comprises the lower two octets. Both are expressed as decimal numbers. For example, if a prefix in AS 23 belongs to community 411, the attribute can be expressed as 23:411. Use the ip bgp-community new-format command to specify that the show commands display communities in this format.
Use the set community command in route maps to configure the community attributes. By default, the community attribute is not sent to BGP peers. To send the community attribute to a neighbor, use the neighbor send-community command.
Consider the network structure shown in Figure 26. The following sample configurations illustrate some of the capabilities of using the community attribute.
Figure 26: Communities

The following commands configure router NY to apply route map setcomm to routes going out to 10.72.4.3. If the community attribute of such a route matches instance 10 of the route map, router NY sets the community attribute to 31:15. All locally originated routes will match this instance of the route map.
The following commands configure router LA to apply route map matchcomm to routes coming in from 10.72.4.2. If the community attribute of such a route matches instance 10 of the route map, router LA sets the weight of the route to 25.
The following commands configure router Boston to apply route map 5 to routes going out to 10.5.5.4. If the destination IP address of such a route matches instance 10 of the route map, router Boston sets the community attribute of the route to no-export.
Suppose router Boston forwards a route destined for 10.16.22.112 through router LA. Route map 5 matches and sets the community attribute to no-export. As a consequence router LA does not export the route to router NY; the route does not reach its destination.
ip bgp-community new-format
- Use to specify that communities must be displayed in AA:NN format, where AA is a number that identifies the autonomous system and NN is a number that identifies the community within the autonomous system.
- Use the no version to restore the default display.
- See ip bgp-community new-format.
neighbor send-community
- Use to specify that a community attribute must be sent to a BGP neighbor.
- You can specify that only standard communities, only extended communities, or both be sent.
- When you create a neighbor in a VPNv4 address family, that neighbor automatically gets a neighbor send-community extended command; this command subsequently appears in a show configuration display because it is not the default.
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command. You cannot override this inheritance for a peer group member.
- Examplehost1(config-router)#neighbor send-community westcoast extended
- New policy values are applied to all routes that are sent
(outbound policy) or received (inbound policy) after you issue the
command.
To apply the new policy to routes that are already present in the BGP routing table, you must use the clear ip bgp command to perform a soft clear or hard clear of the current BGP session.
Behavior is different for outbound policies configured for peer groups for which you have enabled Adj-RIBs-Out. If you change the outbound policy for such a peer group and want to fill the Adj-RIBs-Out table for that peer group with the results of the new policy, you must use the clear ip bgp peer-group command to perform a hard clear or outbound soft clear of the peer group. You cannot merely perform a hard clear or outbound soft clear for individual peer group members because that causes BGP to resend only the contents of the Adj-RIBs-Out table.
- Use the no version to send only standard communities to a BGP neighbor. Use the default version to remove the explicit configuration from the peer or peer group and reestablish inheritance of the feature configuration.
- See neighbor send-community.
set community
- Use to set the community attribute in BGP updates.
- You can specify a community list number in the range 1–4294967295,
or in the new community format of AA:NN, or one of the following well-known communities:
- local-as—Prevents advertisement outside the local AS
- no-advertise—Prevents advertisement to any peer
- no-export—Prevents advertisement beyond the BGP confederation boundary
- Alternatively, you can use the list keyword to specify the name of a community list that you previously created with the ip community-list command.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set community no-advertise
- Use the none keyword to remove the community attribute from a route.
- Use the no version to delete the set clause from a route map.
- See set community.
Community Lists
A community list is a sequential collection of permit and deny conditions. Each condition describes the community number to be matched. If you issued the ip bgp-community new-format command, the community number is in AA:NN format; otherwise it is in decimal format.
The router tests the community attribute of a route against the conditions in a community list one by one. The first match determines whether the router accepts (the route is permitted) or rejects (the route is denied) a route having the specified community. Because the router stops testing conditions after the first match, the order of the conditions is critical. If no conditions match, the router rejects the route.
Consider the network structure shown in Figure 27.
Figure 27: Community Lists

Suppose you want router Albany to set metrics for routes that it forwards to router Boston based on the communities to which the routes belong. You can create community lists and filter the routes with a route map that matches on the community list. The following commands demonstrate how to configure router Albany:
Community list 1 comprises routes with a community of 25; their metric is set to 20. Community list 2 comprises routes with a community of 62; their metric is set to 75. Community 3 catches all remaining routes by matching the internet community; their metric is set to 85.
ip community-list
- Use to create a standard or a regular expression community list for BGP and controls access to it.
- A route can belong to any number of communities, so a community list can have many entries comprising many communities.
- You can specify one or more community values when you create a community list. A clause in a route map that includes a list having more than one value only matches a route having all of the values; that is, the multiple values are logically joined by the AND operator.
- Examplehost1(config)#ip community-list 1 permit 100:2 100:3 100:4 host1(config)#route-map marengo permit 10 host1(config-route-map)#match community 1
A route matches this community list only if it belongs to at least all three communities in community list 1: Communities 100:2, 100:3, and 100:4.
- Use the no version to remove a single community list entry if permit or deny and a path-expression are specified. Otherwise, the entire community list is removed.
- See ip community-list.
The router supports the new BGP extended community attribute. This attribute enables the definition of a new type of IP extended community and extended community list unrelated to the community list that uses regular expressions. BGP speakers can use the new extended community attribute to control routes similarly to the way it uses the community attribute. The extended community attribute is currently defined in the Internet draft, BGP Extended Communities Attribute—draft-ietf-idr-bgp-ext-communities-07.txt (February 2004 expiration).
![]() | Note: IETF drafts are valid for only 6 months from the date of issuance. They must be considered as works in progress. Please refer to the IETF Web site at http://www.ietf.org for the latest drafts. |
ip extcommunity-list
- Use to create an extended community list for BGP and control access to it.
- A route can belong to any number of communities, so an extended community list can have many entries comprising many communities.
- You can specify one or more community values when you create an extended community list. A clause in a route map that includes a list having more than one value only matches a route having all of the values; that is, the multiple values are logically joined by the AND operator.
- Examplehost1(config)#ip extcommunity-list boston1 permit 100:2 100:3 100:4 host1(config)#route-map marengo permit 10 host1(config-route-map)#match extcommunity boston1
A route matches this community list only if it belongs to at least all three communities in extended community list boston1: Communities 100:2, 100:3, and 100:4.
- Use the no version to remove a single extended community list entry if permit or deny and a path-expression are specified. Otherwise, the entire community list is removed.
- See ip extcommunity-list.
Resetting a BGP Connection
When a routing policy changes, use the clear ip bgp and clear bgp ipv6 commands to clear the current BGP session and implement the new policy.
Clearing a BGP session can create a major disruption in the network operation; this is known as a hard clear. For this reason, you can use the soft in and soft out options of the command (a soft clear) to activate policies without disrupting the BGP session.
The soft in option reapplies inbound policy to received routes; the soft out option resends routes to a neighbor after reapplying outbound policy. The soft in prefix-list option causes BGP to push any prefix list outbound route filters (ORFs) to the peer and then reapply inbound policy to received routes.
![]() | Note: Resetting the BGP connection is slightly different when you change outbound policies for peer groups for which you have enabled Adj-RIBs-Out. You cannot merely perform a hard clear or outbound soft clear for individual peer group members because that causes BGP to resend only the contents of the Adj-RIBs-Out table. If you change the outbound policy for such a peer group and want to fill the Adj-RIBs-Out table for that peer group with the results of the new policy, you must use the clear ip bgp peer-group command to perform a hard clear or outbound soft clear of the peer group. |
clear bgp ipv6
clear ip bgp
- Use to clear the current BGP connection or to activate a new policy without clearing the BGP session.
- You can specify the IP address of a BGP neighbor, the name of a BGP peer group, or an address family to be cleared.
- Use the asterisk (*) to clear all BGP connections.
- If you do not use the soft in or soft out options, the clear is known as a hard clear and clears the current BGP connection.
- Use the soft in option to reapply inbound policy to all received routes without clearing the BGP session.
- Use the soft in prefix-filter option to push an ORF to the peer and reapply inbound policy to all received routes without clearing the BGP session.
- Use the soft out option to reapply outbound policy and resend routes without clearing the BGP session.
- This command takes effect immediately.
- There is no no version.
- See clear bgp ipv6.
- See clear ip bgp.
Changing Policies Without Disruption
Changing policies can cause major network disruptions when you bring down sessions to reapply the modified policies. You can use either of the methods in this section to minimize network disruptions.
Soft Reconfiguration
You can use soft reconfiguration to enable the nondisruptive reapplication of inbound policies. Issuing the command causes the router to store copies of the routes received from the specified peer or from all members of the specified peer group. The route copies are stored unmodified, before application of inbound policies.
If you then change your inbound policies, you can apply them to the stored routes without clearing your BGP sessions—and causing network disruptions—by issuing the clear ip bgp soft in command.
neighbor soft-reconfiguration inbound
- Use to initiate the storage of copies of routes received from the specified IP address or from all members of the specified peer group.
- Use with the clear ip bgp soft in command to reapply inbound policies to stored routes without clearing the BGP sessions.
- Examplehost1(config)#router bgp 37 host1(config-router)#neighbor 192.168.1.1 remote-as 42 host1(config-router)#neighbor 192.168.1.1 soft-reconfiguration inbound
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command unless it is overridden for a specific peer.
- If the route-refresh capability was negotiated with the
peer, BGP immediately sends a route-refresh message to the peer to
populate the Adj-RIBs-In table.
If the route-refresh capability was not negotiated with the peer, BGP automatically bounces the session. The Adj-RIBs-In table is repopulated when routes are received from the peer after the session comes back up.
- Use the no version to disable storage of the route copies. Use the default version to remove the explicit configuration from the peer or peer group and reestablish inheritance of the feature configuration.
- See neighbor soft-reconfiguration inbound.
Route-Refresh Capability
The route-refresh capability provides a lower-cost alternative to soft reconfiguration as a means to change policies without major disruptions. The router advertises the route-refresh capability when it establishes a BGP session with a peer to indicate that it is capable of exchanging BGP route-refresh messages. If inbound soft reconfiguration is disabled (the default) and you issue the clear ip bgp soft in command, the router sends route-refresh messages to its peers that have advertised this capability. The messages contain a request for the peer to resend its routes to the router. The new inbound policy is then applied to the routes as they are received.
Our implementation conforms to RFC 2918—Route Refresh Capability for BGP-4 (September 2000), but it also supports nonstandard implementations.
Cooperative Route Filtering
If a BGP speaker negotiates the cooperative route filtering capability with a peer, then the speaker can transfer inbound route filters to the peer. The peer then installs the filter as an outbound route filter (ORF) on the remote end. The ORF is applied by the peer after application of its configured outbound policies. This cooperative filtering has the advantage of both reducing the amount of processing required for inbound BGP updates and reducing the amount of BGP control traffic generated by BGP updates.
clear ip bgp
- Use to push an ORF to the peer and reapply inbound policy to all received routes without clearing the BGP session.
- You can specify the IP address of a BGP neighbor, the name of a BGP peer group, or an address family to be cleared.
- Use the asterisk (*) to clear all BGP connections.
- If the ORF capability is not configured or received on the peer, then the prefix-filter keyword is ignored and the router performs a normal inbound soft reconfiguration.
- This command takes effect immediately.
- There is no no version.
- See clear ip bgp.
neighbor capability
- Use to negotiate the exchange of inbound route filters and their installation as ORFs by specifying the orf keyword, an ORF type, and the direction of the capability.
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command unless it is overridden for a specific peer.
- You cannot configure the receive direction for the orf capability for a peer that is a member of a peer group or for a peer.
- When issued with the orf keyword, this command takes effect immediately and automatically bounces the BGP session.
- Examplehost1(config-router)#neighbor 192.168.1.158 capability orf prefix-list both
- Use the no version to prevent advertisement of the capability. Use the default version to restore the default, advertising the capability.
- See neighbor capability.
neighbor maximum-orf-entries
- Use to set the maximum number of ORF entries of any one type that will be accepted from the specified neighbor.
- Examplehost1(config-router)#neighbor 192.168.1.158 maximum-orf-entries 125000
- Use the no version to restore the default value of no limits.
- See neighbor maximum-orf-entries.
neighbor prefix-list
- Use to assign an inbound or outbound prefix list.
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command unless it is overridden for a specific peer. However, you cannot configure a member of a peer group to override the inherited peer group characteristic for outbound policy.
- Examplehost1(config-router)#neighbor 192.168.1.158 prefix-list seoul19 in
- New policy values are applied to all routes that are sent
(outbound policy) or received (inbound policy) after you issue the
command.
To apply the new policy to routes that are already present in the BGP routing table, you must use the clear ip bgp command to perform a soft clear or hard clear of the current BGP session.
Behavior is different for outbound policies configured for peer groups for which you have enabled Adj-RIBs-Out. If you change the outbound policy for such a peer group and want to fill the Adj-RIBs-Out table for that peer group with the results of the new policy, you must use the clear ip bgp peer-group command to perform a hard clear or outbound soft clear of the peer group. You cannot merely perform a hard clear or outbound soft clear for individual peer group members because that causes BGP to resend only the contents of the Adj-RIBs-Out table.
- Use the no version to remove the prefix list.
- See neighbor prefix-list.
Configuring Route Flap Dampening
Route flap dampening is a mechanism for minimizing instability caused by route flapping. Route flapping occurs when a link is having a problem and is constantly going up and down. Every time the link goes down, the upstream peer withdraws the routes from all its neighbors. When the link comes back up again, the peer advertises those routes globally. When the link problem appears again, the peer withdraws the routes again. This process continues until the underlying problem is fixed.
The router stores a penalty value with each route. Each time the route flaps, the router increases the penalty by 1000. If the penalty for a route reaches a configured suppress value, the router suppresses the route. That is, the router does not include the route as a forwarding entry and does not advertise the route to BGP peers.
The penalty decrements by 50 percent for each half-life interval that passes. The half-life interval resets when the route flaps and the penalty increments. The route remains suppressed until the penalty falls below the configured reuse threshold, at which point the router once again advertises the route. You can specify a max-suppress-time for route suppression; after this interval passes, the router once again advertises the route.
BGP creates a dampening parameter block for each unique set of dampening parameters—such as suppress threshold and reuse threshold—used by BGP. For example, if you have a route map that sets the dampening parameters to one set of values for some routes and to another set of values for the remaining routes, BGP uses and stores two dampening parameter blocks, one for each set.
Global Route Flap Dampening
Use the bgp dampening command if you want to enable route flap dampening with the same values on all BGP routes, or on all routes matching the specified route map. If you specify a route map, the router dampens only routes that are permitted by the route map. For example:
bgp dampening
- Use to enable BGP route flap dampening on all BGP routes or routes matching a specified route map.
- You can specify a complete set of values that determine
how routes are dampened. If you choose to do so, you must specify
the entire set:
- half-life— When this period expires, the penalty assigned to a route is decreased by half
- reuse— When the penalty for a flapping route falls below this limit, the route is unsuppressed (added back to the BGP table and used for forwarding)
- suppress—When a route’s penalty exceeds this limit, the route is suppressed
- max-suppress-time—When the period a route has been suppressed exceeds this limit, the route becomes unsuppressed
- If you specify the preceding set of dampening values, you can optionally specify a half-life-unreachable period to apply to unreachable routes. If you do not specify this value, the same half-life period is used for both reachable and unreachable routes.
- Dampening applies only to routes learned by means of EBGP.
- The new dampening parameters are applied in future flaps. Changing the dampening parameters does not affect the Figure of Merit that has been calculated for routes using the old dampening parameters. To reset the Figure-of-Merit for all routes, you must issue the clear ip bgp dampening command.
- Use the no version to disable route flap dampening.
- See bgp dampening.
clear bgp ipv6 dampening
clear ip bgp dampening
- Use to clear the BGP route flap dampening information and unsuppress the suppressed routes.
- You can use the flap-statistics keyword as an alternative to the dampening keyword. Both achieve the same results.
- This command takes effect immediately.
- Examples
To clear IPv6 dampening information for all routes in all routers:
host1#clear bgp ipv6 dampeningTo clear IPv6 dampening information for a specific route:
host1#clear bgp ipv6 dampening 6000::/64To clear IPv4 dampening information for all routes in all address families in all VRFs:
host1#clear ip bgp dampeningTo clear IPv4 dampening information for all routes in VRF dogwood:
host1#clear ip bgp ipv4 dogwood dampeningTo clear IPv4 dampening information for all non-VRF routes in the IPv4 unicast address family:
host1#clear ip bgp vrf unicast dampeningTo clear IPv4 dampening information for a specific route:
host1#clear ip bgp dampening 192.168.5.0 255.255.255.0To clear IPv4 dampening information for the most specific route matching an address:
host1#clear ip bgp dampening 192.168.5.0 - There is no no version.
- See clear bgp ipv6 dampening.
- See clear ip bgp dampening.
Policy-Based Route Flap Dampening
You can use policy-based route flap dampening to apply different dampening criteria to different routes. Establish one or more match clauses for an instance of a route map. Then use the set dampening command to specify the dampening values that apply to routes that pass all the match clauses for that route map. Consider the following example:
Access list 1 permits routes that originate in AS 300. Instance 5 of route map 21 permits routes that match access list 1 and applies the set of dampening criteria to only those routes; in this case, routes that originate in AS 300.
You can restore the advertisement of routes suppressed as a result of policy-based route flap dampening by issuing the neighbor unsuppress-map command. You can unsuppress routes from a specified neighbor or peer group. You must specify a route map; only those routes that match the route map are unsuppressed.
neighbor unsuppress-map
- Use to unsuppress routes that have been suppressed by a set dampening clause in a route map.
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command. You cannot override this inheritance for a peer group member.
- Routes previously suppressed by a route map that are unsuppressed by this command are not automatically advertised; you must use the clear ip bgp command to perform a hard clear or outbound soft clear.
- Examplehost1(config-router)#neighbor berlin5 unsuppress-map inmap3
- Use the no version to restore the default values.
- See neighbor unsuppress-map.
set dampening
- Use to enable BGP route flap dampening only on routes that pass the match clauses of, and are redistributed by, a particular route map.
- BGP creates a dampening parameter block for each unique set of dampening parameters—such as suppress threshold and reuse threshold—used by BGP. For example, if you have a route map that sets the dampening parameters to one set of values for some routes and to another set of values for the remaining routes, BGP uses and stores two dampening parameter blocks, one for each set.
- Examplehost1(config)#route-map nyc1 permit 10 host1(config-route-map)#set dampening 5 1000 1500 45 15
- Use the no version to delete the set clause from a route map.
- See set dampening.
Policy Testing
You can analyze and check your BGP routing policies on your network before you implement the policies. Use the test ip bgp neighbor and test bgp ipv6 neighbor commands to test the outcome of a BGP policy. The commands output displays the routes that are advertised or accepted if the specified policy is implemented.
![]() | Note: You can use the standard redirect operators to redirect the test output to network or local files. See the section JunosE System Basics Configuration Guide. |
BGP routes must be present in the forwarding table for these commands to work properly. If you run the policy test on incoming routes, soft reconfiguration (configured with the neighbor soft reconfiguration in command) must be in effect.
![]() | Note: The output of these commands is always speculative. It does not reflect the current state of the router. |
test bgp ipv6 neighbor
test ip bgp neighbor
- Use to test the effect of BGP policies on a router without implementing the policy.
- You can apply the test to routes advertised to peers or received from peers.
- You can test the following kinds of policies: distribute
lists, filter lists, prefix lists, prefix trees, or route maps. If
you do not specify a policy, then the test uses whatever policies
are currently in effect on the router.

Note: If you test the current policies, the results might vary for routes learned before the current policies were activated if you did not clear the forwarding table when the policies changed.
- The following three items apply to the test
ip bgp neighbor command only:
- The address-family identifier for the route is the same as is used for identifying the neighbor.
- If you do not specify a route, the test is performed for all routes associated with the address-family identifier.
- Specifying only an address and mask without a route distinguisher causes all routes sharing the address and mask to be considered. Specifying only an address causes a best match to be performed for the route.
- If you completely specify a route with IP address, mask, and route distinguisher, the command displays detailed route information. Otherwise only summary information is shown. Use the fields option to select particular fields of interest.
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command unless it is overridden for a specific peer.
- You can set a weight value for inbound routes filtered with a filter list.
- Examplehost1#test ip bgp neighbor 10.12.54.21 advertised-routes distribute-list boston5 fields
- There is no no version.
- See test bgp ipv6 neighbor.
- See test ip bgp neighbor.
Hide Navigation Pane
Show Navigation Pane
SHA1