Добрый день, прошивка 6.02.B014, ну во первых поменялись мибы для snmp, со старыми не работает (прошивка B54), во вторых когда делаю привяку на порт в такой последовательности:
Код:
create address_binding ip_mac ipaddress 172.20.1.108 mac_address b8-97-5a-0e-0a-8a port 11
create address_binding ip_mac ipaddress 172.20.1.192 mac_address 00-02-2a-e1-54-0c port 8
DES-1210-28/ME:5# config address_binding ip_mac ports 1-24 allow_zeroip enable arp_inspection strict forward_dhcppkt enable ip_inspection enable state enable
Command: config address_binding ip_mac ports 1-24 allow_zeroip enable arp_inspection strict forward_dhcppkt enable ip_inspection enable state enable
Warning! All IP Inspection enabled ports will be changed to strict mode.
Success.
Перестают пинговаться клиенты, снимаю привязку все ок, Если сделать тоже самое, но вот так:
Код:
create address_binding ip_mac ipaddress 172.20.1.108 mac_address b8-97-5a-0e-0a-8a port 11
create address_binding ip_mac ipaddress 172.20.1.192 mac_address 00-02-2a-e1-54-0c port 8
config address_binding ip_mac ports 11 allow_zeroip enable arp_inspection strict forward_dhcppkt enable ip_inspection enable state enable
config address_binding ip_mac ports 8 allow_zeroip enable arp_inspection strict forward_dhcppkt enable ip_inspection enable state enable
То все работает. Что подскажете?