11-29-2017 04:56 PM - edited 03-08-2019 12:56 PM
We recent replaced a ISR 4331 router and I had incorrectly configured the VTY lines. Now I am trying to get them configured to the way I need them but I am having no luck.
This is how the vty lines are configured currently:
line vty 0
exec-timeout 0 0
no activation-character
no exec
transport preferred ssh
transport input none
stopbits 1
line vty 1 4
exec-timeout 0 0
privilege level 15
transport input ssh
This is how i would like them to be:
line vty 0 4
privilege level 15
transport input ssh
I understand that you cannot remove vty lines and re add them so to get them combined they need to configured the same. I am having trouble getting line vty 0 and line vty 1 4 configured the same to get them to be combined.
Any help is greatly appreciated! Thank you!
Luke
Solved! Go to Solution.
11-29-2017 06:50 PM - edited 11-29-2017 06:51 PM
Hi
Try resetting the config:
default line vty 0 4
default line vty 5 15
Once it is reset you can apply your config.
Hope it is useful
:-)
11-29-2017 05:38 PM
Hi,
Have you tried deleting all the current configuration from the lines and adding the new configuration?
Thanks
John
11-29-2017 06:50 PM - edited 11-29-2017 06:51 PM
Hi
Try resetting the config:
default line vty 0 4
default line vty 5 15
Once it is reset you can apply your config.
Hope it is useful
:-)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide