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

EIGRP ROUTE FILTERING IP PREFIX LIST

souamzouhair
Level 1
Level 1

Hi,

What’s happening when I have :

router eigrp 1
network 10.0.0.0
distribute-list prefix fred out
no auto-summary
!
ip prefix-list fred seq 5 deny 10.17.35.0/24 ge 25 le 25
ip prefix-list fred seq 10 deny 10.17.36.0/24 ge 26 le 26
ip prefix-list fred seq 15 deny 0.0.0.0/0 ge 30 le 30
ip prefix-list fred seq 20 permit 0.0.0.0/0 le 32

Pleas Help!
Thank You.

1 Accepted Solution

Accepted Solutions

cadet alain
VIP Alumni
VIP Alumni

 

Hi,

You will not send the following prefixes in the EIGRP update:

10.17.35.0/25 and 10.17.36.0/26 and any /30 prefixes but will send all others.

 

Regards

 

Alain

Don't forget to rate helpful posts.

View solution in original post

2 Replies 2

cadet alain
VIP Alumni
VIP Alumni

 

Hi,

You will not send the following prefixes in the EIGRP update:

10.17.35.0/25 and 10.17.36.0/26 and any /30 prefixes but will send all others.

 

Regards

 

Alain

Don't forget to rate helpful posts.

Hi,

Thank you.

 

Review Cisco Networking for a $25 gift card