UNSOLVED

juanperes

updated

18 years ago

J

juanperes

1 Message

0

23873

June 10th, 2008 15:00

Disabling Telnet on Dell PowerConnect 3448P Switch

Hi, I am moving from telnet to ssh but I cant see where to disable the telnet service. Any help?

 

Thanks

jp. 

  • 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.