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

Username with Access-Class

mcrichard
Level 1
Level 1

R8 Configure

username cisco access-class 10 passs 12345

access-list 10 permit R7's seriel IP

It don't work.Who can explane and how to do

Tks!

Configure R8 so R7 can telnet into R8 using the IP address

of the serial 0/0/0 interface on R8 using the username cisco and the

password 12345. No other routers or hosts should be able to telnet to R8

using the same username and password.

2 Replies 2

hoogen_82
Level 4
Level 4

Can you try this

!

username cisco pass 12345

access-list 10 permit R7's serial IP

!

line vty 0 4

access-class 10 in

login local

transport input telnet

!

!

line vty 5 15

access-class 10 in

login local

transport input telnet

!

HTH

Hoogen

Do rate if this helps :)

Thanks reply

Only R7 can access

We need can access from anywhere but the username only for from R7

R7(serial IP) telnet to R8 then cisco/12345 success

but R6 or others telnet to R8 and type username/password can't accept