11-16-2022 10:07 AM
Hi All,
How to see what are Networks configured for each VLAN in ACI, I am not see the Network details in ACI, I explored to see that under BD but dont see any details it was showing some Querier IP address under all BD which was unreachable.
I am new to ACI when learned the ACI concept and try to explore the same in real time all looks different.
There was internet connection terminated on ACI Switches but not sure where NAT control was in place.
I can see there 6 Logical interface profile under L3 out was configured with individual VLAN ,which was firewall IP address context in 2 Firewall which was active active setup.
There was static route pointed for all Networks towards the Firewall. So i assume all NAT was controlled in Firewall
BGP connection was established with P2P connectivity with Remote office and all Address was default route was accepted from this P2P connection.
So quite confusing for me to understand the concept, If some can help to understand this concept or good documents for the same.
May be this description will difficult to understand, So will go one by one to understand completely.
First details i am looking for where to check Networks configured in ACI for each VLAN then will go more details with rest of questions and queries
11-16-2022 12:29 PM
Learning ACI is a difficult process - and you need to forget many of the ideas you have already learned - like the link between VLANs and IP addressing, because it is totally different in ACI
Firstly, you may find the answer I gave to another question useful - so take a look at this first: which is the answer to a question "how the traffic go through the ACI from one side user/VM to other side. For example, one vm ip 10.0.0.10 on one side leaf to 10.10.10.10 on other side leaf."
Now let me address some of your items
There was internet connection terminated on ACI Switches but not sure where NAT control was in place.
ACI does not do NAT, so if there is any NAT going on, it will be on the attached routers/firewalls
I can see there 6 Logical interface profile under L3 out was configured with individual VLAN ,which was firewall IP address context in 2 Firewall which was active active setup.
This is a bit more difficult to answer. 6 Logical Interface Profiles IS A LOT OF PROFILES - I would normally expect one or two interface profiles - perhaps some of them are not being used.
In any case - for the L3 Out - look firstly at the the Node Profile(s) this will tell you which nodes are actually doing the routing with the external firewalls, and this is going to be key in your troubleshooting
To troubleshoot L3 in ACI, you need to know
So if say the tenant was called Tenant01
, the VRF called Production_VRF
and the nodes were 2201
and 2202
, then start an ssh session on the APIC and enter this command
fabric 2201,2202 show ip route vrf Tenant01:Production_VRF
You can of course also issue commands like
fabric 2201,2202 show ip interface brief vrf Tenant01:Production_VRF
and use
fabric 2201,2202 show ip ?
to explore other options
Hopefully this is enough to get you started
11-17-2022 09:59 AM
Thanks for your time to explain much detail.
I mentioned 6 Logical Interface profile that was not right
Under L3_out There are 6 Logical Interface profile configured towards firewall.
under each Logical Interface Profile there 2 IP configured
Let Say Side A IP address is 10.10.10.2 Side B IP address is 10.10.10.3, Secondary IP address in 10.10.10.1
other IP address Peer is Side A Ip address is 10.10.10.4, Side B IP address is 10.10.0.5 and Secondary IP address is 10.10.10.1
Similar way configured for all Logical Node profiles.
So, under L3 out Total 7 Logical Node Profiles.
1 Profile for P2P connectivity (BGP peering with External EPG with accepting Default route 0.0.0.0/0)
2. Other 6 Profiles are towards Firewall
My First question was, I didn't see the Network address under BD, I know under the each VLAN what the network address is
Let Say, I have VLAN 10, BD for this VLAN 10 is VLAN_10_BD, VRF for this VLAN is VLAN_10_VRF, Tenant is ABC, as per my tracker i know the network address is 100.100.100.0/24 and Gateway of this VLAN is 100.100.100.1 and this was logically behind one my Firewall. But i didnt see where this 100.100.100.0/24 network in ACI was configured with default gateway,
All my network was pointed towards same gateway with 192.168.10.1 which dummy one and not reachable. This value I am checking under Tenant - Application Profile--Networking--BD, my question where i need to Network configured, one of my friends told this L2 BD so no need to configure the network address in ACI.
11-17-2022 01:20 PM
I'm still finding it hard to picture your setup. Here are some <random thoughts>
</end of random thoughts>
Now to your questions
My First question was, I didn't see the Network address under BD, I know under the each VLAN what the network address is
Not in ACI I suspect - probably on a firewall or router
Let Say, I have VLAN 10, BD for this VLAN 10 is VLAN_10_BD,
This does NOT make sense in ACI. VLANs are associated with EPGs. EPGs are associated with BDs. So perhaps you have VLAN 10 mapped to EPG 10 which is linked to BD 10
VRF for this VLAN is VLAN_10_VRF, Tenant is ABC,
It would be very unusual to have a VRF for just one VLAN - but if this is a L2 design the VRF is totally irrelevant and not even needed.
as per my tracker i know the network address is 100.100.100.0/24 and Gateway of this VLAN is 100.100.100.1 and this was logically behind one my Firewall. But i didnt see where this 100.100.100.0/24 network in ACI was configured with default gateway,
ACI does not need to know anything about the 100.100.100.0/24 network if this is a L2 design - it MIGHT learn it in a L3Out's VRF from an external source, but you won't find any configuration for it on ACI
All my network was pointed towards same gateway with 192.168.10.1 which dummy one and not reachable. This value I am checking under Tenant - Application Profile--Networking--BD, my question where i need to Network configured, one of my friends told this L2 BD so no need to configure the network address in ACI.
I think your friend is correct
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