Commit fails on Panorama upon adding a sub interface in a template.
8557
Created On 10/18/21 06:41 AM - Last Modified 01/09/25 03:36 AM
Symptom
Commit fails on Panorama upon adding a sub interface in a template with the below error:
Environment
This issue could be seen in environments where a template stack contains more than one templates.
Cause
Upon inspection of the configuration, it can be seen that ethernet1/1 is already inherited in lab-stack from lab-template:
As the parent interface is already inherited from lab-template, adding a sub interface in lab-template-2 results in failure.
Resolution
Since parent interface in the stack is already inherited from one template, any sub interface of the same parent interface cannot be inherited from a different template.
Any new sub interfaces have to be added in the same template as the parent interface.