Skip to content

Add support for EPG/BD subnets under VRF for route leaking #442

@robvand

Description

@robvand

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

You can add subnets you wish to leak under the VRF when using ESGs. This method is much cleaner than the subnet option under the provider EPG.

New or Affected Module(s):

leakInternalSubnet

APIC version and APIC Platform

V5.x, V6.x

References

REST example
{
	"leakInternalSubnet": {
		"attributes": {
			"dn": "uni/tn-tenant/ctx-vrf/leakroutes/leakintsubnet-[1.1.20.1/24]",
			"ip": "1.1.20.1/24",
			"rn": "leakintsubnet-[1.1.20.1/24]",
			"scope": "public",
			"status": "created"
		},
		"children": [
			{
				"leakTo": {
					"attributes": {
						"ctxName": "default",
						"dn": "uni/tn-tenant/ctx-vrf/leakroutes/leakintsubnet-[1.1.20.1/24]/to-[common]-[default]",
						"rn": "to-[common]-[default]",
						"scope": "public",
						"status": "created",
						"tenantName": "common"
					},
					"children": []
				}
			}
		]
	}
}

See equivalent request on Terraform side:
CiscoDevNet/terraform-provider-aci#554

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions