Hello,
we have the following design.
VLAN 1 subnet 10.150.0.0/22
MS350 STACK With two switches
The switches are getting an DHCP lease from a DHCP server on VLAN1
Switch A 10.150.2.105 with Gateway 10.150.0.2
Switch B 10.150.2.106 with Gateway 10.150.0.2
The stack is also configured in DHCP & ROUTING
name: uplink
Subnet: 10.150.0.0/22
Ip: 10.150.0.2
vlan: 1
DHCP Settings: Off
OSPF Routing: Disabled
Multicast routing: Disabled
Also configured an static route
Name: default route
subnet: 0.0.0.0/0
next hop ip: 10.150.0.1 (router to the internet)
In this situation the switches are not able to communicate to the cloud, and try to find a path over other configured vlan id.
NOTE:
I create a work-around for ( in my opinion ) this BUG
I found out that the switch was able to get an address but not able to route over the virtual interface (10.150.0.2) and follow the configured default route.
I created an reservation on the DHCP server and configured 10.150.0.1 as the router in this reservation.
possible to create a static IP configuration for this switch management address also with the 10.150.0.1 as gateway.