Skip to content

Feature Request - VRF-Lite Peering in ndfc_vrfs #210

@richwats

Description

@richwats

The old DCNM provider VRF module supported VRF-lite attachments for Border (Gateway) role switches. I would like to request the same feature please. I would assume this would be a another set of nested objected under the attached switch.

i.e.

attach_list = {
        "SWITCH_SERIAL_NO" = {
          vlan                   = 1500
          deploy_this_attachment = false
          loopback_id            = 101
          loopback_ipv4          = "1.2.3.4"
          loopback_ipv6          = "2001::1"
          vrf_lite_list = {
            interface = Ethernet1/1
            dot1q = 2
            ip_mask = 10.1.1.1/30
            neighbor_ip = 10.1.1.2
           },
           {...}
        }
      }

Metadata

Metadata

Assignees

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