Prev: ASA 5505 Connecting to ASDM via Web Interface
Next: I BUY CISCO EQUIPMENT ws-sup720-3bxl,ws-sup720-3b, ws-x6724-sfp, ws-x6704-10ge, ws-x6748ge-tx
From: Karthik Balaguru on 27 Feb 2010 21:29 Hi, I find that several concurrent telnet connections to a router are allowed. The maximum number of concurrent telnet sessions in CISCO IOS seems to be dependent on vty(virtual teletypes /terminals) configuration. But, what could be maximum number of concurrent telnet connections that could be configured ? If this is dependent on the kind of router, then can you kindly let me know a router that allows the highest number of concurrent telnet connections ? Any ideas ? Thx in advans, Karthik Balaguru
From: bod43 on 28 Feb 2010 17:16 On 28 Feb, 02:29, Karthik Balaguru <karthikbalagur...(a)gmail.com> wrote: > Hi, > > I find that several concurrent telnet connections > to a router are allowed. The maximum number > of concurrent telnet sessions in CISCO IOS > seems to be dependent on vty(virtual teletypes > /terminals) configuration. But, what could > be maximum number of concurrent telnet > connections that could be configured ? If > this is dependent on the kind of router, then > can you kindly let me know a router that > allows the highest number of concurrent > telnet connections ? Any ideas ? I don't know. The default used to be 16, but on some equipment it was 5. I have seen cases where the default appeared to be 5 and then someone apparently added more with vty 5 15 but I am not sure. Oddly a router I have here has 5 and it wont allow more. line vty 0 4 access-class 23 in exec-timeout 60 0 privilege level 15 logging synchronous login local transport input telnet ssh transport output telnet ssh otl-hr-dscott# router(config)#line vty ? <0-4> First Line number router(config)#line vty 0 15 ^ % Invalid input detected at '^' marker. Cisco IOS Software, C870 Software (C870-ADVIPSERVICESK9-M), Version 12.4(15)T7,
From: John Agosta on 1 Mar 2010 18:04
Each router / IOS is different. Some routers will allow many hundreds of vty interfaces to be set up. (expect the router to die from lack of resources if you attempt to configure, say, 768 vty interfaces) The absolute limit on your gear can be discovered by entering: config t line vty 0 ? Memory and other resources will typically cause the "practical" limit to be something far less than the "numerical" limit your machine supports. HTH - -ja "Karthik Balaguru" <karthikbalaguru79(a)gmail.com> wrote in message news:054e0aa6-9064-40d1-964d-35e55dbda6c1(a)y7g2000prc.googlegroups.com... > Hi, > > I find that several concurrent telnet connections > to a router are allowed. The maximum number > of concurrent telnet sessions in CISCO IOS > seems to be dependent on vty(virtual teletypes > /terminals) configuration. But, what could > be maximum number of concurrent telnet > connections that could be configured ? If > this is dependent on the kind of router, then > can you kindly let me know a router that > allows the highest number of concurrent > telnet connections ? Any ideas ? > > Thx in advans, > Karthik Balaguru |