Name

distance bgp — router, BGP

Synopsis

distance bgp external-distance internal-distance local-distance
no distance bgp

Configures

Administrative distance for BGP

Default

External distance, 20; internal distance, 200; local distance, 200

Description

The distance bgp command allows you to change the trustworthiness of a route’s source relative to other routing protocols. The lower the distance, the more the route’s source is trusted. Routes with a distance of 255 are not added to the route table. external-distance applies to external BGP routes (routes learned from a peer outside your AS); internal-distance applies to internal BGP routes (routes learned from a peer within your AS); local-distance applies to routes added with the network command. It’s usually not a good idea to change BGP’s routing distances.

Example

The distance bgp command is often used to change the internal distance so that its value is equal to the external distance, as in the following example:

router bgp 101
  distance bgp 20 20 200

Get Cisco IOS in a Nutshell, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.