День добрый, Коллеги.
Имеем Dlink 3028 с адресом управления, например 10.10.10.10.
Есть задача ограничить доступ к консоли управления со всех адресов кроме 20.20.20.20.
Пишем:
Код:
create access_profile ip source_ip_mask 255.255.255.255 destination_ip_mask 255.255.255.224 profile_id 10
config access_profile profile_id 10 add access_id 1 ip source_ip 20.20.20.20 destination_ip 10.10.10.0 port 1-28 permit
create access_profile ip source_ip_mask 0.0.0.0 destination_ip_mask 255.255.255.224 profile_id 11
config access_profile profile_id 11 add access_id 1 ip source_ip 0.0.0.0 destination_ip 10.10.10.0 port 1-28 deny
Не работает.
Номер версии софта:
Код:
Command: show switch
Device Type : DES-3028 Fast Ethernet Switch
Boot PROM Version : Build 1.00-B04
Firmware Version : Build 2.10.B05
Подскажите, пожалуйста, где копать ?