Lab 6.1.1.2 EIGRP/IGRP Redistribution

Objective:

Configure EIGRP and IGRP routing protocols. IGRP will automatically redistribute into EIGRP if given the same AS#.

Scenario:

You have been called back by the Lubbock ISP because several of their core routers do not have enough memory to run EIGRP. You must setup IGRP in the CORE only.

Tasks:

From the "Router A" console

  1. Ping all interfaces before beginning.
  2. To remove the EIGRP routing protocol and turn on the IGRP routing protocol issue the following commands:
  • router-a(config)#no router eigrp 44
  • router-a(config)#router igrp 44
  • router-a(config-router)#network 206.202.16.0
  • router-a(config-router)#^Z

From the "Router B" console

  1. Issue the following commands:
  • router-b(config)#router eigrp 44
  • router-b(config-router)#no network 206.202.16.0
  • router-b(config)#router igrp 44
  • router-b(config-router)#network 206.202.16.0
  • router-b(config-router)#^Z
  1. Write the running-configurations of all the routers to memory, and reboot all the routers.

From the "Router C" console

  1. Enter enable exec mode and enter show ip route and show ip eigrp traffic. Report your findings below: