Configuration tree diagrams

These diagrams illustrates the possible tree structures for a Firewall/Panorama configuration.

The tree diagrams are broken out into partial diagrams by module or function for better readability. The nodes are color coded by the module they are in according to the legend.

Module Legend

graph configtree { graph [fontsize=10, margin=0.001]; node [shape=box, fontsize=10, height=0.001, margin=0.1, ordering=out]; device [style=filled fillcolor=lightpink] firewall [style=filled fillcolor=lightblue] ha [style=filled fillcolor=lavender] network [style=filled fillcolor=lightcyan] objects [style=filled fillcolor=lemonchiffon] panorama [style=filled fillcolor=darkseagreen2] plugins [style=filled fillcolor=wheat] policies [style=filled fillcolor=lightsalmon] }

Panorama

A Panorama object can contain a DeviceGroup or Firewall, each of which can contain configuration objects. (see Firewall below for objects that can be added to the Firewall object)

digraph configtree { graph [rankdir=LR, fontsize=10, margin=0.001]; node [shape=box, fontsize=10, height=0.001, margin=0.1, ordering=out]; DeviceGroup [style=filled fillcolor=darkseagreen2 URL="../module-panorama.html#panos.panorama.DeviceGroup" target="_top"]; Firewall [style=filled fillcolor=lightblue URL="../module-firewall.html#panos.firewall.Firewall" target="_top"]; DeviceGroup -> Firewall; AddressGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.AddressGroup" target="_top"]; DeviceGroup -> AddressGroup; AddressObject [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.AddressObject" target="_top"]; DeviceGroup -> AddressObject; ApplicationFilter [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationFilter" target="_top"]; DeviceGroup -> ApplicationFilter; ApplicationGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationGroup" target="_top"]; DeviceGroup -> ApplicationGroup; ApplicationObject [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationObject" target="_top"]; DeviceGroup -> ApplicationObject; ApplicationTag [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationTag" target="_top"]; DeviceGroup -> ApplicationTag; CustomUrlCategory [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.CustomUrlCategory" target="_top"]; DeviceGroup -> CustomUrlCategory; Edl [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.Edl" target="_top"]; DeviceGroup -> Edl; LogForwardingProfile [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.LogForwardingProfile" target="_top"]; DeviceGroup -> LogForwardingProfile; Region [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.Region" target="_top"]; DeviceGroup -> Region; ScheduleObject [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ScheduleObject" target="_top"]; DeviceGroup -> ScheduleObject; SecurityProfileGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.SecurityProfileGroup" target="_top"]; DeviceGroup -> SecurityProfileGroup; ServiceGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ServiceGroup" target="_top"]; DeviceGroup -> ServiceGroup; ServiceObject [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ServiceObject" target="_top"]; DeviceGroup -> ServiceObject; PostRulebase [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.PostRulebase" target="_top"]; DeviceGroup -> PostRulebase; PreRulebase [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.PreRulebase" target="_top"]; DeviceGroup -> PreRulebase; Panorama [style=filled fillcolor=darkseagreen2 URL="../module-panorama.html#panos.panorama.Panorama" target="_top"]; Administrator [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.Administrator" target="_top"]; Panorama -> Administrator; CertificateProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.CertificateProfile" target="_top"]; Panorama -> CertificateProfile; EmailServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.EmailServerProfile" target="_top"]; Panorama -> EmailServerProfile; HttpServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpServerProfile" target="_top"]; Panorama -> HttpServerProfile; LdapServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LdapServerProfile" target="_top"]; Panorama -> LdapServerProfile; PasswordProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.PasswordProfile" target="_top"]; Panorama -> PasswordProfile; SnmpServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SnmpServerProfile" target="_top"]; Panorama -> SnmpServerProfile; SslDecrypt [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SslDecrypt" target="_top"]; Panorama -> SslDecrypt; SyslogServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SyslogServerProfile" target="_top"]; Panorama -> SyslogServerProfile; Panorama -> Firewall; Panorama -> AddressGroup; Panorama -> AddressObject; ApplicationContainer [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationContainer" target="_top"]; Panorama -> ApplicationContainer; Panorama -> ApplicationFilter; Panorama -> ApplicationGroup; Panorama -> ApplicationObject; Panorama -> ApplicationTag; Panorama -> CustomUrlCategory; DynamicUserGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.DynamicUserGroup" target="_top"]; Panorama -> DynamicUserGroup; Panorama -> Edl; Panorama -> LogForwardingProfile; Panorama -> Region; Panorama -> ScheduleObject; Panorama -> SecurityProfileGroup; Panorama -> ServiceGroup; Panorama -> ServiceObject; Tag [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.Tag" target="_top"]; Panorama -> Tag; Panorama -> DeviceGroup; Template [style=filled fillcolor=darkseagreen2 URL="../module-panorama.html#panos.panorama.Template" target="_top"]; Panorama -> Template; TemplateStack [style=filled fillcolor=darkseagreen2 URL="../module-panorama.html#panos.panorama.TemplateStack" target="_top"]; Panorama -> TemplateStack; CloudServicesPlugin [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.CloudServicesPlugin" target="_top"]; Panorama -> CloudServicesPlugin; Rulebase [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.Rulebase" target="_top"]; Panorama -> Rulebase; Template -> Administrator; LocalUserDatabaseGroup [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LocalUserDatabaseGroup" target="_top"]; Template -> LocalUserDatabaseGroup; LocalUserDatabaseUser [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LocalUserDatabaseUser" target="_top"]; Template -> LocalUserDatabaseUser; LogSettingsConfig [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LogSettingsConfig" target="_top"]; Template -> LogSettingsConfig; LogSettingsSystem [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LogSettingsSystem" target="_top"]; Template -> LogSettingsSystem; Template -> PasswordProfile; Template -> SslDecrypt; SystemSettings [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SystemSettings" target="_top"]; Template -> SystemSettings; Vsys [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.Vsys" target="_top"]; Template -> Vsys; VsysResources [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.VsysResources" target="_top"]; Template -> VsysResources; HighAvailability [style=filled fillcolor=lavender URL="../module-ha.html#panos.ha.HighAvailability" target="_top"]; Template -> HighAvailability; AggregateInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.AggregateInterface" target="_top"]; Template -> AggregateInterface; EthernetInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.EthernetInterface" target="_top"]; Template -> EthernetInterface; GreTunnel [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.GreTunnel" target="_top"]; Template -> GreTunnel; IkeCryptoProfile [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IkeCryptoProfile" target="_top"]; Template -> IkeCryptoProfile; IkeGateway [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IkeGateway" target="_top"]; Template -> IkeGateway; IpsecCryptoProfile [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IpsecCryptoProfile" target="_top"]; Template -> IpsecCryptoProfile; IpsecTunnel [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IpsecTunnel" target="_top"]; Template -> IpsecTunnel; IpsecTunnelIpv4ProxyId [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IpsecTunnelIpv4ProxyId" target="_top"]; Template -> IpsecTunnelIpv4ProxyId; IpsecTunnelIpv6ProxyId [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IpsecTunnelIpv6ProxyId" target="_top"]; Template -> IpsecTunnelIpv6ProxyId; Layer2Subinterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Layer2Subinterface" target="_top"]; Template -> Layer2Subinterface; Layer3Subinterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Layer3Subinterface" target="_top"]; Template -> Layer3Subinterface; LogicalRouter [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.LogicalRouter" target="_top"]; Template -> LogicalRouter; LoopbackInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.LoopbackInterface" target="_top"]; Template -> LoopbackInterface; ManagementProfile [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.ManagementProfile" target="_top"]; Template -> ManagementProfile; TunnelInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.TunnelInterface" target="_top"]; Template -> TunnelInterface; VirtualRouter [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VirtualRouter" target="_top"]; Template -> VirtualRouter; VirtualWire [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VirtualWire" target="_top"]; Template -> VirtualWire; Vlan [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Vlan" target="_top"]; Template -> Vlan; VlanInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VlanInterface" target="_top"]; Template -> VlanInterface; Vrf [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Vrf" target="_top"]; Template -> Vrf; Zone [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Zone" target="_top"]; Template -> Zone; TemplateVariable [style=filled fillcolor=darkseagreen2 URL="../module-panorama.html#panos.panorama.TemplateVariable" target="_top"]; Template -> TemplateVariable; TemplateStack -> Administrator; TemplateStack -> LogSettingsConfig; TemplateStack -> LogSettingsSystem; TemplateStack -> PasswordProfile; TemplateStack -> SystemSettings; TemplateStack -> Vsys; TemplateStack -> HighAvailability; TemplateStack -> AggregateInterface; TemplateStack -> EthernetInterface; TemplateStack -> GreTunnel; TemplateStack -> IkeCryptoProfile; TemplateStack -> IkeGateway; TemplateStack -> IpsecCryptoProfile; TemplateStack -> IpsecTunnel; TemplateStack -> IpsecTunnelIpv4ProxyId; TemplateStack -> IpsecTunnelIpv6ProxyId; TemplateStack -> Layer2Subinterface; TemplateStack -> Layer3Subinterface; TemplateStack -> LogicalRouter; TemplateStack -> LoopbackInterface; TemplateStack -> ManagementProfile; TemplateStack -> TunnelInterface; TemplateStack -> VirtualRouter; TemplateStack -> VirtualWire; TemplateStack -> Vlan; TemplateStack -> VlanInterface; TemplateStack -> Vrf; TemplateStack -> Zone; TemplateStack -> TemplateVariable; }

Firewall

digraph configtree { graph [rankdir=LR, fontsize=10, margin=0.001]; node [shape=box, fontsize=10, height=0.001, margin=0.1, ordering=out]; Firewall [style=filled fillcolor=lightblue URL="../module-firewall.html#panos.firewall.Firewall" target="_top"]; Administrator [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.Administrator" target="_top"]; Firewall -> Administrator; AdvancedRoutingEngine [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.AdvancedRoutingEngine" target="_top"]; Firewall -> AdvancedRoutingEngine; AuthenticationProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.AuthenticationProfile" target="_top"]; Firewall -> AuthenticationProfile; AuthenticationSequence [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.AuthenticationSequence" target="_top"]; Firewall -> AuthenticationSequence; CertificateProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.CertificateProfile" target="_top"]; Firewall -> CertificateProfile; EmailServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.EmailServerProfile" target="_top"]; Firewall -> EmailServerProfile; HttpServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpServerProfile" target="_top"]; Firewall -> HttpServerProfile; LdapServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LdapServerProfile" target="_top"]; Firewall -> LdapServerProfile; LocalUserDatabaseGroup [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LocalUserDatabaseGroup" target="_top"]; Firewall -> LocalUserDatabaseGroup; LocalUserDatabaseUser [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LocalUserDatabaseUser" target="_top"]; Firewall -> LocalUserDatabaseUser; LogSettingsConfig [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LogSettingsConfig" target="_top"]; Firewall -> LogSettingsConfig; LogSettingsSystem [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LogSettingsSystem" target="_top"]; Firewall -> LogSettingsSystem; PasswordProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.PasswordProfile" target="_top"]; Firewall -> PasswordProfile; SnmpServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SnmpServerProfile" target="_top"]; Firewall -> SnmpServerProfile; SslDecrypt [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SslDecrypt" target="_top"]; Firewall -> SslDecrypt; SyslogServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SyslogServerProfile" target="_top"]; Firewall -> SyslogServerProfile; SystemSettings [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SystemSettings" target="_top"]; Firewall -> SystemSettings; Telemetry [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.Telemetry" target="_top"]; Firewall -> Telemetry; Vsys [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.Vsys" target="_top"]; Firewall -> Vsys; VsysResources [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.VsysResources" target="_top"]; Firewall -> VsysResources; HighAvailability [style=filled fillcolor=lavender URL="../module-ha.html#panos.ha.HighAvailability" target="_top"]; Firewall -> HighAvailability; AggregateInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.AggregateInterface" target="_top"]; Firewall -> AggregateInterface; Dhcp [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Dhcp" target="_top"]; Firewall -> Dhcp; EthernetInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.EthernetInterface" target="_top"]; Firewall -> EthernetInterface; GreTunnel [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.GreTunnel" target="_top"]; Firewall -> GreTunnel; IkeCryptoProfile [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IkeCryptoProfile" target="_top"]; Firewall -> IkeCryptoProfile; IkeGateway [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IkeGateway" target="_top"]; Firewall -> IkeGateway; IpsecCryptoProfile [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IpsecCryptoProfile" target="_top"]; Firewall -> IpsecCryptoProfile; IpsecTunnel [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IpsecTunnel" target="_top"]; Firewall -> IpsecTunnel; Layer2Subinterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Layer2Subinterface" target="_top"]; Firewall -> Layer2Subinterface; Layer3Subinterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Layer3Subinterface" target="_top"]; Firewall -> Layer3Subinterface; LogicalRouter [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.LogicalRouter" target="_top"]; Firewall -> LogicalRouter; LoopbackInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.LoopbackInterface" target="_top"]; Firewall -> LoopbackInterface; ManagementProfile [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.ManagementProfile" target="_top"]; Firewall -> ManagementProfile; TunnelInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.TunnelInterface" target="_top"]; Firewall -> TunnelInterface; VirtualRouter [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VirtualRouter" target="_top"]; Firewall -> VirtualRouter; VirtualWire [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VirtualWire" target="_top"]; Firewall -> VirtualWire; Vlan [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Vlan" target="_top"]; Firewall -> Vlan; VlanInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VlanInterface" target="_top"]; Firewall -> VlanInterface; Vrf [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Vrf" target="_top"]; Firewall -> Vrf; Zone [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Zone" target="_top"]; Firewall -> Zone; AddressGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.AddressGroup" target="_top"]; Firewall -> AddressGroup; AddressObject [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.AddressObject" target="_top"]; Firewall -> AddressObject; ApplicationContainer [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationContainer" target="_top"]; Firewall -> ApplicationContainer; ApplicationFilter [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationFilter" target="_top"]; Firewall -> ApplicationFilter; ApplicationGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationGroup" target="_top"]; Firewall -> ApplicationGroup; ApplicationObject [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationObject" target="_top"]; Firewall -> ApplicationObject; ApplicationTag [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationTag" target="_top"]; Firewall -> ApplicationTag; CustomUrlCategory [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.CustomUrlCategory" target="_top"]; Firewall -> CustomUrlCategory; DynamicUserGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.DynamicUserGroup" target="_top"]; Firewall -> DynamicUserGroup; Edl [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.Edl" target="_top"]; Firewall -> Edl; LogForwardingProfile [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.LogForwardingProfile" target="_top"]; Firewall -> LogForwardingProfile; Region [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.Region" target="_top"]; Firewall -> Region; ScheduleObject [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ScheduleObject" target="_top"]; Firewall -> ScheduleObject; SecurityProfileGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.SecurityProfileGroup" target="_top"]; Firewall -> SecurityProfileGroup; ServiceGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ServiceGroup" target="_top"]; Firewall -> ServiceGroup; ServiceObject [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ServiceObject" target="_top"]; Firewall -> ServiceObject; Tag [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.Tag" target="_top"]; Firewall -> Tag; Rulebase [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.Rulebase" target="_top"]; Firewall -> Rulebase; }

