community.network.pn_dscp_map_pri_map – CLI command to modify dscp-map-pri-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_pri_map
.
Parameters¶
Examples¶
- name: Dscp map pri map modify
community.network.pn_dscp_map_pri_map:
pn_cliswitch: 'sw01'
state: 'update'
pn_name: 'foo'
pn_pri: '0'
pn_dsmap: '40'
- name: Dscp map pri map modify
community.network.pn_dscp_map_pri_map:
pn_cliswitch: 'sw01'
state: 'update'
pn_name: 'foo'
pn_pri: '1'
pn_dsmap: '8,10,12,14'
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Pluribus Networks (@rajaspachipulusu17)