RE: MPLS Import Map

From: Manoj Saxena (Manoj.Saxena@kordia.com.au)
Date: Tue Jan 30 2007 - 07:25:21 ART


Hi Kunle,

Yes you have to 1st import the required RT and then use a route-map to
filter what you want. Sample working config shown below.

============================
ip access-list extended CUST-A_Import
 deny ip 192.168.0.0 0.0.255.255 any
 permit ip 192.168.0.0 0.15.255.255 any
 permit ip 192.168.2.0 0.0.0.255 any
!
route-map Cust-A_Import permit 10
 match ip address CUST-A_Import
!
ip vrf CUST-A
 rd X:Y
 import map Cust-A_Import
 route-target export X:Y
 route-target import X:Y
 route-target import X:Z
!
===========================

Regards
MANOJ SAXENA

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Kunle Ayodele
Sent: Tuesday, 30 January 2007 6:50 AM
To: ccielab@groupstudy.com
Subject: MPLS Import Map

Hello Guys,
When using import map,I believe I still need to use the route-tar
import x:x to import all the routes ,then using an import map to filter
out routes with the access-list or prefix list ??

Regards



This archive was generated by hypermail 2.1.4 : Thu Feb 08 2007 - 23:46:58 ART