cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
122
Views
1
Helpful
3
Replies

EIGRP TO BGP ROUTE REDISTRIBUTION ISSUE

Isaac001
Level 1
Level 1

Hi team,

I have 4 router lab setup. R3,R4,R5 and R6. I have redistributed in R5 bgp subnet 192.168.3.1 into eigrp process 100 but am not seeing the routes in the eigrp table nor the expected router(R6). R6 runs EIGRP only, R5 EIGRP,BGP,STATIC ROUTES. what could be the issue?

Sharing running(attached) config for R5 and R6.

============================R5======================================

R5(config-router)#do sh ip route | b Gate
Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks
S 10.12.1.0/30 [1/0] via 10.13.1.1
C 10.13.1.0/30 is directly connected, GigabitEthernet0/1
L 10.13.1.2/32 is directly connected, GigabitEthernet0/1
C 10.14.1.0/30 is directly connected, GigabitEthernet0/2
L 10.14.1.1/32 is directly connected, GigabitEthernet0/2
192.168.3.0/32 is subnetted, 1 subnets
B 192.168.3.1 [200/0] via 10.12.1.1, 02:41:41
192.168.5.0/32 is subnetted, 1 subnets
C 192.168.5.1 is directly connected, Loopback0
192.168.6.0/32 is subnetted, 1 subnets
D 192.168.6.1 [90/130816] via 10.14.1.2, 04:20:44, GigabitEthernet0/2
R5(config-router)#

R5#sh ip eigrp topology
EIGRP-IPv4 Topology Table for AS(100)/ID(192.168.5.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status

P 192.168.6.1/32, 1 successors, FD is 130816
via 10.14.1.2 (130816/128256), GigabitEthernet0/2
P 10.14.1.0/30, 1 successors, FD is 2816
via Connected, GigabitEthernet0/2

R5#show ip eigrp neigh
EIGRP-IPv4 Neighbors for AS(100)
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 10.14.1.2 Gi0/2 10 04:21:35 438 2628 0 2
R5#

==================R6=====================

R6#sh ip eigrp neigh
EIGRP-IPv4 Neighbors for AS(100)
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 10.14.1.1 Gi0/2 11 04:22:14 1 4500 0 3
R6#sh ip eigrp topology
EIGRP-IPv4 Topology Table for AS(100)/ID(192.168.6.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status

P 192.168.6.1/32, 1 successors, FD is 128256
via Connected, Loopback0
P 10.14.1.0/30, 1 successors, FD is 2816
via Connected, GigabitEthernet0/2

R6#

==========================================================

Thank you all!

Regards,

Isaac.

 

1 Accepted Solution

Accepted Solutions

bgp redistribute-internal  <<- if the BGP prefix is learn from ibgp neighbor add this command under bgp
redistribute bgo <> metric </////> <<- the eigrp dont add default metric unless you manually add metric 
 

 

View solution in original post

3 Replies 3

bgp redistribute-internal  <<- if the BGP prefix is learn from ibgp neighbor add this command under bgp
redistribute bgo <> metric </////> <<- the eigrp dont add default metric unless you manually add metric 
 

 

Dead accurate!

Thanks a lot @MHM Cisco World ! Gooday!

You are welcome friend 
have a nice summer 

MHM

Review Cisco Networking for a $25 gift card