Hello,
I have a set of config commands in a CLI template to deploy on a switch.
For example
loggging host 1.2.3.4
no setup express
snmp-server community example1
snmp-server enable traps
If I deploy this on a 3850 switch, the job fails and stops on the command "no setup express" because this is not a possible command for this switch type. The next line "snmp-server community example1" is no more deployed.
In Prime LMS the deployment was a little bit different. The deployment doesn't add the command "no setup express" to the switch, but the following commands are deployed yet.
My problem is, I have one config template for different switch types and not all of the contained commands are permitted on all switch types.
Is there a chance to deploy the templates in Prime Infrastructure just as in Prime LMS so that it doesn't stop on a failure and process the whole CLI template?
Kerstin