Powered by Blogger.
Featured Post Today
print this page
Latest Post

EIGRP Split Horizon

EIGRP Split Horizon
Lab Objective:
The objective of this lab exercise is for you to learn and understand the effects of Split Horizon in a typical hub and spoke topology.
Lab Purpose:
Configuring and troubleshooting Split Horizon is a fundamental skill. EIGRP is an advanced Distance Vector protocol, and as such uses Split Horizon to prevent routing loops. Split Horizon mandates that EIGRP will not send updates back out of the interface on which they were received. While this default feature is generally a good thing, it can have a disastrous effect on traditional hub and spoke topologies. As a Cisco engineer, as well as in the Cisco CCNA exam, you will be expected to know how to address Split Horizon issues in EIGRP.
Certification Level:
This lab is suitable for CCNA certification exam preparation
Lab Difficulty:
This lab has a difficulty rating of 8/10
Readiness Assessment:
When you are ready for your certification exam, you should complete this lab in no more than 20 minutes
IMPORTANT NOTE:

In order to configure Frame Relay between two routers in your lab, you will need THREE routers! The first two routers will be regular routers, and the third will need to be configured as a Frame Relay switch. This can be any Cisco router that has at least two Serial interfaces. Please refer to Appendix B: Cabling and configuring a Frame Relay Switch For Three Routers for the appropriate configuration to issue on the Frame Relay switch.
Lab Topology:
Please use the following topology to complete this lab exercise:
Task 1:
This lab will only be performed on R1, R2, and R3. Configure the hostnames on routers R1, R2, and R3 as above.
Task 2:
Configure the switch in the topology with the hostname Sw1. Enable F0/1, F0/2, and F0/4 on Sw1 so that when you bring up the router interfaces connected to those switch ports they can come up.
Task 3:
Configure IP addresses on the Fa0/0 interfaces on R1, R2, and R3. Make sure you enable these interfaces and they are up.
Task 4:
Configure Frame Relay on R1, R2, and R3. Use the IP addresses in the topology for their respective Serial interfaces. Use the default Frame Relay encapsulation of Cisco. Configure static Frame Relay maps between R1, R2, and R3, so that each router has a static Frame Relay map to the other two routers on the Frame Relay network.
Task 5:
Enable EIGRP in AS 1760 on R1, R2, and R3 for all the subnets configured on those respective routers. Be sure to prevent EIGRP from automatically summarizing at Classful network boundaries.
Task 6:
If you have configured everything as requested, you will not be able to see the 10.1.1.0/24 route via EIGRP on R3 nor will you be able to see the 172.16.3.0/25 route via EIGRP on R2. However, R1 will have both routes. Verify that this is the case using the appropriate commands.
 Task 7:
Based on your studies, you know that the reason you are not seeing the 10.1.1.0/24 route via EIGRP on R3 and the 172.16.3.0/25 route via EIGRP on R2 is because these routes are both sent to R1 via EIGRP, but since Distance Vector protocols do not send routing information back out of the same interface they received it, R1 will not send the routing information for 10.1.1.0/24 to R3 or the routing information for 172.16.3.0/25 since the routing information was received on the same interface. To prevent this from happening, disable this default feature.
Task 8:
Now verify that you can see the 10.1.1.0/24 route via EIGRP on R3 and the 172.16.3.0/25 route via EIGRP on R2. Ping 10.1.1.1 from R3 and 172.16.3.3 from R2 to verify network connectivity.
0 comments

Verifying the EIGRP Database

Verifying the EIGRP Database
Lab Objective:
The objective of this lab exercise is for you to learn and understand how to verify the EIGRP database using the appropriate Cisco IOS commands.
Lab Purpose:
Verifying the EIGRP database is a fundamental skill. EIGRP is an advanced Distance Vector protocol that incorporates features from both Distance Vector and Link State routing protocols. The EIGRP database is a feature of Link State routing protocols. As a Cisco engineer, as well as in the Cisco CCNA exam, you will be expected to know how to verify routes in the EIGRP database.
Certification Level:
This lab is suitable for CCNA certification exam preparation
Lab Difficulty:
This lab has a difficulty rating of 6/10
Readiness Assessment:
When you are ready for your certification exam, you should complete this lab in no more than 10 minutes
Lab Topology:
Please use the following topology to complete this lab exercise:
Task 1:
Configure the hostnames on routers R1 and R3, as illustrated in the topology. Since R1 S0/0 is the DCE end of the back-to-back Serial connection, configure R1 to send R3 clocking information at a rate of 256Kbps. Configure the IP addresses for R1 and R3 S0/0 interfaces as specified in the topology and ping between the routers to verify connectivity based on your configuration.
Task 2:
Configure the Loopback interfaces on R3 as illustrated in the topology.
Task 3:
Enable EIGRP using Autonomous System 172 on both R1 and R3 and configure EIGRP network statements for R1 and R3 S0/0 interfaces and for the Loopback interfaces on R3. Ensure that EIGRP does not perform automatic summarization at Classful network boundaries.
Task 4:
On R1, verify the state of the received routes in the EIGRP database using the appropriate show commands. To take a more detailed look, also verify the EIGRP database information of the 10.20.20.0/24 subnet.
0 comments

Summarizing Routes with EIGRP

Summarizing Routes with EIGRP
Lab Objective:
The objective of this lab exercise is for you to learn and understand how to summarize routes with EIGRP. Route summarization allows the size of routing tables to be reduced by advertising a summary route for a range of multiple specific routes.
Lab Purpose:
Route summarization is a fundamental skill. With the subnetted networks of today, routing tables can grow very large due to the sheer number of network entries. In order to reduce the burden of extremely large routing tables on routers, route summarization can be used. As a Cisco engineer, as well as in the Cisco CCNA exam, you will be expected to know how to configure a EIGRP route summarization.
Certification Level:
This lab is suitable for CCNA certification exam preparation
Lab Difficulty:
This lab has a difficulty rating of 8/10
Readiness Assessment:
When you are ready for your certification exam, you should complete this lab in no more than 10 minutes
Lab Topology:
Please use the following topology to complete this lab exercise:
Task 1:
Configure the hostnames on routers R1 and R3, as illustrated in the topology. Since R1 S0/0 is the DCE end of the back-to-back Serial connection, configure R1 to send R3 clocking information at a rate of 256Kbps. Configure the IP addresses for R1 and R3 S0/0 interfaces as specified in the topology and ping between the routers to verify connectivity based on your configuration.
Task 2:
Configure the Loopback interfaces on R3 as illustrated in the topology.
Task 3:
Enable EIGRP using Autonomous System 172 on both R1 and R3 and configure EIGRP network statements for R1 and R3 S0/0 interfaces and for the Loopback interfaces on R3. Ensure that EIGRP does not perform automatic summarization at Classful network boundaries.
Task 4:
On R1, verify the EIGRP routes you are receiving from R3. You should have three routes for the 10.x.x.x/24 Loopback interfaces configured on R3 and advertised by EIGRP. Ping these IP addresses to verify connectivity.
Task 5:
Configure R3 send a summarized route for the 10.x.x.x/24 Loopback interfaces to R1.
Task 6:
Verify the EIGRP routes you are receiving from R3 on R1. You should now have one route for the 10.x.x.x/24 Loopback interfaces configured on R3 and advertised by EIGRP. Ping these IP addresses to verify connectivity.
0 comments

Passive Interfaces for EIGRP Updates

Passive Interfaces for EIGRP Updates
Lab Objective:
The objective of this lab exercise is for you to learn and understand how to prevent EIGRP from sending unnecessary updates by using passive interfaces.
Lab Purpose:
Preventing unnecessary EIGRP updates using passive interfaces is a fundamental skill. By default, EIGRP sends updates via Multicast on all interfaces for which EIGRP has been enabled. This means that EIGRP adjacencies will form on all interfaces for which EIGRP has been enabled. In some cases, this may not be desirable and should be prevented. As a Cisco engineer, as well as in the Cisco CCNA exam, you will be expected to know how to prevent EIGRP from sending unnecessary updates.
Certification Level:
This lab is suitable for CCNA certification exam preparation
Lab Difficulty:
This lab has a difficulty rating of 7/10
Readiness Assessment:
When you are ready for your certification exam, you should complete this lab in no more than 10 minutes
Lab Topology:
Please use the following topology to complete this lab exercise:
Task 1:
Configure the hostnames on routers R1, R2, and Sw1 as illustrated in the topology.
Task 2:
Configure VLAN 10 named EIGRP_10 and VLAN 20 named EIGRP_20 on Sw1. Next, configure Sw1 F0/2 and F0/3 as trunks. These should be connected to R1 and R2 F0/0 interfaces, respectively.
Task 3:
Configure subinterfaces Fa0/0.10 and F0/0.20 on R1 and R2. Subinterface Fa0/0.10 on either router should be associated with VLAN 10 and subinterface Fa0/0.20 on either router should be associated with VLAN 20. Configure IP addresses on both the subinterfaces as illustrated in the topology.
Task 4:
Ping between R1 and R2 on subinterface Fa0/0.10 and Fa0/0.20 to verify IP connectivity.
Task 5:
Enable EIGRP using Autonomous System 10 on R1 and R2 F0/0.10 and F0/0.20 subinterfaces and verify that you have two EIGRP neighbor adjacencies on R1 and R2, one through the F0/0.10 and the other through the Fa0/0.20 subinterface.  On either R1 or R2, verify that you have two EIGRP adjacencies to your peer router.
Task 6:
Prevent EIGRP from forming an adjacency via Fa0/0.20 on R1 and R2. Verify that you now only have one EIGRP neighbor adjacency on R1 and R2, only through each F0/0.10 subinterface.
0 comments

EIGRP Automatic Summarization

EIGRP Automatic Summarization
Lab Objective:
The objective of this lab exercise is for you to learn and understand how EIGRP performs automatic summarization at Classful network boundaries.
Lab Purpose:
Dealing with EIGRP automatic summarization is a fundamental skill. EIGRP is an advanced Distance Vector routing protocol. It is also a Cisco proprietary protocol that runs over IP protocol number 88. Because of the VLSM employed in the networks of today, automatic summarization is a default feature that should not be used. As a Cisco engineer, as well as in the Cisco CCNA exam, you will be expected to know how to enable basic EIGRP routing.
Certification Level:
This lab is suitable for CCENT & CCNA certification exam preparation
Lab Difficulty:
This lab has a difficulty rating of 5/10
Readiness Assessment:
When you are ready for your certification exam, you should complete this lab in no more than 15 minutes
Lab Topology:
Please use the following topology to complete this lab exercise:
Task 1:
Configure the hostnames on routers R1 and R3, as illustrated in the topology. Since R1 S0/0 is the DCE end of the back-to-back Serial connection, configure R1 to send R3 clocking information at a rate of 256Kbps. Configure the IP addresses for R1 and R3 S0/0 interfaces as specified in the topology and ping between the routers to verify connectivity based on your configuration.
Task 2:
Configure the Loopback interfaces on R3 as illustrated in the topology.
Task 3:
Enable EIGRP using Autonomous System 172 on both R1 and R3 and configure EIGRP network statements for R1 and R3 S0/0 interfaces and for the Loopback interfaces on R3.
Task 4:
On R1, verify the EIGRP routes you are receiving from R3. You should notice that you only have one route, which is 10.0.0.0/8 for the three Loopback interfaces configured on R3.
Task 5:
Configure R3 so that it does not perform automatic summarization at Classful boundaries and clear the IP routing table on R3 and R1 using the clear ip route * command.
Task 6:
On R1, verify the EIGRP routes you are receiving from R3. You should now have three routes for the 10.x.x.x/24 Loopback interfaces configured on R3 and advertised by EIGRP. Ping these IP addresses to verify connectivity.
0 comments

Configuring EIGRP Routing Using Wildcard Masks

Configuring EIGRP Routing Using Wildcard Masks
Lab Objective:
The objective of this lab exercise is for you to learn and understand how to enable EIGRP routing using a single Autonomous System while using a wildcard mask for EIGRP network statements.
Lab Purpose:
Enabling basic EIGRP routing using wildcard masks is a fundamental skill. EIGRP is an advanced Distance Vector routing protocol. It is also a Cisco proprietary protocol that runs over IP protocol number 88. Wildcard masks allow EIGRP to be enabled for certain subnets within a major subnet and provide greater control for establish EIGRP neighbor adjacencies. As a Cisco engineer, as well as in the Cisco CCNA exam, you will be expected to know how to enable basic EIGRP routing while using wildcard masks.
Certification Level:
This lab is suitable for CCNA certification exam preparation
Lab Difficulty:
This lab has a difficulty rating of 8/10
Readiness Assessment:
When you are ready for your certification exam, you should complete this lab in no more than 20 minutes
Lab Topology:
Please use the following topology to complete this lab exercise:
Task 1:
Configure the hostnames on routers R1, R2, and Sw1 as illustrated in the topology.
Task 2:
Configure VLAN 10 named EIGRP_10 and VLAN 20 named EIGRP_20 on Sw1. Next, configure Sw1 F0/2 and F0/3 as trunks. These should be connected to R1 and R2 F0/0 interfaces, respectively.
Task 3:
Configure subinterfaces Fa0/0.10 and F0/0.20 on R1 and R2. Subinterface Fa0/0.10 on either router should be associated with VLAN 10 and subinterface Fa0/0.20 on either router should be associated with VLAN 20. Configure IP addresses on both the subinterfaces as illustrated in the topology.
 Task 4:
Ping between R1 and R2 on subinterface Fa0/0.10 and Fa0/0.20 to verify IP connectivity.
Task 5:
Enable EIGRP using Autonomous System 10 between R1 and R2 F0/0.10 subinterfaces. EIGRP using Autonomous System 10 should only be enabled for these interfaces. Use a wildcard mask to achieve this.
Task 6:
EIGRP using Autonomous System 20 between R1 and R2 F0/0.20 subinterfaces. EIGRP using Autonomous System 10 should only be enabled for these interfaces. Use a wildcard mask to achieve this.
Task 7:
Verify that you have two EIGRP adjacencies on R1 and R2. One adjacency should be for EIGRP using Autonomous System 10 and the other for EIGRP using Autonomous System 20.
0 comments

Configuring Basic EIGRP Routing

Lab Objective:Configuring Basic EIGRP Routing
The objective of this lab exercise is for you to learn and understand how to enable basic EIGRP routing using a single Autonomous System.
Lab Purpose:
Enabling basic EIGRP routing is a fundamental skill. EIGRP is an advanced Distance Vector routing protocol. It is also a Cisco proprietary protocol that runs over IP protocol number 88. As a Cisco engineer, as well as in the Cisco CCNA exam, you will be expected to know how to enable basic EIGRP routing.
Certification Level:
This lab is suitable for CCENT & CCNA certification exam preparation
Lab Difficulty:
This lab has a difficulty rating of 4/10
Readiness Assessment:
When you are ready for your certification exam, you should complete this lab in no more than 10 minutes
Lab Topology:
Please use the following topology to complete this lab exercise:
Task 1:
Configure the hostnames on routers R1, R2, and Sw1 as illustrated in the topology.
Task 2:
Configure VLAN 10 named EIGRP_VLAN on Sw1. Keep in mind that, by default, Sw1 will be a VTP server so you can simply create the VLAN and assign it the name provided.  Next, assign ports FastEthernet0/2 and FastEthernet0/3 on Sw1 to VLAN 10 as access ports and enable those ports.
Task 3:
Configure the F0/0 interfaces on R1 and R2 with the IP addresses in the topology and bring up the interfaces. Perform a ping from R1 to R2 and vice versa and ensure that the routers can ping each other.
Task 4:
Enable EIGRP on R1 and R2 for the subnet configured on their F0/0 interfaces. Make sure that EIGRP uses Autonomous System number 254 as illustrated in the topology.
Task 5:
Verify that an EIGRP adjacency has formed between R1 and R2 using appropriate commands.
0 comments
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. EIGRP Routing - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger