Start a Conversation

Unsolved

A

1 Message

106

January 9th, 2024 09:23

Dell x1026 logging issue

Hi,

I cant see the switch logging setting via cli, when i enter show logging ..it says unrecongised command.

But i enabled setting via gui, but still cant find via cli

Moderator

 • 

2.8K Posts

January 9th, 2024 13:50

Hi, Could you try to manage logging as below?

  1. Enable Logging: Log messages in the internal buffer. All error messages, except those beginning with %BOOTUP (Message), are logged in the internal buffer. To send system messages to a specified syslog server, use the following command:
console# configure
console (conf)# logging <IP address or hostname>
  1. Disable Logging: You can disable all logging except to the console, logging to the logging buffer, logging to terminal lines, and console logging using the following commands:
console# configure
console (conf)# no logging on
console (conf)# no logging buffer
console (conf)# no logging monitor
console (conf)# no logging console
  1. Change Logging Settings: You can change the default settings of the system logging by changing the severity level and the storage location. The default is to log all messages up to debug level, that is, all system messages. By changing the severity level in the logging commands, you control the number of system messages logged.
console# configure
console (conf)# logging buffered <0-7>
console (conf)# logging console <0-7>

Please replace <0-7> with the appropriate severity level. The severity levels are as follows

  • 0: Emergencies (System is unusable)
  • 1: Alerts (Immediate action needed)
  • 2: Critical conditions
  • 3: Error conditions
  • 4: Warning conditions
  • 5: Notifications (Normal but significant conditions)
  • 6: Informational messages
  • 7: Debugging messages
No Events found!

Top