Which routes would be redistributed into OSPF area 1?

Refer to the exhibit. Examine the partial configuration and the routing table excerpt. Which
routes would be redistributed into OSPF area 1?

Select the best response.

Refer to the exhibit. Examine the partial configuration and the routing table excerpt. Which
routes would be redistributed into OSPF area 1?

Select the best response.

A.
10.10.10.16/28 only

B.
10.10.10.16/28 and 10.10.10.64/26

C.
10.10.10.16/28, 10.10.10.64/26, and 172.16.10.0/24

D.
10.10.10.64/26 only



Leave a Reply 4

Your email address will not be published. Required fields are marked *

five × 4 =


Brian

Brian

The answer should be B, I just labbed this up.

10.10.10.16/28 is in the EIGRP topology table because of the network command, so it will be advertised.

router eigrp 10
network 10.0.0.0
!
router ospf 100
redistribute eigrp 10 subnets
network 172.16.0.0 0.0.255.255 area 0

sh ip route on the OSPF router:
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
O E2 10.10.10.16/28 [110/20] via 172.16.10.2, 00:05:22, FastEthernet0/1
O E2 10.10.10.64/26 [110/20] via 172.16.10.2, 00:05:22, FastEthernet0/1
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
C 172.16.10.0/24 is directly connected, FastEthernet0/1
L 172.16.10.3/32 is directly connected, FastEthernet0/1

Marek

Marek

Nice one Brian!

manu

manu

While in real world you would be correct, in cisco exams, a rather special rules and laws exist 🙂 as you can see, the 10.10.10.16/28 in exhibition is labeled as C, where as in the real world that would not be the case, so just watch out for tricks like that 🙂

Marek

Marek

So what are you trying to say.
I did it, and I had the same result as Brian

172.16.0.0/24 is subnetted, 1 subnets
C 172.16.10.0 is directly connected, FastEthernet0/1
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
O E2 10.10.10.16/28 [110/20] via 172.16.10.1, 00:00:00, FastEthernet0/1
O E2 10.10.10.64/26 [110/20] via 172.16.10.1, 00:00:00, FastEthernet0/1