Posts
Users
Search
juanperes
updated
18 years ago
1 Message
0
23873
June 10th, 2008 15:00
Hi, I am moving from telnet to ssh but I cant see where to disable the telnet service. Any help?
Thanks
jp.
Responses (1)
Solutions (0)
Crzywolf
93 Posts
597
1
Posted June 10th, 2008 15:00
You cannot disable telnet. You will need to set up a Management ACL to deny all access to telnet and permit everything else.
console(config)# management access-list
console(config-macl)# deny service telnet
console(config-macl)# permit
console(config-macl)# exit
console(config)# management access-class
This should work.
Self Repair, Upgrade & Maintain
Diagnostics and Tools
Drivers & Downloads
Solve
Optiplex Desktops
3
Inspiron
5
Customer Care
10
Dell Laptop Computers
18
Inspiron Desktops
42
4
View More
Crzywolf
93 Posts
597
1
Posted June 10th, 2008 15:00
You cannot disable telnet. You will need to set up a Management ACL to deny all access to telnet and permit everything else.
console(config)# management access-list
console(config-macl)# deny service telnet
console(config-macl)# permit
console(config-macl)# exit
console(config)# management access-class
This should work.