You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- dhcpLeaseTime (string): The term of DHCP leases if the appliance is running a DHCP server on this VLAN. One of: '30 minutes', '1 hour', '4 hours', '12 hours', '1 day' or '1 week'
2051
2051
- mandatoryDhcp (object): Mandatory DHCP will enforce that clients connecting to this VLAN must use the IP address assigned by the DHCP server. Clients who use a static IP address won't be able to associate. Only available on firmware versions 17.0 and above
2052
2052
- dhcpBootOptionsEnabled (boolean): Use DHCP boot options specified in other properties
2053
+
- dhcpBootNextServer (string): DHCP boot option to direct boot clients to the server to load the boot file from
2054
+
- dhcpBootFilename (string): DHCP boot option for boot filename
2053
2055
- dhcpOptions (array): The list of DHCP options that will be included in DHCP responses. Each object in the list should have "code", "type", and "value" properties.
- dhcpLeaseTime (string): The term of DHCP leases if the appliance is running a DHCP server on this VLAN. One of: '30 minutes', '1 hour', '4 hours', '12 hours', '1 day' or '1 week'
2051
2051
- mandatoryDhcp (object): Mandatory DHCP will enforce that clients connecting to this VLAN must use the IP address assigned by the DHCP server. Clients who use a static IP address won't be able to associate. Only available on firmware versions 17.0 and above
2052
2052
- dhcpBootOptionsEnabled (boolean): Use DHCP boot options specified in other properties
2053
+
- dhcpBootNextServer (string): DHCP boot option to direct boot clients to the server to load the boot file from
2054
+
- dhcpBootFilename (string): DHCP boot option for boot filename
2053
2055
- dhcpOptions (array): The list of DHCP options that will be included in DHCP responses. Each object in the list should have "code", "type", and "value" properties.
0 commit comments