-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Copy link
Description
Which role would this new feature be associated?
cisco.nac_dc_vxlan.dtc.create
New feature description:
We want to be able to create a network or VRF and attach it to multiple attach groups. Let's say i have a network_attach_group for ESXI hosts. I create a new vlan that i want to attach to all ESXI hosts... but also to another leaf/port combo. It would be good if i could specify multiple groups, similar to how we do it within policy, where a switch can belong to multiple groups
Would this be a new feature requiring a new role?
No, can use existing rolesWhich section of the data model is the new feature related?
vxlan.overlay
Would this be a new feature requiring a new addition to the data model?
Yes. We need to change the
network_attach_group: str(required=False)
To a list
network_attach_group: list(required=False)
Same for VRFNew or Affected Documentation for New Feature
Yes. Update VRF and Network documentation to include examples of thisPotential Ansible Task Config
naAnsible Version
12.17.1Ansible Collection Versions
0.4.3Cisco NDFC Version
12.2.2Cisco NX-OS Version
na