In Panorama High Availability (HA) configurations where
multiple plugins are installed, a synchronization issue may occur
between the management plane and the plugin metadata. While the
active Panorama node may successfully receive external updates (such
as tags or IP address mapping notifications from NSX-T, AWS, or
other cloud providers), these updates fail to populate in the
Panorama Web Interface under Device Group >
Objects. Because the management plane (Web UI) does not reflect
these dynamic objects, they cannot be selected as Match Criteria
for Dynamic Address Groups (DAGs). Consequently, the associated IP
addresses are not pushed to the Cloud NGFW or managed firewalls. |
This behavior is specifically tied to how the Panorama
management plane handles multi-plugin support for device groups in
an HA state. If you encounter this synchronization failure in an HA
pair, ensure that the plugins are not blocked from pushing updates.
Use the following CLI commands on both Panorama nodes to ensure the
plugins can properly update the device group objects:
request plugins dau plugin-name cloud_services
unblock-device-push yes
request plugins dau plugin-name cloudconnector
unblock-device-push yes
request plugins dau plugin-name vm_series
unblock-device-push yes
request plugins dau plugin-name aws
unblock-device-push yes
|