cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
527
Views
0
Helpful
2
Replies

Metric for Redistributed BGP Routes

nap.deguzman
Level 1
Level 1

Hi Guys,

 

If I have the below configuration on my router, what will be the metric of the redistributed bgp routes to eigrp? Which metric command will take effect? Thanks in advance!

 

R1# router eigrp 1
     redistribute bgp 64555 metric 44247 1 255 1 1500 route-map redist-bgp


R1# sh route-map redist-bgp
route-map redist-bgp, permit, sequence 10
  Match clauses:
    ip address (access-lists): CLIENT-VOICE-ROUTES
  Set clauses:
    metric 1000 +50 255 1 1500

  Policy routing matches: 0 packets, 0 bytes

2 Replies 2

Cisco Freak
Level 4
Level 4

Hi,

The metric will be shown the the routing table.

CF

Hi, Thanks for your reply. The routers have selected a better path for the routes that is why I wanted to know why these metrics were not selected. My question here is, will the metric from the router eigrp command be added on the route map metrics?