BGP filter export L3VPN routes #10603
-
Hi all, I've success to export and import via MPLS + BGP different routes from different VRFs. But now I'm facing this situation: global routing table (GRT) in R01 has full table imported from the ISP. I want to export to R10, which is a smaller hardware devices with only 2GB of RAM, just a part of the GRT of R01.
Where BGP-own-prefixes is:
For the now I'm trying to export just a prefix from the GRT, trying to apply XXXXX:101 extcommunity and then import it on R10. Some outputs:
The other router has this config:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I found the solution. You need to set rt vpn export XXXXX:1000 and them use route-map under the ipv4 unicast:
And the route-map it matches the prefixes you need to set specific extcommunity, like 65001:1000. On the other router you import only 65001:1000. |
Beta Was this translation helpful? Give feedback.
Hi,
I found the solution. You need to set rt vpn export XXXXX:1000 and them use route-map under the ipv4 unicast:
And the route-map it matches the prefixes you need to set specific extcommunity, like 65001:1000. On the other router you import only 65001:1000.