Есть DES-3526 c прошивкой 6.00.B48
Есть абонент с штормом на 4 порту. Свич обнаруживает штом но порт не выключает
Цитата:
Broadcast storm has cleared (port: 4)
8143 2010/11/13 00:25:51 Broadcast storm is occurring (port: 4)
8142 2010/11/13 00:25:41 Broadcast storm has cleared (port: 4)
8141 2010/11/13 00:20:50 Broadcast storm is occurring (port: 4)
8140 2010/11/13 00:20:40 Broadcast storm has cleared (port: 4)
8139 2010/11/13 00:15:43 Broadcast storm is occurring (port: 4)
8138 2010/11/13 00:15:38 Broadcast storm has cleared (port: 4)
8137 2010/11/13 00:10:47 Broadcast storm is occurring (port: 4)
8136 2010/11/13 00:10:37 Broadcast storm has cleared (port: 4)
8135 2010/11/13 00:05:40 Broadcast storm is occurring (port: 4)
8134 2010/11/13 00:05:35 Broadcast storm has cleared (port: 4)
8133 2010/11/13 00:02:49 Broadcast storm is occurring (port: 4)
8132 2010/11/13 00:02:44 Broadcast storm has cleared (port: 4)
8131 2010/11/13 00:02:29 Multicast storm has cleared (port: 4)
8130 2010/11/13 00:02:24 Multicast storm is occurring (port: 4)
8129 2010/11/13 00:01:54 Broadcast storm is occurring (port: 4)
8128 2010/11/13 00:01:49 Broadcast storm has cleared (port: 4)
8127 2010/11/13 00:01:14 Multicast storm has cleared (port: 4)
8126 2010/11/13 00:01:04 Multicast storm is occurring (port: 4)
8125 2010/11/13 00:00:44 Broadcast storm is occurring (port: 4)
.....
в итоге дальше стоящий DGS-3100 выключает порт на этот свич (там тоже настроит трафик контроль)
вот кусок конфига des-3526 (loopdetect и STP на свиче выключен)
Код:
# STORM
config traffic control_trap both
config traffic control 1-24 broadcast enable action shutdown threshold 64000 time_interval 5 countdown 5
config traffic control 1-24 multicast enable action shutdown threshold 64000
config traffic control 1-4 unicast disable threshold 128000
config traffic control 25 broadcast disable action shutdown threshold 128000 time_interval 5 countdown 0
config traffic control 25 multicast disable action shutdown threshold 128000
config traffic control 5 broadcast disable multicast disable unicast disable action drop threshold 128000
# LOOP_DETECT
disable loopdetect
config loopdetect recover_timer 60
config loopdetect interval 10
config loopdetect mode port-based
config loopdetect ports 1-26 state disabled
....
# STP
config stp version rstp
config stp maxage 20 maxhops 20 forwarddelay 15 txholdcount 6 fbpdu enable
config stp priority 32768 instance_id 0
config stp hellotime 2
config stp mst_config_id name 00:1E:58:A9:0F:76 revision_level 0
disable stp
config stp ports 1-26 externalCost auto edge false p2p auto state enable
config stp ports 1-26 fbpdu disable
config stp ports 1-26 restricted_role false
config stp ports 1-26 restricted_tcn false
config stp mst_ports 1-26 instance_id 0 internalCost auto priority 128
также пробовал countdown 0 порт все равно не выключается
в режиме drop также шторм обнаруживается свичем и все равно попадает на далее стоящий DGS-3100 который благополучно выключает порт

подскажите что делаю неправильно