05-09-2013 04:36 AM - edited 03-04-2019 07:51 PM
Hello everyone, while searching about question for CCNP route, i came across this site digitaltut.com.
Under ospf it has two question which are to me confusing.
Refer to the exhibit. Will redistributed RIP routes from OSPF Area 2 be allowed in Area 1?
Then answer is
A. Because Area 1 is an NSSA, redistributed RIP routes will not be allowed.
My question is RIP routes in area 2 will be as type 5, in area 0 they will be as type 5 and then in area 1 (as it is NSSA )it will be as type 7. But still we are getting RIP routes in area 1 as type 7.
The next question:
Refer to the exhibit. OSPF has been configured on all routers in the network and Area 1 has been configured as a NSSA. Which statement is true about the NSSA Area 1?
A. Redistributed RIP and IGRP routes will appear in Area 1. They will be advertised via type 5 LSAs.
B. Only redistributed RIP routes will appear in Area 1. They will be advertised via type 7 LSAs.
C. Only redistributed IGRP routes will appear in Area 1. They will be advertised via type 7 LSAs.
D. No redistributed routes can appear in Area 1, only summary routes.
The answer is option C which is again confusing.
If answer is option C then why can't it be option B.
Please, correct me if i am missing something.
05-09-2013 04:54 AM
Hi Shoaib,
External routes from other area are not alowed in an NSSA area (or regular stubby area for that matter). NSSA does allow ASBR, in the area configured as NSSA, to redistribute and propagate routes from other routing protocols (including static routes). These redistributed routes are propagated as LSA type 7 and are translated into LSA type 5 at the ABR.
Regards
05-09-2013 06:02 AM
Thanks for your reply Harold.
Just one question, According to your explanation the routers in area 1 will never be able to learn about subnets from RIP,
because external routes are not allowed from one area to NSSA area then how the routers in area 1 will be able to learn about RIP subnets.
And is there any specific reason for this behaviour of OSPF routing protocol ?
Your reply will be very helpful...
05-09-2013 07:05 AM
Hello Shoaib
The NSSA ABR can be configured to inject a default route into its NSSA, so routers in this area will have access to the other areas redistributed routes
NSSA- ABR-
router ospf xx
area 1 nssa default-information-originate
res
Paul
Please don't forget to rate any posts that have been helpful.
Thanks.
05-09-2013 07:19 AM
Shoaib
The routers in area 1 will not be able to learn the RIP routes. These routers may be able to get to the networks that are in RIP but those networks will not appear in the routing table of area 1 routers. They can get to those networks because the routers in area 1 can have a default route which gets them to the Border router between area 1 and area 0. That router will have the RIP networks in its routing table and can forward to them. So area 1 routers can get to those resources but will not learn those specific routes.
This is a feature designed into OSPF. The purpose is to allow some OSPF routers to have Link State Database and IP routing table that is smaller and less complex. This reduces the processing tasks for the OSPF routers by excluding all external routes learned in different areas. The logic of this is that if the routers in area 1 can get to the RIP networks by using a default route to the Border router then why do they need to learn all of the details about the RIP routes?
HTH
Rick
05-09-2013 10:30 PM
Now i got the point.
Thanks Richard and pdriver for your valuable information on this topic.
05-10-2013 12:33 AM
Hello,
I send you a little diagram that I did:
05-11-2013 03:17 AM
Hello
plase rate any posts that may have been helpful
res
paul
Sent from Cisco Technical Support Android App
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide