Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Utilizing SSH for Cisco 3500 series 1

Status
Not open for further replies.

RNF0528

MIS
Apr 4, 2006
115
0
0
US
Anyone have any experience with turning of port 80 on a switch and utilizing 443 or SSH?

My goal is to disable port 80 on my switches and utilize SSH.

Anyone know of good documentation to do this. I tried ciscos site and i keep hitting road blocks.
 
these are totally different protocols and methods of managing.

You can get port 80 to stop responding by not loading the http server. To do this issue "no ip http server"; that turns off the http service. Now, if you want to manage with a web interface but using the https protocol (443), issue the command ip http secure-server.

Now, if you don't want web-based management, then you have Telnet or SSH you can use to obtain the command line interface access. There is an excellent article that explains these options and how to enable SSH and disable telnet at:
All of this depends on your version of IOS of course, so your milage may vary.
 
Thanks for the help. I will let you know what I come up with!!!!
 
This is all that shows up. Theres no secure-server what do you think?

Switchname(config)#ip http ?
access-class Restrict access by access-class
authentication Set http authentication method
path Set base path for HTML
port HTTP port
server Enable HTTP server
 
You need crypto code to run ssh . Check the IOS version . Most likely it will have a K9 somewhere in the image name , if not it won't support ssh or https either i believe. You can post a dir flash: and we can tell you.
 
Https is SSL, not SSH...is that what you want?
Viper is right, also...

Burt
 
Ok, Here is the image file. Will this support it?

System image file is "flash:c3550-i9q3l2-mz.121-11.EA1/c3550-i9q3l2-mz.121-11.EA
1.bin"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top