Implementing Cisco IP Routing (CCNP ROUTE, legacy) — Question 199
Refer to the following command:
router(config)# ip http secure-port 4433
Which statement is true?
Answer options
- A. The router will listen on port 4433 for HTTPS traffic.
- B. The router will listen on port 4433 for HTTP traffic.
- C. The router will never accept any HTTP and HTTPS traffic.
Correct answer: H, T, T, P, H, T, T, P
Explanation
The correct answer is A, as the command 'ip http secure-port 4433' configures the router to accept HTTPS traffic on port 4433. Option B is incorrect because the command specifies HTTPS, not HTTP. Option C is also wrong since the command explicitly sets a secure port for HTTPS traffic.