The cable modem is using a plain routed address block, like a /29?
If it is passing through PPPoE then you may have issues.
Two ISP circuits in play:
- a cable modem (Spectrum Business) + 4-port router with DHCP, with static IPs that come with the service
- a so called "DIA" circuit from Frontier with a RAD ETX-203ax "demarcation" device - with a /29 address block.
Either one is working OK when connected directly to the MX100. I'd like to put a "breakout" switch(es) between the circuits and the MX, and configure everything securely.
Got a good response from Meraki support:
- The first thing you will need to take care of is the switch configuration.
- The switch can get its management from the LAN of the MX, unless you want it to always be reachable even if the MX is down, in which case you will need to assign it a public IP from the same pool the MX is getting.
- The ports that are assigned to the ISP circuit will be configured as access ports on a VLAn that will not be used on the LAN.
- Depending if you assign a public IP to the switch or not, the management of the switch will be statically configured on that VLAN, otherwise it will get the management from your vlan of choice from the MX.
- No configuration changes will be needed on the MX and you will need to connect cabling accordingly to the selected ports for the ISP circuit on the switch.
... although still have trouble translating it to actual configuration steps.
So far my "translation" into configuration steps or options is as follows:
Scenario 1: breakout switch MS220-8, only two connections: ISP circuit, MX100
MS220-8 Port 1: to ISP circuit 1
MS220-8 Port 2: to MX100 WAN 1 port
MX100 WAN 1:
VLAN ID: not configured (empty)
IP config: (doesn't matter - whatever works for that specific ISP circuit, including DHCP)
Switch management: via static IP configured for the ISP circuit
Does the above sound right, and does it comply with best practices in terms of security and manageability? Should port 2 on the switch be configured as "Trunk" and no VLAN configuration?
Scenario 2: breakout switch MS220-8, 3 connections: ISP circuit, MX100 WAN port, MX100 LAN port (for management)
MS220-8 Port 1: to ISP circuit 1
MS220-8 Port 2: to MX100 WAN 1 port
MS220-8 Port 3: to MX100 LAN port (for management)
MX100 WAN 1:
MX100 LAN port (e.g. 5): no configuration options available
Switch management: via MX100 LAN port
Ditto, does this configuration look OK?
Lastly, is it possible to connect two different ISP circuits to the switch, and then connect each to a respective WAN port on MX100? (I am assuming the two connections would need to be isolated via VLANs?)