We have a campus with 2 different building with few floors on each building and 100's of systems in different VLANS at each floor. At the Access layer we have Layer 2 switches at each floor connecting to an L3 Aggregation switch using VSS design at each building acting as a distribution layer and then connecting to the core layer WAN Routers. Note, that L3 aggregation switches from each building don't have connectivity instead any packet from 1 building to other has to got through core layer and come back.
We have an application that uses UDP multicast packets to communicate across all the systems across all floors. The application server can run on any 1 machine from any floor and the clients will listen on all the systems. Our network team had enabled multicast support in the aggregation switches but not on the Core routers.
The problem we are facing is that the multicast packets goes through different floors in 1 building but not across the building to the other floor in the other building because core switch is not enabled for multicast.
The network team says they will not enable multicast on core and say it's NOT the standard , not sure why, any reason that they might be thinking not to do enable provided the only traffic flow is through core ?
Any other design we can do to achieve our needs this with the existing VSS design or any recommendations ?
I asked to add a trunk between 2 Aggregation switches but they said a L2 link between two VSS AGG/Aggregation domains will not be stable and introduce STP loop because their current design had eliminated STP and don't want to introduce again.
Any help/pointers in this matter is greatly appreciated ?