community.network.pn_dscp_map – CLI command to create/delete dscp-map¶
Note
This plugin is part of the community.network collection (version 2.1.1).
To install it use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.pn_dscp_map
.
Parameters¶
Examples¶
- name: Dscp map create
community.network.pn_dscp_map:
pn_cliswitch: "sw01"
state: "present"
pn_name: "foo"
pn_scope: "local"
- name: Dscp map delete
community.network.pn_dscp_map:
pn_cliswitch: "sw01"
state: "absent"
pn_name: "foo"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Pluribus Networks (@rajaspachipulusu17)