You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
To support server clusters set up with DSR (direct server return), L4-L7 Virtual IPs needs to be configured under the EPG.
New or Affected Resource(s) + ACI Class(es):
aci_application_epg + fv:Vip
APIC version and APIC Platform
V x.x.x and on-prem
Potential Terraform Configuration
resource"aci_application_epg""fooapplication_epg" {
application_profile_dn=aci_application_profile.app_profile_for_epg.idname="demo_epg"description="from terraform"annotation="tag_epg"exception_tag="0"flood_on_encap="disabled"fwd_ctrl="none"has_mcast_source="no"is_attr_based_epg="no"match_t="AtleastOne"name_alias="alias_epg"pc_enf_pref="unenforced"pref_gr_memb="exclude"prio="unspecified"shutdown="no"relation_fv_rs_bd=aci_bridge_domain.example.idl4l7_virtual_ip {
addr="10.2.3.4"description="L4 service vip"
}
l4l7_virtual_ip {
addr="2001:db8:a0b:12f0::5"description="L4 service vip ipv6"
}
}
Thank you for raising this issue, I will add it to the to do items. I am not sure this will be added to the resource itself but will likely be a separate resource since we typically only add relationship classes to the resource. Will be discussed with the team when it is assigned.
Community Note
Description
To support server clusters set up with DSR (direct server return), L4-L7 Virtual IPs needs to be configured under the EPG.
New or Affected Resource(s) + ACI Class(es):
APIC version and APIC Platform
Potential Terraform Configuration
References
https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-739989.html#L4L7VirtualIPs
The text was updated successfully, but these errors were encountered: