Appendix A: Example Security Init File
The following is an example security init file for the AAA user. For details about how to use security init file, see Setup System Configuration Parameters in AmpCon.
Example Security Init File
# Configure TACACS+:
set system aaa tacacs-plus disable false
set system aaa tacacs-plus key 12345678
set system aaa tacacs-plus server-ip 10.10.51.42
# Configure the TACACS+ user credentials as follows:
set system login user test authentication plain-text-password xxxxxx
set system login user test class super-user