1278 BigIron RX Series Configuration Guide53-1001810-01Configuring the Syslog serviceASpecifying an additional Syslog serverTo specify an additional Syslog server, enter the logging host command again, as in thefollowing example. You can specify up to six Syslog servers.Enter a command such as the following.BigIron RX(config)# logging host 10.0.0.99For backward compatibility, the software reads the old command syntax from the startupconfiguration, and converts it to the new command syntax in the running configuration.Syntax: logging host | Disabling logging of a message levelTo change the message level, disable logging of specific message levels. You must disable themessage levels on an individual basis.For example, to disable logging of debugging and informational messages, enter the followingcommands.BigIron RX(config)# no logging buffered debuggingBigIron RX(config)# no logging buffered informationalSyntax: [no] logging buffered | The parameter can have one of the following values:• alerts• critical• debugging• emergencies• errors• informational• notifications• warningsThe commands in the example above change the log level to notification messages or higher. Thesoftware will not log informational or debugging messages. The changed message level alsoapplies to the Syslog servers.Logging all CLI commands to SyslogThis feature introduced in version 02.4.00 of the Multi-Service IronWare software allows you to logall valid CLI command from each user session into the system log.To enable CLI command logging, enter the following command.BigIron RX(config)# logging cli-commandSyntax: [no] logging cli-command