Имеется CISCO C3750, в который в порт-канал приходит IPTV, и цепочка d-link des3028 которая воткнута в циску. Картинка ТВ ужасно сыпется. Пробовал настраивать по офф мануалам и мануалам интузиастов, но из-за не знания английского языка, а может и из-за кривизны рук ничего настроить так и не получилось.
Прошу помощи.Из конфига циски:
mls qos map dscp-mutation IN_IPTV 48 to 32
mls qos map dscp-cos 48 to 4
mls qos map cos-dscp 0 8 16 24 32 40 32 56
mls qos srr-queue output cos-map queue 2 threshold 3 0 1 2 3 5 6 7
mls qos srr-queue output dscp-map queue 2 threshold 3 0 1 2 3 4 5 6 7
mls qos srr-queue output dscp-map queue 2 threshold 3 8 9 10 11 12 13 14 15
mls qos srr-queue output dscp-map queue 2 threshold 3 16 17 18 19 20 21 22 23
mls qos srr-queue output dscp-map queue 2 threshold 3 24 25 26 27 28 29 30 31
mls qos srr-queue output dscp-map queue 2 threshold 3 33 34 35 36 37 38 39 40
mls qos srr-queue output dscp-map queue 2 threshold 3 41 42 43 44 45 46 47 50
mls qos srr-queue output dscp-map queue 2 threshold 3 51 52 53 54 55 56 57 58
mls qos srr-queue output dscp-map queue 2 threshold 3 59 60 61 62 63
mls qos queue-set output 1 threshold 1 3200 3200 20 3200
mls qos queue-set output 1 threshold 2 3200 3200 20 3200
mls qos queue-set output 1 threshold 3 1 1 1 1
mls qos queue-set output 1 threshold 4 1 1 1 1
mls qos
policy-map IPTV
description IPTV
class class-default
set ip dscp cs4
policy-map IPV
interface Port-channel1
switchport access vlan 100
switchport mode access
!!!!Порты в порт-канале
interface GigabitEthernet1/0/15
switchport access vlan 100
switchport mode access
mls qos cos 4
mls qos cos override
channel-protocol lacp
channel-group 1 mode active
service-policy input IPTV
!
interface GigabitEthernet1/0/16
switchport access vlan 100
switchport mode access
mls qos cos 4
mls qos cos override
channel-protocol lacp
channel-group 1 mode active
service-policy input IPTV
!
interface GigabitEthernet1/0/17
switchport access vlan 100
switchport mode access
mls qos cos 4
mls qos cos override
channel-protocol lacp
channel-group 1 mode active
service-policy input IPTV
!
interface GigabitEthernet1/0/18
switchport access vlan 100
switchport mode access
mls qos cos 4
mls qos cos override
channel-protocol lacp
channel-group 1 mode active
service-policy input IPTV
!!!!Порт смотрит в сетку с dlinkами
interface GigabitEthernet1/0/9
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,13,100
switchport mode trunk
srr-queue bandwidth share 1 255 1 1
srr-queue bandwidth shape 0 0 0 0
priority-queue out
mls qos cos 4
mls qos trust dscp
В длинках ACL'ом повышается приоритет к пакетам с метками DSCP 32
ТЫ судя по статистике приходит с метками DSCP 48:
Switch#sh mls qos interface gi1/0/15 stat
GigabitEthernet1/0/15 (All statistics are in packets)
dscp: incoming
-------------------------------
0 - 4 : 0 0 0 0 0
5 - 9 : 0 0 0 0 0
10 - 14 : 0 0 0 0 0
15 - 19 : 0 0 0 0 0
20 - 24 : 0 0 0 0 0
25 - 29 : 0 0 0 0 0
30 - 34 : 0 0 0 0 0
35 - 39 : 0 0 0 0 0
40 - 44 : 0 0 0 0 0
45 - 49 : 0 0 0 7643572 0
50 - 54 : 0 0 0 0 0
55 - 59 : 0 0 0 0 0
60 - 64 : 0 0 0 0
dscp: outgoing
-------------------------------
0 - 4 : 0 0 0 0 0
5 - 9 : 0 0 0 0 0
10 - 14 : 0 0 0 0 0
15 - 19 : 0 0 0 0 0
20 - 24 : 0 0 0 0 0
25 - 29 : 0 0 0 0 0
30 - 34 : 0 0 0 0 0
35 - 39 : 0 0 0 0 0
40 - 44 : 0 0 0 0 0
45 - 49 : 0 0 0 379 0
50 - 54 : 0 0 0 0 0
55 - 59 : 0 0 0 0 0
60 - 64 : 0 0 0 0
cos: incoming
-------------------------------
0 - 4 : 0 0 0 0 7643940
5 - 7 : 0 0 0
cos: outgoing
-------------------------------
0 - 4 : 0 0 0 0 0
5 - 7 : 0 379 0
output queues enqueued:
queue: threshold1 threshold2 threshold3
-----------------------------------------------
queue 0: 0 0 0
queue 1: 0 679 18929
queue 2: 0 0 0
queue 3: 20858842 0 0
output queues dropped:
queue: threshold1 threshold2 threshold3
-----------------------------------------------
queue 0: 0 0 0
queue 1: 0 0 0
queue 2: 0 0 0
queue 3: 0 0 0
Policer: Inprofile: 0 OutofProfile: 0
На 9 порту пакеты метятся DSCP 32:
Switch#sh mls qos interface gi1/0/9 stat
GigabitEthernet1/0/9 (All statistics are in packets)
dscp: incoming
-------------------------------
0 - 4 : 68459890 0 0 0 1617
5 - 9 : 0 0 0 0 0
10 - 14 : 0 0 0 0 0
15 - 19 : 0 0 0 0 0
20 - 24 : 0 0 0 0 0
25 - 29 : 0 0 0 0 0
30 - 34 : 0 0 0 0 0
35 - 39 : 0 0 0 0 0
40 - 44 : 0 0 0 0 0
45 - 49 : 0 0 0 4688 0
50 - 54 : 0 0 0 0 0
55 - 59 : 0 0 0 0 0
60 - 64 : 0 0 0 0
dscp: outgoing
-------------------------------
0 - 4 : 95979727 0 0 0 0
5 - 9 : 0 0 0 0 0
10 - 14 : 0 0 0 0 0
15 - 19 : 0 0 0 0 0
20 - 24 : 0 0 0 0 0
25 - 29 : 0 0 0 0 0
30 - 34 : 0 0 15890174 0 0
35 - 39 : 0 0 0 0 0
40 - 44 : 0 0 0 0 0
45 - 49 : 0 0 0 615 0
50 - 54 : 0 0 0 0 0
55 - 59 : 0 0 0 0 0
60 - 64 : 0 0 0 0
cos: incoming
-------------------------------
0 - 4 : 68322806 0 0 0 0
5 - 7 : 0 1080 266021
cos: outgoing
-------------------------------
0 - 4 : 96074642 0 0 0 15890178
5 - 7 : 0 614 8
output queues enqueued:
queue: threshold1 threshold2 threshold3
-----------------------------------------------
queue 0: 0 0 0
queue 1: 66633 1625 96117375
queue 2: 0 0 0
queue 3: 15891258 0 12302
output queues dropped:
queue: threshold1 threshold2 threshold3
-----------------------------------------------
queue 0: 0 0 0
queue 1: 0 0 0
queue 2: 0 0 0
queue 3: 4 0 0
Policer: Inprofile: 0 OutofProfile: 0
Вот только с очередями я не разобрался и не понял.
В теории все правильно и картинка не должна сыпаться, но сыпется.
Если с циской все в норме, покажу конфиг длинка.
В длинке для мультика заведен ISM влан.
Прошу помощи!