CCNA Packet Tracer 1.6.1

RafatKhandaker 2,899 views 15 slides Mar 29, 2016
Slide 1
Slide 1 of 15
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15

About This Presentation

Lab for CCNA / CCNP studies packet tracer lab 1.6.1


FULLY COMPLETED !


Slide Content

03/27/2016
Rafat Khandaker

Cisco Academy Packet Tracer lab 1.6.1
Design network


Objectives :
• Design and document an addressing scheme based on requirements
. • Select appropriate equipment and cable the devices.
• Apply a basic configuration to the devices.
• Verify full connectivity between all devices in the topology.
• Identify layer 2 and layer 3 addresses used to switch packets.

Task 1: Design and document an addressing scheme.

Step 1: Design an addressing scheme. Based on the network requirements shown in the topology, design
an appropriate addressing scheme.

• Starting with the largest LAN, determine the size of each subnet you will need for the given host
requirement.
In this network, I plan on using the private IP space to it's maximum efficiency. I noticed we
Have a total of 120 pc hosts with 3 Router interface with 3 switches, creating a total of 123+3 (potential)
IP addresses.
Plan for B1 : 80 hosts are needed using class C subnet.
2^6 < 80 < 2^7 where last octet 2^7 = 128
We can give B1 7 bits for host, leaving 1 bit for subnet. mask = 255.255.255.128
Leaving us with host address space ( 192.168.1.1 - 192.168.1.126 )
Subnet (192.168.1.0) with Broadcast (192.168.1.127)

Plan for B2
20 hosts needed. 2^4 < 20 < 2^5
5 host bits with 3 subnet bits. mask = 255.255.255.224
Hosts ' cannot be "last octet" = ( 1-127 ) 192.168.1.128 = new subnet for B2
Hosts :128 +32 = 160 host address range ( 192.168.1.129 - 192.168.1.160 )
Subnet (128) with broadcast at (159)

Plan for HQ
40 hosts need 2^6 = 64
At-least 6 bits are needed for host address, leaving 2 bits for subnet
Mask = 255.255.255.192
Host address cannot occupy previous designs for B1 and B2
( 192.168.1.0 to 192.168.1.160 )
Start address has to be multiple of 64 = 192.168.1.192
Host address range ( 192.168.1.193 - 192.168.1.254 )
Broadcast address = 192.168.1.255

Note that Address space 160 – 192 are not in use ( Reserve serial interfaces )
• After the addresses have been determined for all the LAN subnets, assign the first available address
space to the WAN link between B1 and HQ.assign address space to the WAN link between HQ and B2.
Serial interface HQ = s2/0 192.168.1.165 ; s3/0 192.168.1.169 255.255.255.252
*I did not use the first available ip address which was .. 161.. In last octet.. * note
B1= 192.168.1.173 255.255.255.252
B2= 192.168.1.177 255.255.255.252

Device Interface IP address Subnet Mask Default GW
Fa0/0 192.168.1.193 255.255.255.192 Router interface
HQ S2/0 192.168.1.165 255.255.255.252 Router interface
S3/0 192.168.1.169 255.255.255.252 Router interface
B1 Fa0/0 192.168.1.1 255.255.255.128 Router interface
S2/0 192.168.1.173 255.255.255.252 Router interface
B2 Fa0/0 192.168.1.129 255.255.255.224 Router interface
S2/0 192.168.1.177 255.255.255.252 Router interface
PC0 NIC 192.168.1.2 - 126 255.255.255.128 192.168.1.1
PC1 NIC 192.168.1.194 -
254
255.255.255.192 192.168.1.193
PC2 NIC 192.168.1.130
- 158
255.255.255.128 192.168.1.129



Step 2:
Document the addressing scheme. • Use the blank spaces on the topology to record the network
addresses in dotted-decimal/slash format. • Use the table provided in the printed instructions to
document the IP addresses, subnet masks and default gateway addresses. For the LANs, assign the first
IP address to the router interface. Assign the last IP address to the PC For the WAN links, assign the first
IP address to HQ.

