cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
573
Views
0
Helpful
3
Replies

Redistribution Via Route-Map, Deny Default, Permit Everything Else

Can someone confirm if the below is correct. The goal is to deny default from being redistributed, but allow everything else to be redistributed. I have no LAB kit to hand :(

ip prefix-list DENY_DEFAULT seq 5 deny 0.0.0.0/0
ip prefix-list DENY_DEFAULT seq 10 permit 0.0.0.0/0 le 32

!

route-map BGP_TO_EIGRP permit 10
match ip address prefix-list DENY_DEFAULT
set metric 1000000 1 255 1 1500

!

router eigrp 826
redistribute bgp 65512 route-map BGP_TO_EIGRP

Thanks,

3 Replies 3

Good day.

What is your BGP table size? If you redistribute Full View, you will have problem.

Best regards, Alexey Nesterkin.

trfinkenstadt
Level 1
Level 1

charles,

That looks right.  Be careful with how many prefixes you have in your BGP table as that could be an issue.  

I can confirm this is correct and does work

Review Cisco Networking for a $25 gift card