My experience with Vol 1, Lab 10 was the DSG, the video, and the lab tasks (instructions and presented order); combined into a non-reachable solution from R1.
The only way I found to make R1 hit all IP's was to violate the rules of the lab. Note: there is a demo at the end of the lab where R1 reaches all IP's. On Feb 14, 2012 9:12 AM, "Oluwagbenga Oyebande" <[email protected]> wrote: > I love exploring different methods when I have the time. It enhances the > learning process. But if I where you I would make it work according to the > instructions before exploring other methods. > > Remember CCIE lab must be done according to instructions. So maybe you > should get that first. You could then explore other shortcuts > > On 14 February 2012 14:07, Debra Taylor <[email protected]> wrote: > >> One more time: Take the third network statement (150.100.81.0) off of >> router ospf 1, on R8. You will have reachability from R1. >> >> This is contrary to the instructions, Vol 1, Task 10.12. >> On Feb 14, 2012 5:54 AM, "khaled al-ajeman" <[email protected]> >> wrote: >> >> > Hi there, >> > >> > finally it is working, but from R1 I am not being able to ping to >> > 150.100.81.0 network, although I have configured the 150.100.81.0 >> network on >> > ospf 1 process on both routers R8 AND CAT1, however, the good news I am >> > being able to ping the lo0 interface 200.0.0.11 at cat1 from R1 >> > successfully. Below are my configurations for R8 AND CAT1 >> > >> > R8 >> > >> > router ospf 1 >> > log-adjacency-changes >> > area 78 stub >> > redistribute ospf 2 subnets >> > passive-interface default >> > no passive-interface FastEthernet0/0 >> > no passive-interface Serial0/0 >> > no passive-interface FastEthernet0/1 >> > no passive-interface Tunnel78 >> > network 100.100.200.0 0.0.0.255 area 200 >> > network 150.100.78.0 0.0.0.255 area 78 >> > network 150.100.81.0 0.0.0.255 area 78 >> > network 150.100.178.0 0.0.0.255 area 0 >> > router ospf 2 >> > log-adjacency-changes >> > redistribute ospf 1 subnets >> > passive-interface default >> > no passive-interface FastEthernet0/1 >> > network 150.100.81.0 0.0.0.255 area 0 >> > cat1 >> > >> > router ospf 2 >> > log-adjacency-changes >> > passive-interface default >> > no passive-interface FastEthernet0/1 >> > network 150.100.81.0 0.0.0.255 area 0 --------> this network not >> > available at R1's routing table, Why? >> > network 200.0.0.11 0.0.0.0 area 0 -------> this network is >> visible >> > from R1 >> > >> > thanks for you all, >> > >> > best regards, >> > khaled >> > >> > >> > >> > On Mon, Feb 13, 2012 at 4:09 PM, Debra Taylor <[email protected] >> >wrote: >> > >> >> Correction, the 150.100.81.0; not the 78 network off of router ospf 1 >> >> Apologies. >> >> On Feb 13, 2012 8:06 AM, "Debra Taylor" <[email protected]> >> wrote: >> >> >> >>> Hello Khaled, >> >>> >> >>> Vol 1, 10 is an interesting lab. In order to gain full reachability, >> I >> >>> took the 150.100.78.0 0.0.0.255 area 78 off of the router ospf 1 >> process on >> >>> R8. I left the router ospf 2; 150.100.78.0 0.0.0.255 area 0 on R8. >> Hope >> >>> this helps. >> >>> >> >>> Deb >> >>> On Feb 13, 2012 1:49 AM, "khaled al-ajeman" < >> [email protected]> >> >>> wrote: >> >>> >> >>>> Hi There, >> >>>> >> >>>> According to the ipexpert workbook volume # 1 lab 10 question # >> 10.12-- >> >>>> we >> >>>> have to configure area 78 which is between R7 AND R8 >> >>>> as STUB area ( the question does not allow LSA 4 AND LSA 5. >> Therefore, >> >>>> I >> >>>> am no allowed to configure area 78 as NSSA area, I hope this >> >>>> is understood clearly. Secondly, I am being able to see route route >> >>>> 200.0.0.11 on R8 only but on the other routers. >> >>>> >> >>>> thanks so much, >> >>>> >> >>>> >> >>>> khaled >> >>>> >> >>>> On Mon, Feb 13, 2012 at 2:38 AM, Oluwagbenga Oyebande < >> >>>> [email protected]> wrote: >> >>>> >> >>>> > I think you are referring to the *re*distribution in Vol 1 Lab 9 >> >>>> > >> >>>> > Do you see see the route to 200.0.0.11 on R8, R7 and R2? >> >>>> > >> >>>> > >> >>>> > >> >>>> > >> >>>> > >> >>>> > >> >>>> > >> >>>> > On Sun, Feb 12, 2012 at 9:21 AM, khaled al-ajeman < >> >>>> > [email protected]> wrote: >> >>>> > >> >>>> >> Hi guys, >> >>>> >> >> >>>> >> I have configured the distribution between R8 AND cat1. R8 is the >> >>>> ASBR >> >>>> >> that contained both ospf processes ( ospf 1 and ospf 2). >> >>>> >> >> >>>> >> However on R1 I do not see the route 150.100.81.0 NOR 200.0.0.11 >> on >> >>>> the >> >>>> >> routing table of R1. CAN anyone tell me why ? below are my >> >>>> configurations. >> >>>> >> >> >>>> >> R8 -ASBR >> >>>> >> router ospf 1 >> >>>> >> area 78 stub >> >>>> >> redistribute ospf 2 subnets ----------------------> the >> >>>> distribution >> >>>> >> statement bet R8 OSPF and CAT OSPF process. >> >>>> >> passive-interface default >> >>>> >> no passive-interface FastEthernet0/0 >> >>>> >> no passive-interface Serial0/0 >> >>>> >> no passive-interface FastEthernet0/1 >> >>>> >> network 100.100.200.0 0.0.0.255 area 200 >> >>>> >> network 150.100.78.0 0.0.0.255 area 78 >> >>>> >> network 150.100.178.0 0.0.0.255 area 78 >> >>>> >> router ospf 2 >> >>>> >> log-adjacency-changes >> >>>> >> redistribute ospf 1 subnets >> >>>> >> passive-interface default >> >>>> >> no passive-interface FastEthernet0/1 >> >>>> >> network 150.100.81.0 0.0.0.255 area 0 >> >>>> >> >> >>>> >> >> >>>> >> CAT 1 >> >>>> >> >> >>>> >> >> >>>> >> router ospf 2 >> >>>> >> log-adjacency-changes >> >>>> >> passive-interface default >> >>>> >> no passive-interface FastEthernet0/1 >> >>>> >> network 150.100.81.0 0.0.0.255 area 0 >> >>>> >> network 200.0.0.11 0.0.0.0 area 0 >> >>>> >> Best regards, >> >>>> >> >> >>>> >> khaled >> >>>> >> >> >>>> > _______________________________________________ >> >>>> >> For more information regarding industry leading CCIE Lab training, >> >>>> please >> >>>> >> visit www.ipexpert.com >> >>>> >> >> >>>> >> Are you a CCNP or CCIE and looking for a job? Check out >> >>>> >> www.PlatinumPlacement.com <http://www.platinumplacement.com/> < >> >>>> http://www.platinumplacement.com/> >> >>>> >> >> >>>> >> http://onlinestudylist.com/mailman/listinfo/ccie_rs >> >>>> >> >> >>>> > >> >>>> > >> >>>> > >> >>>> > -- >> >>>> > -- >> >>>> > Olugbenga Oyebande >> >>>> > MD, DAIT >> >>>> > 234-803-302-5287 >> >>>> > http://www.dait-ng.com >> >>>> > Cisco Networks, Network Security & Quality of Service >> >>>> > DAIT Linux Enterprise Network Servers, Web Portal Projects >> >>>> > Broadband Internet Deployment & ISP Consultancy >> >>>> > >> >>>> > >> >>>> _______________________________________________ >> >>>> For more information regarding industry leading CCIE Lab training, >> >>>> please visit www.ipexpert.com >> >>>> >> >>>> Are you a CCNP or CCIE and looking for a job? Check out >> >>>> www.PlatinumPlacement.com <http://www.platinumplacement.com/> >> >>>> >> >>>> http://onlinestudylist.com/mailman/listinfo/ccie_rs >> >>>> >> >>> >> > >> _______________________________________________ >> For more information regarding industry leading CCIE Lab training, please >> visit www.ipexpert.com >> >> Are you a CCNP or CCIE and looking for a job? Check out >> www.PlatinumPlacement.com >> >> http://onlinestudylist.com/mailman/listinfo/ccie_rs >> > > > > -- > -- > Olugbenga Oyebande > MD, DAIT > 234-803-302-5287 > http://www.dait-ng.com > Cisco Networks, Network Security & Quality of Service > DAIT Linux Enterprise Network Servers, Web Portal Projects > Broadband Internet Deployment & ISP Consultancy > > _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com http://onlinestudylist.com/mailman/listinfo/ccie_rs
