dhcp
Description: DHCP settings : OBJECT
Element | Type | Description |
defaultGateway | STRING | Specifies the default gateway of network (default:’192.168.2.1′) |
dhcp6s | ARRAY | List of the configured DHCPv6 and Router Advertisement servers |
domain | ||
enabled | BOOL | Enables or disables the DHCPv6/RA server (default:true) |
fixedAddresses | ||
interface | STRING | Network interface name |
leaseTime | UINT | Specifies the preferred IPv6 address lease time in seconds (default: 86400) |
leases | ||
maxLeases | ||
mode | ||
modeRA | STRING | Specifies the Router Advertisement server mode: SLAAC-only [SLAAC] or Stateless DHCP [STATELESS] (default:’STATELESS’) |
options | ||
rangeEnd | ||
rangeStart | ||
subnetPrefix | ||
subnetPrefixLength | UINT | Specifies the advertised IPv6 prefix lenght (default: 64) |
domain | STRING | Specifies the network domain name |
enabled | BOOL | Enables or disables the DHCP server (default:true) |
fixedAddress | ARRAY | Contains a list of fixed addresses |
ip | STRING | Specifies the IP address assigned to the client |
mac | STRING | Reports the client’s MAC address |
interface | STRING | Network interface name |
leaseTime | UINT | Specifies the number of seconds leases are issued for (default:86400) |
leases | ARRAY | Contains a list of the current leases issued by the DHCP server |
maxLeases | UINT | Specifies the maximum number of leases that can be issued (default:200) |
options | ARRAY | Contains a list of additional DHCP options |
rangeEnd | STRING | Specifies the IP address at the end of the DHCP lease range (default:’192.168.2.254′) |
rangeStart | STRING | Specifies the IP address at the beginning of the DHCP lease range (default:’192.168.2.100′) |
subnetAddress | STRING | Specifies the network’s subnet (default:’192.168.2.0′) |
subnetMask | STRING | Specifies the network mask (default:’255.255.255.0′) |
__v | UINT | Version of model [2] (automatic) |