Enabling or disabling ffdc, Syslog server setup – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 70

38
Network OS NETCONF Operations Guide
53-1003231-02
Syslog server setup
3
Enabling or disabling FFDC
First failure data capture (FFDC) is enabled by default.
To re-enable FFDC in the VCS Fabric mode, perform the following steps.
1. Issue the <edit-config> RPC to configure the <support> node in the
urn:brocade.com:mgmt:brocade-ras namespace.
2. Under the <support> node, include the <rbridge-id> node element.
3. Under the <rbridge-id> node, include the following leaf elements.
a. In the <rbridge-id> element, specify the switch on which you want to enable FFDC.
b. Include the empty <ffdc> element to enable FFDC on the routing bridge.
The following example enables FFDC on routing bridge 56.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="320" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<support xmlns="urn:brocade.com:mgmt:brocade-ras">
<rbridge-id>
<rbridge-id>56</rbridge-id>
<ffdc/>
</rbridge-id>
</support>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="320" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
To enable FFDC in standalone mode, include the empty <ffdc> leaf element directly under the
<support> node.
To disable FFDC, use the same RPC, but include the delete operation in the leading tag of the
<rbridge-id> node element.
Syslog server setup
The system logging daemon (syslogd) is an IP-based service for logging system messages. The
syslog daemon is part of the UNIX and Linux operating systems. It is available as a third-party
application for Windows operating systems.
You can configure your switch to forward system events and error messages securely or
non-securely to log files on a remote server. The server can be running UNIX, Linux, or any other
operating system that supports the standard syslogd functionality.
Secure syslog sends log messages securely over the network using the Transport Layer Security
(TLS) protocol. TLS is an encryption protocol over the TCP/IP network protocol, so it can be used
only with TCP-based destinations.