Question for the team... Given a scenario where a customer has a pool of WAN side IP?s but only a single device-interface, what are the configuration options available? In this case 128T is directly connected to the carrier's modem so there is no switch available for VLAN tagging.
I think there are four possible scenarios for configuring interface-addresses:
1 - single device interface -> single network interface -> single interface address
2 - single device interface -> multiple network interfaces/VLANs -> each with their own interface-address
3 - single device interface -> multiple network interfaces/no VLANs -> each with their own interface-address
4 - single device interface -> single network interface -> multiple interface-addresses
All public IP?s in this scenario share the same default gateway.
#1 and #2 are common deployment models, so no questions there.
Are #?s 3 and 4 supported, and if so, will we ARP out for each address specified? It looks like they?re both valid from a configuration perspective (no validation errors at least).
#3 seems to be the preferred scenario, as #4 would place each address into a neighborhood (if one already exists).
Are any of these scenarios not supported today? Thoughts on pros/cons?