Skip to content

Add support to create "SVI" interface types #127

@pablomathamel

Description

@pablomathamel

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

  • Current provider version (v1.2.7) does not allow to create SVI interface types. This interface type is very common in all types of fabrics and it seems that for now the only way to configure them is through the "dcnm_rest" resource. It would be helpful to include it as a valid option for the "type" attribute within the "dcnm_interface" resource.

New or Affected Resource(s):

  • dcnm_interface

DCNM version

  • DCNM 11.x
  • NDFC 12.x

Potential Terraform Configuration

resource "dcnm_interface" "svi_config" {
  policy        = "int_svi_vlan_500"
  type          = "svi"
  name          = "vlan500"
  fabric_name   = "fab2"
  switch_name_1 = "leaf2"
}

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions