Cloud Provider Settings
Catalyst SD-WANConfigure Cisco Umbrella, Zscaler, and Cisco Secure Access credentials to enable Cisco Catalyst SD-WAN Manager to create automatic SIG tunnels to Cisco Umbrella or Zscaler endpoints.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”settings (sdwan)
Section titled “settings (sdwan)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| cloud_provider_settings | Class | [cloud_provider_settings] | No |
cloud_provider_settings (sdwan.settings)
Section titled “cloud_provider_settings (sdwan.settings)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| cisco_sse_auth_key | String | No | ||
| cisco_sse_auth_secret | String | starts_with: $CRYPT_CLUSTER$, min: 1, max: 128 | No | |
| cisco_sse_context_sharing | Boolean | true, false | No | |
| cisco_sse_org_id | String | Regex: ^[0-9]+$ | No | |
| umbrella_auth_key_v2 | String | No | ||
| umbrella_auth_secret_v2 | String | starts_with: $CRYPT_CLUSTER$, min: 1, max: 128 | No | |
| umbrella_dns_auth_key | String | No | ||
| umbrella_dns_auth_secret | String | No | ||
| umbrella_org_id | String | Regex: ^[0-9]+$ | No | |
| umbrella_sig_auth_key | String | No | ||
| umbrella_sig_auth_secret | String | No | ||
| zscaler_organization | String | No | ||
| zscaler_partner_base_uri | String | No | ||
| zscaler_partner_key | String | No | ||
| zscaler_password | String | No | ||
| zscaler_username | String | No |
Examples
Section titled “Examples”Example-1: Cisco Umbrella example
sdwan: settings: cloud_provider_settings: umbrella_auth_key_v2: aaaaaa umbrella_auth_secret_v2: $CRYPT_CLUSTER$a8nXr4uYaCN66qTQ1737+A==$gjmYVxnKMqvUEjo3BfIGbg== umbrella_org_id: "123456"Example-2: Zscaler example
sdwan: settings: cloud_provider_settings: zscaler_organization: z223456 zscaler_partner_base_uri: zscaler.net zscaler_partner_key: secret012 zscaler_password: pass123 zscaler_username: user1Example-3: Cisco Secure Access example
sdwan: settings: cloud_provider_settings: cisco_sse_auth_key: "33333555" cisco_sse_auth_secret: $CRYPT_CLUSTER$Gg4nVpFdldXga1hLKhdJrA==$hiFPirWJnqNxMq3l/m1ekw== cisco_sse_context_sharing: true cisco_sse_org_id: "323456"