Home > OSPF Questions 6

OSPF Questions 6

July 15th, 2011 in ROUTE 642-902 Go to comments

Here you will find answers to OSPF Questions – Part 6

Question 1

You are developing a verification plan for an upcoming OSPF implementation. Part of this plan is to verify the status of type 3 LSAs within the network. Which routers should you verify first to ensure that the configurations are correct for generating type 3 LSAs?

A. Internal routers within the backbone area (area 0)
B. Internal routers within the NSSAs
C. Internal routers within the stubby areas
D. ASBRs
E. ABRs
F. DRs and BDRs


Answer: E

Explanation

Type 3 LSA (Summary LSA) is advertised by the ABR of originating area to advertise network from other areas so we should check the ABRs first.

Question 2

To make OSPF area 4 totally stubby, the following command was issued on the ABR in router configuration mode:
area 4 stub
Which two things need to be done to finish making area 4 a totally stubby area? (Choose two)

A. Apply the area 4 stub command to all routers in the area.
B. On the ABR, use the area 4 stub command with the no-summary keyword.
C. On the ABR, specify a default cost for the area with the area default-cost command.
D. On the ABR, use the default-information originate command to inject a default route into area 4.
E. Use the auto-cost command on each router in the area to automatically determine the cost to other OSPF areas.


Answer: A B

Explanation

To make an area “totally stubby” we must apply the “area area-id stub no-summary” command on the ABR and area area-id stub” commands to all other routers in that area.

Note: The ABR in a totally stubby area does not create Type 3 summary LSA. It only creates a default route to outside destinations.

Question 3

Refer to the exhibit. Router C was configured so that it could form an adjacency with three OSPF neighbors, one connected to each of its three physical interfaces. Which statement is correct about router C?

show_ip_interface_brief_show_ip_ospf.jpg

A. It is configured and functioning correctly as an OSPF internal router.
B. It is configured and functioning correctly as an ABR attached to stub area 4.
C. It is configured and functioning correctly as an ASBR attached to external area 4.
D. It is configured and functioning correctly as an ABR attached to totally stubby area 4.
E. It is not configured correctly to function as specified.


Answer: D

Explanation

From the output of the “show ip ospf” command we notice 2 lines:

+ It is an area border router
+ It is a stub area, no summary LSA in this area (in Area 4)

Therefore we can conclude RouterC is an ABR and it is attached to a totally stubby area (with no summary LSA advertised) -> D is correct.

Question 4

Refer to the diagram. Which OSPF configuration command is required to configure Area 3 as a totally stubby area?

OSPF_totally_stub_area.jpg

A. On the ABR
router ospf 10
area 3 nssa
B. On the ABR
router ospf 10
area 3 stub
C. On all Area 3 routers
router ospf 10
area 3 stub no-summary
D. On all Area 3 routers
router ospf 10
area 3 stub
E. On the ABR
router ospf 10
area 3 stub no-summary


Answer: E

Explanation

To make an area “totally stubby” we must apply the “area area-id stub no-summary” command on the ABR (the middle router in this case) and area area-id stub” commands to all other routers in that area.

Question 5

Which show command will display only the Type 5 LSAs in the OSPF topology database?

A. show ip route
B. show ip route ospf
C. show ip ospf database summary
D. show ip ospf database nssa-external
E. show ip ospf database external


Answer: E

Explanation

The “show ip ospf database external” command displays information only about external LSAs (Type 5 LSAs) -> E is correct.

Below is an example of the “show ip ospf database external” command

OSPF_show_ip_ospf_database_external.jpg

Notice the line “LS Type: AS External Link”, which means LSA Type 5. For your information, the “Link State ID: 143.105.0.0″ indicates the network being advertised; the “Advertising Router: 10.187.70.6″ indicates the router that originated this LSA.

Note:

+ The “show ip ospf database summary” command displays information only about the summary LSAs.
+ The “show ip ospf database nssa-external” command displays information only about the not so stubby area (NSSA) external LSAs.

Question 6

When learning a new route, if a LSA received is not found in the topological database, what will an internal OSPF router do?

A. The sequence numbers are checked, and if the LSA is valid it is entered into the topology database.
B. The LSA is placed in the topological database and an acknowledgement is sent to the transmitting router.
C. The LSA is dropped and a message is sent to the transmitting router.
D. The LSA is flooded immediately out of all the OSPF interfaces, except the interface from which the LSA was received.


