cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
645
Views
0
Helpful
3
Replies

How can i disable telnet on AIR-AP1242AG-E-K9 ?

siemenseg
Level 1
Level 1

I enabled SSH with user name and password but i noticed that when i type any user name it accept it ,also i need to disable the telnet while i am using SSH

1 Accepted Solution

Accepted Solutions

e.bayon
Level 1
Level 1

Configure these commands in your AP

!

ip access-list extended block-telnet

permit tcp any any neq telnet

!

line vty 0 4

access-class block-telnet in

!

Ragards

View solution in original post

3 Replies 3

e.bayon
Level 1
Level 1

Configure these commands in your AP

!

ip access-list extended block-telnet

permit tcp any any neq telnet

!

line vty 0 4

access-class block-telnet in

!

Ragards

Thanks alot its working

You welcome.