How many simultaneous Telnet sessions does a Cisco router support by default?

How many simultaneous Telnet sessions does a Cisco router support by default?

How many simultaneous Telnet sessions does a Cisco router support by default?

A.
1

B.
2

C.
3

D.
4

E.
5

F.
6



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Deresse

Deresse

Cisco Router: – 5
Router(config)#line vty
Enter the value between
Cisco Switch: – 16
SW1(config)#line vty
Enter the value between

Tyson

Tyson

Config will will show line vty 0-4 (5 ports)

Switches will also show that, plus additional section for line vty 5-16

This allows you to copy paste configs between devices and still have it understand the command, as line vty 0-16 might not be accepted, and instead of configuring 0-5 it will discard the whole command, whereas 0-5 will be accepted and the rest will be dropped.