We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VPC Configuration by Terraform can be helpful by allowing:
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
peer-keepalive destination 192.168.1.1 source 192.168.1.2 vrf VPC_KeepAlive
Resource "nxos_vpc_interface" "could support "vpc peerlink" command for VPC peerlink interface interface port-channel1 vpc peer-link
interface port-channel1
vpc peer-link
The text was updated successfully, but these errors were encountered:
Also missing : port-type fabric command on underlay interfaces when using virtual peerlink.
Sorry, something went wrong.
@danischm I believe the original issue has already been solved.
No branches or pull requests
VPC Configuration by Terraform can be helpful by allowing:
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
Resource "nxos_vpc_interface" "could support "vpc peerlink" command for VPC peerlink interface
interface port-channel1
vpc peer-link
The text was updated successfully, but these errors were encountered: