Sunteți pe pagina 1din 8

CCNP BSCI 642-901 Version5.

0 Module3_OSPF Exam Answers


2010-03-17 21: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

Which three configuration parameters must match for OSPF to form an adjacency with its newly

discovered neighbor? (Choose three.)

Hello interval

encryption

decryption

router ID

area ID

network mask

A network administrator is troubleshooting a recent OSPF stub configuration between R3 and R4.

The only routes that should appear on the routing table for R4 are intra-area routes, the default route,

and interarea routes. Given the above configuration, what 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.

On an OSPF multiaccess network, which multicast address must a router use to send an LSU packet

containing new link-state information?

224.0.0.1

224.0.0.5

224.0.0.6

224.0.0.9

A network administrator performs a show ip route and discovers that certain networks that

originated in EIGRP, such as 10.1.1.0 and 10.2.2.0, are not appearing in the route table of OSPF-

enabled routers. The administrator suspects that the problem is occuring in the redistribution of

routes from EIGRP to OSPF. Given the above configuration on the OSPF ASBR, what is the

problem?

The metric-type value should be 2.

The keyword subnets is missing.

The redistribute command should be configured under EIGRP 100.

The metric value is not an EIGRP-compatible metric.

The command network 10.0.0.0 0.255.255.255 is missing.


Refer to the diagram. A virtual link must be created to provide a logical path from Area 100 to the

backbone Area 0. Which group 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

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.

Refer to the diagram and configuration. OSPF is configured over Frame Relay using neighbor statements und
mode. Although all PVCs are active, RTB and RTC do not see all OSPF routes in their routing tables. What c
fix this problem?

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.

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

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.

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.

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.255 area 0

router ospf 1
network 10.0.0.0 0.255.255.255 area 0
redistribute rip subnets metric 10

Which OSPF configuration will prevent area 24 from receiving Type 5, Type 4, and Type 3 LSAs, but will st
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

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).

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.8 255.255.255.248

RTA(config)# router ospf 10

RTA(config-router)# area 1 range 10.10.10.8 255.255.255.248

RTA(config)# router ospf 10

RTA(config-router)# summary-address 10.10.10.8 255.255.255.248

RTA(config)# router ospf 10

RTA(config-router)# summary-address 10.10.10.8 255.255.255.248 area 1

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

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

OSPF version number

Routing protocols OSPF and RIP are configured as shown in the exhibit. Router R3 is configured with a two-
redistribution between the OSPF and RIP domains. The show ip route output taken on routers R1 and R2 reve
all external routes 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.

Refer to the exhibit. R1 redistributes RIP routes into the OSPF domain. The 10.10.10.0/24 network

appears in the routing table 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.

S-ar putea să vă placă și