From: Paul Schuuring (Paul.Schuuring@versatel.com)
Date: Tue Jul 25 2006 - 06:23:46 ART
Seems this conditional originate always match (if e0 is up). Result will be the same, generation of a default route out S0/1 towards R4.
I think you just have to filter out the default route towards R4 s0/1. Like;
router rip
distribute-list prefix DENYDEFAULT out Serial 0/1
!
ip prefix-list DENYDEFAULT seq 5 deny 0.0.0.0/0
ip prefix-list DENYDEFAULT seq 10 permit 0.0.0.0/0 le 32
I would also remove the distribute-list DEFAULT out eth0/1.
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Shane Lee
Sent: Tuesday, July 25, 2006 4:08 AM
To: Joshua
Cc: ccielab@groupstudy.com
Subject: Re: IEWB 4.3 Question about distribute-list out
Try this on R5:
default-information originate route-map SW1
route-map SW1 permit 10
match interface Ethernet0/1
On 7/24/06, Joshua <joshualixin@gmail.com> wrote:
>
> Hi, group,
>
> IEWB 4.3 ask to generate a default route to SW1. When i verify in on R4, i
> also see the default route generate from R5. I think " distribute-list
> DEFAULT out Ethernet0/1" means it only allow the default route out on
> e0/1".
> So, what i did wrong?
>
> Rack1R4#sh ip route
> ....
> R* 0.0.0.0/0 [120/1] via 163.1.45.5, 00:00:03, Serial0/1
>
> Rack1R5#sh run | be rip
> router rip
> version 2
> passive-interface default
> no passive-interface Ethernet0/1
> no passive-interface Serial0/1
> network 163.1.0.0
> default-information originate
> distribute-list DEFAULT out Ethernet0/1
> no auto-summary
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:48 ART