cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
350
Views
2
Helpful
6
Replies

Help with PC'S not coneccting to one subnetwork to other

bdmorantes
Level 1
Level 1

bdmorantes_0-1717009313769.png

I'm doing this exercise, in which I have 3 subnetworks and I'm trying to communicate them, but when I try to ping or make the connection just fail. Can someone help me, please?

bdmorantes_16-1717010158040.png

 



Routers Configs

Router 0

bdmorantes_1-1717009637170.pngbdmorantes_2-1717009655244.pngbdmorantes_3-1717009741772.png bdmorantes_9-1717009957955.png bdmorantes_10-1717009977801.png

 

 

 

Router 1

bdmorantes_4-1717009772887.pngbdmorantes_5-1717009808520.pngbdmorantes_6-1717009876629.png bdmorantes_7-1717009905892.png bdmorantes_8-1717009927468.png

 

Router 2

bdmorantes_11-1717010009348.pngbdmorantes_12-1717010026195.png

bdmorantes_13-1717010044305.pngbdmorantes_14-1717010055623.png

bdmorantes_15-1717010072928.png

 

PC's configs

bdmorantes_17-1717010212817.pngbdmorantes_18-1717010232339.pngbdmorantes_19-1717010247666.png bdmorantes_20-1717010277666.png

bdmorantes_21-1717010310165.png bdmorantes_22-1717010333583.png

1 Accepted Solution

Accepted Solutions

Hi Martin, Thanks a lot, now I just need to config RIP routing I try to execute the following commands but is not working,
router rip
version 2
network 172.16.20.0
network 172.16.23.0

When i check the RIP config does not save the IP's

bdmorantes_0-1717028397539.png

Could you help me with that please?



View solution in original post

6 Replies 6

Martin L
VIP
VIP

start pining PC to its default router as it is a gateway router to reach remote LANs.  IP of LAN are not configured on routers; u should use router's Gig interfaces instead of switchport F0/0/0; if u use those fa0/0/0/ switchport interface then u must use interface vlan x , aka SVI and add IP 172.16.20.1 there;  then, u must remove some static routing - if not all static routes- and add no auto-summary - just in case ; make sure RIP runs version 2 under  router RIP.  check ip routing table then. 

fixed those and let us know if u can ping local router first. 

Regards, ML
**Please Rate All Helpful Responses **

Hi Martin, Thanks a lot, now I just need to config RIP routing I try to execute the following commands but is not working,
router rip
version 2
network 172.16.20.0
network 172.16.23.0

When i check the RIP config does not save the IP's

bdmorantes_0-1717028397539.png

Could you help me with that please?



that is OK; that is how RIP works; classful way based on class A,B,C default mask; it is old protocol and upgraded from version 1;  any subnetted networks will show up as their default class. 

Add no auto-summary on all routers; u may wanna check static routes; I think they are no needed ; definitely not needed on Router0 ; Use and check destination using show ip route 172.16.23.3 - it shows static but should be directly connected on R0 as it is such. 

Remove all static routes ; then if pings fail; check if u need to add a route - but i do not think so. 

 

Regards, ML
**Please Rate All Helpful Responses **

Ok Thanks, I did the RIP routing config because is a college's homework, and my teacher asked me to. One last thing, I'm having an error Request timed out when I ping 172.16.20.1 from the subnetwork C. Maybe you see anything wrong with the routers config?

bdmorantes_8-1717031735859.png

 



Router 0

bdmorantes_0-1717031434564.png bdmorantes_3-1717031525998.png

 

 bdmorantes_1-1717031481541.png bdmorantes_2-1717031499591.png

 

Router 1

bdmorantes_4-1717031628789.png  bdmorantes_5-1717031651809.png

bdmorantes_6-1717031673860.png bdmorantes_7-1717031689658.png

 

Router 2

bdmorantes_9-1717031782600.pngbdmorantes_10-1717031794456.png

bdmorantes_11-1717031810687.pngbdmorantes_12-1717031821717.png

 



Hello,

post your (zipped) updated Packet Tracer project (.pkt) file...

in this case, u must remove RIP from all routers and add static routes via CLI; Note that GUI router config tab is only PT thing; it does not exists (although some routers come with web-based configuration ability); 

Static routing works only when all routers know how to reach remote network (lots of routes); Routers know about their directly connected networks only without any help (show ip route connected); then u must tell each router how to other networks ; aka network he does not know;  each router needs static route to reach LAN network off remote router;   Router0 knows about Subnet C and PC6 and Router1 knows its own sunbet A PC2;  to get from PC2 to PC6 u must go via router1 and router0. So, on R1 u need to tell it (using ip route command ) to get to C and PC6 u must use R0 and vice versa; on R0 u need static route telling R0 to reach A off R1 u need to go to R1 via serial interface x.    

command is ip route x.x.x.x m.m.m.m next-hop IP (or my exit interface)

Regards, ML
**Please Rate All Helpful Responses **

Review Cisco Networking for a $25 gift card