community.network.pn_port_cos_bw module – CLI command to modify port-cos-bw
Note
This module is part of the community.network collection (version 5.0.2).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.pn_port_cos_bw
.
Synopsis
This module can be used to update bw settings for CoS queues.
Aliases: network.netvisor.pn_port_cos_bw
Parameters
Parameter |
Comments |
---|---|
Target switch to run the CLI on. |
|
CoS priority. |
|
Maximum b/w in percentage. |
|
Minimum b/w in percentage. |
|
physical port number. |
|
Scheduling weight (1 to 127) after b/w guarantee met. Choices:
|
|
State the action to perform. Use Choices:
|
Examples
- name: Port cos bw modify
community.network.pn_port_cos_bw:
pn_cliswitch: "sw01"
state: "update"
pn_port: "1"
pn_cos: "0"
pn_min_bw_guarantee: "60"
- name: Port cos bw modify
community.network.pn_port_cos_bw:
pn_cliswitch: "sw01"
state: "update"
pn_port: "all"
pn_cos: "0"
pn_weight: "priority"
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
indicates whether the CLI caused changes on the target. Returned: always |
|
the CLI command run on the target node. Returned: always |
|
set of error responses from the port-cos-bw command. Returned: on error |
|
set of responses from the port-cos-bw command. Returned: always |