Community discussions

MikroTik App
 
szuwaaar
just joined
Topic Author
Posts: 12
Joined: Thu Jul 20, 2023 11:41 am

adding queue on vrf interface cause lost of communication

Fri Dec 01, 2023 12:02 pm

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
just joined
Posts: 2
Joined: Thu Nov 16, 2023 3:45 pm

Re: adding queue on vrf interface cause lost of communication

Thu Jan 18, 2024 1:20 pm

Same problem here. Is there any possible way how to configure basic shape on interface with VRF?

HW: CCR2004
OS: 7.12.1
Last edited by matejm on Thu Jan 18, 2024 1:22 pm, edited 1 time in total.
 
pcexpert
just joined
Posts: 8
Joined: Sat Nov 10, 2012 12:11 am

Re: adding queue on vrf interface cause lost of communication

Wed Jan 31, 2024 2:36 am

Any update on this one? Upload qos limit is not working as well!
 
User avatar
Railander
Frequent Visitor
Frequent Visitor
Posts: 89
Joined: Thu Jun 16, 2016 11:30 pm

Re: adding queue on vrf interface cause lost of communication

Thu Mar 14, 2024 5:36 pm

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.
 
User avatar
clambert
Member Candidate
Member Candidate
Posts: 163
Joined: Wed Jun 12, 2019 5:04 am

Re: adding queue on vrf interface cause lost of communication

Fri Aug 09, 2024 2:18 pm

Could anyone find a solution for this problem?
 
User avatar
Railander
Frequent Visitor
Frequent Visitor
Posts: 89
Joined: Thu Jun 16, 2016 11:30 pm

Re: adding queue on vrf interface cause lost of communication

Wed Sep 18, 2024 12:02 pm

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
just joined
Posts: 1
Joined: Tue Jun 06, 2023 12:30 pm

Re: adding queue on vrf interface cause lost of communication

Wed Oct 16, 2024 7:45 pm

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?