02 cisco semestr 3 v31 module 2 exam


1

What does OSPF use to calculate the cost to a destination network?

0x01 graphic

bandwidth

0x01 graphic

bandwidth and hop count

0x01 graphic

bandwidth and reliability

0x01 graphic

bandwidth, load, and reliablity

0x01 graphic
2

A network administrator has configured a default route on Router_A but it is not being shared with adjacent Router_B and the other routers in the OSPF area. Which command will save the administrator the time and trouble of configuring this default route on Router_B and all of the other routers in the OSPF area?

0x01 graphic

Router_A(config-router)# ospf redistribute default-route

0x01 graphic

Router_B(config-router)# ospf redistribute default-route

0x01 graphic

Router_A(config-router)# default-information originate

0x01 graphic

Router_B(config-router)# default-information originate

0x01 graphic

Router_A(config-router)# ip ospf update-default

0x01 graphic

Router_B(config-router)# ip ospf update-default

0x01 graphic
3

What are the benefits of the hierarchical design approach that is used in large OSPF networks? (Choose three.)

0x01 graphic

reduction of routing overhead

0x01 graphic

increased routing overhead

0x01 graphic

faster convergence

0x01 graphic

slower convergence

0x01 graphic

distribution of network instability to all areas of the network

0x01 graphic

isolation of network instability to one area of the network

0x01 graphic
4

Which of the following are required when adding a network to the OSPF routing process configuration? (Choose three.)

0x01 graphic

network address

0x01 graphic

loopback address

0x01 graphic

autonomous system number

0x01 graphic

subnet mask

0x01 graphic

wildcard mask

0x01 graphic

area ID

0x01 graphic
5

Because of security concerns, a network administrator wants to set up authentication between two routers. Which of the following commands will configure Router_A to trust Router_B with a clear text password of apollo?

0x01 graphic

Router_A(config-if)# ospf authentication-key apollo

0x01 graphic

Router_A(config-if)# ip authentication-key apollo

0x01 graphic

Router_A(config-if)# ip ospf authentication apollo

0x01 graphic

Router_A(config-if)# ip ospf authentication-key apollo

0x01 graphic
6


0x01 graphic

The routers in the diagram are configured as shown. The loopback interface on router R1 is labeled as
lo0. All OSPF priorities are set to the default except for Ethernet0 of router R2, which has an OSPF priority of 2. What will be the result of the OSPF DR/BDR elections on the 192.1.1.0 network? (Choose two.)

0x01 graphic

R1 will be the DR

0x01 graphic

R1 will be the BDR

0x01 graphic

R2 will be the DR

0x01 graphic

R2 will be the BDR

0x01 graphic

R3 will be the DR

0x01 graphic

R3 will be the BDR

0x01 graphic
7

What information can be obtained from the output of the show ip ospf interface command? (Choose three.)

0x01 graphic

link-state age intervals

0x01 graphic

timer intervals

0x01 graphic

router ID number

0x01 graphic

link-state update intervals

0x01 graphic

neighbor adjacencies

0x01 graphic
8


0x01 graphic

Which command sequence will enable OSPF in the backbone area for the two Ethernet links on RouterA?

0x01 graphic

RouterA(config)# router ospf 1
RouterA(config-router)#
network 172.16.4.0 0.0.1.255 area 1

0x01 graphic

RouterA(config)# router ospf 10
RouterA(config-router)#
network 172.16.4.0 0.0.0.255 area 0
RouterA(config-router)#
network 172.16.5.0 0.0.0.255 area 0

0x01 graphic

RouterA(config)# router ospf 10
RouterA(config-router)#
area 0 network 172.16.4.0 0.0.1.255

0x01 graphic

RouterA(config)# router ospf 0
RouterA(config-route)#
network 172.16.4.0 0.0.255.255 area 0

0x01 graphic

RouterA(config)# router ospf 0
RouterA(config-router)#
network 172.16.4.0 255.255.255.0
RouterA(config-router)#
network 172.16.5.0 255.255.255.0

0x01 graphic

RouterA(config)# router ospf 1
RouterA(config-router)#
network 172.16.4.0 255.255.254.0 area 0

0x01 graphic
9

Which of the following are disadvantages of link-state routing? (Choose three.)

0x01 graphic

Link-state protocols require careful network design.

0x01 graphic

Link-state protocols are prone to routing loops.

0x01 graphic

Link-state hello updates can cause broadcast flooding.

0x01 graphic

Link-state protocols place significant demands on router processors and memory resources.

0x01 graphic

Link-state protocols require a knowledgeable network administrator.

0x01 graphic

Link-state protocols do not support Variable Length Subnet Masking.

0x01 graphic
10

What does OSPF use to reduce the number of exchanges of routing information in networks where large numbers of neighbors are present? (Choose two.)

0x01 graphic

root router

0x01 graphic

backup root router

0x01 graphic

domain router

0x01 graphic

backup domain router

0x01 graphic

designated router

0x01 graphic

backup designated router

0x01 graphic
11

What speeds up convergence in a network using link-state routing?

0x01 graphic

updates triggered by network changes

0x01 graphic

updates sent at regular intervals

0x01 graphic

updates sent only to directly connected neighbors

0x01 graphic

updates that include complete routing tables

0x01 graphic
12

Why is it difficult for routing loops to occur in networks that use link-state routing?

0x01 graphic

Each router builds a simple view of the network based on hop count.

0x01 graphic

Routers flood the network with LSAs to discover routing loops.

0x01 graphic

Each router builds a complete and synchronized view of the network.

0x01 graphic

Routers use hold-down timers to prevent routing loops.

0x01 graphic
13


0x01 graphic

What will be the result of the DR and BDR elections for this single area OSPF network? (Choose three.)

0x01 graphic

HQ will be DR for 10.4.0.0/16.

0x01 graphic

Router A will be DR for 10.4.0.0/16.

0x01 graphic

HQ will be BDR for 10.4.0.0/16.

0x01 graphic

Router A will be DR for 10.5.0.0/16.

0x01 graphic

Remote will be DR for 10.5.0.0/16.

0x01 graphic

Remote will be BDR for 10.5.0.0/16.

0x01 graphic
14

Which router is the root of an SPF tree?

0x01 graphic

border router

0x01 graphic

nearest neighboring router

0x01 graphic

local router

0x01 graphic

trunk router, as determined by the SPF algorithm

0x01 graphic
15


0x01 graphic

Refer to the network shown in the diagram. Which command sequence on RouterB will redistribute a Gateway of Last Resort to the other routers in OSPF area 0?

0x01 graphic

RouterB(config)# router ospf 10
RouterB(config-router)#
gateway-of-last-resort 172.16.6.6

0x01 graphic

RouterB(config)# ip route 0.0.0.0 0.0.0.0 serial 0

0x01 graphic

RouterB(config)# ip route 0.0.0.0 0.0.0.0 172.16.6.6
RouterB(config)#
router ospf 10
RouterB(config-router)#
default-information originate

0x01 graphic

RouterB(config)# router ospf 10
RouterB(config-router)#
default network 172.16.6.6 0.0.0.3 area 0

0x01 graphic

RouterB(config)# ip route 0.0.0.0 0.0.0.0 172.16.6.6

0x01 graphic

RouterB(config)# ip default-route 0.0.0.0 0.0.0.0 172.16.6.6
RouterB(config)#
router ospf 10
RouterB(config-router)#
redistribute ip default-route

16


0x01 graphic

Refer to the network diagram. When establishing adjacency relationships, which IP address would router A use to send hello packets to router B?

0x01 graphic

0.0.0.0

0x01 graphic

10.11.0.1

0x01 graphic

10.11.0.2

0x01 graphic

224.0.0.5

0x01 graphic

224.0.0.6

0x01 graphic

224.0.0.255

0x01 graphic
17

Which router command will display the interface priority value and other key information for the OSPF configuration of the serial 0 interface?

0x01 graphic

router# show ospf serial 0

0x01 graphic

router# show interface serial 0 OSPF

0x01 graphic

router# show ip interface serial 0

0x01 graphic

router# show ip ospf interface serial 0

0x01 graphic
18

Why would a network administrator choose to enable MD5 authentication for OSPF exchanges? (Choose three.)

0x01 graphic

to prevent OSPF packets from being decoded by unauthorized individuals using packet sniffers

0x01 graphic

to reduce OSPF information exchange overhead

0x01 graphic

to assure that OSPF routing information takes priority over RIP or IGRP updates

0x01 graphic

to encrypt routing tables to prevent unauthorized viewing

0x01 graphic

to ensure that routing information comes from a valid source

0x01 graphic

to prevent routing information from being falsified

0x01 graphic
19

What factors should be considered when modifying OSPF hello interval and dead interval timers on a link? (Choose two.)

0x01 graphic

The dead interval timer value must be kept at four times the hello interval timer value.

0x01 graphic

Nonbroadcast networks should have shorter hello intervals than broadcast networks.

0x01 graphic

These intervals should not be changed unless justified by improved network performance.

0x01 graphic

All routers exchanging OSPF information over the link must have the same interval timer values.

0x01 graphic

Any change in these interval timer values will apply to all interfaces on the router.

0x01 graphic

Dead interval timer values should be made shorter on the designated router to improve network response.

0x01 graphic
20


0x01 graphic

RouterA, RouterB, and RouterC in the diagram are running OSPF on their Ethernet interfaces. Loopback interfaces (Lo 0) are configured as shown. What happens when RouterD is added to the network?

0x01 graphic

RouterB takes over as DR and RouterD becomes the BDR.

0x01 graphic

RouterD becomes the BDR and RouterA remains the DR.

0x01 graphic

RouterD becomes the DR and RouterA becomes the BDR.

0x01 graphic

RouterC acts as the DR until the election process is complete.

0x01 graphic

RouterD becomes the DR and RouterB remains the BDR.

0x01 graphic

There is no change in the DR or BDR until either current DR or BDR goes down.

0x01 graphic
21

Which of the following should be considered when troubleshooting a problem with the establishment of neighbor relationships between OSPF routers? (Choose three.)

0x01 graphic

OSPF interval timers mismatch

0x01 graphic

gateway of last resort not redistributed

0x01 graphic

interface network type mismatch

0x01 graphic

no loopback interface configured

0x01 graphic

administrative distance mismatch

0x01 graphic

inconsistent authentication configuration

0x01 graphic
22

In which types of networks are OSPF DR elections necessary? (Choose two.)

0x01 graphic

point-to-point

0x01 graphic

point-to-multipoint

0x01 graphic

broadcast multiaccess

0x01 graphic

nonbroadcast multiaccess

0x01 graphic
23

Assuming that the network has converged, which of the following is true regarding the link-state database held by each router that is in the same OSPF area. ?

0x01 graphic

The link-state database is stored in a designated router and is accessed by each router in the area as needed.

0x01 graphic

Each router in an OSPF area has a link-state database containing the same status information.

0x01 graphic

Each router has a different link-state database depending on its location within the network.

0x01 graphic

The link-state database in each router only contains information about adjacent routers and the status of their links.

0x01 graphic
24

How can the OSPF cost for a link be established? (Choose two.)

0x01 graphic

It is set to 1544 by default for all OSPF interfaces.

0x01 graphic

It can be set with the ip ospf cost command.

0x01 graphic

The configured loopback addresses map to link costs.

0x01 graphic

It is calculated proportionally to observed throughput capacity of the router.

0x01 graphic

It may be calculated using the formula 108/bandwidth.

0x01 graphic
25

0x01 graphic
0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic
0x01 graphic

In your opinion (this has no bearing on your grade), please rate your motivation to do well in this course:

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic
0x01 graphic
26

0x01 graphic
0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic
0x01 graphic

In your opinion (this has no bearing on your grade), please indicate your interest in this course:

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic
0x01 graphic
27

0x01 graphic
0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic
0x01 graphic

In your opinion (this has no bearing on your grade), please indicate how enthusiastic you are about the content of this course and the things you're learning (or have learned):

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic

0x01 graphic



Wyszukiwarka

Podobne podstrony:
02 cisco semestr 2 v31 module 2 exam
01 cisco semestr 2 v31 module 1 exam
08 cisco semestr 2 v31 module 8 exam
05 cisco semestr 2 v31 module 5 exam
06 cisco semestr 2 v31 module 6 exam
07 cisco semestr 2 v31 module 7 exam
03 cisco semestr 2 v31 module 3 exam
10 cisco semestr 2 v31 module exam
09 cisco semestr 2 v31 module 9 exam
06 cisco semestr 3 v31 module 6 exam
11 cisco semestr 2 v31 module exam
03 cisco semester 2 v31 module 3 exam cruel
01 cisco semestr 3 v31 module 1 exam
04 cisco semestr 3 v31 module 4 exam
07 cisco semestr 3 v31 module 7 exam
03 cisco semestr 3 v31 module 3 exam
08 cisco semestr 3 v31 module 8 exam
09 cisco semestr 3 v31 module 9 examid?85
04 cisco semestr 2 v31 modul 4 exam

więcej podobnych podstron