You are on page 1of 9

PT Activity 1.5.

1: Packet Tracer Skills Integration Challenge (Instructor Version)


Topology Diagram

All contents are Copyright 2007-2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 1 of 9

CCNA Exploration Accessing the WAN: Introduction to WANs

PT Activity 1.5.1: Packet Tracer Skills Integration Challenge

Addressing Table
Device ISP CENTRAL Interface S0/0/1 Fa0/0 S0/0/0 S0/0/1 S0/0/0 Fa0/0.1 BRANCH Fa0/0.10 Fa0/0.20 Fa0/0.30 Fa0/0.99 S1 S2 S3 PC1 PC2 PC3 Web Server VLAN 99 VLAN 99 VLAN 99 NIC NIC NIC NIC IP Address 209.165.200.225 209.165.201.1 10.1.1.2 209.165.200.226 10.1.1.1 172.17.1.1 172.17.10.1 172.17.20.1 172.17.30.1 172.17.99.1 172.17.99.11 172.17.99.12 172.17.99.13 172.17.10.21 172.17.20.22 172.17.30.23 209.165.201.2 Subnet Mask 255.255.255.252 255.255.255.252 255.255.255.252 255.255.255.252 255.255.255.252 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.252 Default Gateway N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A 172.17.99.1 172.17.99.1 172.17.99.1 172.17.10.1 172.17.20.1 172.17.30.1 209.165.201.1

Learning Objectives
Configure static and default routing. Add and connect the BRANCH router. Add and connect the switches. Add and connect the PCs. Perform basic device configuration. Configure OSPF routing. Configure STP. Configure VTP. Configure VLANs. Verify end-to-end connectivity.

Introduction
This activity covers many of the skills you acquired in the first three Exploration courses. Skills include building a network, applying an addressing scheme, configuring routing, VLANs, STP and VTP, and testing connectivity. You should review those skills before proceeding. In addition, this activity provides you an opportunity to review the basics of the Packet Tracer program. Packet Tracer is integrated throughout this course. You must know how to navigate the Packet Tracer environment to complete this course. Use the
All contents are Copyright 2007-2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 9

CCNA Exploration Accessing the WAN: Introduction to WANs

PT Activity 1.5.1: Packet Tracer Skills Integration Challenge

tutorials if you need a review of Packet Tracer fundamentals. The tutorials are located in the Packet Tracer Help menu. Note: There are over 150 assessed items in this activity. Therefore, you may not see the completion percentage increase every time you enter a command. The user EXEC password is cisco and the privileged EXEC password is class.

Task 1: Configure Static and Default Routing


Step 1. Configure static routing from ISP to CENTRAL. Use the topology diagram to configure ISP with static routes to all networks. Each network is reachable via S0/0/1 from ISP. Use the exit interface parameter to configure static routes to the following networks: 10.1.1.0/30 172.17.1.0/24 172.17.10.0/24 172.17.20.0/24 172.17.30.0/24 172.17.99.0/24 ISP(config)#ip route 10.1.1.0 255.255.255.252 s0/0/1 ISP(config)#ip route 172.17.1.0 255.255.255.0 s0/0/1 ISP(config)#ip route 172.17.10.0 255.255.255.0 s0/0/1 ISP(config)#ip route 172.17.20.0 255.255.255.0 s0/0/1 ISP(config)#ip route 172.17.30.0 255.255.255.0 s0/0/1 ISP(config)#ip route 172.17.99.0 255.255.255.0 s0/0/1 Step 2. Configure default routing from CENTRAL to ISP. Configure a default route on CENTRAL using the exit interface parameter to send all default traffic to ISP. CENTRAL(config)#ip route 0.0.0.0 0.0.0.0 s0/0/1 Step 3. Test connectivity to the Web Server. CENTRAL should now be able to successfully ping the Web Server at 209.165.201.2. CENTRAL#ping 209.165.201.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 209.165.201.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 4/8/12 ms Step 4. Check results. Your completion percentage should be 4%. If not, click Check Results to see which required components are not yet completed.

All contents are Copyright 2007-2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 3 of 9

CCNA Exploration Accessing the WAN: Introduction to WANs

PT Activity 1.5.1: Packet Tracer Skills Integration Challenge

Task 2: Add and Connect the BRANCH Router


Step 1. Add the BRANCH router. Click Custom Made Devices and add an 1841 router to the topology. Use the Config tab to change the Display Name and Hostname to BRANCH. Display Names are case-sensitive. Step 2. Connect BRANCH to CENTRAL. Connect BRANCH to CENTRAL. Configure the link between BRANCH and CENTRAL. Use a clock rate of 64000 bps

Router(config)#int s0/0/0 Router(config-if)#ip address 10.1.1.1 255.255.255.252 Router(config-if)#clock rate 64000 Router(config-if)#no shut Step 3. Check results. Your completion percentage should be 8%. If not, click Check Results to see which required components are not yet completed.

