Using multiple template stacks, one for each AZ complicates autoscaling and the Panorama Licensing plugin configuration. The virtual router (VR) configuration combined with path monitoring outlined below avoids using AZ-specific template stacks and variables. **Virtual Router Configuration** @@ -86,6 +86,7 @@ Below there is shown example of VR configuration with static routes and path mon | app2_az2 | 10.105.0.0/16 | 10.100.65.1 | 12 | 10.100.65.1 | | health_az1 | 10.100.0.0/16 | 10.100.1.1 | 11 | 10.100.1.1 | | health_az2 | 10.100.0.0/16 | 10.100.65.1 | 12 | 10.100.65.1 | +
An example XML configuration snippet (for PANOS 10.2.3) of the described configuration can be found [here](template-asg-path-monitoring.xml), which after importing to Panorama, can be merged using the command: @@ -93,6 +94,7 @@ An example XML configuration snippet (for PANOS 10.2.3) of the described configu load config partial mode merge from-xpath /config/devices/entry/template/entry[@name='asg'] to-xpath /config/devices/entry/template/entry[@name='asg'] from template-asg-path-monitoring.xml ``` +Using multiple template stacks, one for each AZ complicates autoscaling and the Panorama Licensing plugin configuration. The virtual router (VR) configuration combined with path monitoring outlined below avoids using AZ-specific template stacks and variables. **Virtual Router Configuration** @@ -82,6 +82,7 @@ Below there is shown example of VR configuration with static routes and path mon | app2_az2 | 10.105.0.0/16 | 10.100.65.1 | 12 | 10.100.65.1 | | health_az1 | 10.100.0.0/16 | 10.100.1.1 | 11 | 10.100.1.1 | | health_az2 | 10.100.0.0/16 | 10.100.65.1 | 12 | 10.100.65.1 | +
An example XML configuration snippet (for PANOS 10.2.3) of the described configuration can be found [here](template-asg-path-monitoring.xml), which after importing to Panorama, can be merged using the command: @@ -89,6 +90,7 @@ An example XML configuration snippet (for PANOS 10.2.3) of the described configu load config partial mode merge from-xpath /config/devices/entry/template/entry[@name='asg'] to-xpath /config/devices/entry/template/entry[@name='asg'] from template-asg-path-monitoring.xml ``` +