cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1148
Views
0
Helpful
2
Replies

Telnet login

vinsanity02
Level 1
Level 1

Hi all,

How do we create a username and password (with a domain name) for telnet in the switch/router?

It's like this:

telnet 10.65.0.48

--------------------------

User Access Verification

Username: cisco\adminjsmith

Password: ********

----------------------------------------

Switch01#

or

Router01#

---------------------

Pls help... I just want to learn.

1 Accepted Solution

Accepted Solutions

Bert Gevers
Cisco Employee
Cisco Employee

Hi,

Do you mean something like this:

Router# conf t

Router(config)# username  cisco\adminjsmith password xyz

Router(config)# line vty 0 4

Router(config-line)# login local

Connected to router.cisco.com.
Escape character is '^]'.


User Access Verification

Username: cisco\adminjsmith
Password: ***
Router>

HTH,

Bert

View solution in original post

2 Replies 2

Bert Gevers
Cisco Employee
Cisco Employee

Hi,

Do you mean something like this:

Router# conf t

Router(config)# username  cisco\adminjsmith password xyz

Router(config)# line vty 0 4

Router(config-line)# login local

Connected to router.cisco.com.
Escape character is '^]'.


User Access Verification

Username: cisco\adminjsmith
Password: ***
Router>

HTH,

Bert

Great!!! thank you very much...