Options

Disable logging to console CLI session

clintavclintav Member

Logins to several of our A10 Thunder 4440s via the console CLI are unavailable due to the log being output to the console. SSH logins work as normal. Pardon my ignorance but how do you turn off logging to the console so that console logins are available?

Best Answers

  • Options
    mdunnmdunn Member ✭✭
    Answer ✓

    The default logging level for console is "error". To completely disable console logging, from config mode enter:

    logging console disable
    

    That should clear the screen up for you.

  • Options
    mdunnmdunn Member ✭✭
    Answer ✓

    The command from Privileged Exec is:

    show run logging console
    

    If the output is blank, then the level is set to the default of "error".

Answers

  • Options
    clintavclintav Member

    I'm still very new to working with A10s. How do you determine the current logging level for the console? I see that the CLI syntax is similar to Cisco but doesn't quite exactly translate.

  • Options
    clintavclintav Member

    Yep, logging for the console was set to informational. Thanks

Sign In or Register to comment.