I'm setting up my first Netvanta 1560 series switch and still figuring out ASE. I have one question right now - with AOS, you can set a static address for a vlan interface and that would be the default. With ASE, you can specify a static address but it will look to DHCP first to get an IP address and only use the static address if it fails to get get an address through DHCP. Is there any way to disable DHCP so it always uses the static address?
You can do the same in ASE.
CLI
!
interface vlan 99
ip address 192.168.99.7 255.255.255.0
!
GUI attached
Ok, Thanks. I was taking the "Enable" checkbox to mean the interface was enabled/disabled, not just applying to DHCP.
You are not alone in thinking that.
As an FYI, if you do enable DHCP on the interface vlan, and adjust the fallback timer, if DHCP fails in X seconds, it will apply the "static" address you input under IPv4.