Team,

Where should the following command be applied in an NSSA area?

Router ospf 1
area 78 nssa default-information-originate

My understanding is that this command should be under the ABR of a NSSA area 
(since this ABR, by default, does not generate/advertise a 0/0 into NSSA).
In Task 3-6, R7 is the ABR but the command shows up under R8. Also, in R7, the 
interface s0/0/0 is not under OSPF process, area 78 and it should (I guess a 
minor typo).
Here is the way I see this task, assuming we do NOT run OSPF in R8 Lo0 and F0/0 
(these interfaces are redistributed into OSPF area 78.
If we run ospf in ALL interfaces of R7 and R8 there is no  major issues when it 
comes to redistribution. 
-----------------------------------------------------------------------------------------------------------------------------------------------

R7
int lo0
ip ospf 1 area 78
int s0/0/0
ip ospf 1 area 78
int f0/0
ip ospf 1 area 0

router ospf 1
area 78 nssa default-information-originate 

R8
interface s0/0/0
ip ospf 1 area 78

router ospf 1
redistribute connected  subnets route-map C2O
area 78 nssa
!
route-map C2O
match interface Lo0  F0/0


Any comments?


Thanks

Bauke



      __________________________________________________________________
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your 
favourite sites. Download it now
http://ca.toolbar.yahoo.com.
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to