You solution is:

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

route-map filter permit 20
*set extcommunity rt 7018:2 additive*
!
ip vrf SITE2
 rd 7018:2
 export map filter
 * no route-target export 7018:2*

First of all your are exporting everything with the following command:
ip vrf SITE2
 rd 7018:2
 export map filter
* route-target export 7018:2*

Which don“t don't leave your a control over the export map. second when
using export map use it to control all the prefixes not only one prefix if
you use the deny statement at the top of the route-map the with higher
sequences nr use the permit to add the route-target to the rest of the
advertised prefixes.

good luck.

Abdel
_______________________________________________
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

Reply via email to