Hi,
So assuming you have the config modified(method by Robert) on R6 so it
is importing both vrf 78 and man you could
selectively block one or more networks from man. Suppose you did not
want to have 21.21.21.21/32 from
vrf man imported.
R6
ip vrf 78
rd 78:78
import map man-import
route-target export 78:78
....
ip prefix-list 21 seq 5 permit 21.21.21.21/32
route-map MAN deny 10
match ip address prefix-list 21
!
route-map MAN permit 20
!
The above is one way I could imagine for a particular PE to
selectively choose a subset of networks from vrf's 78+man.
-Rich
On Sat, Jan 23, 2010 at 12:32 PM, Service Provider
<service.providersa_at_gmail.com> wrote:
> Hi Robert
>
> I understand what you are saying. In this scenario, I have 2 CE sites
> sharing the same RTs, I do not want the other site, R7, to have access to
> vpn man, hence I only import ONE route from this man VRF. Suppose VRF man
> has another networks that I DO NOT want to import on site R8.
>
> How then would I be able to achieve this? Your assistance is appreciated.
>
> On Sat, Jan 23, 2010 at 7:28 PM, Robert E laski
> <robert.slaski_at_atm.com.pl>wrote:
>
>> W dniu 2010-01-23 17:44, Service Provider pisze:
>> > Hi
>> >
>> > I do not understand why would *import map NOT* work and normal
>> route-target
>> > import 100:100 work in this scenario. Any explanation to this?
>>
>> Did you read my explanation above? Export and import map concept is
>> different: export map allows to apply RTs _additional_ to the ones
>> configured staticaly, import map allows to choose RTs from _existing_
>> staticaly configured RTs.
>>
>> --
>> ,
>> Robert Slaski, CCIE #10877 (R&S, Security)
>> Team Leader & Manager
>> Network Integration Department
>> ATM SI Grochowska 21a, 04-186 Warszawa, www.atm-si.com.pl
>> desk +48225156285, mob +48602351779
>> "I am not a creative individual, I am an engineer..."
>
>
> Blogs and organic groups at http://www.ccie.net
Blogs and organic groups at http://www.ccie.net
Received on Sun Jan 24 2010 - 13:59:07 ART
This archive was generated by hypermail 2.2.0 : Thu Feb 04 2010 - 20:28:42 ART