05-29-2019 08:47 AM
Hello all and thanks for your time and expertise. Pardon my ignorance as I'm sure this will be an easy question for most of you but I'm building a network map of a building. The edge device for building A has an IP address of 10.52.X.X. The Cisco neighbor of this device is the core switch for the entire network. This core device is in another building and it has an address of 10.255.52.X with a subnet of /24.
My stupid question is how are these devices communicating as they appear to my novice eye to have different IP configurations. Appreciate any insight you can provide as I just want to understand the communication process involved.
Solved! Go to Solution.
05-29-2019 08:01 PM
Hi,
Ok, got it. The core device is picking up the SVI IP address for the vlan that connects to Comcast in the "sh cdp nei" and the other device is layer-3 and the IP in the "sh cdp nei" is 10.52.X.X. which could also be an SVI IP address or management IP address
HTH
05-29-2019 09:03 AM
Hi,
It is really hard to tell without a diagram and configuration but It could be that the edge devices are simply layer-2 and they are in a management subnet (10.52.X.X) that terminate at the core and the 10.255.52.X subnet is a user subnet (data, phone, printer, etc.) that also terminate at the core and this 2 subnets communicate at the core. So, as you can see, we can only guess and would need more info in order to help further.
HTH
05-29-2019 07:31 PM
Thanks Reza. These two devices are both layer three. The only routing we have in place, however, is static routing and these two devices are directory connected.
In the sh cdp nei det:
The one edge device has an IP of 10.52.X.X and the Core Switch in the other building (and this Core switch is the device all of the other buildings connect to so it is the Core switch for all of the buildings) has an IP Address of 10.255.52.X.
The 10.255.52.X/24 vlan is described as the comcast to (School) so the 10.255.52.x core switch is connected to our ISP.
Hope this helps.
05-29-2019 08:01 PM
Hi,
Ok, got it. The core device is picking up the SVI IP address for the vlan that connects to Comcast in the "sh cdp nei" and the other device is layer-3 and the IP in the "sh cdp nei" is 10.52.X.X. which could also be an SVI IP address or management IP address
HTH
05-29-2019 09:04 AM
Hello pendal8286,
a common IP subnet has to be shared between the access switch and the core switch.
The core switch has likely multiple IP addresses in different IP subnets.
If you can access the access layer switch is enough to type
show cdp neighbor detail
or simply
show ip route
the default-gateway of the access-layer switch is likely in 10.52.x.x subnet and it is also one of the IP addresses of the core switch
Hope to help
Giuseppe
05-29-2019 07:42 PM
Thank you. Can you expand upon what you mean when you say a common subnet is shared between the access switch and the core.
What you said is correct. The IP Default Gateway on the Access switch is 10.52.X.X. The Static route on the Core switch is 10.52.X.X/16.
And then 10.255.52.0/24 is also a connected vlan on the core switch.
I just figured the access switch and the core switch and the interfaces they are using to communicate would be on a /32 subnet.
05-29-2019 09:59 AM
05-29-2019 07:43 PM
The core switch is a layer three switch but we use static routing between our buildings.
05-30-2019 03:11 PM
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