I have a stack of MS425s connecting to a stack of MS350s.
I have the following VLANs setup on the MS425 (network core)
19 (172.20.19.0/24 - 172.20.19.1) - transit between the 425s and the 350s
219 (172.20.219.0/24 - 172.20.219.1)- management VLAN for the 350s
10 (172.20.10.0/24 - 172.20.10.1) - test VLAN at the network core
110 (172.20.110.0/24 - 172.20.110.1) - AP Management at the core
I have the following VLANs on the 350s (remote building)
19 (172.20.19.0/24 - 172.20.19.2) - transit between the 425s and the 350s
110 (172.19.110.0/24 - 172.19.110.1) - AP management at the remote building
The uplink from the 350s to the 425s is setup as a trunk with allowed 19,219 and no native VLAN
I have enabled OSPF on both the 425s and the 350s.
On the 425s OSPF is enabled on:
19 (passive false, area 0)
110 (passive true, area 0)
On the 350s OSPF is enabled on:
19 (passive false, area 0)
110 (passive true, area 10 Stub)
default route 172.20.19.1
First question is does this setup look correct?
Second question is if I run a ping from the 350s from int 172.19.110.1 to 172.20.10.1 (VLAN 10 on 425s) it is successfully pinging. VLAN 10 is not part of OSPF and VLAN 10 is not an allowed VLAN on the uplink from the 350s to the 425s so why are the 350s able to ping 172.20.10.1?
Last concern is when I run the Routing Table tool on the 350s or the 425s it just spins forever and never shows the results?
Thanks for the help.