Answer: D

Question 7

Refer to the exhibit. What two statements are true? (Choose two)

show_interfaces.jpg

A. Interface FastEthernet 0/0 was configured with the ipv6 ospf 1 area 1 command.
B. OSPF version 2 has been enabled to support IPv6.
C. The IP address of the backup designated router (BDR) is FE80::205:5FFF:FED3:5808.
D. The output was generated by the show ip interface command.
E. The router was configured with the commands:
router ospf 1
network 172.16.6.0 0.0.0.255 area 1
F. This is the designated router (DR) on the FastEthernet 0/0 link.


Answer: A C

Question 8

Refer to the exhibit. OSPF has been configured on all routers in the network. However, router R1 does not receive a default route to router R2 as intended. Which configuration change would ensure that R1 would receive a default route from R2?

OSPF_default-information_originate.jpg

A. Add the area 1 stub command on routers R1.
B. Add the always keyword to the default-information originate configuration command on router R2.
C. Remove the default information originate configuration command from router R2 and place it on router R1.
D. Add the ip route 5.0.0.0 255.255.255.0 0.0.0.0 command to router R2.


Answer: B

Explanation

The default-information originate command advertises a default route into a normal area, provided the advertising router already has a default route. If we want the router to advertise the default route even if it does not have a default route then we can append the keyword always after the above command.

In this question, notice that R2 does not have a default route (something like this: ip route 0.0.0.0 0.0.0.0 6.0.0.2) so the “default-information originate” will not advertise this default route to R1 -> We need to add the keyword “always” or declare a default route -> B is correct.

Question 9

Refer to the exhibit. OSPF is configured on all routers in the network. Area 5 is configured as an NSSA area. The RIPv2 routes are redistributed into the OSPF domain on router R5. What two types of LSAs will be originated by router R5? (Choose two)

Redistribute_RIPv2_OSPF.jpg

A. type 1 Router LSA
B. type 2 Network LSA
C. type 3 Network Summary LSA
D. type 4 ASBR Summary LSA
E. type 5 AS External LSA
F. type 7 NSSA External LSA


Answer: A F

Explanation

Each router creates Type 1 LSA to describe itself, its interfaces, and neighbors -> A is correct.

Notice that LSA Type 7 is generated by an ASBR inside a Not-so-stubby area (NSSA) to describe routes redistributed into the NSSA -> F is correct.

For your information, the main difference between LSA Type 7 and Type 5 is Type 7 is generated inside a NSSA while Type 5 is generated inside a standard area.

Question 10

Refer to the exhibit. Based on this command output, what can we conclude about R3?

OSPF_show_ip_ospf_database.jpg

A. R3 is an ABR.
B. R3 is not connected to the backbone.
C. R3 has four neighbors.
D. R3 is the DR for area 2.


Answer: A

Explanation

From the output we learned that this router is getting Type 3 LSAs (Summary Net Link States) for both Area 0 and Area 3 -> It is an ABR between Area 0 & Area 3 -> A is correct; B is not correct.

From the LSA Type 1 we learn that R3 only has 1 neighbor, which is 192.168.0.4 -> C is not correct.

To find the DR for an area, we need to look at the LSA Type 2 of that area. In this case we find out 116.16.35.5 is the DR for area 2, not R3 -> D is not correct.

To help you understand more clearly about the “show ip ospf database” command, we want to explain more about the fields in the output:

OSPF_show_ip_ospf_database_Explained.jpg

+ Link ID is the OSPF Router-ID of a router in the area for LSA Type 1 & 2 but it is can be the Router-ID or the network address for LSA Type 3, 5 & 7.
+ The ADV Router is the ID of the router that sent the LSA (Advertising Router) into the area
+ Age: The max age of the link state
+ Seq# and Checksum: these fields are used to verify link-state integrity.

For example, from the Router Link States (Area 0.0.0.0):

OSPF_show_ip_ospf_database_Router_LSA.jpg

The first “Link ID” 172.16.1.1 is the Router-ID of the local router R3 (because it is the same as “OSPF Router with ID”). This “Link ID” is, of course, advertised by itself so the ADV Router has the same value.

