cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
208
Visitas
0
ÚTIL
4
Respuestas

Packet Tracer Tutored Activity - Build a Switch and Router Network

Angelo96
Level 1
Level 1

Hello everyone, I'm doing one cisco activity but I'm having a problem, I hope someone may help me.

- First step, I connect R1 to S1 by G0/0/1, PCA to S1 and PCB to R1 by G0/0/0 using Copper Straight Cable

- Second step, I configure ipv4, subnet mask and default gateway in PCA and PCB with the information shown on the table

- Then I am suposed to ping PCB from PCA but, as you can see in the image, my cables are red so is not working

4 RESPUESTAS 4

did you power-on R1 ?

How should I turn it on? when I click on it I just have to write the comands and I do not know what to do there

did you try right-click?

PC-B is dimmed, so this also looks powered down

Packet Tracer Official Tutorials

luis_cordova
VIP Alumni
VIP Alumni

Hello @Angelo96 


I think the problem is that the router's interfaces aren't turned on.
Try these commands:

R(config)#interface g0/0/0

R(config-if)#no shutdown

R(config-if)#exit

R(config)#interface g0/0/1

R(config-if)#no shutdown

R(config-if)#exit


I hope this helps.
Regards