Exam 300-101 | Question id=436 | Infrastructure Security |
Refer to the following command:
router(config)# ip http secure-port 4433
Which statement is true?
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. | |
D. |
The router will listen to HTTP and HTTP traffic on port 4433. |
To set the secure HTTP (HTTPS) server port number for listening, use the ip http secure-port command in global configuration mode. To return the HTTPS serverport number to the default, use the no form of this command.
ip http secure-port port-number
no ip http secure-port
Syntax Description
port-number | Integer in the range of 0 to 65535 is accepted, but the port number must be higher than 1024 unless the default is used. The default is 443. |