BGP VPNv4 Ext Community Filter

2020-08-17 Thread Hombach, Tobias (external - Project)
Hi, we use BIRD 2.0.7 BGP VPNv4 and need to filter extended BGP communities on ingress. Config snippet: define PFILTER_RT = [ (rt, 65100, *), (rt, 65101, *), (rt, 65102, *) ]; filter IMPORT_FILTER { bgp_ext_community.filter(PFILTER_RT_MASTER); accept; } protocol

BIRD 2.0.2 VPNv4 RD Filter

2018-10-24 Thread Hombach, Tobias
Hi, Is it possible in current BIRD 2.0.2 release to filter (more dynamically) VPNv4 prefixes based on RD? In our scenario, we want to use BIRD to connect large VPNv4 landscapes and want to filter prefixes based on RD on Route Server ingress. I can extract RD from VPNv4 prefix with special oper