Architecting a Citrix Networking Solution — Question 1
A Citrix Architect has deployed NetScaler Management and Analytics System (NMAS) to monitor a high availability pair of NetScaler VPX devices.
The architect needs to deploy automated configuration backup to meet the following requirements:
The configuration backup file must be protected using a password.
The configuration backup must be performed each day at 8:00 AM GMT.
The configuration backup must also be performed if any changes are made in the ns.conf file.
Once the transfer is successful, auto-delete the configuration file from the NMAS.
Which SNMP trap will trigger the configuration file backup?
Answer options
- A. netScalerConfigSave
- B. sysTotSaveConfigs
- C. netScalerConfigChange
- D. sysconfigSave
Correct answer: A
Explanation
The correct answer is A, netScalerConfigSave, which is specifically designed to trigger a backup of the configuration. Options B and D do not relate to configuration changes or backups, and option C, netScalerConfigChange, is focused on detecting changes rather than initiating a backup process.