cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
404
Views
0
Helpful
1
Replies

EIGRP Static Route Redistribution

rmeans
Level 3
Level 3

I having difficulty with EIGRP route distribution.  I do NOT want static routes to be redistributed into EIGRP yet both 10.0.0.0/8 and 192.168.0.0/16 are being redistributed.

  

router eigrp 100

 network 192.168.100.0

 network 192.168.100.232 0.0.0.3

 redistribute connected route-map redistro_conn

 redistribute bgp 65100 metric 300000 100 255 1 1500

 

There are no static routes.  I want to add two static routes

 

10.0.0.0 255.0.0.0 null 0 254

192.168.0.0 255.255.0.0 null 0 254

 

When I add the above routes, my EIGRP neighbor has an external route for 10.0.0.0/8 and 192.168.0.0/16.  As a test, I added two additional routes

 

10.3.64.0 255.255.255.0 null 0 254

192.168.100.0 255.255.255.0 null 0 254

 

As expected, neither of these routes are advertised to the EIGRP neighbors.

 

This feels like a classful issue.  Why are the 10 and 192.168 networks redistributed?

 

Auto-summary is disabled.

 

Connected route-map

ip prefix-list redistro_conn seq 5 permit 192.168.105.3/32

ip prefix-list redistro_conn seq 20 permit 192.168.100.16/30

ip prefix-list redistro_conn seq 30 permit 192.168.100.20/30

ip prefix-list redistro_conn seq 40 permit 192.168.106.0/30

ip prefix-list redistro_conn seq 50 permit 192.168.106.4/30

ip prefix-list redistro_conn seq 60 permit 192.168.106.8/30

ip prefix-list redistro_conn seq 70 permit 192.168.106.12/30

ip prefix-list redistro_conn seq 80 permit 192.168.106.16/30

ip prefix-list redistro_conn seq 90 permit 192.168.106.20/30

ip prefix-list redistro_conn seq 100 permit 192.168.106.28/30

ip prefix-list redistro_conn seq 110 permit 192.168.106.32/30

ip prefix-list redistro_conn seq 120 permit 192.168.106.36/30

ip prefix-list redistro_conn seq 130 permit 192.168.106.40/30

ip prefix-list redistro_conn seq 140 permit 192.168.106.44/30

ip prefix-list redistro_conn seq 150 permit 192.168.106.48/30

ip prefix-list redistro_conn seq 160 permit 192.168.106.52/30

ip prefix-list redistro_conn seq 170 permit 192.168.106.56/30

1 Reply 1

Hello,

 

post the full configuration of your router...

Review Cisco Networking for a $25 gift card