I'm coming to ask you some help on one thing i'm not sure to fully understand.
Here the architecture i'm working with. 3 layers network (Core, distribution & access)
![Image](https://i.ibb.co/cCk4xFQ/Capture4.jpg)
The vlan are declared in the Core, everything is in one bridge. The clients plug on the acces switch have the dhcp, internet. Everything is working but i'm not sure about differents things.
In the Distribution Switch, everything is one bridge, with trunk to deliver the Vlans to the Access switch.
To manage the Distribution & access switches, i declared the MGMT vlan direclty into them & gave it an ip with the MGMT vlan dhcp.
Then, should i need to give an ip address to the different bridges ? or direclty to the physical interface (like spf1...) ?
What is the better way to route my traffic after ?
I'm not talking about RSTP yet, just to understand wich interfaces i need to give an address or not.
Thanks for your time :)