Skip to content

ThousandEyes Feature Template

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

Diagram

Diagram

Classes

edge_feature_templates (sdwan)

NameTypeConstraintMandatoryDefault Value
thousandeyes_templatesList[thousandeyes_templates]No

thousandeyes_templates (sdwan.edge_feature_templates)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^<>!&" ]{1,128}$Yes
descriptionStringYes
device_typesListChoice[C8500-12X4QC, C8300-2N2S-4T2X, C8200-1N-4T, C8300-1N1S-4T2X, C8300-2N2S-6T, ISR1100X-6G-XE, ASR-1001-X, ISR-4351, ISR-4461, ASR-1002-X, ISR-4321, ISR-4431, ISR-4221X, ISR-4331, ASR-1006-X, C8500L-8S4X, C8500-12X, ASR-1002-HX, ISR-4451-X, C8300-1N1S-6T, ASR-1001-HX, C8200L-1N-4T]No
account_group_tokenStringRegex: ^[0-9a-z]{1,32}$No
account_group_token_variableStringRegex: ^[^"~$&+,]255$`No
default_gatewayIPNo
default_gateway_variableStringRegex: ^[^"~$&+,]255$`No
hostnameStringRegex: ^[0-9A-z-_.]{1,235}$No
hostname_variableStringRegex: ^[^"~$&+,]255$`No
ipIPNo
ip_variableStringRegex: ^[^"~$&+,]255$`No
name_serverIPNo
name_server_variableStringRegex: ^[^"~$&+,]255$`No
proxy_pac_urlStringmin: 1, max: 183No
proxy_pac_url_variableStringRegex: ^[^"~$&+,]255$`No
proxy_hostStringmin: 1, max: 174No
proxy_host_variableStringRegex: ^[^"~$&+,]255$`No
proxy_portIntegermin: 0, max: 65535No
proxy_port_variableStringRegex: ^[^"~$&+,]255$`No
proxy_typeChoicepac, staticNo
proxy_type_variableStringRegex: ^[^"~$&+,]255$`No
vpn_idIntegermin: 1, max: 65535No
vpn_id_variableStringRegex: ^[^"~$&+,]255$`No

Examples

Example-1: ThousandEyes Integration for Network Monitoring in SD-WAN

In an SD-WAN environment, ThousandEyes provides end-to-end visibility into network performance, enabling proactive troubleshooting, SLA monitoring, and security assessments. This use case defines an Edge Feature Template that integrates ThousandEyes agents on SD-WAN edge devices. The template is applied to different router models, ensuring automated deployment of ThousandEyes agents for real-time monitoring. The configuration includes key parameters such as default gateway, DNS settings, proxy settings, and VPN ID, allowing seamless connectivity and monitoring.

By leveraging ThousandEyes templates, network administrators can ensure optimal application performance, detect outages, and monitor internet/cloud connectivity for critical services.

sdwan:
edge_feature_templates:
thousandeyes_templates:
- name: BranchMonitoring
description: ThousandEyes agent for branch offices monitoring cloud applications
device_types:
- C8200-1N-4T
- ISR-4461
- ASR-1002-X
account_group_token: abcd1234efgh5678ijkl9012mnop3456
default_gateway: 192.168.1.1
name_server: 8.8.8.8
proxy_host: proxy.branch.local
proxy_port: 8080
proxy_type: pac
vpn_id: 10
- name: DataCenterMonitoring
description: ThousandEyes agent for data center monitoring and backbone link visibility
device_types:
- ASR-1001-X
- C8500-12X
- ISR-4451-X
account_group_token: mnop3456ijkl9012efgh5678abcd1234
default_gateway: 10.1.1.1
name_server: 1.1.1.1
proxy_host: proxy.dc.local
proxy_port: 3128
proxy_type: static
vpn_id: 20