Skip to main content

Other ThousandEyes Feature

Configure the Cisco ThousandEyes Agent parameters to deploy on WAN Edge routers.

Diagram

Classes

other_profiles (sdwan.feature_profiles)

NameTypeConstraintMandatoryDefault Value
thousandeyesClass[thousandeyes]No

thousandeyes (sdwan.feature_profiles.other_profiles)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^&<>! "]{1,128}$Nothousandeyes
descriptionStringNo
account_group_tokenStringmin: 1, max: 210No
account_group_token_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
agent_default_gatewayIPNo
agent_default_gateway_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
hostnameStringmin: 1, max: 235No
hostname_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
management_ipIPNo
management_ip_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
management_subnet_maskChoice255.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.0No
management_subnet_mask_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
name_server_ipIPNo
name_server_ip_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
pac_proxy_urlStringmin: 1, max: 183No
pac_proxy_url_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
proxy_typeChoicenone, pac, staticYes
static_proxy_hostStringmin: 1, max: 174No
static_proxy_host_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
static_proxy_portIntegermin: 1, max: 65535No
static_proxy_port_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
vpn_idIntegermin: 0, max: 65530No
vpn_id_variableStringRegex: ^[./\[\]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