12-14-2008 09:40 PM - edited 03-06-2019 02:58 AM
Hi all,
Good day.
How can I create an account in console line of 3750? How can I disconnect users that are currently shown in Show users command?
Something like this:
Line User Host(s) Idle Location
1 vty 0
Thanks in advance.
regards,
Gagamboy
Solved! Go to Solution.
12-18-2008 11:52 PM
yes i am! Ã
12-14-2008 10:15 PM
you can use the either the local or tacacs login for console line.
Router(config)#line console 0
Router(config-line)#login ?
local Local password checking
tacacs Use tacacs server for password checkin
for local, create a local user database
Router(config)#username
for tacacs, you need AAA (local database for secondary authenticatio if tacacs doesn't work) and tacacs server host configured:
Router(config)#aaa new-model
Router(config)#aaa authentication login default group tacacs+ local
Router(config)#tacacs-server host
To disconnect or "kick" users, do a clear line
Router#clear line ?
<0-6> Line number
async-queue Clear queued rotary async lines
aux Auxiliary line
console Primary terminal line
vty Virtual terminal
12-15-2008 05:03 PM
That is great. Thanks John. I believe you are a Filipino? :-)
regards,
Gagamboy
12-18-2008 11:52 PM
yes i am! Ã
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