Great replies to Terry's questions. I've wondered the same about how many times to go through Vol1.
Regards, Jay McMickle- CCNP,CCSP,CCDP Sent from my iPhone On Oct 17, 2010, at 8:16 PM, [email protected] wrote: > Send CCIE_RS mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://onlinestudylist.com/mailman/listinfo/ccie_rs > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of CCIE_RS digest..." > Today's Topics: > > 1. Volume 1 (Terry Vinson) > 2. Re: Volume 1 ('Segun Daini) > 3. Re: Volume 1 (Jay Taylor) > 4. Routing Manipulation (Jason Maynard) > 5. Re: Routing Manipulation (garry baker) > 6. Re: Routing Manipulation (Jason Maynard) > I have a few questions. These are just basic information type things. > > 1) When working with volume one is there a suggested number of times > that we should complete the workbook? > 2) When initially going through volume one how much attention should > we pay to the "Estimated time to complete"? > 3) If we find issues in either the solution guide or the workbook to > whom do we report them to (errata and the like)? > > 4) What (if any) experience do any other clients of ipexpert have with > the Volume 1 walk-thrus? I'm considering buying that product and > would like some feedback from peeps that already have it. > > Thanks in advance, > Terry > > 1. As many times a possible. > > 3. Right here on OSL. > > 4. The walk through is great as you get to see 1st hand how the "proctor" :) > approach the labs. > > > From: Terry Vinson <[email protected]> > To: [email protected] > Sent: Sun, October 17, 2010 6:09:57 PM > Subject: [OSL | CCIE_RS] Volume 1 > > I have a few questions. These are just basic information type things. > > 1) When working with volume one is there a suggested number of times > that we should complete the workbook? > 2) When initially going through volume one how much attention should > we pay to the "Estimated time to complete"? > 3) If we find issues in either the solution guide or the workbook to > whom do we report them to (errata and the like)? > > 4) What (if any) experience do any other clients of ipexpert have with > the Volume 1 walk-thrus? I'm considering buying that product and > would like some feedback from peeps that already have it. > > Thanks in advance, > Terry > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > 1) I'll have done most of the Vol1 labs at least twice... a few of them 3 or > 4 times. > > 2) My first time through on most labs was about double the estimated time. > Working through Vol1 for the second time now (after doing a few Vol3 labs and > attending the OWLE bootcamp) and I'm getting most of them done within the > estimated time. > > 3) As said before, OSL. > > 4) Video walk-thrus are awesome but they'll definitely add a lot of time you > spend per lab. I would work up my own solution as best I could then watch the > video for the task and see how it compared. With that mentality you're > basically doubling the amount of time you'd spend. That's not a bad thing, > it's just the learning process. The entire Blended Learning Solution is a > great product and what most of my CCIE study is based on. > > > > On Sun, Oct 17, 2010 at 1:09 PM, Terry Vinson <[email protected]> wrote: > I have a few questions. These are just basic information type things. > > 1) When working with volume one is there a suggested number of times > that we should complete the workbook? > 2) When initially going through volume one how much attention should > we pay to the "Estimated time to complete"? > 3) If we find issues in either the solution guide or the workbook to > whom do we report them to (errata and the like)? > > 4) What (if any) experience do any other clients of ipexpert have with > the Volume 1 walk-thrus? I'm considering buying that product and > would like some feedback from peeps that already have it. > > Thanks in advance, > Terry > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > How do you ensure that any packet sourced from 192.168.1.1 uses serial 1/0 > and packets sourced from 192.168.1.2 uses serial 1/1? All other packets use > the best route. > > > > > > Diagram and question can be found here. > http://packetsanalyzed.blogspot.com/2010/10/question-140.html > > > > this should do it, uses the local policy route-map to PBR routes sourced from > the router, vs int PBR of packets sent through the router > > ip access-list extended ONEONE > permit ip host 192.168.1.1 any > ip access-list extended ONETWO > permit ip host 192.168.1.2 any > ! > route-map SERIAL_PBR permit 10 > match ip address ONEONE > set interface Serial1/0 > ! > route-map SERIAL_PBR permit 20 > match ip address ONETWO > set interface Serial1/1 > > ip local policy route-map SERIAL_PBR > > -- > Garry L. Baker > > "There is no 'patch' for stupidity." - www.sqlsecurity.com > > > On Sun, Oct 17, 2010 at 7:13 PM, Jason Maynard <[email protected]> > wrote: > How do you ensure that any packet sourced from 192.168.1.1 uses serial 1/0 > and packets sourced from 192.168.1.2 uses serial 1/1? All other packets use > the best route. > > > > > > Diagram and question can be found here. > http://packetsanalyzed.blogspot.com/2010/10/question-140.html > > > > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > > Gary, > > > > Looks good (I will add this to the blog) > > > > What about traffic not locally generated by the router? > > > > From: garry baker [mailto:[email protected]] > Sent: October-17-10 9:02 PM > To: Jason Maynard > Cc: [email protected] > Subject: Re: [OSL | CCIE_RS] Routing Manipulation > > > > this should do it, uses the local policy route-map to PBR routes sourced from > the router, vs int PBR of packets sent through the router > > ip access-list extended ONEONE > permit ip host 192.168.1.1 any > ip access-list extended ONETWO > permit ip host 192.168.1.2 any > ! > route-map SERIAL_PBR permit 10 > match ip address ONEONE > set interface Serial1/0 > ! > route-map SERIAL_PBR permit 20 > match ip address ONETWO > set interface Serial1/1 > > ip local policy route-map SERIAL_PBR > > -- > Garry L. Baker > > "There is no 'patch' for stupidity." - www.sqlsecurity.com > > > On Sun, Oct 17, 2010 at 7:13 PM, Jason Maynard <[email protected]> > wrote: > > How do you ensure that any packet sourced from 192.168.1.1 uses serial 1/0 > and packets sourced from 192.168.1.2 uses serial 1/1? All other packets use > the best route. > > > > > > Diagram and question can be found here. > http://packetsanalyzed.blogspot.com/2010/10/question-140.html > > > > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > >
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
