Link to home
Start Free TrialLog in
Avatar of jonas_pina
jonas_pina

asked on

cisco VTY question

I have a 3560 switch that has an IOS of c3560-ipbase-mz.122-35.se5.bin

I can use the line console just fine however, when I try to VTY into the switch I can only go as far > level I can't get to the #

I don't have a username or password set until I go to the line con and VTY settings

line con 0
exec-timeout 0 0
password xxx
transport preferred telnet
transport output none

line vty 0 4
exec-timeout 0 0
password xxx
transport preferred none
transport input none
transport output none

Line vty 5 15
exec-timeout 0 0
password xxx
transport input telnet
transport output telnet

I have tried to use the NO version to remove the "transport" however I just get the transport none result

Any help would be appreciated

Thanks



ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
And when you set your enable password use something like:

#<config>enable secret mysecret

where mysecret is the "pass" you want to use. Better to encrypt these things

You should be able to enter privilege exec mode (the #) from the console
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jonas_pina
jonas_pina

ASKER

Thanks it was a compliation of all three.  Take care Gents