cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2322
Views
0
Helpful
2
Replies

Need help configuring vty lines

beckman3
Level 4
Level 4

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

1 Accepted Solution

Accepted Solutions

Julio E. Moisa
VIP Alumni
VIP Alumni

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

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

View solution in original post

2 Replies 2

johnd2310
Level 8
Level 8

 Hi,

 

Have you tried deleting all the current configuration from the lines and adding the new configuration?

 

Thanks

John

**Please rate posts you find helpful**

Julio E. Moisa
VIP Alumni
VIP Alumni

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

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<