E2 Lab 9 6 2 Instructor
E2 Lab 9 6 2 Instructor
Topology Diagram
Addressing Table
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 8
CCNA Exploration
Routing Protocols and Concepts: EIGRP Lab 9.6.2: Challenge EIGRP Configuration Lab
Learning Objectives
Upon completion of this lab, you will be able to:
Create an efficient VLSM design given requirements.
Assign appropriate addresses to interfaces and document.
Cable a network according to the Topology Diagram.
Erase the startup configuration and reload a router to the default state.
Configure routers including EIGRP.
Configure and propagate a static default route.
Verify EIGRP operation.
Test and verify full connectivity.
Reflect upon and document the network implementation.
Scenario
In this lab activity, you will be given a network address that must be subnetted using VLSM to complete
the addressing of the network shown in the Topology Diagram. A combination of EIGRP routing and static
routing will be required so that hosts on networks that are not directly connected will be able to
communicate with each other. EIGRP must be configured so that all IP traffic takes the shortest path to
the destination address.
Step 2: Consider the following questions when creating your network design:
How many subnets need to be created from the 172.16.0.0/16 network? _______ 3
How many total IP addresses are required from the 172.16.0.0/16 network? _______ 800
What subnet mask will be used for the HQ LAN subnet? _______________________________________
255.255.254.0 or /23
What is the maximum number of host addresses that could be used on this subnet? _______ 510
What subnet mask will be used for the BRANCH1 LAN subnet?
___________________________________ 255.255.255.0 or /24
What is the maximum number of host addresses that could be used on this subnet? _______ 254
What subnet mask will be used for the BRANCH2 LAN subnet?
___________________________________ 255.255.255.128 or /25
What is the maximum number of host addresses that could be used on this subnet? _______126
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 8
CCNA Exploration
Routing Protocols and Concepts: EIGRP Lab 9.6.2: Challenge EIGRP Configuration Lab
What subnet mask will be used for the links between the three routers? ___________________________
255.255.255.252 or /30
What is the maximum number of host addresses that could be used on each of these subnets? _____ 2
12. Assign the first valid IP address of the BRANCH1 to BRANCH2 link network to the Serial 0/0/1
interface of the BRANCH1 router.
13. Assign the last valid IP address of the BRANCH1 to BRANCH2 link network to the Serial0/0/0
interface of the BRANCH2 router.
Step 2: Document the addresses to be used in the table provided under the Topology Diagram.
Step 1 Cable a network that is similar to the one in the Topology Diagram.
You can use any current router in your lab as long as it has the required interfaces shown in the topology.
Step 1: Configure the interfaces on the HQ, BRANCH1, and BRANCH2 routers.
Configure the interfaces on the HQ, BRANCH1, and BRANCH2 routers with the IP addresses from the
table provided under the Topology Diagram.
When you have finished, be sure to save the running configuration to the NVRAM of the router.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 8
CCNA Exploration
Routing Protocols and Concepts: EIGRP Lab 9.6.2: Challenge EIGRP Configuration Lab
________________________________________ 192.168.1.16
________________________________________ 192.168.1.24
Will these networks need to have the subnet mask information included in the network statements?
__________ yes
What commands are required to enable EGIRP and include the connected networks in the routing
updates?
________________________________________ router eigrp 1
What command is required to enable EGIRP to include the VLSM information instead of summarizing
routes at the classful boundary?
________________________________________ no auto summary
Are there any router interfaces that do not need to have EIGRP updates sent out? __________ yes
What command is used to disable EIGRP updates on these interfaces?
________________________________________ passive-interface FastEthernet0/0
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 8
CCNA Exploration
Routing Protocols and Concepts: EIGRP Lab 9.6.2: Challenge EIGRP Configuration Lab
Will the networks of the HQ LAN and the links between the BRANCH1 and BRANCH2 routers need to
have the subnet mask information included in the network statements? __________ yes
What commands are required to enable EGIRP and include the appropriate networks in the routing
updates?
________________________________________ router eigrp 1
________________________________________ network 172.16.0.0 0.0.1.255
________________________________________ network 192.168.1.16 0.0.0.3
________________________________________ network 192.168.1.20 0.0.0.3
What command is required to enable EGIRP to include the VLSM information instead of summarizing
routes at the classful boundary?
________________________________________ no auto summary
Are there any router interfaces that do not need to have EIGRP updates sent out? __________ yes
The HQ router needs to send the default route information to the BRANCH1 and BRANCH2 routers in the
EIGRP updates. What command is used to configure this?
________________________________________ redistribute static
Will these networks need to have the subnet mask information included in the network statements?
__________ yes
What commands are required to enable EGIRP and include the connected networks in the routing
updates?
________________________________________ router eigrp 1
________________________________________ network 172.16.3.0 0.0.0.127
________________________________________ network 192.168.1.20 0.0.0.3
________________________________________ network 192.168.1.24 0.0.0.3
What command is required to enable EGIRP to include the VLSM information instead of summarizing
routes at the classful boundary?
________________________________________ no auto summary
Are there any router interfaces that do not need to have EIGRP updates sent out? __________ yes
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 8
CCNA Exploration
Routing Protocols and Concepts: EIGRP Lab 9.6.2: Challenge EIGRP Configuration Lab
The answer to the above questions should be yes. If any of the above pings failed, check your physical
connections and configurations. Refer to your basic troubleshooting techniques used in the Chapter 1
labs.
What EIGRP routes are present in the routing table of the BRANCH1 router?
________________________________________ 172.16.0.0/16 Summary
________________________________________ 172.16.0.0/23
________________________________________ 172.16.3.0/25
________________________________________ 192.168.1.0/24 Summary
________________________________________ 192.168.1.20/30
________________________________________ 0.0.0.0/0
What is the gateway of last resort in the routing table of the BRANCH1 router?
________________________________________ 192.168.1.17 to network 0.0.0.0
What EIGRP routes are present in the routing table of the HQ router?
________________________________________ 172.16.0.0/16 Summary
________________________________________ 172.16.2.0/24
________________________________________ 172.16.3.0/25
________________________________________ 192.168.1.0/24 Summary
________________________________________ 192.168.1.24/30
What is the gateway of last resort in the routing table of the HQ router?
________________________________________ 0.0.0.0 to network 0.0.0.0
What EIGRP routes are present in the routing table of the BRANCH2 router?
________________________________________ 172.16.0.0/16 Summary
________________________________________ 172.16.0.0/23
________________________________________ 172.16.2.0/24
________________________________________ 192.168.1.0/24 Summary
________________________________________ 192.168.1.16/30
________________________________________ 0.0.0.0/0
What is the gateway of last resort in the routing table of the BRANCH2 router?
________________________________________ 192.168.1.21 to network 0.0.0.0
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 7 of 8
CCNA Exploration
Routing Protocols and Concepts: EIGRP Lab 9.6.2: Challenge EIGRP Configuration Lab
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 8 of 8