Saturday, July 6, 2013

Set IP address in router by cisco packet tracer


If you didn’t read the fifth part then read it first. Then connect the router like the picture below:

1. Set the PC’s IP address as like as fifth part and only change the default gateway to 192.168.1.1
2. Connect the switch with router (switch 0/3 port with router’s 0/0 port ).
3. Then click on the router and go to CLI. Write,
enable
configure terminal
interface fastEthernet0/0
ip address 192.168.1.1 255.255.255.0
no shutdown

4. press ctrl + z and hit enter.
5. Now first ping the switch by writing the command,
ping 192.168.1.10
6. Ping one of the pc,
ping 192.168.1.100


No comments:

Post a Comment