john jones
开云体育Sometimes, it is necessary to issue the command ? clear line XXX ? to get it back to order. ? I added some session timeouts to address this. ? John ? From: [email protected] <[email protected]> On Behalf Of David Kuder
Sent: Saturday, July 2, 2022 8:59 PM To: [email protected] Subject: Re: JJ 2611 config WAS: RE: [X.25] Cisco 2620 as PAD for a modem bank ? I was still able to connect just now without changing anything else on my side. line vty 60 63 ?exec-timeout 0 0 ?vacant-message '' ?no login ?rotary 91 ?autocommand telnet actual.host.name port /quiet ?no activation-character ?transport input pad ?autohangup ! no activation-character says don't wait for the user to send any characters before sending out the motd / login / running commands you can put other commands in autocommand instead of telnet, just be careful that whatever command you run doesn't dump out to a shell when done. I've got show clock running on 78323590 which dumps the current date/time as synced from pool.ntp.org and then disconnects.
alias exec telehack telnet telehack.com /quiet ! menu offline title ' Sorry. That host is currently offline.' menu offline prompt 'Press RETURN to continue.' menu offline command q menu-exit menu offline default q menu offline single-space ! |