What is the auto-hangup option? Mine works great and I don't had that command under the lines section.
Regards, Jay McMickle- CCNP,CCSP,CCDP Sent from my iPhone http://mycciepursuit.wordpress.com On Feb 24, 2011, at 11:00 AM, [email protected] wrote: > Send CCIE_RS mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://onlinestudylist.com/mailman/listinfo/ccie_rs > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of CCIE_RS digest..." > Today's Topics: > > 1. Re: Terminal problems (Jay Taylor) > 2. Re: Terminal problems (Thomas Raabo) > 3. Re: Terminal problems (Mark Hanley) > 4. Re: Terminal problems (Thomas Raabo - Zitcom A/S) > I think I may have solved that issue on mine with: > > service tcp-keepalives-in > service tcp-keepalives-out > > > On Thu, Feb 24, 2011 at 4:26 AM, Thomas Raabo <[email protected]>wrote: > >> I have a Cisco 2511 setup up as terminal server…. >> >> >> >> Everything works fine except if I leave the session open for a while >> without >> touching it. It simply times out. >> >> The only way I´am able to get in to my terminal is to clear line #number >> >> >> >> ! >> >> hostname TermServer >> >> config-register 0x2102 >> >> ! >> >> no enable secret >> >> ! >> >> ip subnet-zero >> >> no ip domain-lookup >> >> config-register 0x2102 >> >> ! >> >> ip host BB1 2001 2.2.2.2 >> >> ip host BB2 2002 2.2.2.2 >> >> ip host BB3 2003 2.2.2.2 >> >> ip host SW1 2005 2.2.2.2 >> >> ip host SW2 2006 2.2.2.2 >> >> ip host SW3 2007 2.2.2.2 >> >> ip host SW4 2008 2.2.2.2 >> >> ip host FR 2010 2.2.2.2 >> >> ip host R1 2011 2.2.2.2 >> >> ip host R2 2012 2.2.2.2 >> >> ip host R3 2013 2.2.2.2 >> >> ip host R4 2014 2.2.2.2 >> >> ip host R5 2015 2.2.2.2 >> >> ip host R6 2016 2.2.2.2 >> >> ! >> >> no chat-script cisco-default >> >> chat-script cisco-default ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 30 \c >> CONNECT >> >> ! >> >> ! >> >> ! >> >> interface Loopback0 >> >> ip address 2.2.2.2 255.255.255.255 >> >> ! >> >> interface Ethernet0 >> >> ip address 1.1.1.1 255.255.255.0 >> >> ! >> >> interface Serial0 >> >> no ip address >> >> shutdown >> >> ! >> >> interface Serial1 >> >> no ip address >> >> shutdown >> >> ! >> >> ip classless >> >> no ip http server >> >> ! >> >> alias exec bb1 telnet bb1 2001 >> >> alias exec bb2 telnet bb2 2002 >> >> alias exec bb3 telnet bb3 2003 >> >> alias exec sw1 telnet sw1 2005 >> >> alias exec sw2 telnet sw2 2006 >> >> alias exec sw3 telnet sw3 2007 >> >> alias exec sw4 telnet sw4 2008 >> >> alias exec FR telnet FR 2010 >> >> alias exec r1 telnet r1 2011 >> >> alias exec r2 telnet r2 2012 >> >> alias exec r3 telnet r3 2013 >> >> alias exec r4 telnet r4 2014 >> >> alias exec r5 telnet r5 2015 >> >> alias exec r6 telnet r6 2016 >> >> alias exec ss sh sess >> >> alias exec con conf t >> >> alias exec sr show run >> >> alias exec sir show ip route >> >> alias exec sib show ip int brief >> >> alias exec sdp show cdp nei >> >> alias exec srb show run | b >> >> alias exec sri show run int >> >> ! >> >> line con 0 >> >> transport input none >> >> line 1 16 >> >> no exec >> >> transport input telnet >> >> telnet speed 9600 9600 >> >> autohangup >> >> stopbits 1 >> >> line aux 0 >> >> line vty 0 4 >> >> exec-timeout 0 0 >> >> password cisco >> >> login >> >> ! >> >> end >> >> >> >> TermServer# >> >> >> >> >> >> Whats the prob? ;) >> _______________________________________________ >> For more information regarding industry leading CCIE Lab training, please >> visit www.ipexpert.com >> > > I think you are right.... > > http://www.cisco.com/en/US/tech/tk801/tk36/technologies_tech_note09186a00801365f3.shtml > > > Thats something ill try right away.... > > > > Thomas > <http://www.cisco.com/en/US/tech/tk801/tk36/technologies_tech_note09186a00801365f3.shtml> > > 2011/2/24 Jay Taylor <[email protected]> > >> I think I may have solved that issue on mine with: >> >> service tcp-keepalives-in >> service tcp-keepalives-out >> >> >> On Thu, Feb 24, 2011 at 4:26 AM, Thomas Raabo <[email protected]>wrote: >> >>> I have a Cisco 2511 setup up as terminal server…. >>> >>> >>> >>> Everything works fine except if I leave the session open for a while >>> without >>> touching it. It simply times out. >>> >>> The only way I´am able to get in to my terminal is to clear line #number >>> >>> >>> >>> ! >>> >>> hostname TermServer >>> >>> config-register 0x2102 >>> >>> ! >>> >>> no enable secret >>> >>> ! >>> >>> ip subnet-zero >>> >>> no ip domain-lookup >>> >>> config-register 0x2102 >>> >>> ! >>> >>> ip host BB1 2001 2.2.2.2 >>> >>> ip host BB2 2002 2.2.2.2 >>> >>> ip host BB3 2003 2.2.2.2 >>> >>> ip host SW1 2005 2.2.2.2 >>> >>> ip host SW2 2006 2.2.2.2 >>> >>> ip host SW3 2007 2.2.2.2 >>> >>> ip host SW4 2008 2.2.2.2 >>> >>> ip host FR 2010 2.2.2.2 >>> >>> ip host R1 2011 2.2.2.2 >>> >>> ip host R2 2012 2.2.2.2 >>> >>> ip host R3 2013 2.2.2.2 >>> >>> ip host R4 2014 2.2.2.2 >>> >>> ip host R5 2015 2.2.2.2 >>> >>> ip host R6 2016 2.2.2.2 >>> >>> ! >>> >>> no chat-script cisco-default >>> >>> chat-script cisco-default ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 30 \c >>> CONNECT >>> >>> ! >>> >>> ! >>> >>> ! >>> >>> interface Loopback0 >>> >>> ip address 2.2.2.2 255.255.255.255 >>> >>> ! >>> >>> interface Ethernet0 >>> >>> ip address 1.1.1.1 255.255.255.0 >>> >>> ! >>> >>> interface Serial0 >>> >>> no ip address >>> >>> shutdown >>> >>> ! >>> >>> interface Serial1 >>> >>> no ip address >>> >>> shutdown >>> >>> ! >>> >>> ip classless >>> >>> no ip http server >>> >>> ! >>> >>> alias exec bb1 telnet bb1 2001 >>> >>> alias exec bb2 telnet bb2 2002 >>> >>> alias exec bb3 telnet bb3 2003 >>> >>> alias exec sw1 telnet sw1 2005 >>> >>> alias exec sw2 telnet sw2 2006 >>> >>> alias exec sw3 telnet sw3 2007 >>> >>> alias exec sw4 telnet sw4 2008 >>> >>> alias exec FR telnet FR 2010 >>> >>> alias exec r1 telnet r1 2011 >>> >>> alias exec r2 telnet r2 2012 >>> >>> alias exec r3 telnet r3 2013 >>> >>> alias exec r4 telnet r4 2014 >>> >>> alias exec r5 telnet r5 2015 >>> >>> alias exec r6 telnet r6 2016 >>> >>> alias exec ss sh sess >>> >>> alias exec con conf t >>> >>> alias exec sr show run >>> >>> alias exec sir show ip route >>> >>> alias exec sib show ip int brief >>> >>> alias exec sdp show cdp nei >>> >>> alias exec srb show run | b >>> >>> alias exec sri show run int >>> >>> ! >>> >>> line con 0 >>> >>> transport input none >>> >>> line 1 16 >>> >>> no exec >>> >>> transport input telnet >>> >>> telnet speed 9600 9600 >>> >>> autohangup >>> >>> stopbits 1 >>> >>> line aux 0 >>> >>> line vty 0 4 >>> >>> exec-timeout 0 0 >>> >>> password cisco >>> >>> login >>> >>> ! >>> >>> end >>> >>> >>> >>> TermServer# >>> >>> >>> >>> >>> >>> Whats the prob? ;) >>> _______________________________________________ >>> For more information regarding industry leading CCIE Lab training, please >>> visit www.ipexpert.com >>> >> >> > > What telnet client are you using? I set mine to send a keepalive every 60 > seconds which keeps mine open. > > On Thu, Feb 24, 2011 at 4:26 AM, Thomas Raabo <[email protected]>wrote: > >> I have a Cisco 2511 setup up as terminal server…. >> >> >> >> Everything works fine except if I leave the session open for a while >> without >> touching it. It simply times out. >> >> The only way I´am able to get in to my terminal is to clear line #number >> >> >> >> ! >> >> hostname TermServer >> >> config-register 0x2102 >> >> ! >> >> no enable secret >> >> ! >> >> ip subnet-zero >> >> no ip domain-lookup >> >> config-register 0x2102 >> >> ! >> >> ip host BB1 2001 2.2.2.2 >> >> ip host BB2 2002 2.2.2.2 >> >> ip host BB3 2003 2.2.2.2 >> >> ip host SW1 2005 2.2.2.2 >> >> ip host SW2 2006 2.2.2.2 >> >> ip host SW3 2007 2.2.2.2 >> >> ip host SW4 2008 2.2.2.2 >> >> ip host FR 2010 2.2.2.2 >> >> ip host R1 2011 2.2.2.2 >> >> ip host R2 2012 2.2.2.2 >> >> ip host R3 2013 2.2.2.2 >> >> ip host R4 2014 2.2.2.2 >> >> ip host R5 2015 2.2.2.2 >> >> ip host R6 2016 2.2.2.2 >> >> ! >> >> no chat-script cisco-default >> >> chat-script cisco-default ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 30 \c >> CONNECT >> >> ! >> >> ! >> >> ! >> >> interface Loopback0 >> >> ip address 2.2.2.2 255.255.255.255 >> >> ! >> >> interface Ethernet0 >> >> ip address 1.1.1.1 255.255.255.0 >> >> ! >> >> interface Serial0 >> >> no ip address >> >> shutdown >> >> ! >> >> interface Serial1 >> >> no ip address >> >> shutdown >> >> ! >> >> ip classless >> >> no ip http server >> >> ! >> >> alias exec bb1 telnet bb1 2001 >> >> alias exec bb2 telnet bb2 2002 >> >> alias exec bb3 telnet bb3 2003 >> >> alias exec sw1 telnet sw1 2005 >> >> alias exec sw2 telnet sw2 2006 >> >> alias exec sw3 telnet sw3 2007 >> >> alias exec sw4 telnet sw4 2008 >> >> alias exec FR telnet FR 2010 >> >> alias exec r1 telnet r1 2011 >> >> alias exec r2 telnet r2 2012 >> >> alias exec r3 telnet r3 2013 >> >> alias exec r4 telnet r4 2014 >> >> alias exec r5 telnet r5 2015 >> >> alias exec r6 telnet r6 2016 >> >> alias exec ss sh sess >> >> alias exec con conf t >> >> alias exec sr show run >> >> alias exec sir show ip route >> >> alias exec sib show ip int brief >> >> alias exec sdp show cdp nei >> >> alias exec srb show run | b >> >> alias exec sri show run int >> >> ! >> >> line con 0 >> >> transport input none >> >> line 1 16 >> >> no exec >> >> transport input telnet >> >> telnet speed 9600 9600 >> >> autohangup >> >> stopbits 1 >> >> line aux 0 >> >> line vty 0 4 >> >> exec-timeout 0 0 >> >> password cisco >> >> login >> >> ! >> >> end >> >> >> >> TermServer# >> >> >> >> >> >> Whats the prob? ;) >> _______________________________________________ >> For more information regarding industry leading CCIE Lab training, please >> visit www.ipexpert.com >> > > > > -- > > Mark Hanley > > Using.. putty... > > Med venlig hilsen | Best regards > Thomas Raabo > Netværks ansvarlig > > > > _____________________________________________ > [email protected] | Direkte: +45 69 10 60 18 | Tlf.: +45 70 23 55 66 > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Mark Hanley > Sent: 24. februar 2011 13:43 > To: Thomas Raabo > Cc: [email protected] > Subject: Re: [OSL | CCIE_RS] Terminal problems > > What telnet client are you using? I set mine to send a keepalive every 60 > seconds which keeps mine open. > > On Thu, Feb 24, 2011 at 4:26 AM, Thomas Raabo <[email protected]>wrote: > >> I have a Cisco 2511 setup up as terminal server.. >> >> >> >> Everything works fine except if I leave the session open for a while >> without touching it. It simply times out. >> >> The only way I´am able to get in to my terminal is to clear line >> #number >> >> >> >> ! >> >> hostname TermServer >> >> config-register 0x2102 >> >> ! >> >> no enable secret >> >> ! >> >> ip subnet-zero >> >> no ip domain-lookup >> >> config-register 0x2102 >> >> ! >> >> ip host BB1 2001 2.2.2.2 >> >> ip host BB2 2002 2.2.2.2 >> >> ip host BB3 2003 2.2.2.2 >> >> ip host SW1 2005 2.2.2.2 >> >> ip host SW2 2006 2.2.2.2 >> >> ip host SW3 2007 2.2.2.2 >> >> ip host SW4 2008 2.2.2.2 >> >> ip host FR 2010 2.2.2.2 >> >> ip host R1 2011 2.2.2.2 >> >> ip host R2 2012 2.2.2.2 >> >> ip host R3 2013 2.2.2.2 >> >> ip host R4 2014 2.2.2.2 >> >> ip host R5 2015 2.2.2.2 >> >> ip host R6 2016 2.2.2.2 >> >> ! >> >> no chat-script cisco-default >> >> chat-script cisco-default ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT >> 30 \c CONNECT >> >> ! >> >> ! >> >> ! >> >> interface Loopback0 >> >> ip address 2.2.2.2 255.255.255.255 >> >> ! >> >> interface Ethernet0 >> >> ip address 1.1.1.1 255.255.255.0 >> >> ! >> >> interface Serial0 >> >> no ip address >> >> shutdown >> >> ! >> >> interface Serial1 >> >> no ip address >> >> shutdown >> >> ! >> >> ip classless >> >> no ip http server >> >> ! >> >> alias exec bb1 telnet bb1 2001 >> >> alias exec bb2 telnet bb2 2002 >> >> alias exec bb3 telnet bb3 2003 >> >> alias exec sw1 telnet sw1 2005 >> >> alias exec sw2 telnet sw2 2006 >> >> alias exec sw3 telnet sw3 2007 >> >> alias exec sw4 telnet sw4 2008 >> >> alias exec FR telnet FR 2010 >> >> alias exec r1 telnet r1 2011 >> >> alias exec r2 telnet r2 2012 >> >> alias exec r3 telnet r3 2013 >> >> alias exec r4 telnet r4 2014 >> >> alias exec r5 telnet r5 2015 >> >> alias exec r6 telnet r6 2016 >> >> alias exec ss sh sess >> >> alias exec con conf t >> >> alias exec sr show run >> >> alias exec sir show ip route >> >> alias exec sib show ip int brief >> >> alias exec sdp show cdp nei >> >> alias exec srb show run | b >> >> alias exec sri show run int >> >> ! >> >> line con 0 >> >> transport input none >> >> line 1 16 >> >> no exec >> >> transport input telnet >> >> telnet speed 9600 9600 >> >> autohangup >> >> stopbits 1 >> >> line aux 0 >> >> line vty 0 4 >> >> exec-timeout 0 0 >> >> password cisco >> >> login >> >> ! >> >> end >> >> >> >> TermServer# >> >> >> >> >> >> Whats the prob? ;) >> _______________________________________________ >> For more information regarding industry leading CCIE Lab training, >> please visit www.ipexpert.com >> > > > > -- > > Mark Hanley > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
