Sie sind auf Seite 1von 8

Take Assessment - Module 3 Exam - CCNP: Building Scalable Internetworks (Version 5.

0)

Refer to the exhibit. R1 redistributes RIP routes into the OSPF domain. The 10.10.10.0/24 network appears in the routing tabl e of R2, but it
does not appear in the routing table of R3. However, the show ip ospf database external output of R3 shows that the 10.10.10.0/24 network is
in the R3 external OSPF database.

What should be done to make sure that the 10.10.10.0/24 network appears in the R3 routing table?
Configure Area 12 as a stub area.

Configure Area 12 as a NSSA area.

Configure R1 as an ASBR.

Configure a virtual link between R1 and R2.

Configure a virtual link between R1 and R3.

Configure a virtual link between R2 and R3.

2
Routing protocols OSPF and RIP are configured as shown in the exhibit. Router R3 is configured with a two -way redistribution between the
OSPF and RIP domains. The show ip route output taken on routers R1 and R2 reveals that R2 has all external rou tes in its routing table.
However, R1 has only inter -area routes. What does this indicate?
The subnets keyword is missing from the redistribution configuration on router R3.

The distribute-list out command configured on the Serial 0/1 interface of router R3 is blocking the routes.

The routes redistributed from RIP are defined with metric of 15.

The type 5 routes are blocked by OSPF Area 1.

3
Observe the debug ip ospf events output from RTB. RTA and RTB cannot establish a neighbor relationship. Which configuration error
could be the cause of this problem?
The Ethernet0 interface on RTB is configured with the wrong IP address.

The Ethernet0 interface on RTB is configured for a different OSPF routing process.

The Ethernet0 interface on RTB is configured with the wrong OSPF network type.

The Ethernet0 interface on RTB is configured with the wrong OSPF area.

Refer to the diagram. A virtual link must be created to provide a logical path from Area 100 to the backbone Area 0. Which gr oup of
commands should be added to the OSPF configuration on the routers?
RTA(config-router)# area 2 virtual-link 2.2.2.2
RTB(config-router)# area 2 virtual-link 3.3.3.3
RTC(config-router)# area 100 virtual-link 2.2.2.2
RTB(config-router)# area 2 virtual-link 1.1.1.1
RTA(config-router)# area 0 virtual-link 2.2.2.2
RTC(config-router)# area 100 virtual-link 2.2.2.2
RTA(config-router)# area 2 virtual-link 3.3.3.3
RTC(config-router)# area 2 virtual-link 1.1.1.1

5
Refer to the diagram and configuration. OSPF is configured over Frame Relay using neighbor statements under router ospf mode.
Although all PVCs are active, RTB and RTC do not see all OSPF routes in their routing tables. What could be done to fix this problem?
(Choose two.)
The frame-relay map statements on all routers should include the broadcast keyword.

The frame-relay map statements should be replaced with the frame -relay interface-dlci command.
The priority value on the hub router should be set to 0.

The priority value on the spoke routers should be set to 0.

The ip ospf network non -broadcast command should be configured on each router.

6 Which three items must match between OSPF neighbors in order to form an adjacency? (Choose three.)
Hello/Dead Interval

Area ID

Priority ID

Authentication Type

Adjacency Type

router process ID

Given the above configuration on RTA, which statement is true?


RTA is an ABR configured to perform interarea route summarization.

RTA is an ABR configured to perform external route summarization.

RTA is an ASBR configured to perform interarea route summarization.

RTA is an ASBR configured to perform external route summarization.

8
Given the above graphic, which command will perform external route summarization?
RTA(config-router)# summary-address 200.9.0.0 255.255.0.0

RTB(config-router)# summary-address 192.168.16.0 255.255.252.0

RTB(config-router)# area 1 range 192.168.16.0 255.255.252.0

RTA(config-router)# area 1 range 200.9.0.0 255.255.0.0

9 On an OSPF multiaccess network, which multicast address must a non -DR router use to send an LSU packet containing new link -state
information?
224.0.0.1

224.0.0.2

224.0.0.5
224.0.0.6

