Thursday, July 4, 2013

How to set up switch ip by cisco packet tracer

If you dont read the first part then first read it.
1. Now click on the switch and go CLI.
2. Hit enter again and again and stop when you find  Switch> this symbol. now write
enable to go to the priveleged mode,
configure terminal to go to the global configaration mode
interface vlan 1 to go to the interface mode
ip address 192.168.1.10 255.255.255.0
no shutdown
3. Now press crtl + z and hit enter. Write
ping 192.168.1.100

4. If success rate is greater than 0 then work is done.

5. Now ping switch from pc0.

6. Again ping switch from pc1.



No comments:

Post a Comment