Device

digraph configtree { graph [rankdir=LR, fontsize=10, margin=0.001]; node [shape=box, fontsize=10, height=0.001, margin=0.1, ordering=out]; CertificateProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.CertificateProfile" target="_top"]; CertificateProfileCaCertificate [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.CertificateProfileCaCertificate" target="_top"]; CertificateProfile -> CertificateProfileCaCertificate; EmailServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.EmailServerProfile" target="_top"]; EmailServer [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.EmailServer" target="_top"]; EmailServerProfile -> EmailServer; HttpServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpServerProfile" target="_top"]; HttpAuthHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpAuthHeader" target="_top"]; HttpServerProfile -> HttpAuthHeader; HttpAuthParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpAuthParam" target="_top"]; HttpServerProfile -> HttpAuthParam; HttpConfigHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpConfigHeader" target="_top"]; HttpServerProfile -> HttpConfigHeader; HttpConfigParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpConfigParam" target="_top"]; HttpServerProfile -> HttpConfigParam; HttpDataHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpDataHeader" target="_top"]; HttpServerProfile -> HttpDataHeader; HttpDataParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpDataParam" target="_top"]; HttpServerProfile -> HttpDataParam; HttpDecryptionHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpDecryptionHeader" target="_top"]; HttpServerProfile -> HttpDecryptionHeader; HttpDecryptionParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpDecryptionParam" target="_top"]; HttpServerProfile -> HttpDecryptionParam; HttpGlobalProtectHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpGlobalProtectHeader" target="_top"]; HttpServerProfile -> HttpGlobalProtectHeader; HttpGlobalProtectParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpGlobalProtectParam" target="_top"]; HttpServerProfile -> HttpGlobalProtectParam; HttpGtpHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpGtpHeader" target="_top"]; HttpServerProfile -> HttpGtpHeader; HttpGtpParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpGtpParam" target="_top"]; HttpServerProfile -> HttpGtpParam; HttpHipMatchHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpHipMatchHeader" target="_top"]; HttpServerProfile -> HttpHipMatchHeader; HttpHipMatchParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpHipMatchParam" target="_top"]; HttpServerProfile -> HttpHipMatchParam; HttpIpTagHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpIpTagHeader" target="_top"]; HttpServerProfile -> HttpIpTagHeader; HttpIpTagParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpIpTagParam" target="_top"]; HttpServerProfile -> HttpIpTagParam; HttpSctpHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpSctpHeader" target="_top"]; HttpServerProfile -> HttpSctpHeader; HttpSctpParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpSctpParam" target="_top"]; HttpServerProfile -> HttpSctpParam; HttpServer [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpServer" target="_top"]; HttpServerProfile -> HttpServer; HttpSystemHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpSystemHeader" target="_top"]; HttpServerProfile -> HttpSystemHeader; HttpSystemParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpSystemParam" target="_top"]; HttpServerProfile -> HttpSystemParam; HttpThreatHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpThreatHeader" target="_top"]; HttpServerProfile -> HttpThreatHeader; HttpThreatParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpThreatParam" target="_top"]; HttpServerProfile -> HttpThreatParam; HttpTrafficHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpTrafficHeader" target="_top"]; HttpServerProfile -> HttpTrafficHeader; HttpTrafficParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpTrafficParam" target="_top"]; HttpServerProfile -> HttpTrafficParam; HttpTunnelHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpTunnelHeader" target="_top"]; HttpServerProfile -> HttpTunnelHeader; HttpTunnelParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpTunnelParam" target="_top"]; HttpServerProfile -> HttpTunnelParam; HttpUrlHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpUrlHeader" target="_top"]; HttpServerProfile -> HttpUrlHeader; HttpUrlParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpUrlParam" target="_top"]; HttpServerProfile -> HttpUrlParam; HttpUserIdHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpUserIdHeader" target="_top"]; HttpServerProfile -> HttpUserIdHeader; HttpUserIdParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpUserIdParam" target="_top"]; HttpServerProfile -> HttpUserIdParam; HttpWildfireHeader [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpWildfireHeader" target="_top"]; HttpServerProfile -> HttpWildfireHeader; HttpWildfireParam [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.HttpWildfireParam" target="_top"]; HttpServerProfile -> HttpWildfireParam; LdapServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LdapServerProfile" target="_top"]; LdapServer [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LdapServer" target="_top"]; LdapServerProfile -> LdapServer; SnmpServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SnmpServerProfile" target="_top"]; SnmpV2cServer [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SnmpV2cServer" target="_top"]; SnmpServerProfile -> SnmpV2cServer; SnmpV3Server [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SnmpV3Server" target="_top"]; SnmpServerProfile -> SnmpV3Server; SslDecrypt [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SslDecrypt" target="_top"]; SslDecryptExcludeCert [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SslDecryptExcludeCert" target="_top"]; SslDecrypt -> SslDecryptExcludeCert; SyslogServerProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SyslogServerProfile" target="_top"]; SyslogServer [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SyslogServer" target="_top"]; SyslogServerProfile -> SyslogServer; SystemSettings [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.SystemSettings" target="_top"]; NTPServerPrimary [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.NTPServerPrimary" target="_top"]; SystemSettings -> NTPServerPrimary; NTPServerSecondary [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.NTPServerSecondary" target="_top"]; SystemSettings -> NTPServerSecondary; Telemetry [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.Telemetry" target="_top"]; SystemSettings -> Telemetry; Vsys [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.Vsys" target="_top"]; AuthenticationProfile [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.AuthenticationProfile" target="_top"]; Vsys -> AuthenticationProfile; AuthenticationSequence [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.AuthenticationSequence" target="_top"]; Vsys -> AuthenticationSequence; Vsys -> CertificateProfile; Vsys -> EmailServerProfile; Vsys -> HttpServerProfile; Vsys -> LdapServerProfile; LocalUserDatabaseGroup [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LocalUserDatabaseGroup" target="_top"]; Vsys -> LocalUserDatabaseGroup; LocalUserDatabaseUser [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LocalUserDatabaseUser" target="_top"]; Vsys -> LocalUserDatabaseUser; LogSettingsConfig [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LogSettingsConfig" target="_top"]; Vsys -> LogSettingsConfig; LogSettingsSystem [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.LogSettingsSystem" target="_top"]; Vsys -> LogSettingsSystem; Vsys -> SnmpServerProfile; Vsys -> SslDecrypt; Vsys -> SyslogServerProfile; VsysResources [style=filled fillcolor=lightpink URL="../module-device.html#panos.device.VsysResources" target="_top"]; Vsys -> VsysResources; AggregateInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.AggregateInterface" target="_top"]; Vsys -> AggregateInterface; EthernetInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.EthernetInterface" target="_top"]; Vsys -> EthernetInterface; Layer2Subinterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Layer2Subinterface" target="_top"]; Vsys -> Layer2Subinterface; Layer3Subinterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Layer3Subinterface" target="_top"]; Vsys -> Layer3Subinterface; LogicalRouter [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.LogicalRouter" target="_top"]; Vsys -> LogicalRouter; LoopbackInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.LoopbackInterface" target="_top"]; Vsys -> LoopbackInterface; TunnelInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.TunnelInterface" target="_top"]; Vsys -> TunnelInterface; VirtualRouter [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VirtualRouter" target="_top"]; Vsys -> VirtualRouter; VirtualWire [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VirtualWire" target="_top"]; Vsys -> VirtualWire; Vlan [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Vlan" target="_top"]; Vsys -> Vlan; VlanInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VlanInterface" target="_top"]; Vsys -> VlanInterface; Vrf [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Vrf" target="_top"]; Vsys -> Vrf; Zone [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Zone" target="_top"]; Vsys -> Zone; AddressGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.AddressGroup" target="_top"]; Vsys -> AddressGroup; AddressObject [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.AddressObject" target="_top"]; Vsys -> AddressObject; ApplicationContainer [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationContainer" target="_top"]; Vsys -> ApplicationContainer; ApplicationFilter [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationFilter" target="_top"]; Vsys -> ApplicationFilter; ApplicationGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationGroup" target="_top"]; Vsys -> ApplicationGroup; ApplicationObject [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationObject" target="_top"]; Vsys -> ApplicationObject; ApplicationTag [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ApplicationTag" target="_top"]; Vsys -> ApplicationTag; CustomUrlCategory [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.CustomUrlCategory" target="_top"]; Vsys -> CustomUrlCategory; DynamicUserGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.DynamicUserGroup" target="_top"]; Vsys -> DynamicUserGroup; Edl [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.Edl" target="_top"]; Vsys -> Edl; LogForwardingProfile [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.LogForwardingProfile" target="_top"]; Vsys -> LogForwardingProfile; Region [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.Region" target="_top"]; Vsys -> Region; ScheduleObject [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ScheduleObject" target="_top"]; Vsys -> ScheduleObject; SecurityProfileGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.SecurityProfileGroup" target="_top"]; Vsys -> SecurityProfileGroup; ServiceGroup [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ServiceGroup" target="_top"]; Vsys -> ServiceGroup; ServiceObject [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.ServiceObject" target="_top"]; Vsys -> ServiceObject; Tag [style=filled fillcolor=lemonchiffon URL="../module-objects.html#panos.objects.Tag" target="_top"]; Vsys -> Tag; Rulebase [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.Rulebase" target="_top"]; Vsys -> Rulebase; }

HA

digraph configtree { graph [rankdir=LR, fontsize=10, margin=0.001]; node [shape=box, fontsize=10, height=0.001, margin=0.1, ordering=out]; HighAvailability [style=filled fillcolor=lavender URL="../module-ha.html#panos.ha.HighAvailability" target="_top"]; HA1 [style=filled fillcolor=lavender URL="../module-ha.html#panos.ha.HA1" target="_top"]; HighAvailability -> HA1; HA1Backup [style=filled fillcolor=lavender URL="../module-ha.html#panos.ha.HA1Backup" target="_top"]; HighAvailability -> HA1Backup; HA2 [style=filled fillcolor=lavender URL="../module-ha.html#panos.ha.HA2" target="_top"]; HighAvailability -> HA2; HA2Backup [style=filled fillcolor=lavender URL="../module-ha.html#panos.ha.HA2Backup" target="_top"]; HighAvailability -> HA2Backup; HA3 [style=filled fillcolor=lavender URL="../module-ha.html#panos.ha.HA3" target="_top"]; HighAvailability -> HA3; }

Network

digraph configtree { graph [rankdir=LR, fontsize=10, margin=0.001]; node [shape=box, fontsize=10, height=0.001, margin=0.1, ordering=out]; AggregateInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.AggregateInterface" target="_top"]; Arp [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Arp" target="_top"]; AggregateInterface -> Arp; IPv6Address [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IPv6Address" target="_top"]; AggregateInterface -> IPv6Address; Layer2Subinterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Layer2Subinterface" target="_top"]; AggregateInterface -> Layer2Subinterface; Layer3Subinterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Layer3Subinterface" target="_top"]; AggregateInterface -> Layer3Subinterface; Bgp [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Bgp" target="_top"]; BgpAuthProfile [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpAuthProfile" target="_top"]; Bgp -> BgpAuthProfile; BgpDampeningProfile [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpDampeningProfile" target="_top"]; Bgp -> BgpDampeningProfile; BgpPeerGroup [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpPeerGroup" target="_top"]; Bgp -> BgpPeerGroup; BgpPolicyAggregationAddress [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpPolicyAggregationAddress" target="_top"]; Bgp -> BgpPolicyAggregationAddress; BgpPolicyConditionalAdvertisement [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpPolicyConditionalAdvertisement" target="_top"]; Bgp -> BgpPolicyConditionalAdvertisement; BgpPolicyExportRule [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpPolicyExportRule" target="_top"]; Bgp -> BgpPolicyExportRule; BgpPolicyImportRule [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpPolicyImportRule" target="_top"]; Bgp -> BgpPolicyImportRule; BgpRedistributionRule [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpRedistributionRule" target="_top"]; Bgp -> BgpRedistributionRule; BgpRoutingOptions [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpRoutingOptions" target="_top"]; Bgp -> BgpRoutingOptions; BgpPeer [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpPeer" target="_top"]; BgpPeerGroup -> BgpPeer; BgpPolicyAdvertiseFilter [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpPolicyAdvertiseFilter" target="_top"]; BgpPolicyAddressPrefix [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpPolicyAddressPrefix" target="_top"]; BgpPolicyAdvertiseFilter -> BgpPolicyAddressPrefix; BgpPolicyAggregationAddress -> BgpPolicyAdvertiseFilter; BgpPolicySuppressFilter [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpPolicySuppressFilter" target="_top"]; BgpPolicyAggregationAddress -> BgpPolicySuppressFilter; BgpPolicyConditionalAdvertisement -> BgpPolicyAdvertiseFilter; BgpPolicyNonExistFilter [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpPolicyNonExistFilter" target="_top"]; BgpPolicyConditionalAdvertisement -> BgpPolicyNonExistFilter; BgpPolicyExportRule -> BgpPolicyAddressPrefix; BgpPolicyImportRule -> BgpPolicyAddressPrefix; BgpPolicyNonExistFilter -> BgpPolicyAddressPrefix; BgpPolicySuppressFilter -> BgpPolicyAddressPrefix; BgpOutboundRouteFilter [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.BgpOutboundRouteFilter" target="_top"]; BgpRoutingOptions -> BgpOutboundRouteFilter; Dhcp [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Dhcp" target="_top"]; DhcpRelay [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.DhcpRelay" target="_top"]; Dhcp -> DhcpRelay; DhcpRelayIpv6Address [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.DhcpRelayIpv6Address" target="_top"]; DhcpRelay -> DhcpRelayIpv6Address; EthernetInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.EthernetInterface" target="_top"]; EthernetInterface -> Arp; EthernetInterface -> IPv6Address; EthernetInterface -> Layer2Subinterface; EthernetInterface -> Layer3Subinterface; IpsecTunnel [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IpsecTunnel" target="_top"]; IpsecTunnelIpv4ProxyId [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IpsecTunnelIpv4ProxyId" target="_top"]; IpsecTunnel -> IpsecTunnelIpv4ProxyId; IpsecTunnelIpv6ProxyId [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.IpsecTunnelIpv6ProxyId" target="_top"]; IpsecTunnel -> IpsecTunnelIpv6ProxyId; Layer3Subinterface -> Arp; Layer3Subinterface -> IPv6Address; LogicalRouter [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.LogicalRouter" target="_top"]; Vrf [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Vrf" target="_top"]; LogicalRouter -> Vrf; LoopbackInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.LoopbackInterface" target="_top"]; LoopbackInterface -> IPv6Address; Ospf [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Ospf" target="_top"]; OspfArea [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.OspfArea" target="_top"]; Ospf -> OspfArea; OspfAuthProfile [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.OspfAuthProfile" target="_top"]; Ospf -> OspfAuthProfile; OspfExportRules [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.OspfExportRules" target="_top"]; Ospf -> OspfExportRules; OspfAreaInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.OspfAreaInterface" target="_top"]; OspfArea -> OspfAreaInterface; OspfNssaExternalRange [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.OspfNssaExternalRange" target="_top"]; OspfArea -> OspfNssaExternalRange; OspfRange [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.OspfRange" target="_top"]; OspfArea -> OspfRange; OspfNeighbor [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.OspfNeighbor" target="_top"]; OspfAreaInterface -> OspfNeighbor; OspfAuthProfileMd5 [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.OspfAuthProfileMd5" target="_top"]; OspfAuthProfile -> OspfAuthProfileMd5; Rip [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Rip" target="_top"]; RipAuthProfile [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RipAuthProfile" target="_top"]; Rip -> RipAuthProfile; RipExportRule [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RipExportRule" target="_top"]; Rip -> RipExportRule; RipInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RipInterface" target="_top"]; Rip -> RipInterface; RipAuthProfileMd5 [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RipAuthProfileMd5" target="_top"]; RipAuthProfile -> RipAuthProfileMd5; RoutingProfileFilterAccessList [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterAccessList" target="_top"]; RoutingProfileFilterAccessListEntryIpv4 [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterAccessListEntryIpv4" target="_top"]; RoutingProfileFilterAccessList -> RoutingProfileFilterAccessListEntryIpv4; RoutingProfileFilterAccessListEntryIpv6 [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterAccessListEntryIpv6" target="_top"]; RoutingProfileFilterAccessList -> RoutingProfileFilterAccessListEntryIpv6; RoutingProfileFilterAsPathAccessList [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterAsPathAccessList" target="_top"]; RoutingProfileFilterAsPathAccessListEntry [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterAsPathAccessListEntry" target="_top"]; RoutingProfileFilterAsPathAccessList -> RoutingProfileFilterAsPathAccessListEntry; RoutingProfileFilterCommunityList [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterCommunityList" target="_top"]; RoutingProfileFilterCommunityListEntryExtended [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterCommunityListEntryExtended" target="_top"]; RoutingProfileFilterCommunityList -> RoutingProfileFilterCommunityListEntryExtended; RoutingProfileFilterCommunityListEntryLarge [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterCommunityListEntryLarge" target="_top"]; RoutingProfileFilterCommunityList -> RoutingProfileFilterCommunityListEntryLarge; RoutingProfileFilterCommunityListEntryRegular [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterCommunityListEntryRegular" target="_top"]; RoutingProfileFilterCommunityList -> RoutingProfileFilterCommunityListEntryRegular; RoutingProfileFilterPrefixList [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterPrefixList" target="_top"]; RoutingProfileFilterPrefixListEntryIpv4 [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterPrefixListEntryIpv4" target="_top"]; RoutingProfileFilterPrefixList -> RoutingProfileFilterPrefixListEntryIpv4; RoutingProfileFilterPrefixListEntryIpv6 [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterPrefixListEntryIpv6" target="_top"]; RoutingProfileFilterPrefixList -> RoutingProfileFilterPrefixListEntryIpv6; RoutingProfileFilterRouteMaps [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterRouteMaps" target="_top"]; RoutingProfileFilterRouteMapsEntry [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterRouteMapsEntry" target="_top"]; RoutingProfileFilterRouteMaps -> RoutingProfileFilterRouteMapsEntry; RoutingProfileFilterRouteMapsRedistribution [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileFilterRouteMapsRedistribution" target="_top"]; RoutingProfileFilterRouteMapsRedistribution -> RoutingProfileFilterRouteMapsEntry; StaticRoute [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.StaticRoute" target="_top"]; PathMonitorDestination [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.PathMonitorDestination" target="_top"]; StaticRoute -> PathMonitorDestination; StaticRouteV6 [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.StaticRouteV6" target="_top"]; StaticRouteV6 -> PathMonitorDestination; TunnelInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.TunnelInterface" target="_top"]; TunnelInterface -> IPv6Address; VirtualRouter [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VirtualRouter" target="_top"]; VirtualRouter -> Bgp; VirtualRouter -> Ospf; RedistributionProfile [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RedistributionProfile" target="_top"]; VirtualRouter -> RedistributionProfile; RedistributionProfileIPv6 [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RedistributionProfileIPv6" target="_top"]; VirtualRouter -> RedistributionProfileIPv6; VirtualRouter -> Rip; VirtualRouter -> StaticRoute; VirtualRouter -> StaticRouteV6; Vlan [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.Vlan" target="_top"]; StaticMac [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.StaticMac" target="_top"]; Vlan -> StaticMac; VlanInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VlanInterface" target="_top"]; VlanInterface -> Arp; VlanInterface -> IPv6Address; RoutingProfileBfd [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileBfd" target="_top"]; Vrf -> RoutingProfileBfd; RoutingProfileBgpAddressFamily [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileBgpAddressFamily" target="_top"]; Vrf -> RoutingProfileBgpAddressFamily; RoutingProfileBgpAuth [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileBgpAuth" target="_top"]; Vrf -> RoutingProfileBgpAuth; RoutingProfileBgpDampening [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileBgpDampening" target="_top"]; Vrf -> RoutingProfileBgpDampening; RoutingProfileBgpFiltering [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileBgpFiltering" target="_top"]; Vrf -> RoutingProfileBgpFiltering; RoutingProfileBgpRedistribution [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileBgpRedistribution" target="_top"]; Vrf -> RoutingProfileBgpRedistribution; RoutingProfileBgpTimer [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileBgpTimer" target="_top"]; Vrf -> RoutingProfileBgpTimer; Vrf -> RoutingProfileFilterAccessList; Vrf -> RoutingProfileFilterAsPathAccessList; Vrf -> RoutingProfileFilterCommunityList; Vrf -> RoutingProfileFilterPrefixList; Vrf -> RoutingProfileFilterRouteMaps; Vrf -> RoutingProfileFilterRouteMapsRedistribution; RoutingProfileOspfAuth [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileOspfAuth" target="_top"]; Vrf -> RoutingProfileOspfAuth; RoutingProfileOspfIfTimer [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileOspfIfTimer" target="_top"]; Vrf -> RoutingProfileOspfIfTimer; RoutingProfileOspfRedistribution [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileOspfRedistribution" target="_top"]; Vrf -> RoutingProfileOspfRedistribution; RoutingProfileOspfSpfTimer [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileOspfSpfTimer" target="_top"]; Vrf -> RoutingProfileOspfSpfTimer; RoutingProfileOspfv3Auth [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileOspfv3Auth" target="_top"]; Vrf -> RoutingProfileOspfv3Auth; RoutingProfileOspfv3IfTimer [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileOspfv3IfTimer" target="_top"]; Vrf -> RoutingProfileOspfv3IfTimer; RoutingProfileOspfv3Redistribution [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileOspfv3Redistribution" target="_top"]; Vrf -> RoutingProfileOspfv3Redistribution; RoutingProfileOspfv3SpfTimer [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.RoutingProfileOspfv3SpfTimer" target="_top"]; Vrf -> RoutingProfileOspfv3SpfTimer; VrfBgpPeerGroup [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfBgpPeerGroup" target="_top"]; Vrf -> VrfBgpPeerGroup; VrfEcmpInterfaceWeight [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfEcmpInterfaceWeight" target="_top"]; Vrf -> VrfEcmpInterfaceWeight; VrfOspfArea [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfOspfArea" target="_top"]; Vrf -> VrfOspfArea; VrfOspfv3Area [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfOspfv3Area" target="_top"]; Vrf -> VrfOspfv3Area; VrfStaticRoute [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfStaticRoute" target="_top"]; Vrf -> VrfStaticRoute; VrfStaticRouteV6 [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfStaticRouteV6" target="_top"]; Vrf -> VrfStaticRouteV6; VrfBgpPeer [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfBgpPeer" target="_top"]; VrfBgpPeerGroup -> VrfBgpPeer; VrfOspfAreaInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfOspfAreaInterface" target="_top"]; VrfOspfArea -> VrfOspfAreaInterface; VrfOspfAreaRange [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfOspfAreaRange" target="_top"]; VrfOspfArea -> VrfOspfAreaRange; VrfOspfAreaVirtualLink [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfOspfAreaVirtualLink" target="_top"]; VrfOspfArea -> VrfOspfAreaVirtualLink; VrfOspfv3AreaInterface [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfOspfv3AreaInterface" target="_top"]; VrfOspfv3Area -> VrfOspfv3AreaInterface; VrfOspfv3AreaRange [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfOspfv3AreaRange" target="_top"]; VrfOspfv3Area -> VrfOspfv3AreaRange; VrfOspfv3AreaVirtualLink [style=filled fillcolor=lightcyan URL="../module-network.html#panos.network.VrfOspfv3AreaVirtualLink" target="_top"]; VrfOspfv3Area -> VrfOspfv3AreaVirtualLink; VrfStaticRoute -> PathMonitorDestination; VrfStaticRouteV6 -> PathMonitorDestination; }

Policies

digraph configtree { graph [rankdir=LR, fontsize=10, margin=0.001]; node [shape=box, fontsize=10, height=0.001, margin=0.1, ordering=out]; PostRulebase [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.PostRulebase" target="_top"]; ApplicationOverride [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.ApplicationOverride" target="_top"]; PostRulebase -> ApplicationOverride; AuthenticationRule [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.AuthenticationRule" target="_top"]; PostRulebase -> AuthenticationRule; DecryptionRule [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.DecryptionRule" target="_top"]; PostRulebase -> DecryptionRule; NatRule [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.NatRule" target="_top"]; PostRulebase -> NatRule; PolicyBasedForwarding [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.PolicyBasedForwarding" target="_top"]; PostRulebase -> PolicyBasedForwarding; SecurityRule [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.SecurityRule" target="_top"]; PostRulebase -> SecurityRule; PreRulebase [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.PreRulebase" target="_top"]; PreRulebase -> ApplicationOverride; PreRulebase -> AuthenticationRule; PreRulebase -> DecryptionRule; PreRulebase -> NatRule; PreRulebase -> PolicyBasedForwarding; PreRulebase -> SecurityRule; Rulebase [style=filled fillcolor=lightsalmon URL="../module-policies.html#panos.policies.Rulebase" target="_top"]; Rulebase -> ApplicationOverride; Rulebase -> AuthenticationRule; Rulebase -> DecryptionRule; Rulebase -> NatRule; Rulebase -> PolicyBasedForwarding; Rulebase -> SecurityRule; }

Plugins

digraph configtree { graph [rankdir=LR, fontsize=10, margin=0.001]; node [shape=box, fontsize=10, height=0.001, margin=0.1, ordering=out]; AggBandwidth [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.AggBandwidth" target="_top"]; Region [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.Region" target="_top"]; AggBandwidth -> Region; CloudServicesPlugin [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.CloudServicesPlugin" target="_top"]; AccessDomain [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.AccessDomain" target="_top"]; CloudServicesPlugin -> AccessDomain; RemoteNetworks [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.RemoteNetworks" target="_top"]; CloudServicesPlugin -> RemoteNetworks; RoutingPreference [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.RoutingPreference" target="_top"]; CloudServicesPlugin -> RoutingPreference; Tenants [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.Tenants" target="_top"]; CloudServicesPlugin -> Tenants; InternalDnsMatch [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.InternalDnsMatch" target="_top"]; PrimaryInternalDNSServer [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.PrimaryInternalDNSServer" target="_top"]; InternalDnsMatch -> PrimaryInternalDNSServer; SecondaryInternalDNSServer [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.SecondaryInternalDNSServer" target="_top"]; InternalDnsMatch -> SecondaryInternalDNSServer; Link [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.Link" target="_top"]; Bgp [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.Bgp" target="_top"]; Link -> Bgp; RemoteNetwork [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.RemoteNetwork" target="_top"]; RemoteNetwork -> Bgp; BgpPeer [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.BgpPeer" target="_top"]; RemoteNetwork -> BgpPeer; RemoteNetwork -> Link; RemoteNetworks -> AggBandwidth; RemoteNetworks -> InternalDnsMatch; PrimaryPublicDNSServer [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.PrimaryPublicDNSServer" target="_top"]; RemoteNetworks -> PrimaryPublicDNSServer; RemoteNetworks -> RemoteNetwork; SecondaryPublicDNSServer [style=filled fillcolor=wheat URL="../module-plugins.html#panos.plugins.SecondaryPublicDNSServer" target="_top"]; RemoteNetworks -> SecondaryPublicDNSServer; Tenants -> RemoteNetworks; }