In our Panorama exists a Standard Template. In the standard template I define ethernet1/5 with several sub interfaces. At one of our locations I need to add a sub interface for vlan 88. To tackle this, I have a device specific template that is in the template stack for this location. Within that device specific template, I added ethernet1/5.88 . When I go to commit that template, Panorama gives me the below validation errors. Due to this, I went a different route by using another ethernet interface ethernet1/6.88 . That will commit to the firewall, THOUGH it is missing setting. One of the setting that doesnt show is the virtualrouter4 assigned to ethernet1/6.88. I am using in my standard template virtualrouter4 and created that same virtualrouter4 in my device specific template. The virtualrouter4 works fine for committing to my IPSEC tunnels in the device specific template but will not get assigned to my ethernet1/6.88 interface.
There are two issues here and Im just looking for the correct way to accomplish what I need done.
Validation Error: devices -> localhost.localdomain -> template-stack ->PA Stack -> config -> devices -> localhost.localdomain -> vsys -> vsys1 -> import -> network -> interface 'ethernet1/1.88' is not a valid reference devices -> localhost.localdomain -> template-stack -> PA Stack -> config -> devices -> localhost.localdomain -> vsys -> vsys1 -> import -> network -> interface is invalid
... View more