- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
ACI
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
