Adsense

Translate the website into your language :)

Latest News

Powered by Blogger.

Cisco packet tracer practice file : Adding Computers to an Existing Network

Here I'm going to share a technique, which is actually provided by cisco.
How you can Add Computers to an Existing Network.

Here I'm giving the process and lastly you will found the packet tracer file in which you may apply the technique:


Objectives

  • Configure the computers to use DHCP.
  • Configure Static addressing.
  • Use ipconfig to retrieve host IP information.
  • Use ping to verify connectivity.

Hint: To ensure that the instructions always remain visible during an activity, click the "Top" check box in the lower left-hand corner of this instruction window.

Background
In this activity, you will configure  two computers in the Branch Office network. The company uses DHCP for dynamic addressing of all PCs.

Step 1: Study the Topology
The topology shows two PCs, a switch, a server, a router, and a cloud. Considering the PCs:
  1. Notice the PCs are connected to BranchSwitch using straight-through cables. Packet Tracer uses solid lines to represent Ethernet straight-through links.
  2. Notice the green dots on each side of the straight-through links (next to each PC and next to BranchSwitch). Green dots on both sides of a link indicate the correct cable type was used to inter-connect those devices.
Note: There should be green dots at both ends of each cable connection. If you don’t see the green dots navigate to ‘Options > Preferences’ from Packet Tracer menu and check the ‘Show Link Lights’ check box.

Step 2: Configure DHCP on the PCs
  1. Click PC0. A PC0 window will appear.
  2. From the PC0 window, select the Desktop tab.
  3. Click IP Configuration and select the DHCP button to enable the PC to act as a DHCP client. A DHCP client will receive IP address configuration information dynamically from a DHCP server. (You should see the following message after clicking the DHCP button: DHCP request successful.)
  4. Close the PC0 configuration window by selecting the x in the upper right-hand corner.
  5. Click PC1. A PC1 window will appear.
  6. From the PC1 window, select the Desktop tab.
  7. Click IP Configuration and select the DHCP button to enable the PC to act as a DHCP client.
  8. Close the PC1 configuration window.

Step 3: Observe the IP Configuration Information Assigned to Each PC
  1. Click PC0.
  2. Select the Desktop tab.
  3. Click Command Prompt.
  4. At the PC> prompt, enter the ipconfig /all command.
  5. Record the IP address, subnet mask, default gateway, and DNS server address information that was dynamically assigned via DHCP to PC0.
  6. Record the IP address, subnet mask, default gateway, and DNS server address information that was dynamically assigned via DHCP to PC1.

  1. Using the ping command, test layer 3 connectivity between the PCs and their default router.
At the PC0> prompt, enter ping <PC1’s IP address>
At the PC0> prompt, enter ping <router’s IP address>
At the PC1> prompt, enter ping <PC0’s IP address>
At the PC1> prompt, enter ping 172.16.1.254 (BranchOffice FastEthernet 0/0 interface IP address)

Step 4: Questions
As seen in the topology, straight-through cables were originally used to connect PC0 and PC1 to BranchSwitch. If a cross-over cable had been used to connect PC1 to BranchSwitch, answer the following questions:
  1. In that scenario, would PC1 have acquired an IP address over DHCP?

  1. Why?

  1. What about PC0? Would it have acquired an IP address via DHCP if PC1 was connected to BranchSwitch through a cross-over cable?

Step 5: Switching to Static Addressing
Despite all the benefits of dynamic addressing schemes such as DHCP, sometimes a static scheme is required. Change PC1 from DHCP to static addressing.
  1. Click PC1 to bring up its configuration window.

  1. Click the Desktop tab.

  1. Click IP Configuration.

  1. Select Static.

  1. Enter the IP information as follows:
IP Address: 172.16.1.20
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.1.254
DNS: 209.165.200.226

  1. PC1 is now configured with a static address.

  1. Close IP Configuration.

Step 6: Verifying Connectivity
Test connectivity by sending pings across the network.
  1. Click PC1 to open its configuration window.

  1. Click Desktop.

  1. Click Command Prompt.

  1. Ping the default gateway by typing ping 172.16.1.254. The pings should be successful.

  1. Ping Server0 by typing ping 172.16.1.100. The pings should be successful.

  1. Ping router used as the entry point for Corporate cloud by typing ping 172.16.200.1. The pings should be successful.

  1. Ping a server located inside the Corporate cloud by typing ping 209.165.200.226. The pings should be successful.

  1. Full connectivity has been achieved within the network.

Check your score. It should be 100%.

Now Download this packet tracer file :
Size : 174KB
Mediafire download link :  Adding Computers to an Existing Network

Adding Computers to an Existing Network

Cisco packet tracer practice file : Adding Computers to an Existing Network
  • Title : Cisco packet tracer practice file : Adding Computers to an Existing Network
  • Posted by :
  • Date : 16:30:00
  • Labels :
  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

Top