07-21-2021 07:53 AM
is there a resource to configure bgp peer connectivity using physical interfaces inside of l3out ?
I try using this resource code, but it creates bgp peer using loopback interface, seems there is no option to choose physical interface in this resource
resource "aci_bgp_peer_connectivity_profile" "SR-XXX_GLOBAL_L3OUT-L201_NP_BGP-PEER" { logical_node_profile_dn = aci_logical_node_profile.SR-XXX_GLOBAL_L3OUT-L201_NP.id addr = "10.10.10.26/30" as_number = "24880" ctrl = "send-com,send-ext-com" }
result:
Solved! Go to Solution.
07-21-2021 10:07 AM
Based on looking at the Terraform resource docs for that resource, it doesn't appear that one exists.
I can ask around internally and see if there is some other way of accomplishing this.
HTH.
q.
07-21-2021 10:07 AM
Based on looking at the Terraform resource docs for that resource, it doesn't appear that one exists.
I can ask around internally and see if there is some other way of accomplishing this.
HTH.
q.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide