Hello, everyone!
How to realize flow QoS mode configuration on MA5600T GPON?
A:
In order to realize a scheme with two flows I create a new gpon-line profile with these settings:
ont-lineprofile gpon profile-id 10 profile-name "Flow-Test"
qos-mode flow-car
mapping-mode vlan-priority
tcont 1 dba-profile-id 10
gem add 1 eth tcont 1
gem mapping 1 0 vlan 1001 priority 0
gem mapping 1 1 vlan 1001 priority 5
commit
It means, that we use 1 gemport, but mapping it with different mapping index for priority 0 and 5.
After that we create service port for this gemport and ONT with unlimited traffic-table index 6 with priority policy Tag-In-Package:
service-port 1 vlan 1001 gpon 0/5/0 ont 1 gemport 1 multi-service user-vlan 1001 tag-transform translate inbound traffic-table index 6 outbound traffic-table index 6
That's all, during the test we can see, that flow with priority 5 has superior between flow with 0 priority.
Thanks.