Task 2: Select equipment and cable devices.

Step 1: Select the necessary equipment. Select the remaining devices you will need and add
them to the working space inside Packet Tracer. Use the labels as a guide as to where to place
the devices.
Step 2: Finish cabling the devices. Cable the networks according to the topology taking care that
interfaces match your documentation in Task 1.
Task 3: Apply a basic configuration.
Step 1: Configure the routers. Using your documentation, configure the routers with basic
configurations including addressing. Use cisco as the line passwords and class as the secret
password. Use 64000 as the clock rate.
Step 2: Configure the PCs. Using your documentation, configure the PCs with an IP address,
subnet mask, and default gateway.
Task

Packet Tracer Simulation
( after configuration )

Configuring Router HQ

Simply configure Router HQ with basic hostname, banner, password. Also, configure fast ethernet
interface with ip address I calculated at table. Make sure the interface is in no shutdown mode. We can
see that the link state is green.

This portion of the command line, I configured the serial interfaces for the WAN port and also synced
with the DCE clock rate of 64000, as documented by the lab requirements for part 2. Also made sure to
configure each interface to no shutdown. Last but not least, made sure to copy the running config to
start-up config so the router will boot with the configuration changes.

* also forgot to enable secret class on configuration settings
Copy running-config to startup-config and reload the router

RESULT OF SHOW RUN FROM HQ

Router B1

Notice that the DCE interface did not show message when configuring clock rate. This is most likely
because I connected the B1 router to supply clock rate to Router HQ through the serial interface.

Configure Router B2
After configuring B2, this is the show run status

TROUBLESHOOTING ERRORS

I noticed that the link for s3/0 was not configured properly after I entered no shutdown command for
s2/0 on B2.
Fix

After assigning s3/0 on router HQ with IP address, clock rate and no shutdown . I was able to achieve
connection green.

Packet Tracer Simulation Network

Task 4: Test connectivity and examine the configuration.
Step 1: Test connectivity. RIP routing has already been configured for you. Therefore, you should have
end-to-end connectivity. • Can PC1 ping PC2? ________
All contents are Copyright © 2007–2009 Cisco Systems, Inc. All rights reserved. This document is Cisco
Public Information. Page 2 of 3
CCNA Exploration Routing Protocols and Concepts: Introduction to Routing and Packet Forwarding Ch1
- Packet Tracer Skills Integration Instructions
• Can PC1 ping PC3? ________ • Can PC3 ping PC2? ________ Troubleshoot until pings are successful.
Step 2: Examine the configuration. Use verification commands to make sure your configurations are
complete.
Task 5: Identify layer 2 and layer 3 addresses used to switch packets.
Step 1: Create a simple PDU ping packet • Enter Simulation Mode. • Use the Add Simple PDU button to
create a ping from PC1 to PC3. • Change “Edit Filters” so that only ICMP is simulated.
Step 2: Addresses at PC1 Record the addresses used by PC1 to send the ping packet to B1: Layer 3
Source: _________________________________________ Layer 3 Destination:
_________________________________________ Layer 2 Source:
_________________________________________ Layer 2 Destination:
_________________________________________

Step 3: Addresses at B1 Record the addresses used by B1 to switch the ping packet to HQ: Layer 3
Source: _________________________________________ Layer 3 Destination:
_________________________________________ Layer 2 Source:
_________________________________________ Layer 2 Destination:
_________________________________________
Step 4: Addresses at HQ Record the addresses used by HQ to switch the ping packet to B2: Layer 3
Source: _________________________________________ Layer 3 Destination:
_________________________________________ Layer 2 Source:
_________________________________________ Layer 2 Destination:
_________________________________________
Step 5: Addresses at B2 Record the addresses used by B2 to switch the ping packet to PC3: Layer 3
Source: _________________________________________ Layer 3 Destination:
_________________________________________ Layer 2 Source:
_________________________________________ Layer 2 Destination:
_________________________________________
All contents are Copyright © 2007–2009 Cisco Systems, Inc. All rights reserved. This document is Cisco P