- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Try this:
- create a script in the SMS --> vi $FWDIR/conf/autoscaling-new-instance.sh
- add the line below in the shell script:
#! /bin/bash
clish -c 'add aaa radius servers priority 1 host <@IP> port 1812 secret timout 30'
clish -c 'add aaa radius servers default-shell /bin/bash'
clish -c 'add aaa radius servers super-user-uid 0' - Assign the execute permission to the shell script --> chmod u+x $FWDIR/conf/autoscaling-new-instance.sh
- Configure CME and set the relevant template to use this script --> autoprov_cfg set template –tn <CONFIGURATION-TEMPLATE-NAME> –cg $FWDIR/conf/autoscaling-new-instance.sh
You can add other command in the script for automation purpose.
Regards