Tag
Location in GUI: Design
» CLI Templates
Diagram
Classes
templates (catalyst_center)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
tags | List | [tags] | No |
tags (catalyst_center.templates)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
description | String | No |
Examples
catalyst_center: templates: tags: - name: DayN_Tag description: DayN_Tag
Example of Assigning Tags to a Template
catalyst_center: templates: projects: - name: Project_DayN description: Project_DayN dayn_templates: - name: access_list_template description: Access List Template language: JINJA composite: false device_types: - product_family: "Switches and Hubs" product_series: "Cisco Catalyst 9300 Series Switches" software_type: IOS-XE tags: - DayN_Tag
Example of Assigning Tags to a Device
---catalyst_center: inventory: devices: - name: EDGE02.cisco.eu hostname: EDGE02.cisco.eu device_ip: 198.18.130.2 pid: C9KV-UADP-8P state: PROVISION device_role: ACCESS site: Global/Poland/Krakow/Bld A fabric_site: Global/Poland/Krakow fabric_roles: - EDGE_NODE tags: - TAG1 - TAG2