cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
413
Views
0
Helpful
0
Replies

VRF Lite Route Leaking Issue

abhayjoshi07
Level 1
Level 1

VRF lite route leaking is not working. I have configured 2 route map for import and export on both VRF for providing better control two both the clients. But for testing even after removing the route maps the route exchange is not working. 

 

 

ip vrf A
rd 1:2
import map B_IMPORT_NETS
export map A_EXPORT_NETS
route-target import 1:1
route-target export 1:2

 

ip vrf B
rd 1:1
import map A_IMPORT_NETS
export map B_EXPORT_NETS
route-target import 1:2
route-target export 1:1


route-map B_EXPORT_NETS
match ip address prefix-list B_EXPORT_NETS_PREFIX

ip prefix-list B_EXPORT_NETS_PREFIX descriptA *** B Subnets Exported to A ***
ip prefix-list B_EXPORT_NETS_PREFIX seq 10 permit 1.1.1.1/32
ip prefix-list B_EXPORT_NETS_PREFIX seq 20 permit 1.1.1.2/32


route-map A_EXPORT_NETS
match ip address prefix-list A_EXPORT_NETS_PREFIX

ip prefix-list A_EXPORT_NETS_PREFIX descriptA *** A Subnets Exported to B ***
ip prefix-list A_EXPORT_NETS_PREFIX seq 10 permit 1.1.1.5/32
ip prefix-list A_EXPORT_NETS_PREFIX seq 20 permit 1.1.1.6/32


route-map B_IMPORT_NETS
match ip address prefix-list B_IMPORT_NETS_PREFIX

ip prefix-list B_IMPORT_NETS_PREFIX descriptA *** B Subnets Imported to A ***
ip prefix-list B_IMPORT_NETS_PREFIX seq 10 permit 1.1.1.1/32
ip prefix-list B_IMPORT_NETS_PREFIX seq 20 permit 1.1.1.2/32


route-map A_IMPORT_NETS
match ip address prefix-list A_IMPORT_NETS_PREFIX

ip prefix-list A_IMPORT_NETS_PREFIX descriptA *** A Subnets Exported to B ***
ip prefix-list A_IMPORT_NETS_PREFIX seq 10 permit 1.1.1.5/32
ip prefix-list A_IMPORT_NETS_PREFIX seq 20 permit 1.1.1.6/32

 

 

0 Replies 0