Carlitos_30 wrote:
Quote:
I configured follow to above. It's still not work. It's 95%.
I checked the topology and the routes are well configured. PT bug?
It's not a PT bug - it is an issue with the authoring of the actviity and the setting of the scoring points.
I've checked the "answer" configs and re-entered them on the routers and scored 100% - but I didn't check if it worked properly.
Code:
hostname R1-ISP
ip route 192.168.23.0 255.255.255.192 192.168.23.129
You have -
ip route 192.168.23.0 255.255.255.192 192.168.23.121
hostname R2-Central
ip route 0.0.0.0 0.0.0.0 192.168.23.130
You have -
ip route 0.0.0.0 0.0.0.0 192.168.23.122
But the serial interfaces seem to be configured correctly and score ok - so it seems at first glance to be a misconfigured answer network - raise this with your Networking Academy instructor. It's not stated which course this is from - I can't find this actvity in CCNA Exporation: Routing Protocols and Concepts online course so it may have been dropped, or if it's a local one created by an instructor, then he/she needs to fix it.
Aubrey