cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
736
Views
0
Helpful
7
Replies

VTY "ghost sessions"

enriquebs
Level 1
Level 1

I've been trying to clear the following lines but no way, we've two "ghost sessions" on the router.

Router#sh use

Line User Host(s) Idle Location

2 vty 0 idle never

3 vty 1 idle never

Any idea about wha't going on?

thx in advance

7 Replies 7

lgijssel
Level 9
Level 9

Try issueing the command: sh user

This will display which ip is on the other side. This information could be quite helpfull when you don't know what is going on.

Could be anything, my best guess is a mgmt app.

Regards,

Leo

Ok, sorry. You just did that.

Could you also post the output from the clear line command which you say does not work?

OK ;)

The output when I try to clean the session don't say anything, I type "clear line 2" and the behaviour looks good, but after typing again the "sh use" command the sessions are taking up again...

Here is the "show user" command output at present:

Router#show users

Line User Host(s) Idle Location

2 vty 0 idle never

3 vty 1 idle never

* 4 vty 2 XEBS0002 idle 00:00:00 172.26.26.99

5 vty 3 XFLO0001 idle 00:01:29 172.26.27.105

6 vty 4 XAGB0009 10.9.145.118 00:01:27 172.26.27.102

Interface User Mode Idle Peer Address

Router#

We get information about five sessions. We can handle and clear the last three, but no way to clean the two first sessions.

Does the router perhaps have a special (different) line configuration for these lines?

satharcodacal
Level 1
Level 1

hi,

the vty configuration chnaged, please check the configuration and vty password

regards,

sathar

Here is the config. By the way, the ACL is permitting telnet and ssh from NOC's computers.

line vty 0 4

access-class 10 in

exec-timeout 30 0

password 7 password

logging synchronous

login authentication Tacacs

transport input telnet ssh

Anyway next saturday we've to reboot the router due maintenance, maybe this issue will be solved then...