05-29-2024 01:36 PM
Hi,
I Have a interleak configuration in Tenant common for share a L3out for different Tenants, and a have a contract with a subject ANY, everything works fine except the trace route from client hosts.
it this behavior normal? or I need a additional configuration to do.
$ traceroute 10.200.18.1
traceroute to 10.200.18.1 (10.200.18.1), 30 hops max, 60 byte packets
1 10.223.10.73 (10.223.10.73) 0.418 ms 0.629 ms 0.867 ms <--- This is the LEAF Gateway
2 * * *
3 * * *
06-03-2024 07:07 PM - edited 06-03-2024 07:41 PM
Hi @adolfo.cabrera1 ,
Sorry I didn't get to this earlier, I had the page opened but never got around to answering.
Firstly, welcome to the community! I hope you visit often - subscribing to a feed like this one often gives you insights into problems you may face in the future.
Now back to your problem.
Perhaps the best way to show us your config is from the CLI:
apic1# show run tenant common contract ANY_Ct # Command: show running-config tenant common contract ANY_Ct # Time: Tue Jun 4 01:54:38 2024 tenant common contract ANY_Ct scope exportable subject ANY access-group IP_Fltr both exit exit exit
NOTE the name of the filter(s) under the subject ANY, (in my case, it is IP_Fltr, in your case it is likely to be default) and use the name you find there in the next command
apic1# show run tenant common access-list IP_Fltr # Command: show running-config tenant common access-list IP_Fltr # Time: Tue Jun 4 02:00:08 2024 tenant common access-list IP_Fltr match ip exit exit
if the filter used is the default filter, you'd expect:
apic1# show run tenant common access-list default # Command: show running-config tenant common access-list default # Time: Tue Jun 4 02:06:58 2024 tenant common access-list default match row default exit exit
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