Modifying Default Settings

You can change factory default logging settings using one of the following methods.

Examples

This example shows how to configure the switch to forward messages from facility category local6 at severity levels 3, 2, and 1 to Syslog server 1 at IP address 134.141.89.113:

System(rw)->set logging server 1 ip-addr 134.141.89.113 facility local6 severity 3

This example shows how to change Syslog defaults so that messages from the local2 facility category at a severity level of 4 will be forwarded to all servers. These settings will apply to all newly-configured servers, unless explicitly configured with the set logging server command:

System(rw)->set logging default facility local2 severity 4