From: Raphael Gallegos (raphaeljg@xxxxxxxxxxx)
Date: Sun Jan 13 2002 - 01:25:20 GMT-3
Paul,
Yeah I see what you are talking about. I looked at the answers in ccbootcamp
labs and found that I comprehended the word "exception" differently from
what they intended, I took it literally. Whereas, ccbootcamp wants a
route-map in place to block ospf CONNECTED routes (area0)being redistributed
into igrp, except for Serial0, from r6 only of course.
R6 (relevant configs only)
router igrp 1
redistribute connected metric 1000 1 255 1 1500 route-map serial
redistribute ospf 1 metric 10000 1 255 1 1500 route-map deny-igrp
access-list 1 permit 140.4.68.0 0.0.0.255
access-list 1 permit 140.4.8.0 0.0.0.255
access-list 2 permit any
access-list 3 permit 140.4.68.0 0.0.0.255
dialer-list 1 protocol ip deny
route-map serial permit 10
match ip address 3
!
route-map serial deny 20
match ip address 2
route-map deny-igrp deny 10
match ip address 1
!
route-map deny-igrp permit 20
match ip address 2
Raphael
>From: Paul Young <tsungdapaulyoung@yahoo.com>
>Reply-To: Paul Young <tsungdapaulyoung@yahoo.com>
>To: Raphael Gallegos <raphaeljg@hotmail.com>
>CC: ccielab@groupstudy.com
>Subject: Re: lab19-task6-ccbootcamp
>Date: Sat, 12 Jan 2002 16:48:07 -0800 (PST)
>
>Hi Raphael:
>
> Actually you can ping all IP addresses in VLAN A if
>you add the statement below on R6:
>
> router ospf <process id>
> area 0 range 140.4.4.0 255.255.255.0
>
>The way Lab 19 is structured is that they might not
>want you to add the statement above just yet until you
>work on Task Ten the BGP section and found out that
>some networks are being advertised via BGP that should
>be via IGRP and really cause some routing problems (as
>mentioned in the Hints for lab 19).
>
>My suggestion is that you structure you approach and
>save your work step by step towards the end of the lab
>so that you can back track if need to or if you get
>stuck.
>
>Good luck,
>Paul Young.
>
>
>
>
>--- Raphael Gallegos <raphaeljg@hotmail.com> wrote:
> > Does anyone know why you cannot ping interfaces in
> > vlanA...Area 0?
> > This ping is from router 8 (The IGRP router),
> >
> > In other words, why is this an exception?
> >
> > Raphael
> >
> >
> >
> >
> >
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:56:26 GMT-3