Re: Q. eigrp/igrp red

From: Bhisham Bajaj (bhishambajaj@xxxxxxxxx)
Date: Sun Apr 07 2002 - 22:13:11 GMT-3


   
try this out ...

router eigrp 10
 distribute-list 14 out igrp 10

BB

--- Ali <muali_cisco@hotmail.com> wrote:
> Guys;
> I am trying to block two network from being
> advertised to eigrp from igrp.
> What am i doing wrong here?
>
> R7
> / \
> rip / \ igrp10
> / \
> R3 ------ R4
> eigrp10
>
>
> 195.1.1.0 & 195.1.2.0 are directly connected to R3
> and advertised via RIP. R7
> is doing mutual red bet RIP/IGRP10.
>
> R4
> !
> router eigrp 10
> passive-interface Serial0
> network 150.100.0.0
> default-metric 10000 100 255 100 1500
> no auto-summary
> no eigrp log-neighbor-changes
> !
> router igrp 10
> redistribute connected
> passive-interface Ethernet0
> network 172.16.0.0
> default-metric 10000 100 255 100 1500
> distribute-list 14 out eigrp 10
> !
> access-list 14 deny 195.1.1.0 0.0.0.255
> access-list 14 deny 195.1.2.0 0.0.0.255
> access-list 14 permit any
> !
>
> TIA
> /Ali
>



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:57:59 GMT-3