Saturday, July 6, 2013

Set IP address in switch by Cisco packet tracer


Set the pc configuration same as first part. If you didn’t read the first part then read it first.
Now the picture looks like same as the below picture.

1. Click on the switch and go to CLI and hit enter and write the following commands,
enable
configure terminal
interface vlan 1
ip address 192.168.1.10 255.255.255.0
no shutdown

2. Now ctrl +z and hit enter.
3. Ping one of the pc by writing the following command .
ping 192.168.1.100

4. If ping is successful(success rate greater than zero) then work is  done.

No comments:

Post a Comment