CiscoDevNet/terraform-provider-nxos

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

Opened this issue · 2 comments

huntx commented

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

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