R1#sh run | b router router eigrp 100 network 17.57.100.1 0.0.0.0 network 208.28.1.1 0.0.0.0 neighbor 208.28.1.2 Serial0/0.1 distribute-list prefix Prob2 in Serial0/0.1 <--------to keep from getting into loops no auto-summary ! ! ip prefix-list Prob2 seq 5 deny 17.57.100.0/24 ip prefix-list Prob2 seq 10 deny 208.28.1.0/29 ip prefix-list Prob2 seq 15 permit 0.0.0.0/0 le 32 ! R2#sh run | b router router eigrp 100 network 208.28.1.3 0.0.0.0 neighbor 208.28.1.2 Serial1/0.1 distribute-list prefix Prob2 in Serial1/0.1 no auto-summary ! ! ip prefix-list Prob2 seq 5 deny 208.28.1.0/29 ip prefix-list Prob2 seq 10 permit 0.0.0.0/0 le 32 access-list 100 deny ip host 208.28.1.0 host 255.255.255.248 <---------should have worked as a distribute list access-list 100 permit ip any any but didn't...so changed to prefix list ! R3#sh run int s 1/0 Building configuration... Current configuration : 209 bytes ! interface Serial1/0 ip address 208.28.1.2 255.255.255.248 encapsulation frame-relay no ip split-horizon eigrp 100 <------------------- So R2 get's routes from R1 no fair-queue frame-relay map ip 208.28.1.1 301 frame-relay map ip 208.28.1.3 302 end R3#