The MPLS-OPS Archive[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index][Thread Index][Author Index][Subject Index] Re: RT filtering
Balaji, The way I read what Kim is asking for your reply does not help at all. R. > Balaji Chandrasekaran wrote: > > Hi!! > > The following configuration can be applied. > > ip access-list 10 permit 10.1.1.0 0.0.0.255 > > ip extcommunity-list 1 permit 100:1 > > route-map ABC permit 10 > match extcommuity 1 > match ip address 10 > > ip vrf XYZ > ................ > import map ABC. > > Regards > > Balaji. > > ----- Original Message ----- > From: "Kim Quang Vo" <kimquang.vo@ost.eltele.no> > To: <mpls-ops@mplsrc.com> > Sent: Sunday, August 26, 2001 8:56 PM > Subject: Re: RT filtering > > > I have the same question : > > May I use RT filter for limit one member of VPN. > > That means source 10.1.1.0/24 has only permit to 10.1.250.0/24 but not > > others in the VPN . > > > > Kim > > > > > > ----- Original Message ----- > > From: "Marcelo Blanes" <mblanes@larc.usp.br> > > To: "Robert Raszuk" <raszuk@cisco.com> > > Cc: <mpls-ops@mplsrc.com> > > Sent: Sunday, August 26, 2001 1:55 AM > > Subject: Re: RT filtering > > > > > > > > Robert, > > > > What I would like to do is use regular expression like: > > > > ip extcommunity-list expanded NAME permit <regular expression> > > > > I think IOS does not support it for now. Do you know when it are going to > > be suported? > > > > Thanks, > > Marcelo. > > > > On Wed, 15 Aug 2001, Robert Raszuk wrote: > > > > > > > > Hi Marcelo, > > > > > > Yes you can do it in the vrf directly. Use import-map <route-map>. Note > > > that import route targets and import-map are used sequentially. > > > > > > That is: > > > > > > The import route-targets selects the set of routes which are eligible > > > for import the import-map allows you to prevent specific routes from > > > actually being imported > > > > > > Example: > > > > > > ip vrf RED > > > import-map import-red > > > route-target import 2000:7 > > > ! > > > access-list 1 permit 8.8.8.8 > > > > > > route-map import-red permit 10 > > > match ip address 1 > > > > > > R. > > > > > > > Marcelo Blanes wrote: > > > > > > > > Hi list, > > > > > > > > Is there any way to implement RT filtering in VRF instance. I would > like > > > > to match a expression when defining route target import command? May > > > > be something like BGP route filtering using route-maps. > > > > > > > > Is it possible? > > > > > > > > Thanks, > > > > > > > > Marcelo. > > > > > > > > ------- > > > > The MPLS-OPS Mailing List > > > > Subscribe/Unsubscribe: http://www.mplsrc.com/mplsops.shtml > > > > Archive: http://www.mplsrc.com/mpls-ops_archive.shtml > > > > > > ------- > > > The MPLS-OPS Mailing List > > > Subscribe/Unsubscribe: http://www.mplsrc.com/mplsops.shtml > > > Archive: http://www.mplsrc.com/mpls-ops_archive.shtml > > > > > > > > > > > > > ------- > > The MPLS-OPS Mailing List > > Subscribe/Unsubscribe: http://www.mplsrc.com/mplsops.shtml > > Archive: http://www.mplsrc.com/mpls-ops_archive.shtml > > > > > > ------- > > The MPLS-OPS Mailing List > > Subscribe/Unsubscribe: http://www.mplsrc.com/mplsops.shtml > > Archive: http://www.mplsrc.com/mpls-ops_archive.shtml > > > > ------- > The MPLS-OPS Mailing List > Subscribe/Unsubscribe: http://www.mplsrc.com/mplsops.shtml > Archive: http://www.mplsrc.com/mpls-ops_archive.shtml ------- The MPLS-OPS Mailing List Subscribe/Unsubscribe: http://www.mplsrc.com/mplsops.shtml Archive: http://www.mplsrc.com/mpls-ops_archive.shtml
|
|