Other ThousandEyes Feature
Configure the Cisco ThousandEyes Agent parameters to deploy on WAN Edge routers.
Diagram
Classes
other_profiles (sdwan.feature_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
thousandeyes | Class | [thousandeyes] | No |
thousandeyes (sdwan.feature_profiles.other_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,128}$ | No | thousandeyes |
description | String | No | ||
account_group_token | String | min: 1 , max: 210 | No | |
account_group_token_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
agent_default_gateway | IP | No | ||
agent_default_gateway_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
hostname | String | min: 1 , max: 235 | No | |
hostname_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
management_ip | IP | No | ||
management_ip_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
management_subnet_mask | Choice | 255.255.255.255 , 255.255.255.254 , 255.255.255.252 , 255.255.255.248 , 255.255.255.240 , 255.255.255.224 , 255.255.255.192 , 255.255.255.128 , 255.255.255.0 , 255.255.254.0 , 255.255.252.0 , 255.255.248.0 , 255.255.240.0 , 255.255.224.0 , 255.255.192.0 , 255.255.128.0 , 255.255.0.0 , 255.254.0.0 , 255.252.0.0 , 255.240.0.0 , 255.224.0.0 , 255.192.0.0 , 255.128.0.0 , 255.0.0.0 , 254.0.0.0 , 252.0.0.0 , 248.0.0.0 , 240.0.0.0 , 224.0.0.0 , 192.0.0.0 , 128.0.0.0 , 0.0.0.0 | No | |
management_subnet_mask_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
name_server_ip | IP | No | ||
name_server_ip_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
pac_proxy_url | String | min: 1 , max: 183 | No | |
pac_proxy_url_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
proxy_type | Choice | none , pac , static | Yes | |
static_proxy_host | String | min: 1 , max: 174 | No | |
static_proxy_host_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
static_proxy_port | Integer | min: 1 , max: 65535 | No | |
static_proxy_port_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
vpn_id | Integer | min: 0 , max: 65530 | No | |
vpn_id_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No |
Examples
Example-1: This example demonstrates how to configure a ThousandEyes feature under the other feature profile. The account group token is configured as a variable, while the agent default gateway, management IP, subnet mask, and VPN ID are configured as global values. The proxy type is set to static, and the static proxy host and port are specified.
sdwan: feature_profiles: other_profiles: - name: basic_other thousandeyes: name: thousandeyes description: TE Agent, static proxy account_group_token_variable: te_token agent_default_gateway: 10.0.0.254 management_ip: 10.0.0.1 management_subnet_mask: 255.255.255.0 proxy_type: static static_proxy_host: proxy.host.local static_proxy_port: 8443 vpn_id: 0