New, Summit 460 G2 running 15.6.0b12. A show config has the normal, empty config with the exception of the following section:
#
# Module netTools configuration.
#
enable dhcp vlan Default
This has not been present in the configs on any of the other, (3) new, 460G2's that I have been working on. I am unable to delete the line, and consequently, can't assign an ip address to the default vlan.
disable dhcp vlan all
WARNING: VLAN "Default" is not configured as a DHCP client
configure "Default" ipaddress 192.168.0.1 255.255.255.0
Error: DHCP/BOOTP is enabled on the VLAN
disable bootp vlan all
WARNING: VLAN "Default" is not configured as a BOOTP client
trying again.....
configure "Default" ipaddress 192.168.0.1 255.255.255.0
Error: DHCP/BOOTP is enabled on the VLAN
Background: I started out by having a stack of (2) 460 G2's. That is when I first saw the issue. I unconfigured the stack and looked at the config on the master 460. It did not have the "enable dhcp vlan Default" line. Checking the secondary switch it did. Somehow when I create the stack, this command is being applied from the secondary config to the stack config. I also upgraded xos to 15.7.1b4, but that didn't make any difference.
Anyone got any ideas on how this is happening or how to get rid of it?