
MP-BGP Prefix Filtering
hi,
in WB v5 in this lab "MP-BGP Prefix Filtering"
I do not understand how the Lo101 got filtered if they are permitted in ACL as well as route-map?
can someone please explain it to me ?
thanks,
hi,
in WB v5 in this lab "MP-BGP Prefix Filtering"
I do not understand how the Lo101 got filtered if they are permitted in ACL as well as route-map?
can someone please explain it to me ?
thanks,
Comments
The filter does occur on R5 or R4. R5 is to tag all the routes with 100:1, except for 172.16.5.0/24. Base on the route-map VPN_A_EXPORT 172.16.5.0/24 will be tag with 100:55. When these routes get reflected to R6. Based on the tag 100:55 for the route 172.16.5.0/24 this route will get DENIED. You can see this on R6 using the command "debug bgp vpnv4 unicast 150.1.4.4 in"