Task 3: Add and Connect the Switches


Refer to the topology for placement, switch names, and interfaces. Step 1. Using the 2960 model, add the S1, S2, and S3 switches. Use the Config tab to change the Display Name and Hostname to S1, S2 and S3 on each switch. Display Names are case-sensitive. Step 2. Connect S1 to BRANCH. Step 3. Connect S1 to S2. Step 4. Connect S1 to S3. Step 5. Connect S2 to S3. Step 6. Check results. Your completion percentage should be 28%. If not, click Check Results to see which required components are not yet completed.

Task 4: Add and Connect the PCs


Use the interfaces specified in the topology diagram and addressing table.

All contents are Copyright 2007-2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 4 of 9

CCNA Exploration Accessing the WAN: Introduction to WANs

PT Activity 1.5.1: Packet Tracer Skills Integration Challenge

Step 1. Add PC1, PC2, and PC3. Use the Config tab to change the Display Name to PC1, PC2 and PC3 on each PC. Display Names are case-sensitive. Step 2. Connect PC1, PC2, and PC3 to S2. Step 3. Using the addressing table, configure addressing for the PCs. Step 4. Check results. Your completion percentage should be 41%. If not, click Check Results to see which required components are not yet completed.

Task 5: Perform Basic Device Configuration


Step 1. Configure the basic commands on BRANCH, S1, S2, and S3. Basic configuration commands should include the hostname, EXEC password, banner, console, and vty lines. Router(config)#hostname BRANCH BRANCH(config)#enable secret class BRANCH(config)#no ip domain-lookup BRANCH(config)#banner motd # BRANCH ROUTER KEEP OUT!!! # BRANCH(config)#line con 0 BRANCH(config-line)#password cisco BRANCH(config-line)#login BRANCH(config-line)#logging synchronous BRANCH(config-line)#exit BRANCH(config)#line vty 0 4 BRANCH(config-line)#password cisco BRANCH(config-line)#login BRANCH(config-line)#logging synchronous BRANCH(config-line)#exit Step 2. Configure Fast Ethernet subinterfaces on BRANCH. Remember to configure 802.1q encapsulation and VLAN settings for each subinterface. The third octet for each subinterface address corresponds to VLAN number. For example, subinterface Fa0/0.30 uses the IP address 172.17.30.1 and belongs to VLAN 30. VLAN 99 is the native VLAN. BRANCH(config)#int fa0/0 BRANCH(config-int)#no shutdown BRANCH(config-int)#int fa0/0.1 BRANCH(config-subint)#encapsulation dot1q 1 BRANCH(config-subint)#ip address 172.17.1.1 255.255.255.0 BRANCH(config-subint)#int fa0/0.10
All contents are Copyright 2007-2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 9

CCNA Exploration Accessing the WAN: Introduction to WANs

PT Activity 1.5.1: Packet Tracer Skills Integration Challenge

BRANCH(config-subint)#encapsulation dot1q 10 BRANCH(config-subint)#ip address 172.17.10.1 255.255.255.0 BRANCH(config-subint)#int fa0/0.20 BRANCH(config-subint)#encapsulation dot1q 20 BRANCH(config-subint)#ip address 172.17.20.1 255.255.255.0 BRANCH(config-subint)#int fa0/0.30 BRANCH(config-subint)#encapsulation dot1q 30 BRANCH(config-subint)#ip address 172.17.30.1 255.255.255.0 BRANCH(config-subint)#int fa0/0.99 BRANCH(config-subint)#encapsulation dot1q 99 native BRANCH(config-subint)#ip address 172.17.99.1 255.255.255.0 Step 3. Configure the switches. Configure the VLAN 99 interface. Configure the default gateway.

S1(config)#int vlan 99 S1(config-int)#ip address 172.17.1.11 255.255.255.0 S1(config-int)#no shutdown S1(config-int)#exit S1(config)#ip default-gateway 172.17.1.1 Step 4. Check results. Your completion percentage should be 60%. If not, click Check Results to see which required components are not yet completed.

Task 6: Configure OSPF Routing


Step 1. Configure OSPF on CENTRAL and propagate the default route. Configure OSPF using the process ID 1. Use OSPF Area 0. Add only the network shared with BRANCH. Propagate the default route to OSPF neighbors.

CENTRAL(config)#router ospf 1 CENTRAL(config-router)#network 10.1.1.0 0.0.0.3 area 0 CENTRAL(config-router)#default information originate Step 2. Configure OSPF on BRANCH. Configure OSPF using the process ID 1. Use OSPF Area 0.
Page 6 of 9

All contents are Copyright 2007-2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

CCNA Exploration Accessing the WAN: Introduction to WANs

PT Activity 1.5.1: Packet Tracer Skills Integration Challenge

Add all networks that BRANCH routes.

