0% found this document useful (0 votes)
76 views

7.3.8 Practice Questions

Uploaded by

anitakalu2018
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views

7.3.8 Practice Questions

Uploaded by

anitakalu2018
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

7.3.

8 Practice Questions

You want to configure a single area OSPF network for area 0. What are the minimum
commands you must use? (Select two.)

Answer

network 1.1.1.0 0.0.0.255 0

Incorrect answer:
network 1.1.1.0 0.0.0.255

Correct Answer:
network 1.1.1.0 0.0.0.255 area 0

router ospf single 0

router area 0 ospf

Correct Answer:
router ospf 12

Listen to exam instructions


You want to configure Router B to run OSPF with a local process ID of 100. Both
interfaces S0 and S1 on Router B belong to area 300. Which set of commands should
you enter?

Answer

router ospf area 300


network 172.16.16.1 0.0.0.0 100
network 172.16.32.2 0.0.0.0 100

router ospf 100


network 172.16.16.1 0.0.0.0 300
network 172.16.32.2 0.0.0.0 300

Correct Answer:
router ospf 100
network 172.16.16.1 0.0.0.0 area 300
network 172.16.32.2 0.0.0.0 area 300

router ospf 100


network 172.16.16.1 255.255.255.255 area 300
network 172.16.32.2 255.255.255.255 area 300

router ospf 100 area 300


network 172.16.16.1 0.0.0.0
network 172.16.32.2 0.0.0.0

Listen to exam instructions

You have configured two routers (LondonA and LondonB) for OSPF routing. Serial0/0
on LondonA is connected to Serial0/1 on LondonB. The partial configuration of each
router is shown below:

hostname LondonA hostname LondonB


! !
interface Serial0/0 interface Serial0/0
ip address 172.17.1.78 ip address 172.17.1.17
255.255.255.252 255.255.255.248
encapsulation frame-relay encapsulation frame-relay
! !
interface Serial0/1 interface Serial0/1
ip address 172.17.1.161 ip address 172.17.1.77
255.255.255.248 255.255.255.248
encapsulation frame-relay encapsulation frame-relay
! !
router ospf 300 router ospf 200
network 172.17.1.76 0.0.0.3 area network 172.17.1.16 0.0.0.7 area
100 100
network 172.17.1.160 0.0.0.7 area network 172.17.1.76 0.0.0.3 area
100 100
! --additional output omitted ! --additional output omitted

When you check the routing table on LondonA, you find that it has not learned about
network 172.17.1.16 from LondonB. What is the problem?

Answer

Wildcard mask values for the network statements are incorrect.

Correct Answer:
The IP address assigned to Serial0/0 on LondonA is not on the same subnet as the IP
address assigned to Serial0/1 on LondonB.

The process IDs for OSPF do not match on both routers.

Incorrect answer:
The areas defined in the network statements do not match.

You want to prevent all interfaces on a router from sending or responding to OSPF
Hello messages.

Which command should you use?

Answer

no passive interface <type> <number>

clear ipv6 ospf process

Correct Answer:
passive-interface default
ipv6 unicast-routing

You are configuring OSPF for Area 0. SubnetA uses an address of 172.16.20.48/28.
Which wildcard mask value would you use for the network statement?

Answer

255.255.255.224

0.0.0.240

255.255.255.240

Correct Answer:
0.0.0.15

0.0.0.207

0.0.0.28

You are configuring OSPF for a single router with two interfaces, as shown in the
image.

Which network statement(s) would you use to configure both interfaces for OSPF for
area 0?

Answer

network 192.168.1.64 0.0.0.15 area 0


network 192.168.1.128 0.0.0.7 area 0

Correct Answer:
network 192.168.1.64 0.0.0.31 area 0
network 192.168.1.128 0.0.0.15 area 0
network 192.168.1.0 0.0.0.255 area 0

network 192.168.1.64 0.0.0.63 area 0


network 192.168.1.128 0.0.0.31 area 0

Listen to exam instructions

You want to configure OSPF to run only on the interface with an IP address of
10.1.1.112/26, and you want to associate the interface with Area 3. Which of the
following commands will accomplish your goal?

Answer

network 10.1.1.0 0.0.0.255 area 3

network 10.1.1.112 0.0.0.143 area 3

network 10.1.1.12 255.255.255.255 area 3

Correct Answer:
network 10.1.1.64 0.0.0.63 area 3

Listen to exam instructions

You have configured two routers (LondonA and LondonB) for OSPF routing. Serial0/0
on LondonA is connected to Serial0/1 on LondonB. The partial configuration of each
router is shown below:

hostname LondonA hostname LondonB


! !
interface Serial0/0 interface Serial0/0
ip address 172.17.1.78 ip address 172.17.1.17
255.255.255.252 255.255.255.248
encapsulation frame-relay encapsulation frame-relay
! !
interface Serial0/1 interface Serial0/1
ip address 172.17.1.161 ip address 172.17.1.77
255.255.255.248 255.255.255.252
encapsulation frame-relay encapsulation frame-relay
! !
router ospf 300 router ospf 200
network 172.17.1.76 0.0.0.3 area network 172.17.1.16 0.0.0.3 area
100 100
network 172.17.1.160 0.0.0.7 area network 172.17.1.76 0.0.0.7 area
100 100
! --additional output omitted ! --additional output omitted

When you check the routing table on LondonA, you find that it has not learned about
network 172.17.1.16 from LondonB. What is the problem?

Answer
Incorrect answer:
The areas defined in the network statements do not match.

The IP address assigned to Serial0/0 on LondonA is not on the same subnet as the IP
address assigned to Serial0/1 on LondonB.

The process IDs for OSPF do not match on both routers.

Correct Answer:
Wildcard mask values for the network statements are incorrect.

Listen to exam instructions

You have configured OSPF routing on RouterA. A partial configuration is shown below:

hostname RouterA
!
interface FastEthernet 0/0
ip address 172.16.1.65 255.255.255.224
duplex auto
speed auto
!
interface FastEthernet 0/1
ip address 172.16.1.97 255.255.255.240
duplex auto
speed auto
!
interface Serial 0/1/0
ip address 10.21.177.85 255.255.255.252
encapsulation ppp
!
router ospf 100
network 172.16.0.0 0.0.255.255 area 0
network 10.0.0.0 0.0.0.255 area 0
auto-cost
!

RouterA is connected to RouterB through the serial link. What routes will RouterB have
in its routing table that it has learned from RouterA?

Answer

172.16.1.0/24

172.16.1.64/25

172.16.1.64/26

172.16.0.0/16

Correct Answer:
172.16.1.64/27 and 172.16.1.96/28

Listen to exam instructions

One of the interfaces in a router with OSPF enabled is connected to a network link
where no other routers reside.

You want to prevent this interface from sending OSPF Hello messages, as there are no
other routers on that network to respond.

Which command should you use?

Answer

ipv6 ospf <process id> area <number>


clear ipv6 ospf process

no passive interface <type> <number>

Correct Answer:
passive-interface <type> <number>

You might also like