Добрый день. Прошу помоши на DES-3052 (2.90 B07) работают такие правила - фильтруем мультикаст. Маршрутники типа Dir-300 не могут получить DHCP. ПК получают без проблем.
Код:
create cpu access_profile profile_id 1 ip destination_ip 255.255.255.0
config cpu access_profile profile_id 1 add access_id 1 ip destination_ip 239.1.1.0 port 1-52 permit
create cpu access_profile profile_id 2 ip destination_ip 255.255.255.255
config cpu access_profile profile_id 2 add access_id 1 ip destination_ip 240.0.0.2 port 1-52 permit
config cpu access_profile profile_id 2 add access_id 2 ip destination_ip 240.0.0.1 port 1-52 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 240.0.0.0 port 1-52 deny
enable cpu_interface_filtering
Что здесь не так? Делаю disable cpu_interface_filtering и все начинает работать. На Des-3526 c этими же правилами проблем не наблюдал.