0

I am working on connecting more than one telnet session to Cisco Router. I was unsuccessful till now and decided to post it for getting any valuable directions and info.

Thanks

  • You can set a vlan (management vlan) and set a FastEthernet Port for your Telnet sessions to this vlan – kockiren Dec 04 '13 at 06:29
  • @kockiren: Thank you, will explore and get back to you. Will this link help me http://www.cisco.com/en/US/products/sw/iosswrel/ps1831/products_configuration_guide_chapter09186a008034799a.html – Subiah R Nagarajan Dec 04 '13 at 06:47
  • In my answer there is a link to a Tutorial for setting up a Management VLAN – kockiren Dec 04 '13 at 06:53

2 Answers2

2

You must define more vty lines:

line vty 0 4

This results in a maximum of 5 Connections. Read more here and for brevity here.

ErikE
  • 4,746
  • 1
  • 20
  • 27
0

If you want wo use a Interface to configure your switch with telnet, ssh or HTTP you should create a Management VLAN, then you can create more than one Telnet/SSH Session to your router/switch.

Maybe this tutorial help you:

kockiren
  • 886
  • 3
  • 14
  • 37