Sei sulla pagina 1di 8

2/21/2014 Configure EIGRP in Multiple AS

http://freeccnplab.com/2012/11/22/configure-eigrp-multiple/ 1/8
Home (http://freeccnplab.com/)
About (http://freeccnplab.com/about-3/)
Contact Us (http://freeccnplab.com/contact-2/)
Resources (http://freeccnplab.com/resources-2/)
Link Partners (http://freeccnplab.com/link-partners-2/)
Sitemap (http://freeccnplab.com/sitemap-2/)
Menu
Search
FREE CCNP LAB (http://freeccnplab.com)
Dedicated to helping you pass the CCNP exams
Home (http://freeccnplab.com)
CCNP (http://freeccnplab.com/category/ccnp/)
GNS3 (http://freeccnplab.com/category/gns3/)
Routing (http://freeccnplab.com/category/routing/)
Switching (http://freeccnplab.com/category/switching/)
VPN (http://freeccnplab.com/category/vpn/)
Navigation
Log In
(http://www.gns3.net/)
Configure EIGRP in Multiple AS
BGP
(http://freeccnplab.com/category/routing/bgp/)
EIGRP (http://freeccnplab.com/category/routing/eigrp/)
IGRP (http://freeccnplab.com/category/routing/igrp/)
OSPF (http://freeccnplab.com/category/routing/ospf/)
RIP (http://freeccnplab.com/category/routing/rip/)
Username
Password
Log In

Remember Me

Lost your password? (http://freeccnplab.com/wp-login.php?action=lostpassword)
Register (http://freeccnplab.com/wp-login.php?action=register)
2/21/2014 Configure EIGRP in Multiple AS
http://freeccnplab.com/2012/11/22/configure-eigrp-multiple/ 2/8
Posted by barry on November 22nd, 2012
In this Free CCNP Lab you will learn to configure EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/)
in multiple AS. You will also learn to configure path control and stub routing using this topology created in GNS3. Finally you
will use Cisco show, ping and traceroute commands to test and verify your configuration.
Lab Objective:
Understand EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) implementation in multiple
AS.
Configure Multiple AS EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) in Cisco IOS
routers.
Redistribute EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) between multiple AS
Understand and configure path control and stub routing.
Task:
Configure hostnames, console and enable password. Configure IP addressing on all routers as illustrated in the network
diagram.
Configure EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) for AS 10 as shown in the network
diagram. R4 should be configured as an EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) stub
router. R4 should NEVER advertise any routes. In addition to this, ensure that router R4 will only ever receive a default route
from R1 even if external routes are redistributed into EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-
lab/) 10.
Verify your EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) configuration using the show ip eigrp
(http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) neighbors [detail] and the show ip route [eigrp
(http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/)] commands:
R1#sh ip eigrp (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) neighbors detail
IP-EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) neighbors for process 10
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
VPN Cisco Cisco Lab Cisco ASA Cisco IOS
2/21/2014 Configure EIGRP in Multiple AS
http://freeccnplab.com/2012/11/22/configure-eigrp-multiple/ 3/8
0 160.1.1.4 Fa0/0 14 00:01:00 388 2328 0 7
Version 12.4/1.2, Retrans: 0, Retries: 0
Receive-Only Peer Advertising ( No ) Routes
Suppressing queries
R4#sh ip route
Codes: C connected, S static, R RIP, M mobile, B BGP (http://freeccnplab.com/2012/02/11/free-ccnp-gns3-lab-
configuring-ibgp-ebgp/)
D EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/), EX EIGRP
(http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) external, O OSPF
(http://freeccnplab.com/2012/01/05/basic-ospf-configuration-gns3-lab/), IA OSPF
(http://freeccnplab.com/2012/01/05/basic-ospf-configuration-gns3-lab/) inter area
N1 OSPF (http://freeccnplab.com/2012/01/05/basic-ospf-configuration-gns3-lab/) NSSA external type 1, N2 OSPF
(http://freeccnplab.com/2012/01/05/basic-ospf-configuration-gns3-lab/) NSSA external type 2
E1 OSPF (http://freeccnplab.com/2012/01/05/basic-ospf-configuration-gns3-lab/) external type 1, E2 OSPF
(http://freeccnplab.com/2012/01/05/basic-ospf-configuration-gns3-lab/) external type 2
i IS-IS, su IS-IS summary, L1 IS-IS level-1, L2 IS-IS level-2
ia IS-IS inter area, * candidate default, U per-user static route
o ODR (http://freeccnplab.com/2012/10/27/eigrp-odr-multi-technology/), P periodic downloaded static route
Gateway of last resort is 160.1.1.1 to network 0.0.0.0
160.1.0.0/24 is subnetted, 1 subnets
C 160.1.1.0 is directly connected, FastEthernet0/0
D* 0.0.0.0/0 [90/30720] via 160.1.1.1, 00:06:25, FastEthernet0/0
Configure EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) for AS 20 as illustrated in the network
diagram. Verify your configuration using the appropriate commands for EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-
configuration-gns3-lab/).
Configure EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) so that R4 can reach all other routers
in the network and vice-versa. Ensure that only the 160.1.1.0/24 is allowed into the topology table for EIGRP
(http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) 20. Verify your configuration and also ping to and from
R4 from the 160.2.2.0/24 and 160.3.3.0/24 subnets.
Following this configuration, verify that external routes exist in the topology tables for both of the autonomous systems. Use the
show ip eigrp (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) topology command. Next, verify the
routing tables of all the other routers in the topology following the redistribution (http://freeccnplab.com/2012/04/24/free-ccnp-
gns3-lab-advanced-redistribution/) configuration:
R2#sh ip route eigrp (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/)
160.1.0.0/24 is subnetted, 1 subnets
D EX 160.1.1.0 [170/2172416] via 10.0.0.1, 00:00:48, Serial1/0
160.3.0.0/24 is subnetted, 1 subnets
D 160.3.3.0 [90/2172416] via 10.0.0.10, 00:15:02, Serial1/1
10.0.0.0/30 is subnetted, 3 subnets
D 10.0.0.4 [90/2681856] via 10.0.0.10, 00:15:15, Serial1/1
[90/2681856] via 10.0.0.1, 00:15:15, Serial1/0
R3#sh ip route eigrp (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/)
160.1.0.0/24 is subnetted, 1 subnets
D EX 160.1.1.0 [170/2172416] via 10.0.0.5, 00:05:37, Serial1/1
160.2.0.0/24 is subnetted, 1 subnets
D 160.2.2.0 [90/2172416] via 10.0.0.9, 00:20:05, Serial1/0
2/21/2014 Configure EIGRP in Multiple AS
http://freeccnplab.com/2012/11/22/configure-eigrp-multiple/ 4/8
10.0.0.0/30 is subnetted, 3 subnets
D 10.0.0.0 [90/2681856] via 10.0.0.9, 00:20:05, Serial1/0
[90/2681856] via 10.0.0.5, 00:20:05, Serial1/1
R4#sh ip route
Codes: C connected, S static, R RIP, M mobile, B BGP (http://freeccnplab.com/2012/02/11/free-ccnp-gns3-lab-
configuring-ibgp-ebgp/)
D EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/), EX EIGRP
(http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) external, O OSPF
(http://freeccnplab.com/2012/01/05/basic-ospf-configuration-gns3-lab/), IA OSPF
(http://freeccnplab.com/2012/01/05/basic-ospf-configuration-gns3-lab/) inter area
N1 OSPF (http://freeccnplab.com/2012/01/05/basic-ospf-configuration-gns3-lab/) NSSA external type 1, N2 OSPF
(http://freeccnplab.com/2012/01/05/basic-ospf-configuration-gns3-lab/) NSSA external type 2
E1 OSPF (http://freeccnplab.com/2012/01/05/basic-ospf-configuration-gns3-lab/) external type 1, E2 OSPF
(http://freeccnplab.com/2012/01/05/basic-ospf-configuration-gns3-lab/) external type 2
i IS-IS, su IS-IS summary, L1 IS-IS level-1, L2 IS-IS level-2
ia IS-IS inter area, * candidate default, U per-user static route
o ODR (http://freeccnplab.com/2012/10/27/eigrp-odr-multi-technology/), P periodic downloaded static route
Gateway of last resort is 160.1.1.1 to network 0.0.0.0
160.1.0.0/24 is subnetted, 1 subnets
C 160.1.1.0 is directly connected, FastEthernet0/0
D* 0.0.0.0/0 [90/30720] via 160.1.1.1, 00:17:57, FastEthernet0/0
Finally, ping between R4 and 150.2.2.0/24 and 150.3.3.0/24 subnets:
R4#ping 160.2.2.2 source 160.1.1.4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 160.2.2.2, timeout is 2 seconds:
Packet sent with a source address of 160.1.1.4
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 376/506/784 ms
R4#ping 160.3.3.3 source 160.1.1.4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 160.3.3.3, timeout is 2 seconds:
Packet sent with a source address of 160.1.1.4
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 792/1064/1628 ms
Assume that the WAN link between R1 and R3 is unreliable and should only be used when the WAN link between R1 and R2
is down. However, an EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/) neighbor relationship
should still be maintained across this link. Configure EIGRP (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-
lab/) so that neither routers R1 nor R3 use this link unless the WAN link between R1 and R2 is down. You are only allowed to
configure R3. Do NOT issue any configuration commands on R1 to complete this task.
Following this, R3 should prefer the path via R2 even for the 150.1.1.0/24 subnet:
R3#sh ip route eigrp (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/)
160.1.0.0/24 is subnetted, 1 subnets
D EX 160.1.1.0 [170/2172416] via 10.0.0.5, 00:02:38, Serial1/1
160.2.0.0/24 is subnetted, 1 subnets
2/21/2014 Configure EIGRP in Multiple AS
http://freeccnplab.com/2012/11/22/configure-eigrp-multiple/ 5/8
D 160.2.2.0 [90/2684416] via 10.0.0.5, 00:02:38, Serial1/1
10.0.0.0/30 is subnetted, 3 subnets
D 10.0.0.0 [90/2681856] via 10.0.0.5, 00:02:38, Serial1/1
The same applies to R1, which prefers the path via R2 even for the 150.3.3.0/24 subnet:
R1#sh ip route eigrp (http://freeccnplab.com/2012/01/03/basic-eigrp-configuration-gns3-lab/)
160.2.0.0/24 is subnetted, 1 subnets
D 160.2.2.0 [90/2172416] via 10.0.0.2, 00:04:35, Serial1/0
160.3.0.0/24 is subnetted, 1 subnets
D 160.3.3.0 [90/2172416] via 10.0.0.6, 00:03:54, Serial1/1
10.0.0.0/30 is subnetted, 3 subnets
D 10.0.0.8 [90/2681856] via 10.0.0.6, 00:30:26, Serial1/1
[90/2681856] via 10.0.0.2, 00:30:26, Serial1/0
Download this lab now:
EIGRP-Multiple-AS (http://freeccnplab.com/download/19/) (85.5 KiB, 704 hits)
+1 Recommend this on Google
(http://addthis.com/bookmark.php?v=250)
Posted in EIGRP (http://freeccnplab.com/category/routing/eigrp/), Routing
(http://freeccnplab.com/category/routing/) Tags: CCNP (http://freeccnplab.com/tag/ccnp/),
Cisco (http://freeccnplab.com/tag/cisco/), EIGRP (http://freeccnplab.com/tag/eigrp/), GNS3
(http://freeccnplab.com/tag/gns3/), Lab (http://freeccnplab.com/tag/lab/), Multi-
Technology (http://freeccnplab.com/tag/multi-technology/), Ristribution (http://freeccnplab.com/tag/ristribution/), Scenario
(http://freeccnplab.com/tag/scenario/), Training (http://freeccnplab.com/tag/training/)
EIGRP ODR Multi-Technology (http://freeccnplab.com/2012/10/27/eigrp-odr-multi-technology/)
Free CCNP GNS3 Lab OSPF in a Single Area (http://freeccnplab.com/2012/11/26/free-ccnp-gns3-lab-ospf-single-area/)
You can leave a response (#respond), or trackback (http://freeccnplab.com/2012/11/22/configure-eigrp-multiple/trackback/)
from your own site.
Leave a Reply
Name (required)
Mail (will not be published) (required)
Website
Cisco IOS Configure BGP OSPF OSPF IP
2/21/2014 Configure EIGRP in Multiple AS
http://freeccnplab.com/2012/11/22/configure-eigrp-multiple/ 6/8
(#)
CAPTCHA Code *
Submit Comment
Security Question:
What is 2 + 7 ?
IMPORTANT! To be able to proceed, you need to solve the f ollowing simple math (so we know that you are a human) :-)
(http://www.facebook.com/#!/pages/Free-CCNP-Lab/260719050659464)
(https://plus.google.com/u/0/b/118331347218377610204/118331347218377610204/posts#118331347218377610204/posts)
(http://www.linkedin.com/groups/Packet-Tracer-User-Group-3796209?trk=myg_ugrp_ovr)
(http://freeccnplab.com/feed/) (https://twitter.com/#!/FreeCCNPLab)
Search

2/21/2014 Configure EIGRP in Multiple AS
http://freeccnplab.com/2012/11/22/configure-eigrp-multiple/ 7/8
Directories
(http://www.how2pass.com/em/go.php?r=59657&i=b1)
(http://www.blogcatalog.com/directory/education-and-
learning/education_and_training/e_learning/)
(http://www.blogtoplist.com/computers/)
(http://www.anoox.com/?
sfi=qhn5qtr8ac9cjijs6xuj)
(http://www.sonicrun.com)
(http://kewlrank.com/getrankinfo.php) (http://www.activesearchresults.com/)
Search Open Directory
dmoz.org
Download
Free Software
mobogenie.com/dow
Download Free PC
Manager Software for
Android. Download
Now !
3G/ 4G Bridge
Modem
CCIE
DataCenter
workbooks
ACCA Pass
Guarantee
Download
Bav99
2/21/2014 Configure EIGRP in Multiple AS
http://freeccnplab.com/2012/11/22/configure-eigrp-multiple/ 8/8
(http://www.networkedblogs.com/)
Followers (4)
Follow this blog
(http://www.networkedblogs.com/blog/free-
ccnp-lab)
Copyright FREE CCNP LAB (http://freeccnplab.com) - Dedicated to helping you pass the CCNP exams
Powered by WordPress (http://wordpress.org/) | Designed by: backlinks (http://backlinksvault.com) | Thanks to internet
marketing (http://internetmarketing1.us), etiketten drucken (http://www.visitenkarten-etiketten.de/) and index backlink
(http://backlinksindexer.com)

Potrebbero piacerti anche