nerdexam
Cisco

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…

Device Hardening

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

300-430 question #354 exhibit

Options

  • A<timeout>10</timeout>
  • B<timeout>10</timeout>
  • C<timeout>priority1</timeout>
  • D<timeout>10</timeout>

How the community answered

(39 responses)
  • A
    44% (17)
  • B
    28% (11)
  • C
    21% (8)
  • D
    8% (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

#TACACS+#NETCONF#device hardening#Catalyst 9800 CLI/GUI access

Community Discussion

No community discussion yet for this question.

Full 300-430 Practice