Skip to content

QoS Missing from routed interfaces #750

@juarocha

Description

@juarocha

Ansible Version

ansible [core 2.18.14]

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

4.1

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

Run playbook

Relevant Debug Output

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions