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

Pract 1

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)
17 views

Pract 1

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/ 7

7.1.

6 Practice Questions

To properly configure link-state routing, which of the following is mandatory within an


area?

Answer
Correct Answer:
Backbone

Stub

External

Perimeter

You are currently using EIGRP on your network. Which of the following would you gain
by switching to OSPF? (Select two.)

Answer

VLSM support

Unequal-cost load balancing

Correct Answer:
Open standard

Multiprotocol support

Correct Answer:
Hierarchical network design

Autosummarization
You have configured Router A, Router B, and Router C as shown. No loopback
interfaces have been configured.

hostname C
...
router ospf 600
network 172.16.32.1 0.0.0.0 area 100
network 192.168.2.1 0.0.0.0 area 100
...

What is the default router ID of Router C?

Answer

600

172.16.32.1

Correct Answer:
192.168.2.1

100

What are DRs and BDRs used for when using the OSPF routing protocol?

Answer

Divide the network into a hierarchical configuration.

Correct Answer:
Reduce routing table updates in a broadcast network.

Identify preferred and backup routes to improve recovery from link failure.

Reduce routing table updates in a point-to-point network.

Ensure a loopfree path between two networks.


You have a medium-sized business network with twelve subnets (192.168.1.0/24
through 192.168.12.0/24). You use OSPF for your routing protocol. One Ethernet
subnet has five routers, all in the same OSPF area as shown.

You want to ensure that RouterC becomes the designated router on the subnet.
Assuming that no additional configuration parameters are configured other than what is
shown, how could you accomplish this task? (Select three. Each option is a complete
solution.)

Answer
Correct Answer:
For the OSPF process, set the router-id to 200.1.1.1.

Correct Answer:
Change the IP address on the interface connected to the 192.168.12.0/24 subnet to
192.168.12.254.

Correct Answer:
For the interface connected to the 192.168.12.0/24 subnet, set the OSPF priority to 2.

For the router, set its OSPF priority to 2.

For the OSPF process, set the router-id to 172.16.1.1.

Change the IP address on the interface connected to the 192.168.12.0/24 subnet to 192.168.12.1.

Configure a loopback interface IP address of 1.1.1.1.

You are running OSPF as your routing protocol. One Ethernet subnet has five OSPF
routers on the subnet. A partial configuration for two of the routers is shown. Both
routers are connected to the subnet through the Fa0/1 interface. All interfaces are up.

hostname RouterA hostname RouterB


! !
interface loopback0 interface FastEthernet0/0
ip address 199.1.1.1 255.255.255.255 ip address 172.18.1.12 255.255.255
! !
interface FastEthernet0/0 interface FastEthernet0/1
ip address 172.17.1.41 255.255.255.192 ip address 172.16.1.200 255.255.25
! !
interface FastEthernet0/1
ip address 172.16.1.250 255.255.255.128
router ospf 300
!
network 172.16.1.128 0.0.0.127 are
router ospf 200
network 172.18.1.0 0.0.0.63 area 0
network 172.16.1.128 0.0.0.127 area 0
!
network 172.17.1.0 0.0.0.63 area 0
--additional output omitted
!
--additional output omitted

Assuming that either RouterA or RouterB will become the DR, which one will be elected
the DR for the subnet?

Answer
Correct Answer:
RouterA will be the DR because of the loopback interface IP address.

Router B will be the DR because of the OSPF process number.

RouterA will be the DR because of the Fa0/1 interface IP address.

RouterB will be the DR because of the Fa0/0 interface IP address.

You are running OSPF as your routing protocol. One Ethernet subnet has five OSPF
routers on the subnet. A partial configuration for two of the routers is shown below. Both
routers are connected to the subnet through the Fa0/1 interface. All interfaces are up.

hostname RouterA hostname RouterB


! !
interface loopback0 interface FastEthernet0/0
ip address 15.1.1.1 255.255.255.255 ip address 172.18.1.12 255.255.255
! !
interface FastEthernet0/0 interface FastEthernet0/1
ip address 172.17.1.41 255.255.255.192 ip address 172.16.1.200 255.255.25
shutdown !
! router ospf 300
interface FastEthernet0/1 network 172.16.1.128 0.0.0.127 are
ip address 172.16.1.250 255.255.255.128 network 172.18.1.0 0.0.0.63 area 0
ip ospf priority 0 router-id 12.0.0.1
! !
router ospf 200 --additional output omitted
network 172.16.1.128 0.0.0.127 area 0
network 172.17.1.0 0.0.0.63 area 0
!
--additional output omitted

Given this configuration, which of the following statements are true for both routers on
SubnetA? (Select three.)

Answer

The router ID for RouterA is 172.16.1.250.

The router ID for RouterB is 172.18.1.12.

Correct Answer:
The router ID for RouterB is 12.0.0.1.

Correct Answer:
The router ID for RouterA is 15.1.1.1.

The router ID for RouterA is 172.17.1.41.

Correct Answer:
RouterA will never become the DR or the BDR.

The router ID for RouterB is 172.16.1.200.

Between the two routers, RouterA would become the DR.

You have five routers running OSPF on a single subnet. RouterB has been elected as
the DR.

You remove RouterB from the network for a hardware upgrade. The next day, you add
the router back onto the network. What will happen when you add RouterB back onto
the network?

Answer
Correct Answer:
RouterB will become the DR only if a new election occurs.
RouterB will become the DR at the next hello interval.

RouterB will immediately resume being the DR.

RouterB will become the DR during the next periodic update.

Which of the following are true of OSPF configuration to enable two routers to become
adjacent? (Select two.)

Answer
Correct Answer:
Hello and dead timer intervals must match on all routers.

K values must match on both routers.

Correct Answer:
The area assigned to each network must match.

The router ID configured on both routers must match.

The process ID used to configure OSPF must match.

Which of the following is true regarding OSPF?

Answer
Correct Answer:

Does not have the 16-hop limitation of RIP.

Is susceptible to routing loops.

Incorrect answer:
Exchanging the entire routing table under normal conditions.

Is a private (proprietary) routing protocol.

You might also like