blog
    Debug output collection
    03 February 08

    Debug output collection

    Posted byPetr Lapukhov
    facebooktwitterlinkedin
    news-featured

    When you work with a remote rack by using an access-server (e.g. 25xx) with the async lines connected to the console ports of the pod's routers, you effectively have only one terminal window opened. Using ctrl-Shift-6-x you can quickly switch between terminal lines; however, if you need to monitor "debug" command output on one terminal line, while performing some activity on the other you may face some difficulties.

    For example, when you enable debug crypto isakmp on one router, and then switch to the other router, to generate packets with ping command, you may lose some of the debugging output, while switching back to the original router. Two obvious ways to resolve this issue exist: first one - open multiple terminal windows; next one - use logging buffered command to collect the debug logs into logging buffer. The third, not so well-known way to cope with the issue, is to use service telnet-zeroidle command on the access server.

    What this command does, is announces TCP receive window with the value of zero for "idle" (currently non-active) connections. How does this work? When a TCP "server" is told that the other side's TCP receive window is zero, the server starts buffering data to be send, until the other side "un-shrinks" the window again. Now, since all sessions from an access-server are effectively reverse-telnet connections to the access-server itself, by advertising TCP window value of zero, we make access-server buffer router's console output (e.g. from debug commands), until the respective session becomes active again. In effect, with service telnet-zeroidle enabled, you may start, say, debug crypto isakmp on one router, switch to other, type ping x.x.x.x, then get back to the original router just to grab all the debug output at once - without any loss! Just make sure, your large debugging output runs fit into TCP xmit buffer, and don’t be scared by flood of output when you get back to an idle connection!

    Hey! Don’t miss anything - subscribe to our newsletter!

    © 2022 INE. All Rights Reserved. All logos, trademarks and registered trademarks are the property of their respective owners.
    instagram Logofacebook Logotwitter Logolinkedin Logoyoutube Logo