I have a configuration where I have a set of two stacked X440-48t switches (4 physical switches, 2 sets of 2-stacks). SW1 and SW2
I have a DHCP server connected to SW1 port 1:1
SW1 port 1:48 <-> SW2 port 1:48
SW1 port 2:48 <-> SW2 port 2:48
Here's the relevant configuration:
Firmware: 15.6.1.4 on both switches
stpd disabled on both switches
SW1:
enable mac-lockdown-timeout ports 1:48
configure mac-lockdown-timeout ports 1:48 aging-time 60
enable sharing 1:48 grouping 1:48, 2:48 algorithm address-based L2
enable dhcp vlan Default
SW2:
enable mac-lockdown-timeout ports 1:48
configure mac-lockdown-timeout ports 1:48 aging-time 60
enable sharing 1:48 grouping 1:48, 2:48 algorithm address-based L2
enable dhcp vlan Default
So the problem happens when I kill the power to the stacking master on SW2 - when I kill the power, the DHCP server can no longer reach SW2. I have a console open to both switches for SW2, I can issue a 'disable dhcp vlan default' and 'enable dhcp vlan default' on the new master switch (the one that remained powered on) and I can then reach the switch again.
I'm wondering if there's a way to automate this without having to console into the failed over switch and forcing a new DHCP request from the master switch.
Any help is appreciated!
Thanks.