UNSOLVED

Ananthuo

updated

3 years ago

A

Ananthuo

1 Message

0

136

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

  • DELL-Erman O

    Moderator

    2984 Posts

    14874 Points

    0

    0

    Posted 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

    DELL-Erman O

    Social Media and Communities Professional

    Dell Technologies | Enterprise Support Services

    #IWork4Dell

    Did I answer your query? Please click on ‘Mark as Accepted Answer’. ‘Thumbs up’ the posts you like!