Difference between revisions of "Configure Brocade storage switch to send logs to syslog"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Switch_configuration_notes|Switch configuration</yambe:breadcrumb> =Configure brocade storage switch to send logs to syslog= In older version we could use:...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb>Switch_configuration_notes|Switch configuration</yambe:breadcrumb>
[[Main Page|Home]] > [[Switch configuration notes]] > [[Configure Brocade storage switch to send logs to syslog]]
=Configure brocade storage switch to send logs to syslog=


In older version we could use:
In older version we could use:
Line 19: Line 18:
* https://prefetch.net/blog/index.php/2007/07/15/configuring-brocade-switches-to-log-to-syslog/
* https://prefetch.net/blog/index.php/2007/07/15/configuring-brocade-switches-to-log-to-syslog/
* https://www.broadcom.com/support/download-search/?pg=Fibre+Channel+Networking&pf=Fibre+Channel+Networking and use correct Administrative Guide as per output of '<tt>version</tt>' command on server
* https://www.broadcom.com/support/download-search/?pg=Fibre+Channel+Networking&pf=Fibre+Channel+Networking and use correct Administrative Guide as per output of '<tt>version</tt>' command on server
[[Main Page|Home]] > [[Switch configuration notes]] > [[Configure Brocade storage switch to send logs to syslog]]

Latest revision as of 05:55, 19 April 2022

Home > Switch configuration notes > Configure Brocade storage switch to send logs to syslog

In older version we could use:

   syslogIpAdd "<IP-1>"
   syslogIpAdd "<IP-2>"
   syslogdIpShow

But for newer version use:

   syslogadmin --set -ip <IP-1>
   syslogadmin --show -ip


Refer:



Home > Switch configuration notes > Configure Brocade storage switch to send logs to syslog