Ansible Version
Ansible Collection Versions
Collection Version
------------------ ----------
ansible.netcommon 7.1.0
ansible.posix 2.0.0
ansible.utils 5.1.2
cisco.dcnm 3.11.0-dev
cisco.nac_dc_vxlan 0.7.1-dev
community.general 10.1.0
Cisco Nexus Dashboard Version
Cisco NX-OS Version
Which role is this issue related to?
cisco.nac_dc_vxlan.dtc.create
Which section of the data model is this issue related to?
vxlan.topology
Expected Behavior
QoS policies is applied correctly to interfaces
Actual Behavior
QoS policies are ignored on routed interfaces
Ansible Playbook
ansible-playbook vxlan.yaml --inventory inventory.yaml
Data Model
---
vxlan:
topology:
switches:
- name: fabric1-bl1
interfaces:
- name: Ethernet1/9
mode: routed
description: "Routed interface to external router 1"
enabled: true
mtu: 9216
speed: auto
ipv4_address: 10.100.1.1/30
ipv4_route_tag: 5000
enable_qos: true
qos_policy: port_qos_policy
queuing_policy: port_queuing_policy
Steps to Reproduce
Relevant Debug Output
Ansible Version
Ansible Collection Versions
Cisco Nexus Dashboard Version
Cisco NX-OS Version
Which role is this issue related to?
cisco.nac_dc_vxlan.dtc.create
Which section of the data model is this issue related to?
vxlan.topology
Expected Behavior
Actual Behavior
Ansible Playbook
ansible-playbook vxlan.yaml --inventory inventory.yamlData Model
Steps to Reproduce
Relevant Debug Output