Skip to content

Support L4-L7 Virtual IPs - class fv:Vip (DCNE-45) #1254

@bardahlm

Description

@bardahlm

Community Note

  • 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.id
    name                    = "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.id
    l4l7_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"
    }
}

References

https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-739989.html#L4L7VirtualIPs

  • #0000

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions