Thursday, July 4, 2013

Connect Two PC with a switch and ping them

We want to make this kind of thing by cisco packet tracer.

1. Create or set two generic pc.
2. Set up ip address by clicking the pc and click desktop -> ip configaration

  • click static
  • In ip addresss field write 192.168.1.100
  • subnet mask 255.255.255.0
3. Again click on another pc and do the same thing.

4. Now connect two pc with a switch by two copper straight connections. (PC0's FastEthernet connect with switch FastEthernet0/1 port and  PC1's FastEthernet connect with switch FastEthernet0/2 port)
5. Now click pc0 and go desktop -> command promt
and write,
ping 192.168.1.101 
and hit enter and you will see its pinging.


No comments:

Post a Comment