Correct Answer: BIn the given configuration scenario, only host IP 10.0.1.25 should have HTTP access to the switches. To achieve this, an access list can be created to allow only this host and deny all others, followed by applying this access list to the HTTP server configuration. The configuration shown in option B uses a standard access list, which is appropriate for this purpose and aligns with the required syntax. The lines 'ip http server' and 'ip http secure-server' enable HTTP and HTTPS servers, respectively, and 'ip http access-class 10' applies the access list to the HTTP server configuration, restricting access as required.