Configuring System logs on Network devices

Enable System Logs on Brocade

Use Telnet or SSH to connect to your switch, then enter the following commands to enable and configure system log messages to be exported to your BLËSK server.

conf t
logging host <ip or hostname of monitoring server>
logging facility local7
logging buffered 100
logging enable user-login
logging enable config-changed
no logging buffered debugging
no logging buffered informational
exit
write mem
Note The above commands will set it to log everything to the IP or host name of the BLËSK Server.
Suggest Edit