EIGRP Route Filtering Task A?

author

interface Loopback10
 ip address 5.2.0.1 255.255.255.128

interface Loopback11
 ip address 5.2.1.2 255.255.255.240

interface Loopback12
 ip address 5.2.2.2 255.255.255.248

interface Loopback13
 ip address 5.2.3.2 255.255.255.252

On interface connecting R3 to R2, I have implemented the following prefix list : 

ip prefix-list FILTER seq 5 deny 5.2.0.0/16 ge 17 le 30
ip prefix-list FILTER seq 10 permit 0.0.0.0/0 le 32

router eigrp 123
distribute-list FILTER out FastEthernet1/0

But on R2, can still see the routes from R3. Please help.

D        5.2.0.0/25 [90/158720] via 123.45.67.14, 00:00:40, FastEthernet0/0
                    [90/158720] via 123.45.67.10, 00:00:40, FastEthernet0/1
D        5.2.1.0/28 [90/158720] via 123.45.67.14, 00:00:40, FastEthernet0/0
                    [90/158720] via 123.45.67.10, 00:00:40, FastEthernet0/1
D        5.2.2.0/29 [90/158720] via 123.45.67.14, 00:00:41, FastEthernet0/0
                    [90/158720] via 123.45.67.10, 00:00:41, FastEthernet0/1
D        5.2.3.0/30 [90/158720] via 123.45.67.14, 00:00:41, FastEthernet0/0
                    [90/158720] via 123.45.67.10, 00:00:41, FastEthernet0/1

  • Total 1 Answer
  • 3439
Can You answer this question?
author

Hello Aaradhana

You have applied the Distribute list, which is not correct. Use the following command;

 Router eigrp 123

 #distribute-list prefix FILTER out FastEthernet 1/0