Clear Idle VTY user in Juniper OS [JunOS]
a. Untuk melihat active user yang sedang login ke Juniper
r00t@JUN-GW> show system users
7:35PM up 169 days, 17:22, 2 users, load averages: 0.05, 0.03, 0.00
USER TTY FROM LOGIN@ IDLE WHAT
admin4 p0 202.53.253.17 4:45PM 2:50 -cli (cl
r00t p1 int-gw-eldo.napku.net.id 7:01PM – -cli (cl
b. Untuk clear idle user di Juniper ada beberapa pilihan.
r00t@JUN-GW> request system logout ?
Possible completions:
<[Enter]> Execute this command
all Logout all sessions owned by user
pid Management (MGD) process id for user
terminal Terminal user is on
user User to logout
| Pipe through a command
c. Contoh clear user admin4 yang idle setelah login.
r00t@JUN-GW> request system logout user ?
Possible completions:
<user> User to logout
r00t@JUN-GW> request system logout user admin4
d. Hasil akhir show user yang active :
r00t@JUN-GW> show system users
7:36PM up 169 days, 17:22, 1 user, load averages: 0.03, 0.03, 0.00
USER TTY FROM LOGIN@ IDLE WHAT
r00t p1 int-gw-eldo.napku.net.id 7:01PM – -cli (cl
Leave a Reply