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

Broadcast specific static routes on EIGRP

dapogsdapogs
Level 1
Level 1

Hello,

I have EIGRP running on my network with the "redistribute static route" option. Is there a way to filter which static routes are broadcasted over EIGRP as I have some static routes that I don't want to be broadcasted.

1 Accepted Solution

Accepted Solutions

Jerry Ye
Cisco Employee
Cisco Employee

You can use the route-map option during redistribution to control which networks will be redistributed into EIGRP. The below example will block 10.10.10.0 and 11.11.11.0 while permitting everything else

ip access-list extended BLOCK_STATIC

permit 10.10.10.0

permit 11.11.11.0

route-map STATIC_ROUTES deny 10

match ip address BLOCK_STATIC

route-map STATIC_ROUTES perm 1000

router eigrp xx

redis static route-map STATIC_ROUTES

HTH,

jerry

View solution in original post

1 Reply 1

Jerry Ye
Cisco Employee
Cisco Employee

You can use the route-map option during redistribution to control which networks will be redistributed into EIGRP. The below example will block 10.10.10.0 and 11.11.11.0 while permitting everything else

ip access-list extended BLOCK_STATIC

permit 10.10.10.0

permit 11.11.11.0

route-map STATIC_ROUTES deny 10

match ip address BLOCK_STATIC

route-map STATIC_ROUTES perm 1000

router eigrp xx

redis static route-map STATIC_ROUTES

HTH,

jerry

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco