Здравствуйте!
Пытаюсь запустить следующую схему работы qos:
1. default_priority на всех портах = 5.
2. фильтруются dhcp-ответы на аксессных портах (profile_id 1)
3. пакетам c source и destination ip 10.48.0.0/12 приоритет выставляется в ноль.
Текстовый конфиг:
create access_profile packet_content offset_32-47 0xffffffff 0x0 0x0 0x0 profile_id 1
config access_profile profile_id 1 add access_id 1 packet_content offset 32 0xa307c01 port 1-48 deny
create access_profile ip source_ip 255.240.0.0 destination_ip 255.240.0.0 profile_id 5
config access_profile profile_id 5 add access_id 1 ip source_ip 10.48.0.0 destination_ip 10.48.0.0 port 2-48 permit priority 0 rx_rate no_limit
Однако почему-то не работает, не могу найти причину
Все пакеты маркируются default_priority в пятерку...