nerdexam
Cisco

300-715 · Question #3

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

The correct answer is C. It enables the switch to redirect users for web authentication. The ip http server command on a Cisco switch enables the embedded HTTP server, which is crucial for features like web authentication by allowing the switch to redirect unauthenticated users to a captive portal.

Web Auth and Guest Services

Question

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

Options

  • AIt enables the https server for users for web authentication
  • BIt enables MAB authentication on the switch
  • CIt enables the switch to redirect users for web authentication.
  • DIt enables dot1x authentication on the switch.

How the community answered

(63 responses)
  • A
    6% (4)
  • B
    2% (1)
  • C
    89% (56)
  • D
    3% (2)

Why each option

The ip http server command on a Cisco switch enables the embedded HTTP server, which is crucial for features like web authentication by allowing the switch to redirect unauthenticated users to a captive portal.

AIt enables the https server for users for web authentication

The ip http server command enables HTTP, not HTTPS; for HTTPS, ip http secure-server is used.

BIt enables MAB authentication on the switch

MAB (MAC Authentication Bypass) is configured using authentication host-mode and authentication order commands, not ip http server.

CIt enables the switch to redirect users for web authentication.Correct

The ip http server command enables the HTTP server functionality on the switch, which is essential for web authentication (also known as Central Web Authentication or CWA). This server is used to perform HTTP redirects, directing unauthenticated users' web traffic to an external portal for authentication.

DIt enables dot1x authentication on the switch.

Dot1x (802.1X) authentication is enabled with authentication port-control auto and dot1x pae authenticator commands, not ip http server.

Concept tested: Cisco switch web authentication HTTP server

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_hba/configuration/15-m/sec-hba-15-m-book/sec-hba-cwa.html

Topics

#Web Authentication#HTTP Server#Redirection#Network Access Control

Community Discussion

No community discussion yet for this question.

Full 300-715 Practice