BIG NEWS! The Adtran Support Community is moving! In the next few weeks it will be housed in a new location. Be sure to visit our NEW Adtran Community before the end of July to check it out and verify that you can access all the resources and features that you need. If you discover any issues with your account or access, or just want to let us know about your experience, be sure to use our Feedback Form to let us know!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

Temporarily turn of debug logging to conosle.

We frequently SSH into the TA908E and use PRI or SIP debugs and I am looking for a command similar to cisco's "term no mon" to leave the debug running but suppress the output from the screen temporarily. I tried "no events" and that does absolutely nothing.

TA908E AOS v11.12.0E

I understand I could do:

debug save

un all

debug restore (later to re-enable)

but I'm trying to ease the move from Cisco to Adtran for the old dudes if possible  😃

Labels (1)
0 Kudos
1 Reply
jayh
Honored Contributor
Honored Contributor

Re: Temporarily turn of debug logging to conosle.

Adtran debug is different from Cisco in this regard. The output streams only to the session that entered the debug command.

My practice is to open two SSH sessions. On one of them I'll do a "no events" and use that as a clean window for command and observation. The second one I'll use for the debug output. If it gets so noisy that it's overrun I can just kill it. This also turns off the debug process attached to the second session. Unlike Cisco it doesn't stay running in the background which is a good thing IMHO.