Você está na página 1de 4

Exploration Routing: EIGRP Skills Based Assessment

Exam Objectives
Completion of this exam requires the following tasks: Subnet an address space with given requirements Assign appropriate addresses to interfaces and document them in the address table below Cable the network according to the diagram Erase the startup configuration and reload a router to the default state. Configure EIGRP routing on all routers. Configure and propagate a default static route. Verify EIGRP operation. Test and verify full connectivity. Reflect upon and document the network implementation.

Scenario
In this lab, you will be given a summarized address which you will use to create an efficient addressing scheme to accommodate all hosts on the network. A combination of EIGRP and a static default route will be

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

Page 1 of 4

CCNA Exploration Routing Protocols and Concepts

Exploration Routing: EIGRP Skills Based Assessment

required so that hosts on networks not directly connected can communicate. You have completed this lab when each host can ping the each other.

Task 1: Create an Addressing Scheme.


Step 1: Use the 192.168.156.0/22 address to create an addressing scheme to accommodate all hosts on the network. Begin the address assignments with the 192.168.157.0 address. Document all subnet addresses in Table 1. Table 1 Device HQ Interface Fa0/0 Fa0/1 S0/0/1 S0/0/0 Fa0/0 Fa0/1 S0/0/1 Fa0/0 Fa0/1 S0/0/0 Number of Subnet Subnet Mask Hosts 90 192.168.158.0 255.255.255.128 60 192.168.158.128 255.255.255.192 2 192.168.159.96 255.255.255.252 2 192.168.159.100 255.255.255.252 30 192.168.159.64 255.255.255.224 60 192.168.158.192 255.255.255.192 2 192.168.159.104 255.255.255.252 128 192.168.157.0 255.255.255.0 60 192.168.159.0 255.255.255.192 2 192.168.159.108 255.255.255.252 **********UNNEEDED**********

Remote1 Remote2

Step 2: Document router interface and PC addresses in Table 2 . Assign the last usable IP address of each subnet to each PC. Table 2 Device HQ Interface Fa0/0 90 Fa0/1 60/1 S0/0/1 2/1 S0/0/0 2/2 Lo0 Fa0/0 30 Fa0/1 60/2 S0/0/1 2/3 Fa0/0 128 Fa0/1 60/3 S0/0/0 2/4 Ethernet Ethernet Ethernet Ethernet Ethernet Ethernet IP Address 192.168.158.1 192.168.158.129 192.168.159.97 192.168159.101 189.54.69.254 192.168.159.65 192.168.158.193 192.168.159.98 192.168.157.1 192.168.159.1 192.168.159.102 192.168.158.126 192.168.158.190 192.168.159.94 192.168.158.254 192.168.159.62 192.168.157.254 Subnet Mask 255.255.255.128 255.255.255.192 255.255.255.252 255.255.255.252 255.255.255.252 255.255.255.224 255.255.255.192 255.255.255.252 255.255.255.0 255.255.255.192 255.255.255.252 255.255.255.128 255.255.255.192 255.255.255.224 255.255.255.192 255.255.255.192 255.255.255.0 Default Gateway 0.0.0.127 0.0.0.63 0.0.0.3 0.0.0.3 0.0.0.3 0.0.0.31 0.0.0.63 0.0.0.3 0.0.0.255 0.0.0.63 0.0.0.3 192.168.158.1 192.168.158.129 192.168.159.65 192.168.158.193 192.168.159.1 192.168.157.1

Remote1

Remote2 PC1 PC2 PC3 PC4 PC5 PC6

Step 3: Cable and configure the network based on the diagram and the addressing scheme you created in the previous step. Assign the last usable host address of each subnet to each PC.

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

Page 2 of 4

CCNA Exploration Routing Protocols and Concepts

Exploration Routing: EIGRP Skills Based Assessment

Instructors Initial ______

Task 2: Configure EIGRP with Process ID 1 using Wildcard Masks.


Step 1: Configure EIGRP on the HQ router and advertise all directly connected networks except the loopback interface. Advertise the network along with a wildcard mask for the appropriate subnet.

router eigrp 1 network 192.168.158.0 0.0.0.63 network 192.168.159.0 0.0.0.3 no auto-summary

Step 2: Configure EIGRP on the Remote1 router and advertise all directly connected networks. Advertise the network along with a wildcard mask for the appropriate subnet.

router eigrp 1 network 192.168.158.0 0.0.0.63 network 192.168.159.0 0.0.0.3 no auto-summary


Step 3: Configure EIGRP on the Remote2. Advertise the network along with a wildcard mask for the appropriate subnet.

router eigrp 1 network 192.168.157.0 0.0.0.255 network 192.168.159.0 0.0.0.3 no auto-summary


Instructors Initial ______

Task 3: Discontiguous Networks.


Step 1: Configure each router so that subnet mask information about each network is propagated within the EIGRP updates.

no auto-summary
Step 2: Verify that each router has a path to each network in the autonomous system.

Instructors Initial ______

Task 4: Static Default Route


Step 1: Configure a static default route on the HQ router to the loopback interface.

ip route 0.0.0.0 0.0.0.0 loop 0 router eigrp 44


Page 3 of 4

Step 2: Propagate the static default route in the HQ routing update.

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

CCNA Exploration Routing Protocols and Concepts

Exploration Routing: EIGRP Skills Based Assessment

redistribute static Sh ip route on remote1 and Remote2

Step 3: Verify that the static default route is received by the Remote1 and Remote2 routers.

Step 4: Ping the loop back interface on the ISP router from each host. 192.168.158.1 192.168.158.129 192.168.159.65 192.168.158.193 192.168.159.1 192.168.157.1 Was PC1 successful? Was PC2 successful? Was PC3 successful? Was PC4 successful? Was PC5 successful? Was PC6 successful? yes yes yes yes yes yes

If you are not successful, troubleshoot configurations using the appropriate show and debug commands.

Instructors Initial ______

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

Page 4 of 4

Você também pode gostar