Original Message:
Sent: Sep 20, 2023 08:26 AM
From: gijs
Subject: Comware - qos - dot1p
Hi,
above configuration is working fine. Thanks for your help!
Gijs.
Original Message:
Sent: Sep 13, 2023 03:28 AM
From: gijs
Subject: Comware - qos - dot1p
Hi Frederic,
I'll try this out and I'll keep you posted.
Thanks for your help, much appreciated!
Regards,
Gijs
Original Message:
Sent: Sep 11, 2023 09:32 AM
From: frmeunier
Subject: Comware - qos - dot1p
From what you explain, you can keep the vlan prioritized on the whole switch, on both sides, with no problem. QoS mechanisms are triggered when there is congestion on an interface, thus if there is no congestion, the QoS make no difference. Hence, it will play its role only on the inter-sites link.
You shall keep it simple :
traffic classifier ALL if-match anytraffic behavior cos5 remark dot1p 5 qos policy Prio5 classifier ALL behavior cos5 qos vlan-policy Prio5 vlan 9 outbound
(assuming you want to prioritize vlan 9)
that will set 802.1q prio 5 to all frames outbound from vlan 9 (leaving the switch)
I guess last command works roughly the same applying inbound (all frame entering the switch from vlan 9 will be set CoS 5, thus prioritized when leaving the switch thereafter.
------------------------------
Frederic MEUNIER
Original Message:
Sent: Sep 11, 2023 07:49 AM
From: gijs
Subject: Comware - qos - dot1p
Hi Frederic,
the backplane of this switch should be more then sufficient so I don't think I need to configure QOS om the complete switch.
If I can prioritize the vlan in the uplink only (where the layer 2 throughput is less then elsewhere), that would already be great.
About QOS 7, thanks for the heads up, I'll use queue 5 or 6.
Do you have an idea how I could set this up in a easy way?
Thanks!
Gijs.
Original Message:
Sent: Sep 11, 2023 07:40 AM
From: frmeunier
Subject: Comware - qos - dot1p
Hello
First, you shall not use QoS level 7 (should be reserved to internal, switching mechanisms)
Mostly you need QoS5 or 6
Do you want to prioritize a vlan in the uplink only but not elsewhere on the network ?
Do you want to "keep" the priority information between the 2 datacenters ?
------------------------------
Frederic MEUNIER