cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
780
Views
0
Helpful
6
Replies

remote login layer 3 switches

pcfreak49
Level 1
Level 1

I have a problem with me, Layer 3 switches, how do you do on remote login with ssh and telnet

6 Replies 6

mrdogantr
Level 1
Level 1

# conf t

(config)# line vty 0 4

(config)# transport input all 

(config)# password 1234

(config)# end

#wr

hth

Muammer

how you can remotely log into the layer 3 switches on port 6000?

Hi,

for telnet,

you can use "rotary" command under line vty, rotary listens to ports 3000-3099.

Router# configure terminal 

Router(config)# line vty 0 4

Router(config-line)# rotary 23

Router(config-line)# end

Router# wr 

and try to connect port 3023

for ssh,

Router# configure terminal

Router(config)# ip ssh port 3001 rotary 99

Router(config)# username user password xxxxx

Router(config)# line vty 0 4

Router(config-line)# login local

Router(config-line)# rotary 99

Router(config-line)# transport input ssh

Router(config-line)# end

Router# wr

hth

Muammer

you can do this toe applied to all layer 3 switch

you can do this for telnet.

I'll just problems the aim is to use ssh