Cloud Tracer results reflect the real-world complexity of cloud network
topologies. The following scenarios illustrate how to interpret common trace
outcomes.
- Cross-cloud trace (AWS to Azure) — Success
-
A trace from an AWS VM to an Azure VM shows the full cross-cloud
path: source VM exits through its subnet, through the transit
gateway into the AWS security VPC, through the gateway load balancer
to the AWS-side Palo Alto Networks firewall, through a VPN tunnel
into Azure, through the Azure-side firewall, through the security
VNet load balancer, and via VNet peering to the destination Azure
VM. All paths show a success status with per-hop transition
descriptions at every step.
- AWS intra-region trace — Partial success
-
A trace between two VPCs in the same AWS region may show a partially
successful status when some paths succeed and others fail. For
example, if two of four paths fail because the firewall instance
they were routed to was unhealthy, the trace stops at the gateway
load balancer for those paths. AWS does not forward traffic to
unhealthy targets, so the trace immediately identifies that a
firewall instance behind the load balancer is down and needs
attention.
- Azure intra-region trace — Firewall policy denial
-
When a Palo Alto Networks firewall deny policy blocks traffic, the
trace marks the firewall hop with a drop indicator showing the
specific policy name. Importantly, the trace continues to show the
full path beyond the firewall. This can reveal that the destination
VM's NSG would have blocked the traffic independently—surfacing two
layers of enforcement in a single view.
- Azure cross-region trace — NSG denial at destination
-
When the firewall allows traffic but an NSG at the destination
denies it, the trace shows a clean path through the firewall and
marks the denial at the destination VM's NSG. Without Cloud Tracer,
an administrator would typically check the firewall logs first, find
nothing wrong, and spend time investigating the wrong component
before discovering the NSG was the actual problem.
- AWS intra-region trace — Missing route
-
When no route exists for the destination, Cloud Tracer evaluates the
transit gateway route table, finds no matching route, and stops the
trace at that point. The result identifies exactly which route table
was checked and that no matching route existed—giving you the
precise information needed to fix the routing configuration.