[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Type-7 to Type-5 translation issue



Santosh,

I am not sure why my first post never listed, so here again are a few 
thoughts regarding, 

> 1. Prefer type 7 LSA over type-5 .
...
> 2. Prefer type-5 over type-7
...
>3. or its Implementations Specific.
 
Given that the forwarding addresses are the same and point into a newly 
created NSSA, the type-5 LSA would never install on R2. An NSSA border 
router (like R2) never chooses a forwarding path into an NSSA for a 
type-5 LSA as the NSSA's routers (some of which might be internal) 
cannot be counted on to forward packets destined for its prefix along 
the expected path. The same is true for simple stub areas.

Second, you are in complete control here regardless of implementation 
specifics. Simply stop the RIP redistribution on R1 through access-list 
control or by simply shutting down the path to the gateway router of the 
RIP learned routes. Any proper OSPF implementation on R1 should 
immediately flush its type-5 LSAs, as it is no longer a source for these 
routes. Then convert Area 1 to an NSSA. Afterwards restart the RIP 
redistribution.

Hope this helps.

Pat