add host

Description

Adds a new network host object that can be used for resolving when the device acts as a DNS proxy, and also DHCP settings for this object (exclude/reserve IP address).

Syntax

add host name <name> [ dhcp-exclude-ip-addr { on [ dhcp-reserve-ip-addr-to-mac { on [ mac-addr <mac-addr> ] [ reserve-mac-address <reserve-mac-address> ] | off } ] [ mac-reserved-in-dhcp { on [ mac-addr <mac-addr> ] [ reserve-mac-address <reserve-mac-address> ] | off } ] | off } ] [ dns-resolving <dns-resolving> ] ipv4-address <ipv4-address>

Parameters

Parameter

Description

dhcp-exclude-ip-addr

Indicates if the object's IP address(es) is excluded from internal DHCP daemon

Type: Press TAB to see available options

dhcp-reserve-ip-addr- to-mac

Indicates if the IP address is reserved in internal DHCP daemon

Type: Press TAB to see available options

dns-resolving

Indicates if the name of the server/network object will be used as a hostname for internal DNS service Type: Boolean (true/false)

ipv4-address

The beginning of the IP range

mac-addr

MAC address of the Network Object

Type: MAC address

mac-reserved-in-dhcp

This field is deprecated. Please use field 'dhcp-reserve-ip-addr-to-mac'

name

Network Object name

Type: String

reserve-mac-address

This field is deprecated. Please use field 'mac-addr'

Example

add host name TEXT dhcp-exclude-ip-addr on dhcp-reserve-ip-addr-to-mac on mac-addr 00:1C:7F:21:05:BE reserve-mac-address 00:1C:7F:21:05:BE mac-reserved-in-dhcp on mac-addr 00:1C:7F:21:05:BE reserve-mac-address 00:1C:7F:21:05:BE dns-resolving true ipv4-address 192.168.1.1