Hey guys I am doing the VOL4- Lab 6, and the first ticket I've got the doubt:
R3 is connected via fa0/0 to SW3 and s1/1 to R5.
The connection between R3 and SW3 will be RIP and EIGRP.
on R3 I have learned the prefix 204.12.1.0 via RIP and I would like to know that prefix via EIGRP.
What I have done on the router R3:
ip access-list standard PREFIX
permit 204.12.1.0
router rip
distance 171 0.0.0.0 255.255.255.255 PREFIX
It would leave the route 204.12.1.0 with higher AD than External Eigrp and should install the route via eigrp to SW3 instead of RIP.
The problem is, instead of learning the route via SW3 via EIGRP, I started to learn the route via R5 with the AD 170.
Did I do anything filter wrong ? I can put more information here if you need.
thanks a lot