Подскажите как обстоят дела с данной проблемой?
Был следующий конфиг и прошивка 4.31.B007:
Код:
create access_profile profile_id 1 profile_name 1 ethernet ethernet_type source_mac 00-00-00-00-00-00
config access_profile profile_id 1 add access_id 10 ethernet ethernet_type 0x8863 port 1-8 permit
config access_profile profile_id 1 add access_id 20 ethernet ethernet_type 0x8864 port 1-8 permit
config access_profile profile_id 1 add access_id 30 ethernet source_mac 00-00-00-00-00-00 port 9,10 permit
config access_profile profile_id 1 add access_id 40 ethernet source_mac 00-00-00-00-00-00 port 1-8 deny
create access_profile profile_id 2 profile_name pcf packet_content_mask offset_chunk_1 2 0xFF
config access_profile profile_id 2 add access_id 50 packet_content offset_chunk_1 0x7 port 1-8 deny
После обновления до 4.33.B004 появилась проблема с последними 2 строчками. В частности коммутатор ругается на ACL profile ID 2 can only be of IP type. Я правильно понимаю что если изменить profile_id допустим на 3 по сути все будет также работать как и раньше?