cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4820
Views
0
Helpful
6
Replies

Telnet not working on cisco router 3925

gmaghesh81
Level 1
Level 1

Hello,

I have one router 3925 equipment DIRECTLY connected to the Router that needs to be accessed by telnet port 23.

Please find the attached config details.

Thanks in advance,

Maghesh

1 Accepted Solution

Accepted Solutions

Hello, if your access list 23 does not permit your subnet you are telnetting from, you will be denied access.

Ip access-list standard 23
Permit 10.142.x.x 0.0.255.255

Hope this helps

Sent from Cisco Technical Support iPhone App

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

View solution in original post

6 Replies 6

Bilal Nawaz
VIP Alumni
VIP Alumni

Hello, I cannot see the attachment because I'm using a mobile device, but have you configured a password under the VTY line?

Conf t

Enable secret xxxxxx
!
Line vty 0 4
Password xxxxxxx
Login

Where xxxxxx is your password you set.

Hope this helps

Sent from Cisco Technical Support iPhone App

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

Firuz Azimov
Level 1
Level 1

line vty 0 4

access-class 23 in

privilege level 15

password redknee

login authentication local_auth

transport input telnet ssh

Is you connect from

10.10.10.0 0.0.0.7 subnet ?

Can you delete password redknee and login authentication local_auth

For example

line vty 0 4

access-class 23 in

privilege level 15

login local

transport input telnet ssh

Also you need set privil. password

enable secret XXXXXXX

This is simple and must work.

I am not sure about :

password redknee

login authentication local_auth

What is the aaa configuration please?

Hope this helps

Sent from Cisco Technical Support iPhone App

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

Hi,

I just want to do telnet from my network(10.142.x.x)

I don't use the 10.10.10.0 0.0.0.7 subnet ?

Current conf  :

line vty 0 4

access-class 23 in

privilege level 15

password cisco

transport input telnet ssh

line vty 5 15

access-class 23 in

privilege level 15

password cisco

transport input telnet ssh

!

scheduler allocate 20000 1000

!

saved the config & reload the router but still the same issue.

Regards,

Mahesh

Hello, if your access list 23 does not permit your subnet you are telnetting from, you will be denied access.

Ip access-list standard 23
Permit 10.142.x.x 0.0.255.255

Hope this helps

Sent from Cisco Technical Support iPhone App

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

Hi Maghesh,

Bilal is righ here, you need to put the acl as mentioned above by Bilal.

Hope it will resolve your problem.

Review Cisco Networking for a $25 gift card