The bestroute igp-metric-ignore command configures BGP to ignore the IGP cost when selecting the optimal route.
The undo bestroute igp-metric-ignore command restores the default configuration.
By default, BGP uses the IGP cost as one of route selection rules.
Usage Scenario
On a BGP network, a device often receives multiple routes with the same prefix but different paths from different peers. To forward traffic to that prefix address, BGP needs to select an optimal route from these routes. By default, BGP will compare the IGP costs of these routes to their BGP next hops and select a route with the smallest IGP cost.
The bestroute igp-metric-ignore command can be run to configure BGP to ignore the IGP costs in route selection.Configuration Impact
After the bestroute igp-metric-ignore command is run, BGP does not compare the IGP costs of routes to BGP next hops.