cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3481
Views
10
Helpful
5
Replies

Telnet to direct 5 10 vty line from R1 to R2?

abhi-adte
Level 1
Level 1

We have two router R1 and R2 and R2 have on configure 3 different line but default is 0 3 now I want to direct access on line 5 10 as show in picture, so please suggest me how I can telnet to direct on line 10 to 15 or any other line from R1 to R2 but not on default.

2 Accepted Solutions

Accepted Solutions

Good , nice application.

View solution in original post

Hi Dear Friends,

I got the answer from cisco doc. we have configure the Rotory command on line with specific no. like below.

!
!
line con 0
transport input none
line aux 0
line vty 0 3
password cisco
login
rotary 2
line vty 4
password network
login
rotary 3
line vty 5 10
password abhinay
login
rotary 1
!
end

R2#
R2#

Thanks for providing a new thing,learned a new thing today !!

Ganesh.H

View solution in original post

5 Replies 5

Ganesh Hariharan
VIP Alumni
VIP Alumni
We have two router R1 and R2 and R2 have on configure 3 different line
but default is 0 3 now I want to direct access on line 5 10 as show in
picture, so please suggest me how I can telnet to direct on line 10 to
15 or any other line from R1 to R2 but not on default.

Hi,

If you want to use specifc vty session, you can use if you have configured password under vty like in your case you have already configured password at different vty lines

vty 0 3
password cisco
login
vty 4
password network
login
vty 5 10
password abhinay
login

so if you type the password abhinay you will land up in vty session 5 and if another user try and type the same password he will landup in vty session 6 like that.

Hope to Help !!

Ganesh.H

Remember to rate the helpful post

     No yar its not done u check one i did same process....   

abhi-adte
Level 1
Level 1

Hi Dear Friends,

I got the answer from cisco doc. we have configure the Rotory command on line with specific no. like below.

!
!
line con 0
transport input none
line aux 0
line vty 0 3
password cisco
login
rotary 2
line vty 4
password network
login
rotary 3
line vty 5 10
password abhinay
login
rotary 1
!
end

R2#
R2#

after that come on R1 and #telnet 10.0.0.2

so my orignal command from R1 to R2 telnet is :

R1#telnet 10.0.0.1 3003

Passwod: network

Good , nice application.

Hi Dear Friends,

I got the answer from cisco doc. we have configure the Rotory command on line with specific no. like below.

!
!
line con 0
transport input none
line aux 0
line vty 0 3
password cisco
login
rotary 2
line vty 4
password network
login
rotary 3
line vty 5 10
password abhinay
login
rotary 1
!
end

R2#
R2#

Thanks for providing a new thing,learned a new thing today !!

Ganesh.H

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card