You are matching on a route-target in outbound direction? The export map should only contain 'set community' statements as you are setting the correct RT value there. The match is done as you did on inbound, but the export only matches usually on ACLs.
Please try again without the match ext community statement. Matching on the IP ACL should be enough right? Rick Mur CCIE3 #21946 (R&S / SP / Storage), JNCIE-M #851 Technical Consultant ....................................................... Telindus-ISIT B.V. Krommewetering 7 3543 AP Utrecht, the Netherlands T +31 (0)30 2477 711 www.telindus-isit.nl <http://www.telindus-isit.nl/> ....................................................... On 25-01-12 12:49, "James Roc" <[email protected]> wrote: >Hi, > >I am working with import/export maps to filter vrf routes. My import map >is >working but I can't get the export map to work. > >There are a number of routes being passed via MBGP between vrf SITE2 and >vrf SITE6. I am trying to filter 120.49.44.0/24. > >Config not working: > >ip prefix-list 34 seq 5 permit 120.49.44.0/24 >! >ip extcommunity-list 34 permit rt 7018:2 >! >route-map filter deny 10 > match ip address prefix-list 34 > match extcommunity 34 >route-map filter permit 20 >! >ip vrf SITE2 > rd 7018:2 > export map filter > route-target export 7018:2 > route-target import 7018:2 > route-target import 7018:6 > >When I use the same prefix-list, extcomm list and route-map on the remote >site with an 'import map filter', it correctly filters the route. For some >reason the export map is not filtering the route outbound. > >Any ideas? > >Thanks >James >_______________________________________________ >For more information regarding industry leading CCIE Lab training, please >visit www.ipexpert.com > >Are you a CCNP or CCIE and looking for a job? Check out >www.PlatinumPlacement.com > >http://onlinestudylist.com/mailman/listinfo/ccie_rs _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com http://onlinestudylist.com/mailman/listinfo/ccie_rs
