Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Claus Holbech <[email protected]>
  • Loading branch information
gmuloc and ClausHolbechArista authored Jul 22, 2024
1 parent fd186c5 commit b41e4aa
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,12 @@ interface Ethernet3
An internet-exit policy of type `zscaler` leverages the following AVD data model to generate the target configuration.

AVD supports up to three tunnels (primary, secondary, tertiary).
AVD `eos_designs` will fetch Zscaler integration information from Cloudvision.

```yaml
# Variables used by eos_designs to connect to Cloudvision
cv_server: <cloudvision_ip>
cv_token: <cloudvision_token>
cv_token: <service account token as defined on CloudVision. This value should be using Ansible Vault>
```

For each `zscaler` type Internet-policies, AVD uses the `cv_pathinfder_internet_exit_policies[name=<POLICY-NAME>].zscaler` dictionary and the `zscaler_endpoints` in combination with the `l3_interfaces.cv_pathfinder_internet_exit.policies[name=<POLICY-NAME>].tunnel_interface_numbers` to generate the internet-exit configuration.
Expand Down

0 comments on commit b41e4aa

Please sign in to comment.