RouterOS 7.24beta2 EVPN Type 5: prefix route is visible in EVPN RIB but not imported into VRF/FIB

Hello.

I am testing EVPN Type 5 between Proxmox VE/FRR and MikroTik RouterOS.

Topology:

GW: MikroTik CCR2116-12G-4S+, RouterOS 7.24beta2

AS: 6500 0

GW loopback/VTEP/RR: 10.250.0 .1

PVE01: 10.250.0. 101

PVE02: 10.250.0 .102

PVE03: 10.250. 0.103

L2VNI: 100010

L3VNI: 100100

Tenant subnet: 10.60 .10.0/24

VM: 10 .60.10.11

The MikroTik GW is acting as an iBGP EVPN route-reflector. EVPN sessions with the PVE/FRR nodes are established. Type 2/3/5 EVPN routes from PVE are visible on MikroTik.

Exa mple on GW:

/routing/route/print detail wh ere afi=evpn

dst-address=[10.250.0.101:3]prefix:0| 10.60.10.0/24

label=100100

gat eway=10.250.0.101

.ext-communities=rt:65 000:100100,encap:8

I tried to configure MikroTik as a real L3 EVPN PE for Type 5:

/ip/vrf/add name=t5zone interfaces= br_t5_l3vni,lo_t5svc

/interface/bridge/add name=br_t5_l3v ni protocol-mode=none

/interface/vxlan/add name=vrfvx_t5zon e bridge=br_t5_l3vni \

local-address=10.250.0.1 vni=100100 learning=no

/interface/bridge/add name=lo_ t5svc protocol-mode=none

/ip/address/add address=10.70.10.1/32 interface=lo _t5s vc network=10.70.10.1

/routing/bgp/evpn/add name=evp n_t5_l3 instance=evpn_pve \

vrf=t5zone vni=100100 \

import .route-targets=65000:100100 \

exp ort.route-targets= 65000:100100

After reboot:

· VRF t5zone is created.

· Connected route10.70.10.1/32is presen t in thet5zonerouting table.

· EVPN Type 5 route10.60.10.0/24from PVE is still visib le in/routing/route afi=evpn.

· However,10.60.10.0/24is not imported into the IP route table/VRFt5zone.

· PVE does not receive the MikroTik connected ro ute10.70.10.1/32as EVPN Type 5.

· /routing/bgp/evpndoes not acceptexport.redistribute=connected :bad parameter export.redistribute

Questions:

1. Does RouterOS 7.24beta2 support full EVPN Type 5 L3VNI data-plane, meaning importi ng Type 5 prefix routes into VRF/FIB?

2. Can MikroTik install received EVPN Type 5 prefix routes into a VRF routing table, or are they c urrently visible only in the EVPN RIB?

3. What is the correct way to export connected/static route s from a RouterOS VRF into EVPN Type 5?

4. Is any additional mapping required between/ip/vrf,/interface/vxlan vni=100100, and/r outing/bgp/evpn vrf=t5zone vni=100100?

5. If Type 5 is currently supported only for control-plane/RR visibility, is t his an expected limitation or a beta bug?

You need filter in mikrotik side make sure allow proper prefixes to be imported oe exported.
Check out my post,
here are EVPN

tested the suggestion with routing filters, but in my VRF/L3VNI test the Type 5 route still remains only in the EVPN RIB and does not become a working route in the VRF/FIB

If I am not mistaking to import or export from VRF , you need vpnv4 family define RT for import export , then redistribute into EVPN fabric beside with evpn family.