From: Mannan Venkatesan (mv70@xxxxxxxxxx)
Date: Mon Mar 11 2002 - 15:54:03 GMT-3
Ok, I have a question here. You said "redistribute bar information, with
filters y and foo metric x, into foo". 'Distribute-list y in' command only
control what is going to go to your local router's routing table. It doesn't
filter what is going to go other routers.
router eig 1
red osp 1 def x
distribute-list 1 in
This will filter routes getting into local router's routing table based on
acl 1. But it will not filter what is being sent to other eig neighbors
So, is "distribute-list in" import???
And again, distribute-list 1 out osp 1 will control the routes being
imported from ospf to eigrp. So, is distribute-list out "import" here?
Confused,enough???
Mannan
----- Original Message -----
From: "Howard C. Berkowitz" <hcb@gettcomm.com>
To: <ccielab@groupstudy.com>
Sent: Monday, March 11, 2002 11:27 AM
Subject: Re: distribute-list
> A general comment here that might help in understanding.
>
> "Redistribution" is a Cisco term that is rather awkward, but has been
> adopted by the industry. There are less ambiguous terms I'll mention
> in a minute.
>
> But I like to explain what "redistribute" means by expanding the grammar:
>
> router foo
> redistribute bar default-metric x
> distribute-list y in
>
> means
>
> redistribute bar information, with filters y and foo metric x, into
foo.
>
> The more general terms are import and export. Redistribution is
importing:
>
> import bar into foo [optional filters and actions]
>
> Export is like a distribute-list out.
>
>
>
> At 7:09 AM -0800 3/11/02, Bhisham Bajaj wrote:
> >mannan
> >
> >thank u
> >
> >i got the point and by now know how wrong i was in
> >understanding redistribution
> >
> >thank u
> >Reg
> >bajaj
> >
> >--- Mannan Venkatesan <mv70@lucent.com> wrote:
> >> Bajaj,
> >> Yigit is correct. "out" option works differently
> >> when you use it with a RP.
> >> If you use it with interface, it will filter the
> >> routes sending out of that
> >> interface.
> >>
> >> It you use it with RP, it will filter the routes
> >> from the RP being
> >> redistributed.
> >>
> >> HTHs,
> >> Mannan
> >>
> >>
> >> ----- Original Message -----
> >> From: "A Yigit Zorlu" <alec_cisco@yahoo.com>
> >> To: "'Bhisham Bajaj'" <bhishambajaj@yahoo.com>;
> >> "'Mannan Venkatesan'"
> >> <mv_lab@hotmail.com>; "'lab'"
> >> <ccielab@groupstudy.com>
> >> Sent: Monday, March 11, 2002 1:48 AM
> >> Subject: RE: distribute-list
> >>
> >>
> >> > Hi,
> >> >
> >> > If you would using distribute-list 1 out serial 0
> >> you were correct. But in
> >> > this case it filters routes coming out of EIGRP
> >> into OSPF. Same for
> >> > connected. Same for IPX as well
> >> >
> >> > ipx nlsp
> >> > redistribute eigrp 1
> >> > distribute-list 7 out eigrp 1
> >> > from EIGRP into NLSP.
> >> >
> >> > Thanks,
> >> >
> >> > Yigit
> >> >
> >> > -----Original Message-----
> >> > From: nobody@groupstudy.com
> >> [mailto:nobody@groupstudy.com]On Behalf Of
> >> > Bhisham Bajaj
> >> > Sent: Monday, March 11, 2002 6:32 AM
> >> > To: Mannan Venkatesan; lab
> >> > Subject: Re: distribute-list
> >> >
> >> >
> >> > Mannan
> >> > i am trying to use a distribution list with the
> >> out
> >> > key word
> >> > i thought that if i was using it with the in key
> >> word
> >> > then it would filter incomming routes that i get
> >> into
> >> > the ospf process by the redistribute command &
> >> also as
> >> > ospf is a link state protocol we will have the
> >> route
> >> > in the datbase but not in the routing table
> >> >
> >> > but i am try to use the distribution list out so
> >> it
> >> > should filer routes that are going out of the ospf
> >> > process to other routing process
> >> >
> >> > Bajaj
> >> > --- Mannan Venkatesan <mv_lab@hotmail.com> wrote:
> >> > > Nope. The other way around.
> >> > >
> >> > > First statement is to filter routes from eigrp 1
> >> to
> >> > > ospf based on acl 1.
> >> > >
> >> > > Second is to filter routes from connected to
> >> ospf
> >> > > based on acl 1.
> >> > >
> >> > > Mannan
> >> > >
> >> > > ----- Original Message -----
> >> > > From: "Bhisham Bajaj" <bhishambajaj@yahoo.com>
> >> > > To: <ccielab@groupstudy.com>
> >> > > Sent: Sunday, March 10, 2002 9:42 PM
> >> > > Subject: distribute-list
> >> > >
> >> > >
> >> > > > router ospf 1
> >> > > > distribute-list 1 out eigrp 1
> >> > > >
> >> > > > this will fliter routes baed on access-list 1
> >> when
> >> > >
> >> > > > redistributing ospf routes into eigrp 1
> >> > > >
> >> > > > but what does this command do
> >> > > >
> >> > > >
> >> > > > router ospf 1
> >> > > > distribute-list 1 out connected
> >> > > >
> >> > > >
> >> > > >
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:57:00 GMT-3