What is the purpose of the ip http server command on a switch?

What is the purpose of the ip http server command on a switch?
A. It enables the https server for users for web authentication.
B. It enables dot1x authentication on the switch.
C. It enables MAB authentication on the switch.
D. It enables the switch to redirect users for web authentication.

cisco-exams

One thought on “What is the purpose of the ip http server command on a switch?

  1. Answer should be A.

    https://www.cisco.com/en/US/docs/security/ise/1.0/user_guide/ise10_sw_cnfg.html
    Enable Your Switch to Support Standard Web Authentication

    Ensure you include the following command lines in your switch configuration to enable standard Web Authenticating functions for Cisco ISE, including provisions for URL redirection upon authentication.

    ip classless

    ip route 0.0.0.0 0.0.0.0 10.1.2.3

    ip http server

    ! Must enable HTTP/HTTPS for URL-redirection on port 80/443

    ip http secure-server

    1. enabling secure-server just allows for redirection. I believe the correct answer is D. C is incorrect, to enable mab you simply type ‘mab’ on the switchport.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.