CiscoDevNet/ansible-aci

Add missing options for aci_epg_to_domain

akinross opened this issue ยท 0 comments

Community Note

  • Please vote on this issue by adding a ๐Ÿ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

  • Adding support for the following missing argument options:

Delimiter: ex. {"fvRsDomAtt":{"delimiter":"+"}} options [|, ~, !, @, ^, +, =]
Untagged VLAN Access: ex. {"fvRsDomAtt":{"untagged":"true"}}
VLAN mode ( Static | Dynamic ): seems to be toggle only to determine what input possible in GUI
Port Binding ( Dynamic Binding | Ephemeral | Default | Static Binding ): ex. {"fvRsDomAtt":{"bindingType":"staticBinding"}} options [staticBinding, ephemeral, dynamicBinding]
Port Allocation ( Elastic | Fixed ) [ when Static Binding ]: ex. {"fvRsDomAtt":{"portAllocation":"elastic"}} options [elastic, fixed]
Number of Ports [ when Dynamic Binding or Static Binding ] : ex. {"fvRsDomAtt":{"numPorts":"2"}}
Forged Transmits ( Reject | Accept ): ex. {"vmmSecP":{"attributes":{"forgedTransmits":"accept"}
Mac Changes ( Reject | Accept ): ex. {"vmmSecP":{"attributes":{"macChanges":"accept"}

Affected Module Name(s):

  • aci_epg_to_domain

APIC version and APIC Platform

  • V 4.2.4 and on-prem.

Collection versions

  • cisco.aci 2.2.0