leonksy писал(а):
WinsDark писал(а):
Попробуйте создать правила в CPU ACL (CPU Interface Filtering).
Это должно избавить от мультикастинга или от зависания широковещательных групп? И какого рода ACL (пример)???
 
Должно запретить вещание мультикаста с абонентских портов + запрещает подключение к "левым" группам
с 1 по 24 абонентские порты
Первое правило разрешаыет подключаться к группам 235.10.10.0-235.10.10.255
Второе разрешает отключение от этих групп
Третье блокирует всё остальное
create cpu access_profile profile_id 1 ip  destination_ip 255.255.255.0   igmp type 
config cpu access_profile profile_id 1  add access_id 1  ip  destination_ip 235.10.10.0     igmp type 22    port 1-24 permit
create cpu access_profile profile_id 2 ip  destination_ip 255.255.255.255   igmp type 
config cpu access_profile profile_id 2  add access_id 1  ip  destination_ip 224.0.0.2     igmp type 23    port 1-24 permit
create cpu access_profile profile_id 3 ip destination_ip 240.0.0.0
config cpu access_profile profile_id 3 add access_id 1 ip destination_ip 224.0.0.0 port 1-24 deny
или такой же вариант с packet content mask
cr cpu access_profile profile_id 1 packet_content  offset_32-47  0xffff 0xfe00ff00 0x0 0x0
co cpu access_profile profile_id 1  add access_id 1  packet_content  offset_32-47  0xeb0a 0xa001600 0x0 0x0  port 1-24 permit
cr cpu access_profile profile_id 2 packet_content  offset_32-47  0xffff 0xffffff00 0x0 0x0
co cpu access_profile profile_id 2  add access_id 1  packet_content  offset_32-47  0xe000 0x21700 0x0 0x0  port 1-24 permit
create cpu access_profile profile_id 3 ip destination_ip 240.0.0.0
config cpu access_profile profile_id 3 add access_id 1 ip destination_ip 224.0.0.0 port 1-24 deny