Vous êtes sur la page 1sur 4

CMPN332 Midterm Check Lab

General Information:
Configure all routers using the exact names and IP addresses provided.
Label the diagram with your IP and/or network addresses.

CMPN332 Midterm Check Lab Page 1

Tasks:
1.Variably subnet 10.64.64.0 /21 to meet the mask criteria on the diagram and the route summarization
specified.
2.Configure EIGRP on R1 and R2 with AS 50
R1 must advertise N12 to R2 as an EIGRP external route
Notice that n12 is not a part of the EIGRP circle. So make sure you are
not advertising it in the EIGRP protocol.
The key command will be REDISTRIBUTE CONNECTED in the EIGRP
config mode on R1

R1 advertise a default route to R2 via EIGRP


-

First youll need to configure a static default route on R1:


o Ip route 0.0.0.0 0.0.0.0 10.64.65.1
Now youll need to redistribute a static route via EIGRP
o # router eigrp 50
o # redistribute static

3.Configure OSPF on R2, R3 and R4 as shown on the diagram.


Area 1 is NSSA
R2:
router ospf 1
area 1 nssa
network 10.64.69.128 0.0.0.3 area 1

R3:
-

router ospf 1
area 1 nssa
network 10.64.69.128 0.0.0.3 area 1

Area 5 is Stub
R3:
-

Router ospf 1
Network 10.64.69.0 0.0.0.63 area 5
Network 1.64.69.64 0.0.0.63 area 5
Area 5 stub

Area 9 is Normal
R4:
-

Router ospf 1
network 10.64.70.0 0.0.0.255 area 9
network 10.64.71.0 0.0.0.255 area 9

R3 must be the DR for N7, and use Router-ID 3.3.3.3.


R3:
-

Int fa 0/0
Ip ospf priority 200
Do clear ip ospf process
o Yes

4.Redistribute the EIGRP routes into OSPF as type E2 routes with seed metric of 200. Redistribute OSPF into
EIGRP.
i R2# router ospf 1
Redistribute eigrp 50 subnets metric 200 metric-type 2
-

R2#

router eigrp 50
Redistribute ospf 1

For security purpose, N1 and N12 should not be redistributed to OSPF domain.
R2:
-

Standard IP access list 5


10 deny 12.2.2.0, wildcard bits 0.0.0.255 log
20 deny 10.64.64.0, wildcard bits 0.0.0.255 log
30 permit any

Router ospf 1
Distribute-list 5 out eigrp 50

Any summary route should not be brought back to its original domain.(no feedback routes)
5.Summarize routes so that:
R1 has only one summary route to the OSPF domain
-

R2(config-if-s1/0)#ip summary-address eigrp 50 10.64.68.0


255.255.252.0

R3 and R4 have only 1 summary route to the EIGRP networks excluding N1 and N12.
-

summary-address 10.64.65.0 255.255.255.0

R3 has only a summary for Area 9


-

area 5 range 10.64.69.0 255.255.255.128

R4 has only a summary for Area 5


-

#area 9 range 10.64.70.0 255.255.254.0

6.Static routes are not allowed on any router, except R1.


Check List:
1.R1 has only one EIGRP summary route to all OSPF networks
2.R1 can ping N5 and N9.
3.OSPF Area 1 is an NSSA area and Area 5 is a stub area
4.R3 has only one N2 route for all of the EIGRP networks excluding N1and N12, seed metric is 200.
5.R3 is the DR for N7, and Router ID is 3.3.3.3
6.R3 has only a summary route for Area 9 networks.
7.R4 has only one E2 external OSPF route to the EIGRP networks.
8.R4 can ping R2
9.R4 can ping N2, N5, but NOT N1 and N12.
10.

R2 has three EIGRP D routes, two D EX routes (12.2.2.0 and 0.0.0.0), and three ospf O IA routes
with correct subnet masks.

11.

R2 can ping N1 and N12.

12.

No feedback routes: R1 should not have D 10.64.65.0 route; R3 and R4 should not have E2 10.64.68.0
in their routing table.

Vous aimerez peut-être aussi