Greetings,
I'm wondering how you might go about setting up a common management vlan so that all backhaul radios would be on a single IP block while having a dedicated IP Block (DHCP) for each interface?
So I want to be able to configure all backhaul radius on any interface to all be managed from a single IP block, but want to keep the client IP Blocks separate for each interface. That way I don't have to deal with the problems associated with sharing IP Blocks across multiple interfaces later down the road.
For example:
Bridge -> backhaul_radio_mgnt_bridge:
Bridge Port -> backhaul_mgnt_bridge:Eth2, Eth3, Eth4
IP Addr -> backhaul_mgnt_bridge:10.10.0.1/28
IP Addr -> Eth2:172.25.0.1/24 (w/ DHCP configured to offer from Pool)
IP Addr -> Eth3:172.26.0.1/24 (w/ DHCP configured to offer from Pool)
IP Addr -> Eth4:172.27.0.1/24 (w/ DHCP configured to offer from Pool)
Thank you for your input and recommendations based on your experience with MTR
td