From: walkingwithcisco (walkingwithcisco@gmail.com)
Date: Thu Oct 30 2008 - 06:03:38 ARST
Hi Jack,
out ...............advertise to other peers
in.............receive routes from other peers and put it in the routing
table
Best Regards,
WalkingWithCisco
On Thu, Oct 30, 2008 at 4:30 AM, Jack <ccie.unnumbered@gmail.com> wrote:
> Smith,
>
> Thank you for the response. The line "distribute-list 3 out eigrp 101" is
> under "router eigrp 1"
> and that is where I get confused. The question wants to redistribute the
> interest route from AS 101 to AS 1.
> Does it mean "out TO" or "out FROM" in that sentence?
>
> Comparison:
> access-l 11 deny 1.1.1.0 0.0.0.255
> access-l 11 permit any
> router rip
> net 1.0.0.0
> distribute-list 11 out fa0/0
> In this case, the distribute list clearly indicate that the interest route
> (1.1.1.0/24) is not going to be advertised OUT to fa0/0.
>
> Jack
>
> Shaughn Smith wrote:
>
>> Hi
>> No, you need to think how the router interprets redistribution.
>> The "out" command is there to say distribute those prefixe's "out" of
>> that process id/routing instance into another IGP/EGP etc
>> OUT is outgoing FROM that routing instance and IN would be incoming INTO
>> that routing instance
>>
>> Sorry, easiest way I could explain it
>> -----Original Message-----
>> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
>> Jack
>> Sent: Wednesday, October 29, 2008 8:12 PM
>> To: ccielab@groupstudy.com
>> Subject: redistribution with distribute-list
>>
>> EIGRP Redistribution: Examples
>>
>> In the following configuration, network 10.0.0.0 is configured under
>> EIGRP autonomous system 1 and network 192.168.7.0 is configured under
>> EIGRP autonomous system 101:
>>
>> Router(config)# router eigrp 1 Router(config-router)# network 10.0.0.0Router(config)# router eigrp 101 Router(config-router)# network
>> 192.168.7.0
>>
>>
>> In the following example, routes from the 192.168.7.0 network are
>> redistributed into autonomous system 1
>>
>> Router(config)# access-list 3 permit 192.168.7.0
>> Router(config)# router eigrp 1 Router(config-router)# redistribute eigrp
>> 101 Router(config-router)# distribute-list 3 out eigrp 101
>> Question: why is it "out" in the above last configuration line? can it
>> be "in" to eigrp 1?
>>
>>
>> Reference
>>
>> http://www.cisco.com/en/US/docs/ios/iproute/configuration/guide/irp_ip_p
>> rot_indep_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1057215
>>
>>
>> Blogs and organic groups at http://www.ccie.net
>>
>> _______________________________________________________________________
>> Subscription information may be found at:
>> http://www.groupstudy.com/list/CCIELab.html
>>
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
Blogs and organic groups at http://www.ccie.net
This archive was generated by hypermail 2.1.4 : Sat Nov 01 2008 - 15:35:23 ARST