Muitas vezes onde trabalhamos em equipe, algum analista esquece de fazer o logoff da OLT e caímos de cara com a seguinte mensagame “vty_configuration_locked_by_other_vty”. Para isso podemos fazer o disconnect deste usuário.
ironhide#conf t VTY configuration is locked by other VTY ironhide#
Primeiro visualizando o usuário problemático, através do comando “show users”.
ironhide#show users Line User Host(s) Con. Time Location 130 vty 0 freewaynet 172.16.30.51 00:08:16 ttyp0 131 vty 1 freewaynet 172.16.30.26 00:05:05 ttyp1 ironhide#
E depois disconectar via comando vty connection kill
ironhide# ironhide#vty connection kill ttyp1 ironhide#configure terminal Enter configuration commands, one per line. End with CNTL/Z. ironhide(config)#
Tudo de uma vez. :)
ironhide#conf t VTY configuration is locked by other VTY ironhide# ironhide#show users Line User Host(s) Con. Time Location 130 vty 0 freewaynet 172.16.30.51 00:08:16 ttyp0 131 vty 1 freewaynet 172.16.30.26 00:05:05 ttyp1 ironhide# ironhide#vty connection kill ttyp1 ironhide#configure terminal Enter configuration commands, one per line. End with CNTL/Z. ironhide(config)#
Att.
Discussão