Skip to main content

Cisco http Access

More
16 years 7 months ago #23272 by allanigue03
Hello Guys,

Can you please give me an idea if the http access to a switch is encrpypted? I just to verify that the communication between the browser and the switch will not be sniff. My main concern is the authentication where you use a username and password to the switch.

Thanks,
Aries
More
16 years 7 months ago #23273 by toddwoo
Replied by toddwoo on topic Re: Cisco http Access
You don't get any encryption with http, just like telnet the password is sent clear text.
More
16 years 7 months ago #23292 by tsunami
Replied by tsunami on topic Re: Cisco http Access
https is a better option. Cisco devices supports this.
turn on secure server using the command.

(config)#username <username> password <password>
(config)#ip http secure-server
(config)#ip http authentication local

hope this helps!

Tsunami
More
16 years 7 months ago #23309 by TheBishop
Replied by TheBishop on topic Re: Cisco http Access
Not all variants of the IOS support https, check your version to see if it's included
Time to create page: 0.142 seconds