Link to home
Start Free TrialLog in
Avatar of cj_cb
cj_cb

asked on

2911 Voice Gateway enable password

I have a 2911 voice gateway router and when anyone logs in the get right on through to the en prompt. How do i force an enable password? this is through ssh I can login and get to # prompt. this is probably easy I just have never seen this before. thanks for the help

 login local
line aux 0
line 2
 no activation-character
 no exec
 transport preferred none
 transport input all
 transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
 stopbits 1
line vty 0 4
 privilege level 15
 password 7 110A1016141D
 login local
 transport input ssh
line vty 5 15
 privilege level 15
 login local
 transport input ssh
Avatar of Otto_N
Otto_N
Flag of South Africa image

Just set the privilege level on the vty lines to 1.  You can even use level 0 for a much more restrictive command set.

conf t
line vty 0 15
 privilege level 1
ASKER CERTIFIED SOLUTION
Avatar of aleghart
aleghart
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
Avatar of cj_cb
cj_cb

ASKER

Thanks for the help