An organization wants the AOS-CX switch to trigger an alert if its RADIUS server (cp.acnsxtest.local) rejects an unusual number of client authentication requests per hour. After some discussions with other HPE Aruba Networking admins, you are still not sure how many rejections are usual or unusual. You expect that the value could be different on each switch. You are helping the developer understand how to develop an NAE script for this use case.
Refer to the scenario.
You are helping a customer define an NAE script for AOS-CX switches. The script will monitor statistics from a RADIUS server defined on the switch. You want to future proof the script by enabling admins to select a different hostname or IP address for the monitored RADIUS server when they create an agent from the script.
What should you recommend?
A. Use this variable, %{radius-ip}, when defining the monitor URI in the NAE agent script.
B. Define a parameter for the RADIUS server; reference that parameter instead of the server name/ip when defining the monitor UR
C. Make the script editable so that admins can edit it on demand when they are creating scripts.
D. Use a callback action to collect the name of any RADIUS servers defined on the switch at the time the agent is created.