Dell powerconnect switch logs

dell-powerconnectloggingnetworking

Is it possible to view an event log on managed Dell PowerConnect switches (using the CLI)?

We use a mix of 6224F, 6224, 3524P, and 3548P switches and having just had some network related issues which affected our entire network and I'm curious to know where I should start looking to identify the cause.

Actually I'm pretty sure I've identified the culprit in this instance, but I'd prefer not to have to go round the building physically inspecting all data points in future, so any tips or pointers would be most welcome.

Best Answer

I really hate answering my own question, but I've found the info I was seeking.

Via the console

show logging displays the in memory log file

Transfer via TFTP

copy operational-log tftp://a.b.c.d/log.file - copies the log to a TFTP server, however I haven't had much luck with this yet. I get an empty file.

Write to syslog server

logging {ip-address | hostname} I'm thinking this is probably the way forward for me.