CiscoDevNet / terraform-provider-nxos

Terraform Cisco NX-OS Provider
https://registry.terraform.io/providers/netascode/nxos
Mozilla Public License 2.0
7 stars 10 forks source link

Please add support for VPC Configurations (Keepalive VRF and VPC Peer-links) #175

Open huntx opened 1 year ago

huntx commented 1 year ago

VPC Configuration by Terraform can be helpful by allowing:

1) Resource "nxos_vpc_domain" could support peer-keepalive command for custom VRF peer-keepalive destination 192.168.1.1 source 192.168.1.2 vrf VPC_KeepAlive

2) Resource "nxos_vpc_interface" "could support "vpc peerlink" command for VPC peerlink interface interface port-channel1 vpc peer-link

JC-LB commented 11 months ago

Also missing : port-type fabric command on underlay interfaces when using virtual peerlink.

jgomezve commented 5 months ago

@danischm I believe the original issue has already been solved.