300-430 · Question #354
Refer to the exhibit. A network administrator must implement device access controls on a Cisco Catalyst C9800-80 WLC to secure administrative access for the GUI and CLI using TACACS+. The…
The correct answer is A. <timeout>10</timeout>. In TACACS+ server configuration on the Cisco Catalyst 9800 via NETCONF, the timeout value specifies the wait time for server responses, and priority1 ensures the server is treated as the primary authentication server. This matches the requirement that the TACACS+ server at…
Question
Refer to the exhibit. A network administrator must implement device access controls on a Cisco Catalyst C9800-80 WLC to secure administrative access for the GUI and CLI using TACACS+. The administrator is configuring the WLC directly using NETCONF with a Python script to define a TACACS+ server. This server will handle authentication for GUI and CLI access. The TACACS+ server at 192.168.1.100 requires a specific setting to ensure it is the primary server for authentication requests from the WLC. The administrator confirmed that the shared secret Cisco123 matches the server configuration, and the timeout is set to 10 seconds. Which XML code snippet must be placed onto the box in the code to complete the script?
Exhibit
Options
- A<timeout>10</timeout>
- B<timeout>10</timeout>
- C<timeout>priority1</timeout>
- D<timeout>10</timeout>
How the community answered
(39 responses)- A44% (17)
- B28% (11)
- C21% (8)
- D8% (3)
Explanation
In TACACS+ server configuration on the Cisco Catalyst 9800 via NETCONF, the timeout value specifies the wait time for server responses, and priority1 ensures the server is treated as the primary authentication server. This matches the requirement that the TACACS+ server at 192.168.1.100 must be the primary for both GUI and CLI access.
Topics
Community Discussion
No community discussion yet for this question.
