You run a company that sells Virtual Worlds for gamers. The network you are using is running on OSPF and one of the areas is a NSSA. At the moment you are not sure which router is performing the translation from LSA Type 7 to Type 5 into your backbone router. Up to you to check it out!
Goal:
All IP addresses have been preconfigured for you.
Configure OSPF Area 0.
Configure OSPF Area 1 as NSSA.
Redistribute the loopback0 interface on router Sam into OSPF Area 1.
Ensure router Tron is the router performing the translation from LSA Type 7 to Type 5 into area 0.
IOS:
c3640-jk9s-mz.124-16.bin
Topology:
Video Solution:
You need to register to download the GNS3 Topology File. (Registration is Free!)
It's not a complex lab. When you configure one area to be a NSSA you will have only one router that will do the translation from LSA type 7's in the NSSA to the backbone area. With two routers like in this topology there will be an election to determine which router will do the type 7 --> type 5 translation.
The question is who will win the election and why, so you can change it.
highest RID what's interesting is that though the advertising router maybe router A, the path selection may use router B. The IETF doco was an interesting read to suss this one.
What exactly do you mean? We have two area border routers and only one of them will do the translation of the external type 7 LSA to the type 5 LSA. Depending on the router ID either router Tron or Quorra will do this
Increment the router id on each ABR's , reload the ospf process and you will see in the sho ip ospf command that the Perform type-7/type-5 LSA Translation will move to the device with the highest ID.