- Posts: 23
- Thank you received: 0
Cisco http Access
- allanigue03
- Topic Author
- Offline
- Junior Member
Less
More
17 years 2 months ago #23272
by allanigue03
Cisco http Access was created 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
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
17 years 2 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.
17 years 1 month 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
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
Time to create page: 0.121 seconds