Видимо что-то недопониманию, помогите.
Есть клиент (видимо с windows vista/7) - 5 порт, des-3200-26(1.52.B004), цискороутер - 25 порт
от клиента идут udp пакетики на 224.0.0.252.
Пытаюсь на 3200 заблокировать это основываясь на комментарии
от сюда:
Код:
create access_profile ip destination_ip_mask 255.255.255.252 profile_id 11
config access_profile profile_id 11 add access_id 1 ip destination_ip 224.0.0.1 port 1-24 permit priority 5 replace_priority
create access_profile ip destination_ip_mask 240.0.0.0 profile_id 12
config access_profile profile_id 12 add access_id 1 ip destination_ip 224.0.0.0 port 1-24 deny
config multicast port_filtering_mode all filter_unregistered_groups
create mcast_filter_profile profile_id 1 profile_name iptv
config mcast_filter_profile profile_id 1 add 235.0.0.1-235.0.2.254
config limited_multicast_addr ports 1-24 add profile_id 1
Хотя помоему читал что простыми acl'ями не зарежешь мультикаст.
Пакетики с клиента на 224.0.0.252 так и вижу на цискороутере.