-
Notifications
You must be signed in to change notification settings - Fork 16
Labels
enhancementNew feature or requestNew feature or request
Description
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
Support the creation of VRF/Networks using customized templates. As of now the providers only manages VRF/Networks using the NDFC/DCNM default templates
New or Affected Resource(s):
- dcnm_vrf_custom
- dcnm_network_custom
DCNM version
- V 12.1.1e
Potential Terraform Configuration
resource "dcnm_vrf_custom" "my_vrf" {
fabric = "MyFabric"
name = "MyVRF"
vlan_id = 123
segment_id = 50016
template = "MyVRFTemplate"
extension_template = "MyVRFExtensionTemplate"
template_props = {
"advertiseDefaultRouteFlag" : "true",
"vrfVlanId" : 123,
"isRPExternal" : "false",
"borderMaxBgpPaths" : "6"
}
attachments {
serial_number = "9EQ00OGQYV6"
attach = true
}
}jgomezve
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request