aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/ROUTE/BGP/GNS3-Labs/Case Study 3/Tasks.txt
blob: 1edbc271350236e958c0bf508aa51063ff81b3a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Instructions:

Plan, design, and implement the International Travel Agency (ITA) core network
as well as the Travel Data Providers (TDP) network and allow the networks to
communicate via BGP. Verify that all implementations are operational and
functional according to guidelines.

Scenario:

The International Travel Agency needs both its core network, and its Travel
Data Providers network set up with EIGRP. Configure BGP to advertise routes
between the two networks.

� Use the addressing scheme shown in the diagram.

� Configure the International Travel Agency network to be in EIGRP AS 65001.

� Configure the Travel Data Providers network to be in EIGRP AS 65002.

� Disable automatic summarization in both EIGRP domains.

� Configure the International Travel Agency network to be in BGP AS 65001,
and the Travel Data Providers network to be in BGP AS 65002.

� Advertise the 192.168.14.0/30 and 192.168.34.0/30 networks in both EIGRP
autonomous systems.

� All routers will be participating in BGP. Configure all routers for a full mesh of
IBGP peers in each system.

� Peer R1 and R2 using loopback addresses, not their directly connected
interfaces.

� Advertise all loopback interfaces into the BGP process, except on R2, where
the only loopback advertised should be loopback 2.

� On R2, create a static summary route for the rest of its loopback interfaces
and advertise this static route in BGP.

� R4 should send a summary route to ITA representing all R4�s loopback
interfaces.

� R4 should prefer the path to ITA networks via the Ethernet link between R1
and R4. Accomplish this by modifying the MED advertised to TDP.

� Routers in the ITA AS should prefer the path to TDP networks via the
Ethernet link between R1 and R4. Accomplish this by modifying the local
preference of routes being advertised in from TDP.