Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
The International Travel Agency migrated from IGRP to EIGRP between its overseas headquarters and its North American headquarters. However, the Auckland headquarters is still unable to support EIGRP and must continue running IGRP for the time being. You must configure EIGRP on the SanJose3 and Singapore routers so that they can exchange information with the Auckland router. | 6.7.1 Configuring EIGRP with IGRP In this lab you configure both EIGRP and IGRP within the International Travel Agency WAN and observe the automatic sharing of route information between both protocols. Scenario The International Travel Agency migrated from IGRP to EIGRP between its overseas headquarters and its North American headquarters. However the Auckland headquarters is still unable to support EIGRP and must continue running IGRP for the time being. You must configure EIGRP on the SanJose3 and Singapore routers so that they can exchange information with the Auckland router. Step 1 Build and configure the network according to the diagram but do not configure EIGRP or IGRP yet. Use ping to verify your work and test connectivity between serial interfaces. SanJose3 should be unable to ping Auckland until a routing protocol is enabled. 1 - 3 Semester 5 Advanced Routing v2.0 - Lab 6.7.1 Copyright 2001 Cisco Systems Inc. Step 2 On the Auckland router configure IGRP for AS 100 Auckland config router igrp 100 Auckland config-router network 192.168.248.0 Auckland config-router network 192.168.240.0 Because the Singapore router has to use IGRP to communicate with the Auckland router you must also configure the Singapore router for IGRP but only on the network connected via the serial interface to Auckland. Singapore config router igrp 100 Singapore config-router network 192.168.240.0 Step 3 Configure EIGRP. In order to redistribute routes from IGRP to EIGRP automatically you must use the same AS number for each routing process. On the Singapore router enter these commands Singapore config router eigrp 100 Singapore config-router network 192.168.224.0 Singapore config-router network 192.168.232.0 To complete the configuration configure EIGRP on the SanJose3 router SanJose3 config router eigrp 100 SanJose3 config-router network 192.168.224.0 SanJose3 config-router network 192.168.0.0 SanJose3 config-router network 192.168.1.0 Step 4 After you enable routing processes on .