I'm back after six years, with the same issue but now on a new switch... I bought 60 of these switches under the premise that they worked the same as the old PowerConnect 5548 and while they seem to do just that, I'm having an issue setting VLANs over SNMP.
As a refresher, here's my original post: Image may be NSFW.
Clik here to view.
When I attempt the same method as before, it seems to accept it but nothing happens. See the "1" on the third position of the Hex-STRING. I'm trying to set it to 0; the string gets returned with no errors, yet it's still a "1" when I read it again.
[root@tms n1548]# snmpget -c public -v2c switchca-ib .1.3.6.1.2.1.17.7.1.4.3.1.4.128
SNMPv2-SMI::mib-2.17.7.1.4.3.1.4.128 = Hex-STRING: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00
[root@tms n1548]# snmpset -c private -v2c switchca-ib .1.3.6.1.2.1.17.7.1.4.3.1.4.128 x "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"
SNMPv2-SMI::mib-2.17.7.1.4.3.1.4.128 = Hex-STRING: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00
[root@tms n1548]# snmpget -c public -v2c switchca-ib .1.3.6.1.2.1.17.7.1.4.3.1.4.128
SNMPv2-SMI::mib-2.17.7.1.4.3.1.4.128 = Hex-STRING: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00
I'm running software version 6.3.1.8.
Any ideas?