Top Banner

of 69

142739003 Ccna2 Labs Answers

Feb 09, 2018

Download

Documents

kingbos
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • 7/22/2019 142739003 Ccna2 Labs Answers

    1/69

    This document is exclusive property of Cisco Systems, Inc. Permission is granto print and copy this document for non-commercial distribution and exclusiveuse by instructors in the CCNA Exploration: Routing Protocols and Concepts

    course as part of an official Cisco Networking Academy Program.

    CCNA Exploration 4.0.5.0Routing Protocols and ConceptsInstructor Packet Tracer Lab Manual

  • 7/22/2019 142739003 Ccna2 Labs Answers

    2/69

    Ch1 - Packet Tracer Skills Integration Instructions (Instructor Version)

    Topology Diagram

    Addressing Table

    Device Interface IP Address Subnet Mask Default Gateway

    Fa0/0 192.168.1.129 255.255.255.192 N/A

    S0/0/0 192.168.1.225 255.255.255.252 N/AHQ

    S0/0/1 192.168.1.229 255.255.255.252 N/A

    Fa0/0 192.168.1.1 255.255.255.128 N/AB1

    S0/0/0 192.168.1.226 255.255.255.252 N/A

    Fa0/0 192.168.1.193 255.255.255.224 N/AB2

    S0/0/1 192.168.1.230 255.255.255.252 N/A

    PC1 NIC 192.168.1.126 255.255.255.128 192.168.1.1

    PC2 NIC 192.168.1.190 255.255.255.192 192.168.1.129

    PC3 NIC 192.168.1.222 255.255.255.224 192.168.1.193

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 4

  • 7/22/2019 142739003 Ccna2 Labs Answers

    3/69

    CCNA ExplorationRouting Protocols and Concepts:Introduction to Routing and Packet Forwarding Ch1 - Packet Tracer Skills Integration Instructions

    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.

    (Note: Remember that the interfaces of network devices are also host IP addresses and are included inthe above addressing requirements.)

    Starting with the largest LAN, determine the size of each subnet you will need for the given hostrequirement.

    After the addresses have been determined for all the LAN subnets, assign the first availableaddress space to the WAN link between B1 and HQ.

    Assign the second available address space to the WAN link between HQ and B2.

    Step 2: Document the addressing scheme.

    Use the blank spaces on the topology to record the network addresses in dotted-decimal/slashformat.

    Use the table provided in the printed instructions to document the IP addresses, subnet masksand default gateway addresses.

    For the LANs, assign the first IP address to the router interface. Assign the last IPaddress 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. Usethe 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. Useciscoas the line passwords and classas the secret password. Use 64000 as the clock rate.

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 4

  • 7/22/2019 142739003 Ccna2 Labs Answers

    4/69

    CCNA ExplorationRouting Protocols and Concepts:Introduction to Routing and Packet Forwarding Ch1 - Packet Tracer Skills Integration Instructions

    Step 2: Configure the PCs.

    Using your documentation, configure the PCs with an IP address, subnet mask, and default gateway.

    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? ________yes

    Can PC1 ping PC3? ________yes

    Can PC3 ping PC2? ________yes

    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: _________________________________________192.168.1.126

    Layer 3 Destination: _________________________________________ 192.168.1.222

    Layer 2 Source: _________________________________________ 0001.9713.0EDB

    Layer 2 Destination: _________________________________________ 0002.1669.A701

    Step 3: Addresses at B1

    Record the addresses used by B1 to switch the ping packet to HQ:

    Layer 3 Source: _________________________________________192.168.1.126

    Layer 3 Destination: _________________________________________ 192.168.1.222

    Layer 2 Source: _________________________________________ None

    Layer 2 Destination: _________________________________________ 0x8f

    Step 4: Addresses at HQ

    Record the addresses used by HQ to switch the ping packet to B2:

    Layer 3 Source: _________________________________________192.168.1.126

    Layer 3 Destination: _________________________________________ 192.168.1.222

    Layer 2 Source: _________________________________________ None

    Layer 2 Destination: _________________________________________ 0x8f

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 4

  • 7/22/2019 142739003 Ccna2 Labs Answers

    5/69

    CCNA ExplorationRouting Protocols and Concepts:Introduction to Routing and Packet Forwarding Ch1 - Packet Tracer Skills Integration Instructions

    Step 5: Addresses at B2

    Record the addresses used by B2 to switch the ping packet to PC3:

    Layer 3 Source: _________________________________________192.168.1.126

    Layer 3 Destination: _________________________________________ 192.168.1.222

    Layer 2 Source: _________________________________________ 0001.64C5.8501

    Layer 2 Destination: _________________________________________ 000D.BDBB.E27C

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 4

  • 7/22/2019 142739003 Ccna2 Labs Answers

    6/69

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 7

    Ch2 - Packet Tracer Skills Integration Challenge (Instructor Version)

    Introduction:

    This activity focuses on basic device configurations and static routing. The addressing scheme has alreadybeen determined. Once you have configured all devices, you will test for end-to-end connectivity andexamine your configuration.

    Learning Objectives

    Cable the devices.

    Apply a basic configuration to the devices.

    Configure static and default routing.

    Test connectivity and examine the configuration.

    Address ing Table:

    Device Interface IP Address Subnet Mask Default Gateway

    S0/0/0 10.0.0.1 255.255.255.252 N/A

    S0/0/1 10.0.0.5 255.255.255.252 N/A

    Fa0/0 192.168.64.1 255.255.255.0 N/AHQ

    Fa0/1 192.168.65.1 255.255.255.0 N/A

    S0/0/0 10.0.0.2 255.255.252 N/A

    Fa0/0 172.24.0.1 255.255.0.0 N/A

    Fa0/1 172.25.0.1 255.255.0.0 N/A

    Fa1/0 172.26.0.1 255.255.0.0 N/A

    B1

    Fa1/1 172.27.0.1 255.255.0.0 N/A

    S0/0/0 10.0.0.6 255.255.255.0 N/A

    Fa0/0 192.168.0.1 255.255.255.0 N/A

    Fa0/1 192.168.1.1 255.255.255.0 N/A

    Fa1/0 192.168.2.1 255.255.255.0 N/A

    B2

    Fa1/1 192.168.3.1 255.255.255.0 N/A

    PC1 NIC 172.24.0.10 255.255.0.0 172.24.0.1

    PC2 NIC 172.25.0.10 255.255.0.0 172.25.0.1

    PC3 NIC 172.26.0.10 255.255.0.0 172.26.0.1

    PC4 NIC 172.27.0.10 255.255.0.0 172.27.0.1

    PC5 NIC 192.168.64.10 255.255.255.0 192.168.64.1

    PC6 NIC 192.168.65.10 255.255.255.0 192.168.65.1

  • 7/22/2019 142739003 Ccna2 Labs Answers

    7/69

    CCNA ExplorationRouting Protocols and Concepts: Static Routing Ch2 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. 2 of 7

    Device Interface IP Address Subnet Mask Default Gateway

    PC7 NIC 192.168.0.10 255.255.255.0 192.168.0.1

    PC8 NIC 192.168.1.10 255.255.255.0 192.168.1.1

    PC9 NIC 192.168.2.10 255.255.255.0 192.168.2.1

    PC10 NIC 192.168.3.10 255.255.255.0 192.168.3.1

    Task 1: Cable the devices.

    Cable the WAN. HQ s0/0/0 connects to B1 S0/0/0 and HQ s0/0/01 connects to B2 s0/0/0. HQ is theDCE side of both WAN links.

    Task 2: Apply a basic con figuration.

    Configure the routers with basic configurations including addressing.

    For the WAN links, assign the first address to HQ and the second address to the other router.

    For the LANs, assign the first address to the router interface. Make sure to also configurehostnames.

    Assign the .10 address to the PCs. Make sure to include the default gateway.

    Use ciscoas the line passwords and classas the secret password.

    Use 64000 as the clock rate.

    Task 3: Configure static and default routing.

    Configure HQ with exactly two static routes using the local interface.

    ip route 192.168.0.0 255.255.252.0 Serial0/0/1

    ip route 172.24.0.0 255.252.0.0 Serial0/0/0

    Configure B1 and B2 with exactly one default route using the local interface.

    ip route 0.0.0.0 0.0.0.0 Serial0/0/0 on both routers.

    Task 4: Test connectivity and examine the conf iguration.

    Step 1: Test connectivity.

    You should now have end-to-end connectivity. Use ping to test connectivity across the network.

    Troubleshoot until pings are successful.

    Step 2: Examine the configuration.Use verification commands to make sure your configurations are complete.

    B1#sh r un

    Bui l di ng conf i gur at i on. . .

    Cur r ent conf i gur at i on : 918 bytes!ver si on 12. 3

  • 7/22/2019 142739003 Ccna2 Labs Answers

    8/69

    CCNA ExplorationRouting Protocols and Concepts: Static Routing Ch2 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. 3 of 7

    no servi ce password- encr ypt i on!host name B1

    !

    enabl e secr et 5 $1$R1Bq$sYDBEHoOo/ v37vQk0Lwr r 0

    !i p ssh ver si on 1

    no i p domai n- l ookup

    !

    i nt er f ace Fast Et her net 0/ 0

    i p addr ess 172. 24. 0. 1 255. 255. 0. 0

    dupl ex aut o

    speed auto

    !

    i nt er f ace Fast Et her net 0/ 1i p addr ess 172. 25. 0. 1 255. 255. 0. 0

    dupl ex aut o

    speed auto

    !

    i nt er f ace Ser i al 0/ 0/ 0

    i p address 10. 0. 0. 2 255. 255. 255. 252

    !

    i nt er f ace Ser i al 0/ 0/ 1

    no i p addr ess

    shutdown

    !

    i nt er f ace Fast Et her net 1/ 0

    i p addr ess 172. 26. 0. 1 255. 255. 0. 0

    dupl ex aut o

    speed auto

    !

    i nt er f ace Fast Et her net 1/ 1

    i p addr ess 172. 27. 0. 1 255. 255. 0. 0

    dupl ex aut o

    speed auto

    !

    i nt er f ace Vl an1

    no i p addr ess

    shutdown

  • 7/22/2019 142739003 Ccna2 Labs Answers

    9/69

    CCNA ExplorationRouting Protocols and Concepts: Static Routing Ch2 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. 4 of 7

    !

    i p cl assl ess

    i p r out e 0. 0. 0. 0 0. 0. 0. 0 Ser i al 0/ 0/ 0

    !

    banner mot d C

    ********************************

    ! ! ! AUTHORI ZED ACCESS ONLY! ! !

    ********************************

    C

    l i ne con 0

    password ci sco

    l ogi n

    l i ne vt y 0 4

    password ci sco

    l ogi n

    !

    End

    B2#sh r un

    Bui l di ng conf i gur at i on. . .

    Cur r ent conf i gur at i on : 920 bytes

    !

    ver si on 12. 3no servi ce password- encr ypt i on

    !

    host name B2

    !

    enabl e secr et 5 $1$wFNU$I R5beBUct KScv. 7OQ9f Oj .

    !

    i p ssh ver si on 1

    no i p domai n- l ookup

    !

    i nt er f ace Fast Et her net 0/ 0

    i p address 192. 168. 0. 1 255. 255. 255. 0

    dupl ex aut o

    speed auto

    !

    i nt er f ace Fast Et her net 0/ 1

    i p address 192. 168. 1. 1 255. 255. 255. 0

  • 7/22/2019 142739003 Ccna2 Labs Answers

    10/69

    CCNA ExplorationRouting Protocols and Concepts: Static Routing Ch2 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. 5 of 7

    dupl ex aut o

    speed auto

    !

    i nt er f ace Ser i al 0/ 0/ 0

    i p address 10. 0. 0. 6 255. 255. 255. 252

    !

    i nt er f ace Ser i al 0/ 0/ 1

    no i p addr ess

    !

    i nt er f ace Fast Et her net 1/ 0

    i p address 192. 168. 2. 1 255. 255. 255. 0

    dupl ex aut o

    speed auto

    !

    i nt er f ace Fast Et her net 1/ 1

    i p address 192. 168. 3. 1 255. 255. 255. 0

    dupl ex aut o

    speed auto

    !

    i nt er f ace Vl an1

    no i p addr ess

    shutdown

    !i p cl assl ess

    i p r out e 0. 0. 0. 0 0. 0. 0. 0 Ser i al 0/ 0/ 0

    !

    banner mot d C

    ********************************

    ! ! ! AUTHORI ZED ACCESS ONLY! ! !

    ********************************

    C

    l i ne con 0

    password ci sco

    l ogi n

    l i ne vt y 0 4

    password ci sco

    l ogi n

    !

    End

  • 7/22/2019 142739003 Ccna2 Labs Answers

    11/69

    CCNA ExplorationRouting Protocols and Concepts: Static Routing Ch2 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. 6 of 7

    HQ#sh r un

    Bui l di ng conf i gur at i on. . .

    Cur r ent conf i gur at i on : 853 bytes

    !

    ver si on 12. 3

    no servi ce password- encr ypt i on

    !

    host name HQ

    !

    enabl e secr et 5 $1$h15A$nQ8i NwQI BKZdUP. 40mySH1

    !

    i p ssh ver si on 1

    no i p domai n- l ookup

    !

    i nt er f ace Fast Et her net 0/ 0

    i p address 192. 168. 64. 1 255. 255. 255. 0

    dupl ex aut o

    speed auto

    !

    i nt er f ace Fast Et her net 0/ 1

    i p address 192. 168. 65. 1 255. 255. 255. 0

    dupl ex aut ospeed auto

    !

    i nt er f ace Ser i al 0/ 0/ 0

    i p address 10. 0. 0. 1 255. 255. 255. 252

    cl ock rat e 64000

    !

    i nt er f ace Ser i al 0/ 0/ 1

    i p address 10. 0. 0. 5 255. 255. 255. 252

    cl ock rat e 64000

    !

    i nt er f ace Vl an1

    no i p addr ess

    shutdown

    !

    i p cl assl ess

    i p rout e 192. 168. 0. 0 255. 255. 252. 0 Ser i al 0/ 0/ 1

  • 7/22/2019 142739003 Ccna2 Labs Answers

    12/69

    CCNA ExplorationRouting Protocols and Concepts: Static Routing Ch2 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. 7 of 7

    i p r out e 172. 24. 0. 0 255. 252. 0. 0 Ser i al 0/ 0/ 0

    !

    banner mot d C

    ********************************

    ! ! ! AUTHORI ZED ACCESS ONLY! ! !

    ********************************

    C

    l i ne con 0

    password ci sco

    l ogi n

    l i ne vt y 0 4

    password ci sco

    l ogi n

    !

    end

  • 7/22/2019 142739003 Ccna2 Labs Answers

    13/69

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 4

    Ch3 - Packet Tracer Skills Integration Challenge (Instructor Version)

    Topology Diagram

  • 7/22/2019 142739003 Ccna2 Labs Answers

    14/69

    CCNA ExplorationRouting Protocols and Concepts:Introduction to Dynamic Routing Protocols Ch3 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 4

    Introduction:

    This activity focuses on subnetting skills, basic device configurations and static routing. Once you haveconfigured all devices, you will test for end to end connectivity and examine your configuration.

    Addressing Table

    Device Interface IP Address Subnet Mask

    Fa0/0 192.168.0.129 255.255.255.224

    Fa0/1 192.168.0.161 255.255.255.224

    S0/0/0 10.0.0.1 255.255.255.252

    S0/0/1 10.0.0.5 255.255.255.252

    S0/1/0 10.0.0.9 255.255.255.252

    HQ

    S0/1/1 209.165.201.2 255.255.255.252

    Fa0/0 192.168.1.1 255.255.255.192

    Fa0/1 192.168.1.65 255.255.255.192

    Fa1/0 192.168.1.129 255.255.255.192

    Fa1/1 192.168.1.193 255.255.255.192

    B1

    S0/0/0 10.0.0.2 255.255.255.252

    Fa0/0 172.16.0.1 255.255.252.0

    Fa0/1 172.16.4.1 255.255.252.0Fa1/0 172.16.8.1 255.255.252.0

    Fa1/1 172.16.12.1 255.255.252.0

    B2

    S0/0/0 10.0.0.6 255.255.255.252

    Fa0/0 172.20.0.1 255.255.224.0

    Fa0/1 172.20.32.1 255.255.224.0

    Fa1/0 172.20.64.1 255.255.224.0

    Fa1/1 172.20.96.1 255.255.224.0

    B3

    S0/0/0 10.0.0.10 255.255.255.252

    S0/0/0 209.165.201.1 255.255.255.252ISP

    Fa0/0 209.165.200.225 255.255.255.252

    WebServer

    NIC 209.165.200.226 255.255.255.252

    Objectives

    Design and document an addressing scheme based on requirements.

    Select appropriate equipment and cable the devices.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    15/69

    CCNA ExplorationRouting Protocols and Concepts:Introduction to Dynamic Routing Protocols Ch3 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 4

    Apply a basic configuration to the devices.

    Configure static and default routing.

    Verify full connectivity between all devices in the topology.

    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.

    The HQ, B1, B2, and B3 routers each have an address space. Subnet the address space based onthe host requirements.

    For each address space, assign subnet zero to the Fa0/0 LAN, subnet 1 to the Fa0/1, and so on.

    Step 2: Document the addressing scheme.

    Document the IP addresses and subnet masks. Assign the first IP address to the router interface.

    For the WAN links, assign the first IP address to HQ.

    Task 2: Apply a basic con figuration.

    Using your documentation, configure the routers with basic configurations including addressing andhostnames. Use ciscoas the line passwords and classas the secret password. Use 64000 as the clock rate.ISP is the DCE in its WAN link to HQ. HQ is the DCE for all other WAN links.

    Task 3: Configure static and default rou ting

    Configure static and default routing using the exit interface argument.

    HQ should have three static routes and one default route.

    B1, B2, and B3 should have one default route.

    ISP should have seven static routes. This will include the three WAN links between HQ and thebranch routers B1, B2, and B3.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    16/69

    CCNA ExplorationRouting Protocols and Concepts:Introduction to Dynamic Routing Protocols Ch3 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 4

    Task 5: Test connectivity and examine the configuration.

    Step 1: Test connectivity.

    You should now have end-to-end connectivity. Use ping to test connectivity across the network. Eachrouter should be able to ping all other router interfaces and the Web Server.

    Use extended ping to test LAN connectivity to the Web Server. For example, the test the Fa0/0interface on B1, you would do the following:

    B1#ping

    Protocol [ i p] :

    Target I P addr ess: 209.165.200.226

    Repeat count [ 5] :

    Dat agr am si ze [ 100] :

    Ti meout i n seconds [ 2] :

    Ext ended commands [ n] : yesSour ce addr ess or i nt er f ace: 192.168.1.1

    Type of ser vi ce [ 0] :

    Set DF bi t i n I P header ? [ no] :

    Val i dat e r epl y dat a? [ no] :

    Dat a pat t ern [ 0xABCD] :

    Loose, St r i ct , Recor d, Ti mest amp, Ver bose[ none] :

    Sweep r ange of si zes [ n] :

    Type escape sequence t o abort .

    Sendi ng 5, 100- byt e I CMP Echos t o 209. 165. 200. 226, t i meout i s 2 seconds:

    Packet sent wi t h a sour ce addr ess of 192. 168. 1. 1

    ! ! ! ! !Success r ate i s 100 percent ( 5/ 5) , r ound- t r i p mi n/ avg/ max = 67/ 118/ 138 ms

    Troubleshoot until pings are successful.

    Step 2: Examine the configuration.

    Use verification commands to make sure your configurations are complete.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    17/69

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 5

    Ch4 - Packet Tracer Skills Integration Challenge (Instructor Version)

    Topology Diagram

  • 7/22/2019 142739003 Ccna2 Labs Answers

    18/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    19/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    20/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    21/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    22/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    23/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    24/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    25/69

    CCNA ExplorationRouting Protocols and Concepts: RIP version 1 Ch5 - Packet Tracer Skills Integration Instructions

    Configure default routes and redistribute through RIP.

    Verify full connectivity between all devices in the topology.

    Task 1: Design and document an addressing scheme.

    Step 1: Design an addressing scheme.

    Using the topology and the following requirements, design an addressing scheme:

    The WAN links between R1 and R2 and their respective ISP routers are already configured. Also,the links between the ISPs and the Web Servers are already configured.

    Since RIPv1 is a classful routing protocol, you cannot implement Variable Length Subnet Masks(VLSM). Subnet each regions address space using the following guidelines:

    The largest subnet in Region 1s address space is 1,000 hosts. What is the subnet maskyou should use for the 10.1.0.0/16 address space? __________________________

    The largest subnet in Region 2s address space is 500 hosts. What is the subnet maskyou should use for the 172.20.0.0/16 address space? __________________________

    For the LANs in Region 1, assign subnet 0 to the LAN attached to FastEthernet 0/0 on B1-R1.Continue to assign LANs in sequence. Subnet 1 is assigned to the LAN attached to FastEthernet0/1 on B1-R1; Subnet 2 to FastEthernet 1/0; Subnet 3 to FastEthernet 1/1 and so on.

    For the WANs in Region 1, assign the last subnet to the link between R1 and B3-R1, the secondto last subnet to the link between R1 and B2-R1 and the third to the last subnet to link betweenR1 and B1-R1.

    Record the Region 1 subnet assignments in the following table:

    RouterSubnetNumber

    Subnet Address

    B1-R1 Fa0/0 0 10.1.0.0

    B1-R1 Fa0/1 1 10.1.4.0

    B1-R1 Fa1/0 2 10.1.8.0

    B1-R1 Fa1/1 3 10.1.12.0

    B2-R1 Fa0/0 4 10.1.16.0

    B2-R1 Fa0/1 5 10.1.20.0

    B2-R1 Fa1/0 6 10.1.24.0

    B2-R1 Fa1/1 7 10.1.28.0

    B3-R1 Fa0/0 8 10.1.32.0

    B3-R1 Fa0/1 9 10.1.36.0

    B3-R1 Fa1/0 10 10.1.40.0

    B3-R1 Fa1/1 11 10.1.44.0

    B1-R1 R1 3rd

    to Last 10.1.244.0

    B2-R1 R1 2nd

    to Last 10.1.248.0

    B3-R1 R1 Last 10.1.252.0

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 6

  • 7/22/2019 142739003 Ccna2 Labs Answers

    26/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    27/69

    CCNA ExplorationRouting Protocols and Concepts: RIP version 1 Ch5 - Packet Tracer Skills Integration Instructions

    Task 5: Configure RIPv1 routing in Region 1 and Region 2.

    Configure RIP routing on all regional routers. Remember, the ISP routers are only using static routing.

    Task 6: Disable RIP updates on appropriate interfaces.

    RIP updates do not need to be sent out all the router interfaces. Disable RIP updates on appropriateinterfaces.

    Task 7: Configure default routes and redistribute through RIP.

    Determine which routers need a default route. Then configure that router to redistribute the default routeto other routers in the region.

    Task 8: Verify full connectivity between all devices in the topology.

    Step 1: Test connectivity.

    You should now have end-to-end connectivity. Use ping to test connectivity across the network.Each router should be able to ping all other router interfaces and both Web Servers.

    Troubleshoot until pings are successful.

    Step 2: Examine the configuration.

    Use verification commands to make sure your configurations are complete.

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 6

  • 7/22/2019 142739003 Ccna2 Labs Answers

    28/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    29/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    30/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    31/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    32/69

    CCNA ExplorationRouting Protocols and Concepts: VLSM and CIDR Ch6 Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 7

    For the WANs in Region 1, subnet the address space 10.1.255.240/28. B1-R1 to R1 uses the firstsubnet, B2-R1 to R1 uses the second and B3-R1 to R1 the third. Record the subnets in the tablebelow.

    RouterSubnetNumber

    Subnet Address

    B1-R1 R1 0 10.1.255.240/30

    B2-R1 R1 1 10.1.255.244/30

    B3-R1 R1 2 10.1.255.248/30

    The address space for Region 2 is 172.20.0.0/16. Each branch router (B1-R2, B2-R2, and B3-R2)should be allotted address space based on the following requirements. Starting with the largestrequirement, assign address space to each router

    B1-R2 needs space for 4,000 hosts ____________________ 172.20.0.0/20

    B2-R2 needs space for 2,000 hosts ____________________ 172.20.16.0/21

    B3-R2 needs space for 1,000 hosts ____________________ 172.20.24.0/22

    Divide the address space for each branch router into four equal subnets. Record the subnets inthe table below.

    RouterSubnetNumber

    Subnet Address

    B1-R2 Fa0/0 0 172.20.0.0/22

    B1-R2 Fa0/1 1 172.20.4.0/22

    B1-R2 Fa1/0 2 172.20.8.0/22

    B1-R2 Fa1/1 3 172.20.12.0/22

    RouterSubnetNumber

    Subnet Address

    B2-R2 Fa0/0 0 172.20.16.0/23

    B2-R2 Fa0/1 1 172.20.18.0/23

    B2-R2 Fa1/0 2 172.20.20.0/23

    B2-R2 Fa1/1 3 172.20.22.0/23

    RouterSubnetNumber

    Subnet Address

    B3-R2 Fa0/0 0 172.20.24.0/24

    B3-R2 Fa0/1 1 172.20.25.0/24

    B3-R2 Fa1/0 2 172.20.26.0/24

    B3-R2 Fa1/1 3 172.20.27.0/24

    For the WANs in Region 2, subnet the address space 172.20.255.240/28. B1-R2 to R2 uses thefirst subnet, B2-R2 to R2 uses the second and B3-R2 to R2 the third. Record the subnets in thetable below.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    33/69

    CCNA ExplorationRouting Protocols and Concepts: VLSM and CIDR Ch6 Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 7

    RouterSubnetNumber

    Subnet Address

    B1-R2 R2 0 172.20.255.240/30

    B2-R2 R2 1 172.20.255.244/30

    B3-R2 R2 2 172.20.255.248/30

    Step 2: Document the addressing scheme.

    Document the IP addresses and subnet masks. Assign the first IP address to the router interface.

    For the WAN links, assign the first IP address to R1 and R2 for links to each routers perspectiveB1, B2, and B3 routers.

    Task 2: Apply a basic con figuration.

    Using your documentation, configure the routers with basic configurations including addressing andhostnames. Use ciscoas the line passwords and classas the secret password. Use 64000 as the clockrate.

    Task 3: Configure static routing between ISP routers.

    Each ISP router already has two static routes to the other ISP routers directly connected WANs.Implement static routing on each ISP router to insure connectivity between the two regions.

    Task 4: Configure RIPv2 routing in Region 1 and static routing Region 2.

    Step 1: Configure RIPv2 routing in Region 1.

    Configure all routers in Region 1 (R1, B1-R1, B2-R1, and B3-R1) with RIP as the dynamic routingprotocol. In order to fully appreciate the implementation of your VLSM design in a dynamic routingenvironment, add the following two commands to your RIP configurations:

    Rout er ( conf i g- r out er ) #version 2

    Rout er ( conf i g- r out er ) #no auto-summary

    The version 2command enables RIPv2 which includes the sending of subnet mask information in

    routing updates. By default, RIPv2 summarizes updates at classful boundaries just like RIPv1. The no

    auto-summarycommand disables. These two commands will be fully explained in the next chapter.

    Step 2: Configure static routing Region 2.

    Region 2 is not using a dynamic routing protocol. Configure the routers with the necessary static anddefault routes to insure full end-to-end connectivity.

    R2 should have three static routes and one default route. B1-R2, B2-R2, and B3-R2 should have one default route each.

    Task 5: Disable RIP updates on appropriate interfaces.

    RIP updates do not need to be sent out all the router interfaces. Disable RIP updates on appropriateinterfaces.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    34/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    35/69

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 11

    Ch7 - Packet Tracer Skills Integration Challenge (Instructor Version)

    Topology Diagram

  • 7/22/2019 142739003 Ccna2 Labs Answers

    36/69

    CCNA ExplorationRouting Protocols and Concepts: RIPv2 Ch7 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 11

    Addressing Table

    Device Interface IP Address Subnet Mask Default Gateway

    Fa0/0 10.2.0.225 255.255.255.248 N/A

    Fa0/1 10.2.0.233 255.255.255.248 N/A

    S0/0/0 209.165.201.2 255.255.255.252 N/A

    S0/0/1 172.17.1.225 255.255.255.252 N/A

    S0/1/0 172.17.1.229 255.255.255.252 N/A

    HQ

    S0/1/1 172.17.1.233 255.255.255.252 N/A

    Fa0/0 10.2.0.1 255.255.255.192 N/A

    Fa0/1 10.2.0.65 255.255.255.192 N/AB1

    S0/0/0 172.17.1.226 255.255.255.252 N/A

    Fa0/0 10.2.0.129 255.255.255.224 N/A

    Fa0/1 10.2.0.161 255.255.255.224 N/AB2

    S0/0/0 172.17.1.230 255.255.255.252 N/A

    Fa0/0 10.2.0.193 255.255.255.240 N/A

    Fa0/1 10.2.0.209 255.255.255.240 N/AB3

    S0/0/0 172.17.1.234 255.255.255.252 N/A

    Fa0/0 209.165.202.129 255.255.255.252 N/AISP

    S0/0/0 209.165.201.1 255.255.255.252 N/A

    Web

    Server NIC 209.165.202.130 255.255.255.252 209.165.202.129

    PC1 NIC 10.2.0.62 255.255.255.192 10.2.0.1

    PC2 NIC 10.2.0.126 255.255.255.192 10.2.0.65

    PC3 NIC 10.2.0.158 255.255.255.224 10.2.0.129

    PC4 NIC 10.2.0.190 255.255.255.224 10.2.0.161

    PC5 NIC 10.2.0.206 255.255.255.240 10.2.0.193

    PC6 NIC 10.2.0.222 255.255.255.240 10.2.0.209

    PC7 NIC 10.2.0.230 255.255.255.248 10.2.0.225

    PC8 NIC 10.2.0.238 255.255.255.248 10.2.0.233

  • 7/22/2019 142739003 Ccna2 Labs Answers

    37/69

    CCNA ExplorationRouting Protocols and Concepts: RIPv2 Ch7 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 11

    Introduction:

    This Packet Tracer Skills Integration Challenge Activity is very similar to the activities you have created inprior chapters. To allow you to better practice your skills, the scenario is slightly different. In this activity,you build a network from the ground up. Starting with a given address space and network requirements,

    you must implement a network design that satisfies the specifications. Next, you implement an effectiveRIPv2 routing configuration with static and default routing for Internet access.

    Objectives

    Design and document an addressing scheme based on requirements.

    Select appropriate equipment and cable the devices.

    Apply a basic configuration to the devices.

    Test connectivity between directly connected devices.

    Configure RIPv2 routing.

    Configure static and default routing for Internet access.

    Verify full connectivity between all devices in the topology.

    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.

    Address the LANs in order starting with LAN 1, then LAN 2, etc. Use the first address for therouter interface and the last address for the PC.

    The addressing requirements for the LANs are:

    o Router B1 interface Fa0/0 supports 60 hosts.

    o Router B1 interface Fa0/1 supports 60 hosts.o Router B2 interface Fa0/0 supports 30 hosts.

    o Router B2 interface Fa0/1 supports 30 hosts.

    o Router B3 interface Fa0/0 supports 10 hosts.

    o Router B3 interface Fa0/1 supports 10 hosts.

    o Router HQ interface Fa0/0 supports 5 hosts.

    o Router HQ interface Fa0/1 supports 5 hosts.

    Address the WANs in order starting with WAN 1, then WAN 2, etc. HQ is the first usable addressin all WAN links, with the exception of the link to ISP. For the ISP link, HQ uses the secondusable address.

    o WAN 1 is the link between HQ and B1.

    o WAN 2 is the link between HQ and B2.

    o WAN 3 is the link between HQ and B3.

    Step 2: Document the addressing scheme.

    Record the network addresses in dotted-decimal/slash format.

    Document the IP addresses, subnet masks and default gateway addresses.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    38/69

    CCNA ExplorationRouting Protocols and Concepts: RIPv2 Ch7 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 11

    Task 2: Apply a basic con figuration.

    Step 1: Configure the routers.

    Using your documentation, configure the routers with basic configurations, including addressing andhostnames. Use ciscoas the line passwords (console and Telnet). Use classas the enable secret

    password.

    Step 2: Configure the PCs.

    Using your documentation, configure the PCs with an IP address, subnet mask, and default gateway.

    Task 3: Test connectivity.

    Before continuing, make sure that each device can ping its directly connected neighbor.

    Task 4: Configure and verify RIPv2 routing.

    Step 1: Configure RIPv2.

    Configure all devices with RIPv2 routing. In your configuration, make sure you include the following:

    Disable automatic summarization.

    Stop routing updates on interfaces that are not connected to RIP neighbors.

    Set a default route from HQ to ISP using the next-hop IP address.

    Configure static routes on the ISP using the outbound interface.

    Redistribute default route from HQ.

    Step 2: Verify RIPv2.

    Use verification commands to check your configuration. All routers should be converged on all the10.2.0.0/24 and 172.17.1.224/28 subnets.

    Task 5: Test connectivity and examine the configuration.

    Test connectivity and examine the configuration.

    Final Configuration for HQ:

    HQ#show run

    Building configuration...

    Current configuration : 1379 bytes

    !

    version 12.3

    no service password-encryption

    !

    hostname HQ

    !

    enable secret 5 $1$wHm1$CfZzOswRtiki8NOWUMQ491

    !

  • 7/22/2019 142739003 Ccna2 Labs Answers

    39/69

    CCNA ExplorationRouting Protocols and Concepts: RIPv2 Ch7 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 11

    ip ssh version 1

    no ip domain-lookup

    !

    interface FastEthernet0/0

    description HQ LAN1

    ip address 10.2.0.225 255.255.255.248

    duplex auto

    speed auto

    !

    interface FastEthernet0/1

    description HQ LAN2

    ip address 10.2.0.233 255.255.255.248

    duplex auto

    speed auto

    !

    interface Serial0/0/0

    description Link to ISP

    ip address 209.165.201.2 255.255.255.252

    !

    interface Serial0/0/1

    description Link to B1

    ip address 172.17.1.225 255.255.255.252

    clock rate 64000

    !

    interface Serial0/1/0

    description Link to B2

    ip address 172.17.1.229 255.255.255.252

    clock rate 64000

    !

    interface Serial0/1/1

    description Link to B3ip address 172.17.1.233 255.255.255.252

    clock rate 64000

    !

    interface Ethernet1/0

    no ip address

    duplex auto

    speed auto

  • 7/22/2019 142739003 Ccna2 Labs Answers

    40/69

    CCNA ExplorationRouting Protocols and Concepts: RIPv2 Ch7 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 11

    shutdown

    !

    interface Vlan1

    no ip address

    shutdown

    !

    router rip

    version 2

    passive-interface FastEthernet0/0

    passive-interface FastEthernet0/1

    passive-interface Serial0/0/0

    network 10.0.0.0

    network 172.17.0.0

    default-information originate

    no auto-summary

    !

    ip classless

    ip route 0.0.0.0 0.0.0.0 Serial0/0/0

    !

    banner motd ^C

    ********************************

    !!!AUTHORIZED ACCESS ONLY!!!

    ********************************

    ^C

    line con 0

    password cisco

    login

    line vty 0 4

    password cisco

    login

    !end

    Final Configuration for B1:

    B1#show run

    Building configuration...

    Current configuration : 928 bytes

    !

  • 7/22/2019 142739003 Ccna2 Labs Answers

    41/69

    CCNA ExplorationRouting Protocols and Concepts: RIPv2 Ch7 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 7 of 11

    version 12.3

    no service password-encryption

    !

    hostname B1

    !

    enable secret 5 $1$46Cv$jh0/hzODP9gCdtE1vm0yy0

    !

    ip ssh version 1

    no ip domain-lookup

    !

    interface FastEthernet0/0

    description B1 LAN1

    ip address 10.2.0.1 255.255.255.192

    duplex auto

    speed auto

    !

    interface FastEthernet0/1

    description B1 LAN2

    ip address 10.2.0.65 255.255.255.192

    duplex auto

    speed auto

    !

    interface Serial0/0/0

    description Link to HQ

    ip address 172.17.1.226 255.255.255.252

    !

    interface Serial0/0/1

    no ip address

    shutdown

    !

    interface Vlan1no ip address

    shutdown

    !

    router rip

    version 2

    passive-interface FastEthernet0/0

    passive-interface FastEthernet0/1

  • 7/22/2019 142739003 Ccna2 Labs Answers

    42/69

    CCNA ExplorationRouting Protocols and Concepts: RIPv2 Ch7 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 8 of 11

    network 10.0.0.0

    network 172.17.0.0

    no auto-summary

    !

    ip classless

    !

    banner motd ^C

    ********************************

    !!!AUTHORIZED ACCESS ONLY!!!

    ********************************

    ^C

    line con 0

    password cisco

    login

    line vty 0 4

    password cisco

    login

    !

    end

    Final Configuration for B2:

    B2#show run

    Building configuration...

    Current configuration : 947 bytes

    !

    version 12.3

    no service password-encryption

    !

    hostname B2

    !

    enable secret 5 $1$fBxd$FiVHgJMH1xOINpRCQx/JG1!

    ip ssh version 1

    no ip domain-lookup

    !

    interface FastEthernet0/0

    description Link to B2 LAN1

    ip address 10.2.0.129 255.255.255.224

  • 7/22/2019 142739003 Ccna2 Labs Answers

    43/69

    CCNA ExplorationRouting Protocols and Concepts: RIPv2 Ch7 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 9 of 11

    duplex auto

    speed auto

    !

    interface FastEthernet0/1

    description Link to B2 LAN2

    ip address 10.2.0.161 255.255.255.224

    duplex auto

    speed auto

    !

    interface Serial0/0/0

    description Link to HQ

    ip address 172.17.1.230 255.255.255.252

    !

    interface Serial0/0/1

    no ip address

    shutdown

    !

    interface Vlan1

    no ip address

    shutdown

    !

    router rip

    version 2

    passive-interface FastEthernet0/0

    passive-interface FastEthernet0/1

    network 10.0.0.0

    network 172.17.0.0

    no auto-summary

    !

    ip classless

    !banner motd ^C

    ********************************

    !!!AUTHORIZED ACCESS ONLY!!!

    ********************************

    ^C

    line con 0

    password cisco

  • 7/22/2019 142739003 Ccna2 Labs Answers

    44/69

    CCNA ExplorationRouting Protocols and Concepts: RIPv2 Ch7 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 10 of 11

    login

    line vty 0 4

    password cisco

    login

    !

    end

    Final Configuration for B3:

    B3#show run

    Building configuration...

    Current configuration : 931 bytes

    !

    version 12.3

    no service password-encryption

    !

    hostname B3

    !

    enable secret 5 $1$59uL$EREhV4wcr3zky.jAIjfmP0

    !

    ip ssh version 1

    no ip domain-lookup

    !

    interface FastEthernet0/0

    description B3 LAN1

    ip address 10.2.0.193 255.255.255.240

    duplex auto

    speed auto

    !

    interface FastEthernet0/1

    description B3 LAN2

    ip address 10.2.0.209 255.255.255.240duplex auto

    speed auto

    !

    interface Serial0/0/0

    description Link to HQ

    ip address 172.17.1.234 255.255.255.252

    !

  • 7/22/2019 142739003 Ccna2 Labs Answers

    45/69

    CCNA ExplorationRouting Protocols and Concepts: RIPv2 Ch7 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 11 of 11

    interface Serial0/0/1

    no ip address

    shutdown

    !

    interface Vlan1

    no ip address

    shutdown

    !

    router rip

    version 2

    passive-interface FastEthernet0/0

    passive-interface FastEthernet0/1

    network 10.0.0.0

    network 172.17.0.0

    no auto-summary

    !

    ip classless

    !

    banner motd ^C

    ********************************

    !!!AUTHORIZED ACCESS ONLY!!!

    ********************************

    ^C

    line con 0

    password cisco

    login

    line vty 0 4

    password cisco

    login

    !

    end

  • 7/22/2019 142739003 Ccna2 Labs Answers

    46/69

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

    Ch8 - Packet Tracer Skills Integration Challenge (Instructor Version)

    Topology Diagram

  • 7/22/2019 142739003 Ccna2 Labs Answers

    47/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    48/69

    CCNA ExplorationRouting Protocols and Concepts: The Routing Table: A Closer Look Ch8 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 7

    Addressing Table for R2

    Device Interface IP Address Subnet Mask

    S0/0/0 172.20.8.1 255.255.255.252

    S0/0/1 172.20.8.5 255.255.255.252

    S0/1/0 172.20.8.9 255.255.255.252R2

    S0/1/1 209.165.201.10 255.255.255.252

    Fa0/0 172.20.0.1 255.255.255.0

    Fa0/1 172.20.1.1 255.255.255.0

    Fa1/0 172.20.2.1 255.255.255.0

    Fa1/1 172.20.3.1 255.255.255.0

    B1-R2

    S0/0/0 172.20.8.2 255.255.255.252

    Fa0/0 172.20.4.1 255.255.255.128

    Fa0/1 172.20.4.129 255.255.255.128

    Fa1/0 172.20.5.1 255.255.255.128

    Fa1/1 172.20.5.129 255.255.255.128

    B2-R2

    S0/0/0 172.20.8.6 255.255.255.252

    Fa0/0 172.20.6.1 255.255.255.192

    Fa0/1 172.20.6.65 255.255.255.192

    Fa1/0 172.20.6.129 255.255.255.192

    Fa1/1 172.20.6.193 255.255.255.192

    B3-R2

    S0/0/0 172.20.8.10 255.255.255.252

    S0/0/0 209.165.201.6 255.255.255.252

    S0/0/1 209.165.201.9 255.255.255.252ISP-R2

    Fa0/0 209.165.200.229 255.255.255.252

    Web Server 2 NIC 209.165.200.230 255.255.255.252

    Introduction:

    This activity focuses on subnetting skills with VLSM, basic device configurations, RIPv2 routing and static routing.Once you have configured all devices, you will test for end to end connectivity and examine your configuration.

    Objectives

    Design and document an addressing scheme based on requirements.

    Apply a basic configuration to the devices.

    Configure static routing between ISP routers.

    Configure RIPv2 routing in both regions.Disable RIP updates on appropriate interfaces.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    49/69

    CCNA ExplorationRouting Protocols and Concepts: The Routing Table: A Closer Look Ch8 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 7

    Configure default routes and redistribute through RIP.

    Verify full connectivity between all devices in the topology.

    Task 1: Design and document an addressing scheme.

    Step 1: Design an addressing scheme.

    Using the topology and the following requirements, design an addressing scheme:

    The WAN links between R1 and R2 and their respective ISP routers are already configured. Also, thelinks between the ISPs and the Web Servers are already configured.

    The address space for Region 1 is 10.1.0.0/16. Each branch router (B1-R1, B2-R1, and B3-R1) should beallotted address space based on the following requirements. Starting with the largest requirement, assignaddress space to each router.

    B1-R1 needs space for 16,000 ____________________ 10.1.0.0/18

    B2-R1 needs space for 8,000 hosts ____________________ 10.1.64.0/19

    B3-R1 needs space for 4,000 hosts ____________________ 10.1.96.0/20

    Divide the address space for each branch router into four equal subnets. Record the subnets in the tablebelow.

    RouterSubnetNumber

    Subnet Address

    B1-R1 Fa0/0 0 10.1.0.0/20

    B1-R1 Fa0/1 1 10.1.16.0/20

    B1-R1 Fa1/0 2 10.1.32.0/20

    B1-R1 Fa1/1 3 10.1.48.0/20

    Router SubnetNumber

    Subnet Address

    B2-R1 Fa0/0 0 10.1.64.0/21

    B2-R1 Fa0/1 1 10.1.72.0/21

    B2-R1 Fa1/0 2 10.1.80.0/21

    B2-R1 Fa1/1 3 10.1.88.0/21

    RouterSubnetNumber

    Subnet Address

    B3-R1 Fa0/0 0 10.1.96.0/22

    B3-R1 Fa0/1 1 10.1.100.0/22

    B3-R1 Fa1/0 2 10.1.104.0/22

    B3-R1 Fa1/1 3 10.1.108.0/22

  • 7/22/2019 142739003 Ccna2 Labs Answers

    50/69

    CCNA ExplorationRouting Protocols and Concepts: The Routing Table: A Closer Look Ch8 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 7

    For the WANs in Region 1, subnet the address space 10.1.128.0/28. Assign B1-R1 to R1 the first subnet,B2-R1 to R1, the second and B3-R1 to R1 the third. Record the subnets.

    RouterSubnetNumber

    Subnet Address

    B1-R1 R1 0 10.1.128.0/30

    B2-R1 R1 1 10.1.128.4/30

    B3-R1 R1 2 10.1.128.8/30

    The address space for Region 2 is 172.20.0.0/16. Each branch router (B1-R2, B2-R2, and B3-R2) shouldbe allotted address space based on the following requirements. Starting with the largest requirement,assign address space to each router.

    B1-R2 needs space for 1,000 hosts ____________________ 172.20.0.0/22

    B2-R2 needs space for 500 hosts ____________________ 172.20.4.0/23

    B3-R2 needs space for 200 hosts ____________________ 172.20.6.0/24

    Divide the address space for each branch router into four equal subnets. Record the subnets in the tablebelow.

    RouterSubnetNumber

    Subnet Address

    B1-R2 Fa0/0 0 172.20.0.0/24

    B1-R2 Fa0/1 1 172.20.1.0/24

    B1-R2 Fa1/0 2 172.20.2.0/24

    B1-R2 Fa1/1 3 172.20.3.0/24

    RouterSubnetNumber

    Subnet Address

    B2-R2 Fa0/0 0 172.20.4.0/25

    B2-R2 Fa0/1 1 172.20.4.128/25

    B2-R2 Fa1/0 2 172.20.5.0/25

    B2-R2 Fa1/1 3 172.20.5.128/25

    RouterSubnetNumber Subnet Address

    B3-R2 Fa0/0 0 172.20.6.0/26

    B3-R2 Fa0/1 1 172.20.6.64/26

    B3-R2 Fa1/0 2 172.20.6.128/26

    B3-R2 Fa1/1 3 172.20.6.192/26

  • 7/22/2019 142739003 Ccna2 Labs Answers

    51/69

    CCNA ExplorationRouting Protocols and Concepts: The Routing Table: A Closer Look Ch8 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 7

    For the WANs in Region 2, subnet the address space 172.20.8.0/28. Assign B1-R2 to R2 the first subnet,B2-R2 to R2, the second and B3-R2 to R2 the third. Record the subnets in the table below.

    RouterSubnetNumber

    Subnet Address

    B1-R2 R2 0 172.20.8.0/30

    B2-R2 R2 1 172.20.8.4/30

    B3-R2 R2 2 172.20.8.8/30

    Step 2: Document the addressing scheme.

    Document the IP addresses and subnet masks. Assign the first IP address to the router interface.

    For the WAN links, assign the first IP address to R1 and R2 for links to each routers perspective B1, B2,and B3 routers.

    Task 2: App ly a basic configuration.

    Using your documentation, configure the routers with basic configurations including addressing and hostnames.Use ciscoas the line passwords and classas the secret password. Use 64000 as the clock rate.

    Task 3: Configure static rout ing between ISP routers.

    Each ISP router already has two static routes to the other ISP routers directly connected WANs. Implement staticrouting on each ISP router to insure connectivity between the two regions.

    Task 4: Configure RIPv2 routing in both regions.

    Configure all routers in both regions with RIPv2 as the dynamic routing protocol. Disable automatic

    summarization.

    Task 5: Disable RIP updates on appropriate interfaces.

    RIP updates do not need to be sent out all the router interfaces. Disable RIP updates on appropriate interfaces.

    Task 6: Configure default routes and redistribute through RIP.

    In Region 1, determine which router needs a default route. Configure a default route on that router andthen configure that router to redistribute the default route to other routers in the region.

    In Region 2, determine which router needs a default route. Configure a default route on that router andthen configure that router to redistribute the default route to other routers in the region.

    Task 7: Verify full connectivity between all devices in the topology.

    Step 1: Test connectivity.

    You should now have end-to-end connectivity. Use ping to test connectivity across the network. Eachrouter should be able to ping all other router interfaces and both Web Servers.

    Troubleshoot until pings are successful.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    52/69

    CCNA ExplorationRouting Protocols and Concepts: The Routing Table: A Closer Look Ch8 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 7 of 7

    Step 2: Examine the configuration.

    Use verification commands to make sure your configurations are complete.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    53/69

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 4

    Ch9 - Packet Tracer Skills Integration Challenge (Instructor Version)

    Topology Diagram

    Introduction:

    This Packet Tracer Skills Integration Challenge Activity is similar to the activities you created for Chapter 7,"RIPv2". The scenario is slightly different, to allow you to better practice your skills. In this activity, you builda network from the ground up. Starting with a given address space and network requirements, you mustimplement a network design that satisfies the specifications. Then implement an effective EIGRP routingconfiguration, manually summarize routes, fine-tune EIGRP metrics and timers, and configure static anddefault routing for Internet access.

    Objectives:

    Design and document an addressing scheme based on requirements.

    Apply a basic configuration to the devices.

    Test connectivity between directly connected devices.

    Configure and verify EIGRP routing.

    Configure EIGRP summary routes.

    Fine-tune EIGRP.

    Configure static and default routing for Internet access.

    Verify full connectivity between all devices in the topology.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    54/69

    CCNA ExplorationRouting Protocols and Concepts: EIGRP Ch9 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 4

    Addressing Table

    Device Interface IP Address Subnet Mask Default Gateway

    Fa0/0 10.1.35.129 255.255.255.224 N/A

    Fa0/1 10.1.35.161 255.255.255.224 N/A

    S0/0/0 209.165.201.2 255.255.255.252 N/A

    S0/0/1 172.20.0.1 255.255.255.252 N/A

    S0/1/0 172.20.0.5 255.255.255.252 N/A

    HQ

    S0/1/1 172.20.0.9 255.255.255.252 N/A

    Fa0/0 10.1.32.1 255.255.255.0 N/A

    Fa0/1 10.1.33.1 255.255.255.0 N/A

    S0/0/0 172.20.0.2 255.255.255.252 N/AB1

    S0/0/1 172.20.0.13 255.255.255.252 N/A

    Fa0/0 10.1.34.1 255.255.255.128 N/A

    Fa0/1 10.1.34.129 255.255.255.128 N/A

    S0/0/0 172.20.0.6 255.255.255.252 N/A

    S0/0/1 172.20.0.14 255.255.255.252 N/A

    B2

    S0/1/0 172.20.0.17 255.255.255.252 N/A

    Fa0/0 10.1.35.1 255.255.255.192 N/A

    Fa0/1 10.1.35.65 255.255.255.192 N/A

    S0/0/0 172.20.0.10 255.255.255.252 N/AB3

    S0/0/1 172.20.0.18 255.255.255.252 N/A

    Fa0/0 209.165.202.129 255.255.255.252 N/AISP

    S0/0/0 209.165.201.1 255.255.255.252 N/A

    WebServer

    NIC 209.165.202.130 255.255.255.252 209.165.202.129

    PC1 NIC 10.1.32.254 255.255.255.0 10.1.32.1

    PC2 NIC 10.1.33.254 255.255.255.0 10.1.33.1

    PC3 NIC 10.1.34.126 255.255.255.128 10.1.34.1

    PC4 NIC 10.1.34.254 255.255.255.128 10.1.34.129

    PC5 NIC 10.1.35.62 255.255.255.192 10.1.35.1

    PC6 NIC 10.1.35.126 255.255.255.192 10.1.35.65

    PC7 NIC 10.1.35.158 255.255.255.224 10.1.35.129

    PC8 NIC 10.1.35.190 255.255.255.224 10.1.35.161

  • 7/22/2019 142739003 Ccna2 Labs Answers

    55/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    56/69

    CCNA ExplorationRouting Protocols and Concepts: EIGRP Ch9 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 4

    Step 2: Veri fy EIGRP.

    Use verification commands to check your configuration. All routers should be converged on all the10.1.32.0/22 and 172.20.0.0/27 subnets.

    Step 3: Summarize the routes.

    Manually summarize routes advertised for the LANs, on all routers except ISP, using an administrativedistance of 5, so that only one route is sent via EIGRP.

    NOTE:The current version of Packet Tracer allows the configuration of the summary command.However, the routing tables will still display as if summarization has not been configured. This is a knownbug that will be addressed in a future release.

    Task 5: Fine-tune EIGRP.

    Step 1: Adjust bandwidth values used to calculate metrics.

    The links between the branch routers (B1 to B2 and B2 to B3) are for backup purposes only. Configurethe bandwidth values to 64 kbps so that EIGRP does not equal-cost load across the T1 links to HQ and

    the backup links to the neighboring branch router.

    Step 2: Adjust hello in tervals for the slower links.

    Change the hello intervals for the 64 kbps links to 60 seconds.

    Task 6: Configure Static and Default Routing.

    Since Packet Tracer does not support redistribution of default routes, all routers except ISP will need adefault route configured.

    Task 7: Test Connectivity and Examine the Configuration.

    Test connectivity and examine the configuration.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    57/69

    CCNA ExplorationRouting Protocols and Concepts: EIGRP 9.7.1: Packet tracer Skills Integration Challenge Activity

    Step 2: Veri fy EIGRP.

    Use verification commands to check your configuration. All routers should be converged on all the10.1.32.0/22 and 172.20.0.0/27 subnets.

    Task 6: Fine-tune EIGRP.

    Step 1: Adjust bandwidth values used to calculate metrics.

    The links between the branch routers (B1 to B2 and B2 to B3) are for back up purposes only. Configurethe bandwidth values to 64 kbps so that EIGRP does not equal-cost load across the T1 links to HQ andthe backup links to the neighboring branch router.

    Step 2: Adjust hello in tervals for the slower links.

    Change the hello intervals for the 64 kbps links to 60 seconds.

    Task 7: Configure Static and Default Routing.

    Since Packet Tracer does not support redistribution of default routes, all routers except ISP will need adefault route configured.

    Task 8: Test Connectivity and Examine the Configuration.

    Test connectivity and examine the configuration.

    All contents are Copyright 2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 5

  • 7/22/2019 142739003 Ccna2 Labs Answers

    58/69

    All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 7

    10.3.1: Packet Tracer Skills Integration Challenge Activity (Instructor Version)

    Topology Diagram

  • 7/22/2019 142739003 Ccna2 Labs Answers

    59/69

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

    Ch10 - Packet Tracer Skills Integration Challenge (Instructor Version)

    Topology Diagram

  • 7/22/2019 142739003 Ccna2 Labs Answers

    60/69

    CCNA ExplorationRouting Protocols and Concepts: Link-State Routing Protocols Ch10 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 7

    Addressing Table for R1

    Device Interface IP Address Subnet Mask

    S0/0/0 10.1.64.1 255.255.255.252S0/0/1 10.1.64.5 255.255.255.252

    S0/1/0 10.1.64.9 255.255.255.252R1

    S0/1/1 209.165.201.2 255.255.255.252

    Fa0/0 10.1.0.1 255.255.248.0

    Fa0/1 10.1.8.1 255.255.248.0

    Fa1/0 10.1.16.1 255.255.248.0

    Fa1/1 10.1.24.1 255.255.248.0

    B1-R1

    S0/0/0 10.1.64.2 255.255.255.252

    Fa0/0 10.1.32.1 255.255.252.0

    Fa0/1 10.1.36.1 255.255.252.0

    Fa1/0 10.1.40.1 255.255.252.0

    Fa1/1 10.1.44.1 255.255.252.0

    B2-R1

    S0/0/0 10.1.64.6 255.255.255.252

    Fa0/0 10.1.48.1 255.255.254.0

    Fa0/1 10.1.50.1 255.255.254.0

    Fa1/0 10.1.52.1 255.255.254.0

    Fa1/1 10.1.54.1 255.255.254.0

    B3-R1

    S0/0/0 10.1.64.10 255.255.255.252

    S0/0/0 209.165.201.1 255.255.255.252

    S0/0/1 209.165.201.5 255.255.255.252ISP-R1

    Fa0/0 209.165.200.225 255.255.255.252

    Web Server 1 NIC 209.165.200.226 255.255.255.252

  • 7/22/2019 142739003 Ccna2 Labs Answers

    61/69

    CCNA ExplorationRouting Protocols and Concepts: Link-State Routing Protocols Ch10 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 7

    Addressing Table for R2

    Device Interface IP Address Subnet Mask

    S0/0/0 172.20.4.1 255.255.255.252

    S0/0/1 172.20.4.5 255.255.255.252

    S0/1/0 172.20.4.9 255.255.255.252R2

    S0/1/1 209.165.201.10 255.255.255.252

    Fa0/0 172.20.0.1 255.255.255.128

    Fa0/1 172.20.0.129 255.255.255.128

    Fa1/0 172.20.1.1 255.255.255.128

    Fa1/1 172.20.1.129 255.255.255.128

    B1-R2

    S0/0/0 172.20.4.2 255.255.255.252

    Fa0/0 172.20.2.1 255.255.255.192

    Fa0/1 172.20.2.65 255.255.255.192

    Fa1/0 172.20.2.129 255.255.255.192

    Fa1/1 172.20.2.193 255.255.255.192

    B2-R2

    S0/0/0 172.20.4.6 255.255.255.252

    Fa0/0 172.20.3.1 255.255.255.224

    Fa0/1 172.20.3.33 255.255.255.224

    Fa1/0 172.20.3.65 255.255.255.224

    Fa1/1 172.20.3.97 255.255.255.224

    B3-R2

    S0/0/0 172.20.4.10 255.255.255.252

    S0/0/0 209.165.201.6 255.255.255.252

    S0/0/1 209.165.201.9 255.255.255.252ISP-R2

    Fa0/0 209.165.200.229 255.255.255.252

    Web Server 2 NIC 209.165.200.230 255.255.255.252

    Objectives

    Design and document an addressing scheme based on requirements.

    Apply a basic configuration to the devices.

    Configure static routing between ISP routers.

    Configure EIGRP routing in Region 1 and RIPv2 routing Region 2.

    Disable routing updates on appropriate interfaces.

    Configure and redistribute default routes.

    Verify full connectivity between all devices in the topology.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    62/69

    CCNA ExplorationRouting Protocols and Concepts: Link-State Routing Protocols Ch10 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 7

    Task 1: Design and document an addressing scheme.

    Step 1: Design an addressing scheme.

    Using the topology and the following requirements, design an addressing scheme:

    The WAN links between R1 and R2 and their respective ISP routers are already configured. Also,the links between the ISPs and the Web Servers are already configured.

    The address space for Region 1 is 10.1.0.0/16. Each branch router (B1-R1, B2-R1, and B3-R1)should be allotted address space based on the following requirements. Starting with the largestrequirement, assign address space to each router

    B1-R1 needs space for 8,000 hosts ____________________ 10.1.0.0/19

    B2-R1 needs space for 4,000 hosts ____________________ 10.1.32.0/20

    B3-R1 needs space for 2,000 hosts ____________________ 10.1.48.0/21

    Divide the address space for each branch router into four equal subnets. Record the subnets inthe table below.

    Router SubnetNumber

    Subnet Address

    B1-R1 Fa0/0 0 10.1.0.0/21

    B1-R1 Fa0/1 1 10.1.8.0/21

    B1-R1 Fa1/0 2 10.1.16.0/21

    B1-R1 Fa1/1 3 10.1.24.0/21

    RouterSubnetNumber

    Subnet Address

    B2-R1 Fa0/0 0 10.1.32.0/22

    B2-R1 Fa0/1 1 10.1.36.0/22

    B2-R1 Fa1/0 2 10.1.40.0/22

    B2-R1 Fa1/1 3 10.1.44.0/22

    RouterSubnetNumber

    Subnet Address

    B3-R1 Fa0/0 0 10.1.48.0/23

    B3-R1 Fa0/1 1 10.1.50.0/23B3-R1 Fa1/0 2 10.1.52.0/23

    B3-R1 Fa1/1 3 10.1.54.0/23

    For the WANs in Region 1, subnet the address space 10.1.64.0/28. Record the subnets in thetable below.

    RouterSubnetNumber

    Subnet Address

    B1-R1 R1 0 10.1.64.0/30

  • 7/22/2019 142739003 Ccna2 Labs Answers

    63/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    64/69

    CCNA ExplorationRouting Protocols and Concepts: Link-State Routing Protocols Ch10 - Packet Tracer Skills Integration Challenge

    All contents are Copyright 2007-2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 7

    RouterSubnetNumber

    Subnet Address

    B2-R2 R2 1 172.20.4.4/30

    B3-R2 R2 2 172.20.4.8/30

    Step 2: Document the addressing scheme.

    Optional: On the topology, label each subnet. To save space, use only the last two octets sinceonly these octets change.

    Use the table provided in the printed instructions to document the IP addresses and subnetmasks. Assign the first IP address to the router interface.

    For the WAN links, assign the first IP address to R1 and R2 for links to each routers perspectiveB1, B2, and B3 routers.

    Task 2: Apply a basic con figuration.Using your documentation, configure the routers with basic configurations including addressing. Useciscoas the line passwords and classas the secret password. Use 64000 as the clock rate.

    Task 3: Configure static routing between ISP routers.

    Each ISP router already has two static routes to the other ISP routers directly connected WANs.Implement static routing on each ISP router to insure connectivity between the two regions.

    Task 4: Configure EIGRP routing in Region 1 and RIPv2 routing Region 2.

    Step 1: Configure EIGRP routing in Region 1.

    Configure all routers in Region 1 (R1, B1-R1, B2-R1, and B3-R1) with EIGRP as the dynamic routingprotocol.

    Use 1 as the process ID for EIGRP

    Disable automatic summarization

    Manually summarize routes advertised by the branch routers to R1 so that only one route is sent(NOTE: The current version of Packet Tracer allows the configuration of the summary command.However, the routing tables will still display as if summarization has not been configured. This is aknown bug that will be addressed in a future release.)

    Configure the hello intervals on the branch routers to 30 seconds.

    Step 2: Configure RIPv2 routing Region 2.

    Configure all routers in Region 2 (R2, B1-R2, B2-R2, and B3-R2) with RIPv2 as the dynamic routingprotocol. Disable automatic summarization.

    Task 5: Disable routing updates on appropriate interfaces.

    Routing updates do not need to be sent out all the router interfaces. Disable routing updates onappropriate interfaces.

  • 7/22/2019 142739003 Ccna2 Labs Answers

    65/69

  • 7/22/2019 142739003 Ccna2 Labs Answers

    66/69

    Ch11 - Packet Tracer Skills Integration Challenge (Instructor Version)

    Topology Diagram

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

  • 7/22/2019 142739003 Ccna2 Labs Answers

    67/69

    CCNA ExplorationRouting Protocols and Concepts: OSPF Ch11 - Packet Tracer Skills Integration Challenge

    Addressing Table

    Device Interface IP Address Subnet Mask

    Fa0/0 10.10.10.1 255.255.255.248R1

    Loopback0 1.1.1.1 255.255.255.255

    Fa0/0 10.10.10.2 255.255.255.248

    Fa0/1 172.16.40.1 255.255.252.0R2

    S0/0/0 172.16.52.130 255.255.255.252

    Fa0/0 10.10.10.3 255.255.255.248R3

    Fa0/1 172.16.50.1 255.255.254.0

    Fa0/0 10.10.10.4 255.255.255.248

    Fa0/1 172.16.52.1 255.255.255.128R4

    S0/0/0 172.16.52.133 255.255.255.252

    Fa0/0 172.16.44.1 255.255.252.0

    Fa0/1 172.16.0.1 255.255.224.0R5

    S0/0/0 172.16.52.129 255.255.255.252

    Fa0/0 172.16.48.1 255.255.254.0

    Fa0/1 172.16.32.1 255.255.248.0R6

    S0/0/0 172.16.52.134 255.255.255.252

    Learning Objectives:

    Design and document an addressing scheme based on requirements.

    Apply a basic configuration to the devices.

    Configure a Routers Priority and RID's

    Configure OSPF routing

    Disable routing updates on appropriate interfaces.

    Verify full connectivity between all devices in the topology.

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 4

  • 7/22/2019 142739003 Ccna2 Labs Answers

    68/69

    CCNA ExplorationRouting Protocols and Concepts: OSPF Ch11 - Packet Tracer Skills Integration Challenge

    Task 1: Design and document an addressing scheme

    Use the 172.16.0.0/16 to create an efficient addressing scheme that meets the following requirements:(Start with the largest network and move to the smallest. Address the WAN link from R5 to R2 first, thenthe link between R4 to R6.)

    Hostname Interface Number of Hosts

    R2 Fa0/1 1000

    R3 Fa0/1 400

    R4 Fa0/1 120

    R5 Fa0/1 6000

    R5 Fa0/0 800

    R6 Fa0/1 2000

    R6 Fa0/0 500

    NOTE: Interface Fa0/0 has been preconfigured on R1, R2, R3, and R4.

    Task 2: App ly a basic con figuration.

    On each router use the following chart to complete the basic router configurations.Also, be sure toconfigure addressing and hostnames. The first IP for each subnet should be assigned to the routerinterface. (R5 gets the first IP in its link with R2. R4 gets the first IP in its link with R6.)

    ConsolePassword

    VTYPassword

    EnableSecretPassword

    Clockrate (ifapplicable)

    cisco cisco cisco 56000

    Task 3: Configure Single-Area OSPF routing

    Step 1:Configure OSPF (process ID 1) routing on each Router.Step 2:Verify that all routes were learned.

    Task 4: Fine-tuning OSPF

    Step 1: Use the following guidelines to set the OSPF priority::

    R1 will never participate in a DR/BDR election. R2 will always become the DR R3 and R4 will both have the same priority of 100. R4 Should always become the BDR

    NOTE: ALL PRIORITIES SHOULD BE SET ON FA0/0

    Step 2:Use Shutdown/No Shutdown on interfaces to force a BR/DR election.

    All contents are Copyright 20072009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 4

  • 7/22/2019 142739003 Ccna2 Labs Answers

    69/69