Service Template
Diagram
Classes
configuration (iosxe.devices)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
service_templates | List | [service_templates] | No |
service_templates (iosxe.devices.configuration)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
access_groups | List | String | No | |
inactivity_timer | Integer | min: 1 , max: 65535 | No | |
inactivity_timer_probe | Boolean | true , false | No | |
vlan | Integer | min: 1 , max: 4094 | No | |
voice_vlan | Boolean | true , false | No | |
linksec_policy | Choice | must-not-secure , must-secure , should-secure | No | |
sgt | Integer | min: 2 , max: 65519 | No | |
absolute_timer | Integer | min: 1 , max: 1073741823 | No | |
description | String | No | ||
interface_templates | List | String | No | |
tunnel_capwap_name | String | No | ||
vnid | String | No | ||
redirect_append_client_mac | String | No | ||
redirect_append_switch_mac | String | No | ||
redirect_url | String | No | ||
redirect_url_match_acl | String | No | ||
redirect_url_match_action | Choice | one-time-redirect , redirect-on-no-match | No | |
dns_acl_preauth | String | No | ||
service_policy_qos_input | String | No | ||
service_policy_qos_output | String | No | ||
tags | List | String | No | |
mdns_service_policy | String | No |
Examples
iosxe: devices: - name: Device1 configuration: service_templates: - name: MY_TEMPLATE inactivity_timer: 45 access_groups: [ag1] inactivity_timer_probe: false vlan: 27 voice_vlan: false linksec_policy: must-secure sgt: 57 absolute_timer: 45 description: service_template_desc interface_templates: [template1, template2] tunnel_capwap_name: TUN1 vnid: 12345 redirect_append_client_mac: 00:01:00:01:00:01 redirect_append_switch_mac: 00:01:00:01:00:02 redirect_url: 8.8.8.8 redirect_url_match_acl: acl_name redirect_url_match_action: redirect-on-no-match dns_acl_preauth: dns_acl_name service_policy_qos_input: input_qos service_policy_qos_output: output_qos tags: [tag_name, tag_name_2]