community.network.pn_vflow_table_profile module – CLI command to modify vflow-table-profile
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_vflow_table_profile
.
Synopsis
This module can be used to modify a vFlow table profile.
Aliases: network.netvisor.pn_vflow_table_profile
Parameters
Parameter |
Comments |
---|---|
Target switch to run the CLI on. |
|
enable or disable vflow profile table. Choices:
|
|
hardware table used by vFlow. Choices:
|
|
type of vFlow profile. Choices:
|
|
State the action to perform. Use Choices:
|
Examples
- name: Modify vflow table profile
community.network.pn_vflow_table_profile:
pn_cliswitch: 'sw01'
state: 'update'
pn_profile: 'ipv6'
pn_hw_tbl: 'switch-main'
pn_enable: true
- name: Modify vflow table profile
community.network.pn_vflow_table_profile:
state: 'update'
pn_profile: 'qos'
pn_hw_tbl: 'switch-main'
pn_enable: false
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 vflow-table-profile command. Returned: on error |
|
set of responses from the vflow-table-profile command. Returned: always |