Sunteți pe pagina 1din 9

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
Interface
Number of
Hosts
Subnet
Subnet Mask
HQ
Fa0/0
90 /25
192.168.158.0
255.255.255.128
Fa0/1
60 /26
192.168.158.12
8
255.255.255.192
S0/0/1
2 /30
192.168.159.96
255.255.255.252
S0/0/0
2 /30
192.168.159.10
0
255.255.255.252
Remote1
Fa0/0
30 /30
192.168.159.64
255.255.255.224
Fa0/1
60 /26
192.168.158.19
2
255.255.255.192
S0/0/1
2 /30
192.168.159.96
255.255.255.252
Remote2
Fa0/0
128 /24
192.168.157.0
255.255.255.0
Fa0/1
60 /26
192.168.159.0
255.255.255.192
S0/0/0
2 /30
192.168.159.10
0
255.255.255.252
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
Interface
IP Address
Subnet Mask
Default Gateway
HQ
Fa0/0
192.168.158.1
255.255.255.128
0.0.0.127
Fa0/1
192.168.158.129
255.255.255.192
0.0.0.63
S0/0/1
192.168.159.97
255.255.255.252
0.0.0.3
S0/0/0
192.168.159.101
255.255.255.252
0.0.0.3
Lo0
189.54.69.254
255.255.255.252
0.0.0.3
Remote1
Fa0/0
192.168.159.65
255.255.255.224
0.0.0.31
Fa0/1
192.168.158.193
255.255.255.192
0.0.0.63
S0/0/1
192.168.159.98
255.255.255.252
0.0.0.3
Remote2
Fa0/0
192.168.157.1
255.255.255.0
0.0.0.255
Fa0/1
192.168.159.1
255.255.255.192
0.0.0.63
S0/0/0
192.168.159.102
255.255.255.252
0.0.0.3
PC1
Ethernet
192.168.158.126
255.255.255.128
192.168.158.1
PC2
Ethernet
192.168.158.190
255.255.255.192
192.168.158.129
PC3
Ethernet
192.168.159.94
255.255.255.224
192.168.159.65
PC4
Ethernet
192.168.158.254
255.255.255.192
192.168.158.193
PC5
Ethernet
192.168.159.62
255.255.255.192
192.168.159.1
All contents are Copyright © 1992–2007 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
PC6
Ethernet
192.168.157.254
255.255.255.0
192.168.157.1
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.
Instructor’s 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.
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.
Step 3: Configure EIGRP on the Remote2.
Advertise the network along with a wildcard mask for the appropriate subnet.
HQ(config)#router eigrp 1
HQ(config-router)#network 192.168.158.1 0.0.0.127
HQ(config-router)#network 192.168.158.129 0.0.0.63
HQ(config-router)#network 192.168.159.97 0.0.0.3
HQ(config-router)#network 192.168.159.101 0.0.0.3
HQ(config-router)#network 192.168.159.102 0.0.0.3
HQ(config-router)#network 192.168.159.98 0.0.0.3
HQ(config-router)#network 192.168.159.65 0.0.0.31
HQ(config-router)#network 192.168.158.193 0.0.0.63
HQ(config-router)#network 192.168.157.1 0.0.0.255
HQ(config-router)#network 192.168.159.1 0.0.0.63
HQ(config-router)#end
interface loopback0
ip address 189….
so shut
end
Instructor’s Initial__ __ __
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 3 of 4

CCNA Exploration
Routing Protocols and Concepts
Exploration Routing: EIGRP Skills Based Assessment
Task 3: Discontiguous Networks.
Step 1: Configure each router so that subnet mask information about each network is propagated
within the EIGRP updates.
Step 2: Verify that each router has a path to each network in the autonomous system.
router eigrp 1
no auto-summary
Instructor’s 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 loopback0
Step 2: Propagate the static default route in the HQ routing update.
router eigrp 1
redistribute static
Step 3: Verify that the static default route is received by the Remote1 and Remote2 routers.
show ip route
Step 4: Ping the loop back interface on the ISP router from each host.
Was PC1 successful?_ __ __ __ _ __ _ Was PC2 successful?_ __ __ __ _ __ _ Was PC3 successful?_ __ __ __ _ __ _
Was PC4 successful?_ __ __ __ _ __ _ Was PC5 successful?_ __ __ __ _ __ _ Was PC6 successful?_ __ __ __ _ __ _
If you are not successful, troubleshoot configurations using the appropriate show anddebug commands.
Instructor’s Initial__ __ __
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 4 of 4

S-ar putea să vă placă și