Hi,
When I add queue to VRF enabled interface:
/queue/simple> add comment=test limit-at=100M/100M max-limit=100M/100M target=ether1
my VRF:
/ip vrf > add interfaces=ether1 name=mk
The communication is terminated, and I cant ping other IP address on that interface:
/ping 192.168.55.2 vrf=mk
After removing/disabling queue I can ping 192.168.55.2 using vrf with no problems
model: RB5009UPr+S+
current-firmware: 7.12.1
matejm
January 18, 2024, 11:20am
2
Same problem here. Is there any possible way how to configure basic shape on interface with VRF?
HW: CCR2004
OS: 7.12.1
Any update on this one? Upload qos limit is not working as well!
the v7 implementation of VRF seems to break queues.
would like an official statement on the matter.
as a dirty workaround, manually create and configure a separate routing table with routing rules.
Could anyone find a solution for this problem?
you can add the new VRF interface (7.14 and newer) to the simple queue, however it counts packets passing in any direction as Rx.
what i ended doing is 2 packet marks per VRF, one for download and one for upload, and then matching these packet marks with simple queues.
Rabin
October 16, 2024, 4:45pm
7
hello I got same problem. When I add the mangle forward connection and packets marks to shape limit using queue tree, the vrf host becomes unreahable to internet. have anybody got any solution? how to apply pcq queue tree on vrf?