Skip to content

Add the ability to support multiple Network and VRF attach groups per Network/VRF #437

@peter8498

Description

@peter8498

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 roles

Which 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 VRF

New or Affected Documentation for New Feature

Yes. Update VRF and Network documentation to include examples of this

Potential Ansible Task Config

na

Ansible Version

12.17.1

Ansible Collection Versions

0.4.3

Cisco NDFC Version

12.2.2

Cisco NX-OS Version

na

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions