-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 requestNew feature or request