The second “Link ID” is the Router-ID of 192.168.0.4, which is advertised by 192.168.0.4 so it is directly connected to R3.

Notice that these 2 routers belong to Area 0.

From the Net Link States:

OSPF_show_ip_ospf_database_Net_Link.jpg

We learn that the “Link ID” 116.16.34.4 is advertised from the neighbor 192.168.0.4, which is directly connected to R3. This router (116.16.34.4) also belongs to Area 0 and it is the DR of that segment.

The Summary Net Link States gives us information about LSA Type 3 (advertised by the ABR of area 0. Recall that ABRs generate a Type 3 LSA for each subnet in one area, and advertises each Type 3 LSA into the other areas)

OSPF_show_ip_ospf_database_Summary_Net_Link_State.jpg

From the output we learn that the subnet 116.16.35.0 is advertised via 172.16.1.1 and four routers (in fact, interfaces) are advertised by 192.168.0.4. Notice that these routers (interfaces) can belong to other areas.

Comments
  1. Q4
    January 8th, 2012

    For question no. 4 I think C is the correct answer, because if apply the command only on ABR there will be no adjacency between the ABR and other routers in Area 3 because of stub Flag mismatch, applying the command to all routers in area 3 will solve this.

    (Area 3 stub no-summary = area 3 stub) on internal routers

    What do you think ??!!

  2. digitaltut
    January 10th, 2012

    @Q4: In fact, stub flag is only a bit in the Hello packet. It is set on all interfaces which belong to stub area. A totally stub area is an extension of stub area so the characteristics of this area are still the same -> no mismatch.

  3. lee
    January 12th, 2012

    Q4 is right…no where in question did it mention stub was already configured on the other routers.

  4. saini525
    January 15th, 2012

    I think C is correct : from my book by Wendell Odom CCNP Route Official Cert Guide Copyright 2010 a note is added in shaded on p. 241

    “For totally stubby areas, only ABR’s must have the no-summary keyword on area [area-id] stub no-summary command. However, including the keyword on internal routers does not cause a problem.”

    What I get from this statement is that if you put this on all Area 3 routers it becomes a totally stubby area, regardless of the no-summary command on the internal routers. No where does it say that the internal Area 3 routers had a Area stub command on them already and putting no-summary command on ABR alone does not make the area a totally stubby area.

    What do you think Digital Tut? Thanks for all the help you are providing us, you are the best.

  5. Bruno
    January 15th, 2012

    Totally agree with you saini, answer C would definitely do the job.

  6. Subrun
    January 15th, 2012

    So why not d is the answer ? D should be answer !!

  7. Sir CCNP
    January 18th, 2012

    Hello Friends,

    I just started to study the ROUTE test after taking almost two years off from passing the CCNA. I am planning to take the ROUTE test in two months. Are the Sims, Drag and Drop, Questions, and everything else on this site still valid for the ROUTE test?

    Thank you all!

  8. Qustion6
    January 19th, 2012

    I think Answer B is Correct.

    If the entry is not in LS DB then steps are:
    Add to DB >> Send ACK to originator >> Flood LSA >> run SPF to update routing table

  9. Seth-Chicago
    January 23rd, 2012

    Sir CCNP
    Yes, that’s correct! All Sims, Drag and Drop, Questions, on this site are still valid for the ROUTE test. I took the test last summer and I passed. It seemed easier than the CCNA test. Make sure that you understand thoroughly all the sims. That’s very, very important. Good luck bud!

  10. johncc42
    February 1st, 2012

    Q 10:why 116.16.34.4 is the DR? can someone explain ? Thanks.

  11. Hai-from Vietnam
    February 6th, 2012

    @johncc42:

    You can read carefully the 9tut’s explain. Pay attention on the LSA types 2 that is advertised by the DR by definition.

  12. Alem
    February 21st, 2012

    I think Answer B is Correct.
    If the entry is not in LS DB then steps are:
    Add to DB >> Send ACK to originator >> Flood LSA >> run SPF to update routing table

    I think what digitaltut answer is correct.
    You can’t check sequence number for non-exist LSA. For this check, you must compare exist LSA sequence number with recieved.

    In question said “if LSA received is not found int the topological database”
    So, B is correct

    In question said “if LSA received is not found int the topological database”

  1. No trackbacks yet.
Add a Comment