Hi everyone,
I'm trying to enable/disable port speed on DES 1228 switch. I'm using PHP SNMP library and simple HTML form with checkbox for every port. The configuration is being changed as a result. However, after the first snmpset request switch becomes unresponsive and the more ports I try to change at one go the more timeout I get from switch. This is for example output for the ping command when sending two snmpset commands:
Svar fra 192.168.80.80: byte=32 tid=1ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=1ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=1ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=1683ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=2711ms TTL=255
Forespørsel avbrutt.
Svar fra 192.168.80.80: byte=32 tid=1240ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=5ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=2ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=1ms TTL=255
and this is what's happening when I try to change 8 ports at once:
Svar fra 192.168.80.80: byte=32 tid=1ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=1ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=9ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=1266ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=2685ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=4031ms TTL=255
Forespørsel avbrutt.
Forespørsel avbrutt.
Forespørsel avbrutt.
Forespørsel avbrutt.
Forespørsel avbrutt.
Forespørsel avbrutt.
Forespørsel avbrutt.
Svar fra 192.168.80.80: byte=32 tid=6ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=1ms TTL=255
Svar fra 192.168.80.80: byte=32 tid=1ms TTL=255
There is 1 second of sleep period between each snmp request send to the switch. I tested the code under Windows and Linux boxes with same result. Disabling SmartGuide engine does not make any difference. Before 1228 I tried same code with 1216 mode and it was even worse, longer timeouts.
Have anyone came across such a issue with these switches? Or does anyone use successfully some kind of SNMP managing with them ?
Thanks,
Michal