Implementing and Configuring Cisco Identity Services Engine (SISE) — Question 81
An engineer is configuring web authentication using non-standard ports and needs the switch to redirect traffic to the correct port.
Which command should be used to accomplish this task?
Answer options
- A. permit tcp any any eq <port number>
- B. ip http port <port number>
- C. aaa group server radius
- D. aaa group server radius proxy
Correct answer: B
Explanation
The command 'ip http port <port number>' is the correct choice as it explicitly sets the HTTP service to listen on a specified non-standard port. The other options do not configure the HTTP port; instead, they pertain to access control or RADIUS server group configuration.