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?
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.
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.
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”.
Yep, logging for the console was set to informational. Thanks