cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
355
Views
4
Helpful
2
Replies

CLI Access Control

archie_25
Level 1
Level 1

Will the configuration below allow CLI access? Or will access be prevented because there is no password configured?

NOTE: lines 0 4 are configured with password.

line vty 5 15

transport preferred all

transport input all

transport output all

1 Accepted Solution

Accepted Solutions

kamal-learn
Level 4
Level 4

hi

to access a vty line you need a password configured.

HTH

View solution in original post

2 Replies 2

kamal-learn
Level 4
Level 4

hi

to access a vty line you need a password configured.

HTH

Hi,

if you configure the aaa with the following commands

aaa authentication login default local-case

aaa authentication login userauthen local-case

username admin privilege 15 password admin

it isn't neccessary to configure a password on the vty lines.

Regards.