cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2706
Views
9
Helpful
3
Replies

Username in Console of 3750 Switch

gagamboy15
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions
3 Replies 3

johnlloyd_13
Level 9
Level 9

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 privilege 15 password

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 and choose which connection to disconnect

Router#clear line ?

<0-6> Line number

async-queue Clear queued rotary async lines

aux Auxiliary line

console Primary terminal line

vty Virtual terminal

That is great. Thanks John. I believe you are a Filipino? :-)

regards,

Gagamboy

yes i am! Ü

Review Cisco Networking products for a $25 gift card