CnPilot R201 QoS implementation details

I was wondering if any additional details can be shared about the QoS implementation in CnPilot, especially in the R201.

These are some of the questions I had after reading the manual:

  • Is QoS implemented with a known reference such as fq_codel? 
  • What effect (if any) is there if I enable QoS and set the upstream and downstream values to 0?
  • Does enabling QoS have any effect if I don't add any rules?

Thanks,

Adam

I have forwarded this to the support and development teams.

Is QoS implemented with a known reference such as fq_codel?    
-> We use Tocken Bucket flow for QOS ,not fq_codel
What effect (if any) is there if I enable QoS and set the upstream and downstream values to 0?
->There is no effect with QOS values set to "0"
Does enabling QoS have any effect if I don't add any rules?
->Yes Hardware NAT gets disabled and hence throughput gets decremented . We don't recommend to enable QOS if it is not necessary 


@sandeshkumarb wrote:

->Yes Hardware NAT gets disabled and hence throughput gets decremented . We don't recommend to enable QOS if it is not necessary 


At what point/speed does the throughput decrementation become an issue? For example if they only have 10meg internet connection is it going to matter if hardware NAT is disabled? Seems to me at that speed QOS would be more important? At what speed does hardware NAT start to matter?

Hi ,

Below are Iperf test done with QoS enabled and QoS disabled .

LAN-WAN throughput 933 Mbps -- QoS disable

LAN-WAN throughput 712 Mbps-- QoS Enable

Regards,

Nilesh


@Nilesh22 wrote:

Hi ,

Below are Iperf test done with QoS enabled and QoS disabled .

LAN-WAN throughput 933 Mbps -- QoS disable

LAN-WAN throughput 712 Mbps-- QoS Enable

Regards,

Nilesh


Thank You!