BRANCH(config)#router ospf 1 BRANCH(config-router)#network 10.1.1.0 0.0.0.3 area 0 BRANCH(config-router)#network 172.17.1.0 0.0.0.255 area 0 BRANCH(config-router)#network 172.17.10.0 0.0.0.255 area 0 BRANCH(config-router)#network 172.17.20.0 0.0.0.255 area 0 BRANCH(config-router)#network 172.17.30.0 0.0.0.255 area 0 BRANCH(config-router)#network 172.17.99.0 0.0.0.255 area 0 Step 3. Disable OSPF updates on the appropriate interfaces on both CENTRAL and BRANCH. Disable OSPF updates on all LAN interfaces and to ISP. BRANCH(config)#router ospf 1 BRANCH(config-router)#passive interface fa0/0.1 BRANCH(config-router)#passive interface fa0/0.10 BRANCH(config-router)#passive interface fa0/0.20 BRANCH(config-router)#passive interface fa0/0.30 BRANCH(config-router)#passive interface fa0/0.99 CENTRAL(config)#router ospf 1 CENTRAL(config-router)#passive interface s0/0/1 Step 4. Test connectivity. BRANCH should be able to successfully ping Web Server at 209.165.201.2 Step 5. Check results. Your completion percentage should be 69%. If not, click Check Results to see which required components are not yet completed.

Task 7: Configure STP


Step 1: Ensure S1 is the root bridge for all VLANs. VLANs are not created until Task 10, but this will ensure that S1 is the root bridge for each VLAN once they are created. Set priorities to 4096. S1(config)#spanning-tree vlan 1 priority 4096 S1(config)#spanning-tree vlan 10 priority 4096 S1(config)#spanning-tree vlan 20 priority 4096 S1(config)#spanning-tree vlan 30 priority 4096 S1(config)#spanning-tree vlan 99 priority 4096

All contents are Copyright 2007-2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 7 of 9

CCNA Exploration Accessing the WAN: Introduction to WANs

PT Activity 1.5.1: Packet Tracer Skills Integration Challenge

Step 2. Verify that S1 is the root bridge for all VLANs. Step 3. Check results. Your completion percentage should be 72%. If not, click Check Results to see which required components are not yet completed.

Task 8: Configure VTP


Step 1. Configure the VTP mode on all three switches. Configure S1 as the server. Configure S2 and S3 as clients. S1(config)#vtp mode server S1(config)#vtp name CCNA S1(config)#vtp password cisco S2(config)#vtp mode client S2(config)#vtp name CCNA S2(config)#vtp password cisco S3(config)#vtp mode client S3(config)#vtp name CCNA S3(config)#vtp password cisco Step 2. Configure the VTP domain name on all three switches. Use CCNA as the VTP domain name. Step 3. Configure the VTP domain password on all three switches. Use cisco as the VTP domain password. Step 4. Check results. Your completion percentage should be 77%. If not, click Check Results to see which required components are not yet completed.

Task 9: Configure Trunking


Step 1. Configure trunking on S1, S2, and S3. Configure the appropriate interfaces in trunking mode and assign VLAN 99 as the native VLAN. S1(config)#int range fa0/1-4 S1(config-int-range)#switchport mode trunk S1(config-int-range)#switchport native vlan 99 S2(config)#int range fa0/1-5 S2(config-int-range)#switchport mode trunk S2(config-int-range)#switchport native vlan 99 S2(config)#int range fa0/1-5 S2(config-int-range)#switchport mode trunk
All contents are Copyright 2007-2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 8 of 9

CCNA Exploration Accessing the WAN: Introduction to WANs

PT Activity 1.5.1: Packet Tracer Skills Integration Challenge

S2(config-int-range)#switchport native vlan 99 Step 2. Check results. Your completion percentage should be 94%. If not, click Check Results to see which required components are not yet completed.

Task 10: Configure VLANs


Step 1. Configure S1 with VLANs. VLAN names are case-sensitive. Add and name the four VLANs using the following specifications: VLAN 10 Faculty/Staff VLAN 20 Students VLAN 30 Guest(Default) VLAN 99 Management&Native

S1(config)#vlan 10 S1(config-vlan)#name Faculty/Staff S1(config-vlan)#vlan 20 S1(config-vlan)#name Students S1(config-vlan)#vlan 30 S1(config-vlan)#name Guest(Default) S1(config-vlan)#vlan 99 S1(config-vlan)#name Management&Native Step 2. Verify that S2 and S3 received VLAN configurations from S1. Step 3. Configure the ports attached to PCs on S2 for access, and assign each port the appropriate VLAN. S1(config-vlan)#vlan 30 S1(config-vlan)#name Guest(Default)

Step 4. Check results. Your completion percentage should be 100%. If not, click Check Results to see which required components are not yet completed.

Task 11: Verify End-to-End Connectivity


Step 1. Verify that PC1, PC2, and PC3 can ping each other. Step 2. Verify that PC1, PC2, and PC3 can ping the Web Server.

All contents are Copyright 2007-2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 9 of 9

You might also like