224.0.0.9

10

A network administrator is troubleshooting a recent OSPF stub configuration between R3 and R4. The only routes that should ap pear on
the routing table for R4 are intra -area routes, the default route, and interarea routes. Given the above configuration, wha t is the
problem?
R4 is configured with the wrong OSPF process ID.
Network 192.168.15.0 should be configured under area 0.

Network 192.168.15.0 is configured using an incorrect wildcard mask.


R4 must be configured with the area 2 stub command.

R3 must be configured with the area 2 stub no-summary command.

11

Which OSPF configuration will prevent area 24 from receiving Type 5, Type 4, and Type 3 LSAs, but will still inject a default route?
R1(config-router)# area 24 stub
R2(config-router)# area 24 stub
R1(config-router)# area 24 stub no-summary
R2(config-router)# area 24 stub
R1(config-router)# area 24 stub
R2(config-router)# area 24 stub no-summary
R1(config-router)# area 24 stub no-summary
R2(config-router)# area 24 stub no-summary
R1(config-router)# area 24 stub summary-address
R2(config-router)# area 24 stub summary-address

12 What are two reasons for creating an OSPF network with multiple areas? (Choose two.)
because not all routers support the OSPF backbone area

to ensure that an area is used to connect the network to the Internet

to reduce SPF calculations

to reduce use of memory and processor resources

to simplify configuration

13

Refer to the exhibit. How can routes on RTA be summarized for the OSPF network?
RTA(config)# router ospf 10
RTA(config-router)# area 0 range 10.10.10.0 255.255.255.224
RTA(config)# router ospf 10
RTA(config-router)# area 1 range 10.10.10.0 255.255.255.224
RTA(config)# router ospf 10
RTA(config-router)# summary-address 10.10.10.0 255.255.255.224
RTA(config)# router ospf 10
RTA(config-router)# summary-address 10.10.10.0 255.255.255.224 area 1

14 Which configuration should be entered on a router to classify the router as an OSPF ABR?
router ospf 1
network 10.0.0.0 0.255.255.255 area 1
area 1 asbr
router ospf 1
network 10.0.0.0 0.255.255.255 area 1
network 172.16.0.0 0.0.255.255 area 0
router ospf 1
network 10.0.0.0 0.255.255.255 area 0
router ospf 2
network 172.16.0.0 0.0.255.2 55 area 0
router ospf 1
network 10.0.0.0 0.255.255.255 area 0
redistribute rip subnets metric 10

15 A network administrator notices that an external route to 10.0.0.0/8 has the same OSPF cost on all routers in the domain. What can the
administrator do so that the costs of internal OSPF links are added to the external route?
Configure the ABR to redistribute the external routes using Type 1 metrics (E1).

Configure the ABR to redistribute the external routes using Type 2 metrics (E2).

Configure the ASBR to redistribute the external routes using Type 1 metrics (E1).

Configure the ASBR to redistribute the external routes using Type 2 metrics (E2).

16

Which statement is true based on the show ip ospf neighbor output shown in the diagram?
RTB did not see its router ID in the hello packet received from RTA.

RTB did not receive a hello packet from RTA.

RTB is able to exchange routing updates with RTA.

RTB has established an adjacency with RTA.

17 Which two statements are true about multiarea OSPF? (Choose two.)
A stub area does not accept information from other OSPF areas.

A stub area does not accept information from outside the OSPF autonomous system.

ABRs maintain a separate link -state database for each area to which they are attached.

Internal routers maintain a separate link -state database for each area to which they are attached.

18 Which command set would configure OSPF to assign networks to the backbone area and run only on networks, 192.168.4.0,
192.168.5.0, 192.168.6.0, and 192.168.7.0?
router ospf 0
network 192.168.4.0 0.0.7.255 area 1
router ospf 65535
network 192.168.4.0 0.0.3.255 area 0
router ospf 1
network 192.168.4.0 0.0.255.255 area 1
router ospf 65535
network 192.168.4.0 0.0.15.255 area 0

Das könnte Ihnen auch gefallen