HoBu4eK писал(а):
не могу понять как настроить QoS
RTFM!
думаем об том как это все работает:
Код:
Priority 0 is assigned to the Switch’s Q1 queue.
Priority 1 is assigned to the Switch’s Q0 queue.
Priority 2 is assigned to the Switch’s Q0 queue.
Priority 3 is assigned to the Switch’s Q1 queue.
Priority 4 is assigned to the Switch’s Q2 queue.
Priority 5 is assigned to the Switch’s Q2 queue.
Priority 6 is assigned to the Switch’s Q3 queue.
Priority 7 is assigned to the Switch’s Q3 queue.
рисуем себе некую табличку в духе:
Код:
----------------------+-----+------+-------+---
класс | CoS | DSCP | queue | ACL append command
----------------------+-----+------+-------+---
Routing | 6 | 48 | 3 | permit priority 6 replace_priority replace_dscp_with 48
----------------------+-----+------+-------+---
Voice | 5 | 46 | 2 | permit priority 5 replace_priority replace_dscp_with 46
----------------------+-----+------+-------+---
Interactive-Video | 4 | 34 | 2 | permit priority 4 replace_priority replace_dscp_with 34
----------------------+-----+------+-------+---
Streaming Video | 4 | 32 | 2 | permit priority 4 replace_priority replace_dscp_with 32
----------------------+-----+------+-------+---
Mission-Critical Data | 3 | 25 | 1 | permit priority 3 replace_priority replace_dscp_with 25
----------------------+-----+------+-------+---
Call Signaling | 3 | 26 | 1 | permit priority 3 replace_priority replace_dscp_with 26
----------------------+-----+------+-------+---
Transactional Data | 2 | 18 | 0 | permit priority 2 replace_priority replace_dscp_with 18
----------------------+-----+------+-------+---
Network Management | 2 | 16 | 0 | permit priority 2 replace_priority replace_dscp_with 16
----------------------+-----+------+-------+---
Bulk Data | 1 | 10 | 0 | permit priority 1 replace_priority replace_dscp_with 10
----------------------+-----+------+-------+---
Scavenger | 1 | 8 | 0 | permit priority 1 replace_priority replace_dscp_with 8
----------------------+-----+------+-------+---
Best Effort | 0 | 0 | 1 | permit priority 0 replace_priority replace_dscp_with 0
----------------------+-----+------+-------+---
и пишем правила...