Unsolved
This post is more than 5 years old
2 Posts
0
20383
July 28th, 2015 04:00
PowerConnect 54XX - SNMP setting via web browser
Hello all,
I have got some older switches DELL 5424 to use them in our testfield. I wanted to enable SNMP, but I could not set "Community" and "ADD", because window frame is always corrupted. No matter which browser I am using. Please see pictures.
Do you have any ideas, what to do? Thank you very much.
No Events found!


vt1012
212 Posts
0
July 28th, 2015 08:00
Looks like you already have the last firmware that was posted. You may need to set up SNMP initially from the CLI, then refresh the Web UI and see if it allows you to make modifications from that point going forward. The basic commands for setting up SNMP from the CLI should look something like this...
5424# config
5424(config)# snmp-server ? <--shows all available commands for setting up SNMP
5424(config)# snmp-server community private su 172.16.20.50 <--sets the community string to "private", the string user to "Super User", and provides the management station IP address.
5424(config)# snmp-server enable
5424(config)# snmp-server enable traps <--if you want to send traps to a destination
5424(config)# snmp-server host 172.16.20.50 <--IP address of the trap recipient
Hope this helps.
-B
vt1012
212 Posts
0
July 28th, 2015 12:00
I did a little more research on the error message. One easy thing to try is clearing the browser cache and cookies, then close and reopen the browser and attempt again. These steps have gotten some past the error.
-B
Standa82
2 Posts
0
July 28th, 2015 23:00
Hello Barrett,
thank you for your interested. I have tried many times to clear cache and cookies. Unfortunately without success. There is another wierd thing. I have 6 of these switches and one is ok and five not. Even I have open UI in one browser in six tabs. I will try the solution from your first post. Thank you.