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

BGP and EIGRP redistribution issue

mohikcho2
Level 1
Level 1

i am trying to redistribute BGP routes into EIGRP . On the router the routes are correct and leaned via BGP and given preference

but when i check at Core switch the EIGRP is given preference .

I have tried to give redistributed BGP higher metric but even then EIGRP is the first choice for core switch

Can any help why this is happening and how i can solve the issue so that my core switch .

EIGRP-IPv4:(100) (AS 100): Topology Default-IP-Routing-Table(0) entry for 10.107.7.64/26 

State is Passive, Query origin flag is 1, 2 Successor(s), FD is 22802688

  Descriptor Blocks:  10.80.55.3 (Vlan155), from 10.80.55.3, Send flag is 0x0

      Composite metric is (22802688/22802432), Route is Internal

      Vector metric:        Minimum bandwidth is 256 Kbit

        Total delay is 500110 microseconds

        Reliability is 255/255        Load is 1/255

        Minimum MTU is 1476        Hop count is 2

  10.80.55.19 (Vlan255), from 10.80.55.19, Send flag is 0x0

      Composite metric is (22802688/22802432), Route is Internal

      Vector metric:        Minimum bandwidth is 256 Kbit

        Total delay is 500110 microseconds        Reliability is 255/255

        Load is 1/255        Minimum MTU is 1476        Hop count is 2

  10.80.55.18 (Vlan255), from 10.80.55.18, Send flag is 0x0

      Composite metric is (529920256/529920000), Route is External

      Vector metric:        Minimum bandwidth is 5 Kbit

        Total delay is 700010 microseconds

        Reliability is 255/255        Load is 1/255

        Minimum MTU is 1476        Hop count is 1

      External data:        Originating router is 191.10.101.145

        AS number of route is 522        External protocol is BGP, external metric is 0

        Administrator tag is 755 (0x00001293

router bgp 522

no synchronization

bgp log-neighbor-changes

bgp redistribute-internal

network 10.80.15.0 mask 255.255.255.0

redistribute connected

neighbor 172.24.92.1 remote-as 755

neighbor 172.24.92.1 ebgp-multihop 255

distance 20 0.0.0.0 255.255.255.0

no auto-summary

idcrt2#sh run | s r eigrp

router eigrp 100

redistribute bgp 522 metric 5 70000 255 1 1476 route-map BGP-to-EIGRP

network 10.0.0.0

network 191.10.0.0

no auto-summary

no eigrp log-neighbor-changes

2 Replies 2

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

Hi Mohit,

Did you mena, you have EIGRP and BGP connection between router and core switch?.  Can you give a gist about the topology?.

BTW, between different protocols, you need to tweak the admin distance to prefer and not the metrics. I assume you are receivign from iBGP (whcih is of admin distance 200) and EIGRP (whcih is admin distance of 170) and so EIGRP is preferred.

-Nagendra

thanks nagendra .

our topology is like this . We are running EIGRP and BGP on one core Router and expecting Core switch to learn that route via EIGRP.