onyx_traffic_class – Configures Traffic Class¶
New in version 2.9.
Synopsis¶
- This module provides declarative management of Traffic Class configuration on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: configure traffic class
onyx_traffic_class:
interfaces:
- Eth1/1
- Eth1/2
tc: 3
congestion_control:
control: ecn
threshold_mode: absolute
min_threshold: 500
max_threshold: 1500
dcb:
mode: strict
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Anas Badaha (@anasb)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.