Hi,
I managed to get this working with a standard acl. I had been thinking I would have to use a prefix list, and when trying I've probably messed up the logic. but this works so it's all good.
Thanks
I managed to get this working with a standard acl. I had been thinking I would have to use a prefix list, and when trying I've probably messed up the logic. but this works so it's all good.
Thanks
Code Select
ip vrf vrf2
rd 20:20
import map DD
route-target export 20:20
route-target import 20:20
route-target import 10:10
!
access-list 99 deny 0.0.0.0
access-list 99 permit any
!
route-map DD permit 10
match ip address 99